| 1 | [ Dec 21 00:47:34 Enabled. ] | ||
| 2 | [ Dec 21 00:47:34 Rereading configuration. ] | ||
| 3 | [ Dec 21 00:47:36 Rereading configuration. ] | ||
| 4 | [ Dec 21 00:47:40 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 21 00:47:40 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.21 00:47:41.635453 [ 1 ] {} <Information> Application: Will watch for the process with pid 26606 | ||
| 29 | 2024.12.21 00:47:41.635990 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.12.21 00:47:42.123687 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 26606 | ||
| 31 | 2024.12.21 00:47:42.124515 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.12.21 00:47:42.125254 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.12.21 00:47:42.216352 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.12.21 00:47:42.248511 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.12.21 00:47:42.248631 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.12.21 00:47:42.248646 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.12.21 00:47:42.248736 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.12.21 00:47:42.249560 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.12.21 00:47:42.251366 [ 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.21 00:47:42.252243 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.12.21 00:47:42.253172 [ 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.21 00:47:42.253226 [ 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.21 00:47:42.253268 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.12.21 00:47:42.253466 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.12.21 00:47:42.254488 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.12.21 00:47:42.259438 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.12.21 00:47:42.260427 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.12.21 00:47:42.261789 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.12.21 00:47:42.261884 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.12.21 00:47:42.263498 [ 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.21 00:47:42.264158 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.12.21 00:47:42.269135 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.12.21 00:47:42.269907 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.12.21 00:47:42.271616 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.12.21 00:47:42.272051 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.12.21 00:47:42.272546 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.12.21 00:47:42.272954 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.12.21 00:47:42.274458 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.12.21 00:47:42.274486 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.12.21 00:47:42.274551 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.12.21 00:47:42.274673 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.12.21 00:47:42.297239 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.12.21 00:47:42.297271 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000176583 sec | ||
| 68 | 2024.12.21 00:47:42.297346 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.12.21 00:47:42.297387 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.12.21 00:47:42.298607 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.12.21 00:47:42.299730 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.12.21 00:47:42.312057 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.12.21 00:47:42.312101 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.12.21 00:47:42.312176 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.12.21 00:47:42.312190 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.12.21 00:47:42.312221 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.12.21 00:47:42.312293 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.12.21 00:47:42.317004 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.12.21 00:47:42.317052 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.12.21 00:47:42.317119 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.12.21 00:47:42.317339 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.12.21 00:47:42.317361 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.12.21 00:47:42.317398 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.12.21 00:47:42.317468 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.12.21 00:47:42.317483 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.12.21 00:47:42.317513 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.12.21 00:47:42.317581 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.12.21 00:47:42.346871 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.12.21 00:47:42.350302 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.12.21 00:47:42.350396 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000119652 sec | ||
| 91 | 2024.12.21 00:47:42.350414 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.12.21 00:47:42.350428 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.12.21 00:47:42.350456 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.12.21 00:47:42.350708 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.12.21 00:47:42.350819 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.12.21 00:47:42.350837 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.12.21 00:47:42.350852 [ 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.21 00:47:42.350866 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.12.21 00:47:42.365954 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.12.21 00:47:42.366169 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2024.12.21 00:47:42.367107 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4211e-05 sec. | ||
| 102 | 2024.12.21 00:47:42.368117 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.12.21 00:47:42.368206 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.12.21 00:47:42.368223 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.12.21 00:47:42.651864 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46724 | ||
| 106 | 2024.12.21 00:47:42.652174 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.12.21 00:47:42.652229 [ 3 ] {} <Debug> TCP-Session: 6d23e41e-54fc-4822-a843-5f41d683fc1e Authenticating user 'default' from [fd00:1122:3344:101::e]:46724 | ||
| 108 | 2024.12.21 00:47:42.652260 [ 3 ] {} <Debug> TCP-Session: 6d23e41e-54fc-4822-a843-5f41d683fc1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.12.21 00:47:42.652334 [ 3 ] {} <Debug> TCP-Session: 6d23e41e-54fc-4822-a843-5f41d683fc1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.12.21 00:47:42.652421 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.12.21 00:47:42.652449 [ 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.21 00:47:42.652522 [ 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.21 00:47:42.653564 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38852 | ||
| 114 | 2024.12.21 00:47:42.653677 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2024.12.21 00:47:42.653705 [ 4 ] {} <Debug> TCP-Session: 8366ac7b-5815-4147-a9fe-c58a31ac2a78 Authenticating user 'default' from [fd00:1122:3344:101::e]:38852 | ||
| 116 | 2024.12.21 00:47:42.653729 [ 4 ] {} <Debug> TCP-Session: 8366ac7b-5815-4147-a9fe-c58a31ac2a78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2024.12.21 00:47:42.653833 [ 4 ] {} <Debug> TCP-Session: 8366ac7b-5815-4147-a9fe-c58a31ac2a78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2024.12.21 00:47:42.654426 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48505 | ||
| 119 | 2024.12.21 00:47:42.654429 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63222 | ||
| 120 | 2024.12.21 00:47:42.654566 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 121 | 2024.12.21 00:47:42.654607 [ 253 ] {} <Debug> TCP-Session: 13fdcddf-52cd-45be-98dc-5606a738109d Authenticating user 'default' from [fd00:1122:3344:101::e]:48505 | ||
| 122 | 2024.12.21 00:47:42.654721 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51981 | ||
| 123 | 2024.12.21 00:47:42.654742 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2024.12.21 00:47:42.654642 [ 253 ] {} <Debug> TCP-Session: 13fdcddf-52cd-45be-98dc-5606a738109d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 125 | 2024.12.21 00:47:42.654735 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56211 | ||
| 126 | 2024.12.21 00:47:42.654917 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 127 | 2024.12.21 00:47:42.654979 [ 253 ] {} <Debug> TCP-Session: 13fdcddf-52cd-45be-98dc-5606a738109d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2024.12.21 00:47:42.654831 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39471 | ||
| 129 | 2024.12.21 00:47:42.655026 [ 5 ] {} <Debug> TCP-Session: a259c4fa-c719-4ba7-b592-99a649a9e3d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:63222 | ||
| 130 | 2024.12.21 00:47:42.655027 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 131 | 2024.12.21 00:47:42.655097 [ 254 ] {} <Debug> TCP-Session: fd1c6f1d-603c-4646-b0a6-3bd8554e2db2 Authenticating user 'default' from [fd00:1122:3344:101::e]:51981 | ||
| 132 | 2024.12.21 00:47:42.655126 [ 5 ] {} <Debug> TCP-Session: a259c4fa-c719-4ba7-b592-99a649a9e3d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2024.12.21 00:47:42.655246 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 134 | 2024.12.21 00:47:42.655293 [ 255 ] {} <Debug> TCP-Session: 51d4faa1-167d-4308-bbce-62e8eabac053 Authenticating user 'default' from [fd00:1122:3344:101::e]:56211 | ||
| 135 | 2024.12.21 00:47:42.655272 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61206 | ||
| 136 | 2024.12.21 00:47:42.655262 [ 254 ] {} <Debug> TCP-Session: fd1c6f1d-603c-4646-b0a6-3bd8554e2db2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.12.21 00:47:42.655384 [ 255 ] {} <Debug> TCP-Session: 51d4faa1-167d-4308-bbce-62e8eabac053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2024.12.21 00:47:42.655372 [ 256 ] {} <Debug> TCP-Session: 885803ac-1132-41e5-8fe9-b112d2065828 Authenticating user 'default' from [fd00:1122:3344:101::e]:39471 | ||
| 139 | 2024.12.21 00:47:42.655246 [ 5 ] {} <Debug> TCP-Session: a259c4fa-c719-4ba7-b592-99a649a9e3d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2024.12.21 00:47:42.655564 [ 255 ] {} <Debug> TCP-Session: 51d4faa1-167d-4308-bbce-62e8eabac053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2024.12.21 00:47:42.655561 [ 256 ] {} <Debug> TCP-Session: 885803ac-1132-41e5-8fe9-b112d2065828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2024.12.21 00:47:42.655599 [ 254 ] {} <Debug> TCP-Session: fd1c6f1d-603c-4646-b0a6-3bd8554e2db2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2024.12.21 00:47:42.655612 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2024.12.21 00:47:42.655674 [ 256 ] {} <Debug> TCP-Session: 885803ac-1132-41e5-8fe9-b112d2065828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2024.12.21 00:47:42.655818 [ 257 ] {} <Debug> TCP-Session: c70df8c1-51d0-4aae-a8f1-ae1e9d8ff5dd Authenticating user 'default' from [fd00:1122:3344:101::e]:61206 | ||
| 146 | 2024.12.21 00:47:42.655845 [ 257 ] {} <Debug> TCP-Session: c70df8c1-51d0-4aae-a8f1-ae1e9d8ff5dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.12.21 00:47:42.655927 [ 257 ] {} <Debug> TCP-Session: c70df8c1-51d0-4aae-a8f1-ae1e9d8ff5dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.12.21 00:47:43.001154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.18 MiB, peak 117.18 MiB, free memory in arenas 0.00 B, will set to 119.40 MiB (RSS), difference: 2.22 MiB | ||
| 149 | 2024.12.21 00:47:43.365124 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59008 | ||
| 150 | 2024.12.21 00:47:43.365290 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 151 | 2024.12.21 00:47:43.365321 [ 258 ] {} <Debug> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Authenticating user 'default' from [fd00:1122:3344:101::d]:59008 | ||
| 152 | 2024.12.21 00:47:43.365345 [ 258 ] {} <Debug> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.12.21 00:47:43.365367 [ 258 ] {} <Debug> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2024.12.21 00:47:43.365436 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 155 | 2024.12.21 00:47:43.365463 [ 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 | ||
| 156 | 2024.12.21 00:47:43.365488 [ 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 | ||
| 157 | 2024.12.21 00:47:43.366465 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44648 | ||
| 158 | 2024.12.21 00:47:43.366662 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2024.12.21 00:47:43.366679 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46993 | ||
| 160 | 2024.12.21 00:47:43.366709 [ 259 ] {} <Debug> TCP-Session: 45cb89f3-7fb7-4b9e-b56e-5b315bbdb686 Authenticating user 'default' from [fd00:1122:3344:101::d]:44648 | ||
| 161 | 2024.12.21 00:47:43.366730 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48024 | ||
| 162 | 2024.12.21 00:47:43.366663 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34195 | ||
| 163 | 2024.12.21 00:47:43.366856 [ 259 ] {} <Debug> TCP-Session: 45cb89f3-7fb7-4b9e-b56e-5b315bbdb686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 164 | 2024.12.21 00:47:43.367148 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 165 | 2024.12.21 00:47:43.367193 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 166 | 2024.12.21 00:47:43.367232 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42420 | ||
| 167 | 2024.12.21 00:47:43.367225 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 168 | 2024.12.21 00:47:43.367321 [ 260 ] {} <Debug> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Authenticating user 'default' from [fd00:1122:3344:101::d]:46993 | ||
| 169 | 2024.12.21 00:47:43.367266 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62197 | ||
| 170 | 2024.12.21 00:47:43.367487 [ 262 ] {} <Debug> TCP-Session: e132fa2d-d5d9-4de4-b074-78f02b785118 Authenticating user 'default' from [fd00:1122:3344:101::d]:48024 | ||
| 171 | 2024.12.21 00:47:43.367563 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52254 | ||
| 172 | 2024.12.21 00:47:43.367579 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 173 | 2024.12.21 00:47:43.367651 [ 262 ] {} <Debug> TCP-Session: e132fa2d-d5d9-4de4-b074-78f02b785118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 174 | 2024.12.21 00:47:43.368179 [ 259 ] {} <Debug> TCP-Session: 45cb89f3-7fb7-4b9e-b56e-5b315bbdb686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 175 | 2024.12.21 00:47:43.368273 [ 264 ] {} <Debug> TCP-Session: 897dd6a4-df63-4fd8-9bc9-fae11cbdd521 Authenticating user 'default' from [fd00:1122:3344:101::d]:42420 | ||
| 176 | 2024.12.21 00:47:43.368293 [ 262 ] {} <Debug> TCP-Session: e132fa2d-d5d9-4de4-b074-78f02b785118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2024.12.21 00:47:43.367672 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49760 | ||
| 178 | 2024.12.21 00:47:43.368448 [ 260 ] {} <Debug> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 179 | 2024.12.21 00:47:43.369143 [ 264 ] {} <Debug> TCP-Session: 897dd6a4-df63-4fd8-9bc9-fae11cbdd521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.12.21 00:47:43.369012 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 181 | 2024.12.21 00:47:43.369203 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 182 | 2024.12.21 00:47:43.369343 [ 264 ] {} <Debug> TCP-Session: 897dd6a4-df63-4fd8-9bc9-fae11cbdd521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2024.12.21 00:47:43.369350 [ 260 ] {} <Debug> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2024.12.21 00:47:43.369348 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 185 | 2024.12.21 00:47:43.369453 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 186 | 2024.12.21 00:47:43.369454 [ 261 ] {} <Debug> TCP-Session: 7e7ce162-0747-4afb-9836-83757e6bb654 Authenticating user 'default' from [fd00:1122:3344:101::d]:34195 | ||
| 187 | 2024.12.21 00:47:43.369627 [ 261 ] {} <Debug> TCP-Session: 7e7ce162-0747-4afb-9836-83757e6bb654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2024.12.21 00:47:43.369649 [ 265 ] {} <Debug> TCP-Session: 82966225-2824-4840-9603-681a6d237758 Authenticating user 'default' from [fd00:1122:3344:101::d]:52254 | ||
| 189 | 2024.12.21 00:47:43.369695 [ 266 ] {} <Debug> TCP-Session: 82503fa2-2ee6-4e66-a930-b873964eb7c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49760 | ||
| 190 | 2024.12.21 00:47:43.369718 [ 261 ] {} <Debug> TCP-Session: 7e7ce162-0747-4afb-9836-83757e6bb654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2024.12.21 00:47:43.369758 [ 265 ] {} <Debug> TCP-Session: 82966225-2824-4840-9603-681a6d237758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2024.12.21 00:47:43.369770 [ 263 ] {} <Debug> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Authenticating user 'default' from [fd00:1122:3344:101::d]:62197 | ||
| 193 | 2024.12.21 00:47:43.369883 [ 265 ] {} <Debug> TCP-Session: 82966225-2824-4840-9603-681a6d237758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.12.21 00:47:43.369869 [ 266 ] {} <Debug> TCP-Session: 82503fa2-2ee6-4e66-a930-b873964eb7c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2024.12.21 00:47:43.369922 [ 263 ] {} <Debug> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2024.12.21 00:47:43.369999 [ 266 ] {} <Debug> TCP-Session: 82503fa2-2ee6-4e66-a930-b873964eb7c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2024.12.21 00:47:43.370019 [ 263 ] {} <Debug> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 198 | 2024.12.21 00:47:43.373157 [ 258 ] {8d040544-fa93-4320-9bc7-293c42dcbf74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 199 | 2024.12.21 00:47:43.429462 [ 258 ] {8d040544-fa93-4320-9bc7-293c42dcbf74} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59008) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 200 | |||
| 201 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 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 | ||
| 204 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 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 | ||
| 211 | 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 | ||
| 212 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 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 | ||
| 215 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 222 | |||
| 223 | 2024.12.21 00:47:43.430805 [ 258 ] {8d040544-fa93-4320-9bc7-293c42dcbf74} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 224 | |||
| 225 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 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 | ||
| 228 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 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 | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 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 | ||
| 235 | 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 | ||
| 236 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 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 | ||
| 239 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 246 | |||
| 247 | 2024.12.21 00:47:43.430921 [ 258 ] {8d040544-fa93-4320-9bc7-293c42dcbf74} <Debug> TCPHandler: Processed in 0.063693962 sec. | ||
| 248 | 2024.12.21 00:47:43.431339 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 249 | 2024.12.21 00:47:43.431626 [ 260 ] {4eac63ad-f2c5-41a2-8692-b56536849fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 250 | 2024.12.21 00:47:43.432037 [ 260 ] {4eac63ad-f2c5-41a2-8692-b56536849fa0} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46993) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 251 | |||
| 252 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 254 | 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 | ||
| 255 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 258 | 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 | ||
| 259 | 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 | ||
| 260 | 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 | ||
| 261 | 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 | ||
| 262 | 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 | ||
| 263 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 265 | 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 | ||
| 266 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 273 | |||
| 274 | 2024.12.21 00:47:43.432189 [ 260 ] {4eac63ad-f2c5-41a2-8692-b56536849fa0} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 275 | |||
| 276 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 278 | 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 | ||
| 279 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 282 | 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 | ||
| 283 | 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 | ||
| 284 | 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 | ||
| 285 | 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 | ||
| 286 | 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 | ||
| 287 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 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 | ||
| 290 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 297 | |||
| 298 | 2024.12.21 00:47:43.432303 [ 260 ] {4eac63ad-f2c5-41a2-8692-b56536849fa0} <Debug> TCPHandler: Processed in 0.001142391 sec. | ||
| 299 | 2024.12.21 00:47:43.432620 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 300 | 2024.12.21 00:47:43.433864 [ 258 ] {1449657d-c521-4a30-b138-ef0296517279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 301 | 2024.12.21 00:47:43.434521 [ 258 ] {1449657d-c521-4a30-b138-ef0296517279} <Debug> TCPHandler: Processed in 0.002018358 sec. | ||
| 302 | 2024.12.21 00:47:43.434751 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 303 | 2024.12.21 00:47:43.434880 [ 260 ] {d7e33a78-95d6-4c73-be68-f236caf00a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 304 | 2024.12.21 00:47:43.435007 [ 260 ] {d7e33a78-95d6-4c73-be68-f236caf00a31} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 305 | 2024.12.21 00:47:43.436835 [ 260 ] {d7e33a78-95d6-4c73-be68-f236caf00a31} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 306 | 2024.12.21 00:47:43.436870 [ 260 ] {d7e33a78-95d6-4c73-be68-f236caf00a31} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.7641e-05 sec | ||
| 307 | 2024.12.21 00:47:43.436921 [ 260 ] {d7e33a78-95d6-4c73-be68-f236caf00a31} <Trace> ReferentialDeps: No tables | ||
| 308 | 2024.12.21 00:47:43.436936 [ 260 ] {d7e33a78-95d6-4c73-be68-f236caf00a31} <Trace> LoadingDeps: No tables | ||
| 309 | 2024.12.21 00:47:43.436968 [ 260 ] {d7e33a78-95d6-4c73-be68-f236caf00a31} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 310 | 2024.12.21 00:47:43.437038 [ 260 ] {d7e33a78-95d6-4c73-be68-f236caf00a31} <Debug> TCPHandler: Processed in 0.002349123 sec. | ||
| 311 | 2024.12.21 00:47:43.437232 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 312 | 2024.12.21 00:47:43.437441 [ 258 ] {3ba3ddf7-f990-49bb-b135-4433338babf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) /* The version table contains metadata about the `oximeter` database */ | ||
| 313 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 314 | 2024.12.21 00:47:43.437505 [ 258 ] {3ba3ddf7-f990-49bb-b135-4433338babf5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 315 | 2024.12.21 00:47:43.445156 [ 258 ] {3ba3ddf7-f990-49bb-b135-4433338babf5} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 316 | 2024.12.21 00:47:43.455796 [ 258 ] {3ba3ddf7-f990-49bb-b135-4433338babf5} <Debug> oximeter.version (e03ebc4a-d891-4ec1-802e-c7b4e3b07361): Loading data parts | ||
| 317 | 2024.12.21 00:47:43.456350 [ 258 ] {3ba3ddf7-f990-49bb-b135-4433338babf5} <Debug> oximeter.version (e03ebc4a-d891-4ec1-802e-c7b4e3b07361): There are no data parts | ||
| 318 | 2024.12.21 00:47:43.459541 [ 258 ] {3ba3ddf7-f990-49bb-b135-4433338babf5} <Debug> TCPHandler: Processed in 0.022371365 sec. | ||
| 319 | 2024.12.21 00:47:43.459779 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 320 | 2024.12.21 00:47:43.460044 [ 260 ] {2bab2094-aaa6-4d0f-ac90-ca3bffb0c901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) /* The measurement tables contain all individual samples from each timeseries. | ||
| 321 | * | ||
| 322 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 323 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 324 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 325 | * by all samples from the same timeseries. | ||
| 326 | * | ||
| 327 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 328 | * and then uses that to index quickly into the measurements tables. | ||
| 329 | */ | ||
| 330 | 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) | ||
| 331 | 2024.12.21 00:47:43.460132 [ 260 ] {2bab2094-aaa6-4d0f-ac90-ca3bffb0c901} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 332 | 2024.12.21 00:47:43.470139 [ 260 ] {2bab2094-aaa6-4d0f-ac90-ca3bffb0c901} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Loading data parts | ||
| 333 | 2024.12.21 00:47:43.470400 [ 260 ] {2bab2094-aaa6-4d0f-ac90-ca3bffb0c901} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): There are no data parts | ||
| 334 | 2024.12.21 00:47:43.475856 [ 260 ] {2bab2094-aaa6-4d0f-ac90-ca3bffb0c901} <Debug> TCPHandler: Processed in 0.01614189 sec. | ||
| 335 | 2024.12.21 00:47:43.476157 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 336 | 2024.12.21 00:47:43.476504 [ 258 ] {09173eb4-8a6a-442a-b8a8-e391710e4af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 337 | 2024.12.21 00:47:43.476629 [ 258 ] {09173eb4-8a6a-442a-b8a8-e391710e4af8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 338 | 2024.12.21 00:47:43.482670 [ 258 ] {09173eb4-8a6a-442a-b8a8-e391710e4af8} <Debug> oximeter.measurements_i8 (f2e705f0-58d2-4737-b780-f541b0909492): Loading data parts | ||
| 339 | 2024.12.21 00:47:43.482908 [ 258 ] {09173eb4-8a6a-442a-b8a8-e391710e4af8} <Debug> oximeter.measurements_i8 (f2e705f0-58d2-4737-b780-f541b0909492): There are no data parts | ||
| 340 | 2024.12.21 00:47:43.488761 [ 258 ] {09173eb4-8a6a-442a-b8a8-e391710e4af8} <Debug> TCPHandler: Processed in 0.012727116 sec. | ||
| 341 | 2024.12.21 00:47:43.488985 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 342 | 2024.12.21 00:47:43.489226 [ 260 ] {380a4100-087e-4b96-ade9-0f835eb1a8a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 343 | 2024.12.21 00:47:43.489291 [ 260 ] {380a4100-087e-4b96-ade9-0f835eb1a8a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 344 | 2024.12.21 00:47:43.495154 [ 260 ] {380a4100-087e-4b96-ade9-0f835eb1a8a0} <Debug> oximeter.measurements_u8 (ea241e45-cdf3-41fa-86dd-066d0e679da0): Loading data parts | ||
| 345 | 2024.12.21 00:47:43.495334 [ 260 ] {380a4100-087e-4b96-ade9-0f835eb1a8a0} <Debug> oximeter.measurements_u8 (ea241e45-cdf3-41fa-86dd-066d0e679da0): There are no data parts | ||
| 346 | 2024.12.21 00:47:43.505286 [ 260 ] {380a4100-087e-4b96-ade9-0f835eb1a8a0} <Debug> TCPHandler: Processed in 0.016362714 sec. | ||
| 347 | 2024.12.21 00:47:43.505574 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 348 | 2024.12.21 00:47:43.505846 [ 258 ] {d3922e15-51ca-4282-918f-9f4c8f4c215d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 349 | 2024.12.21 00:47:43.505943 [ 258 ] {d3922e15-51ca-4282-918f-9f4c8f4c215d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 350 | 2024.12.21 00:47:43.516103 [ 258 ] {d3922e15-51ca-4282-918f-9f4c8f4c215d} <Debug> oximeter.measurements_i16 (465ede34-ff58-40f2-819d-e736f13d315a): Loading data parts | ||
| 351 | 2024.12.21 00:47:43.516323 [ 258 ] {d3922e15-51ca-4282-918f-9f4c8f4c215d} <Debug> oximeter.measurements_i16 (465ede34-ff58-40f2-819d-e736f13d315a): There are no data parts | ||
| 352 | 2024.12.21 00:47:43.518745 [ 258 ] {d3922e15-51ca-4282-918f-9f4c8f4c215d} <Debug> TCPHandler: Processed in 0.013282277 sec. | ||
| 353 | 2024.12.21 00:47:43.518981 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 354 | 2024.12.21 00:47:43.519206 [ 260 ] {4834be59-f43c-49fa-b348-871ea836783d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 355 | 2024.12.21 00:47:43.519287 [ 260 ] {4834be59-f43c-49fa-b348-871ea836783d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 356 | 2024.12.21 00:47:43.527656 [ 260 ] {4834be59-f43c-49fa-b348-871ea836783d} <Debug> oximeter.measurements_u16 (bb1a2ad7-d780-4ebb-a599-e3f1aff6984c): Loading data parts | ||
| 357 | 2024.12.21 00:47:43.527841 [ 260 ] {4834be59-f43c-49fa-b348-871ea836783d} <Debug> oximeter.measurements_u16 (bb1a2ad7-d780-4ebb-a599-e3f1aff6984c): There are no data parts | ||
| 358 | 2024.12.21 00:47:43.535720 [ 260 ] {4834be59-f43c-49fa-b348-871ea836783d} <Debug> TCPHandler: Processed in 0.016809771 sec. | ||
| 359 | 2024.12.21 00:47:43.536296 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 360 | 2024.12.21 00:47:43.536565 [ 258 ] {5d9f7d42-1dec-4978-b777-c3947d4f2475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 361 | 2024.12.21 00:47:43.536663 [ 258 ] {5d9f7d42-1dec-4978-b777-c3947d4f2475} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 362 | 2024.12.21 00:47:43.546011 [ 258 ] {5d9f7d42-1dec-4978-b777-c3947d4f2475} <Debug> oximeter.measurements_i32 (e76362fe-0105-47e4-8cbd-24ab54c13864): Loading data parts | ||
| 363 | 2024.12.21 00:47:43.546326 [ 258 ] {5d9f7d42-1dec-4978-b777-c3947d4f2475} <Debug> oximeter.measurements_i32 (e76362fe-0105-47e4-8cbd-24ab54c13864): There are no data parts | ||
| 364 | 2024.12.21 00:47:43.552688 [ 258 ] {5d9f7d42-1dec-4978-b777-c3947d4f2475} <Debug> TCPHandler: Processed in 0.016503776 sec. | ||
| 365 | 2024.12.21 00:47:43.552909 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 366 | 2024.12.21 00:47:43.553144 [ 260 ] {8a8eab02-5f20-44b7-82cf-a9d6cfb9f243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 367 | 2024.12.21 00:47:43.553229 [ 260 ] {8a8eab02-5f20-44b7-82cf-a9d6cfb9f243} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 368 | 2024.12.21 00:47:43.559852 [ 260 ] {8a8eab02-5f20-44b7-82cf-a9d6cfb9f243} <Debug> oximeter.measurements_u32 (8c27c0f9-c59c-416a-a9e5-ede176339be4): Loading data parts | ||
| 369 | 2024.12.21 00:47:43.560035 [ 260 ] {8a8eab02-5f20-44b7-82cf-a9d6cfb9f243} <Debug> oximeter.measurements_u32 (8c27c0f9-c59c-416a-a9e5-ede176339be4): There are no data parts | ||
| 370 | 2024.12.21 00:47:43.565596 [ 260 ] {8a8eab02-5f20-44b7-82cf-a9d6cfb9f243} <Debug> TCPHandler: Processed in 0.012751227 sec. | ||
| 371 | 2024.12.21 00:47:43.565889 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 372 | 2024.12.21 00:47:43.566186 [ 258 ] {af2e02d9-a54f-40f9-87ca-acacfa554b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 373 | 2024.12.21 00:47:43.566278 [ 258 ] {af2e02d9-a54f-40f9-87ca-acacfa554b79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 374 | 2024.12.21 00:47:43.569163 [ 258 ] {af2e02d9-a54f-40f9-87ca-acacfa554b79} <Debug> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): Loading data parts | ||
| 375 | 2024.12.21 00:47:43.569355 [ 258 ] {af2e02d9-a54f-40f9-87ca-acacfa554b79} <Debug> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): There are no data parts | ||
| 376 | 2024.12.21 00:47:43.572399 [ 258 ] {af2e02d9-a54f-40f9-87ca-acacfa554b79} <Debug> TCPHandler: Processed in 0.006638483 sec. | ||
| 377 | 2024.12.21 00:47:43.572623 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2024.12.21 00:47:43.572839 [ 260 ] {a84e8ed8-e365-4bc6-9778-5cd98648b61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 379 | 2024.12.21 00:47:43.572920 [ 260 ] {a84e8ed8-e365-4bc6-9778-5cd98648b61f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 380 | 2024.12.21 00:47:43.577226 [ 260 ] {a84e8ed8-e365-4bc6-9778-5cd98648b61f} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Loading data parts | ||
| 381 | 2024.12.21 00:47:43.577433 [ 260 ] {a84e8ed8-e365-4bc6-9778-5cd98648b61f} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): There are no data parts | ||
| 382 | 2024.12.21 00:47:43.583208 [ 260 ] {a84e8ed8-e365-4bc6-9778-5cd98648b61f} <Debug> TCPHandler: Processed in 0.010642318 sec. | ||
| 383 | 2024.12.21 00:47:43.583478 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2024.12.21 00:47:43.583740 [ 258 ] {9831a53b-e7eb-404c-82f6-0767a81308b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 385 | 2024.12.21 00:47:43.583828 [ 258 ] {9831a53b-e7eb-404c-82f6-0767a81308b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 386 | 2024.12.21 00:47:43.591565 [ 258 ] {9831a53b-e7eb-404c-82f6-0767a81308b2} <Debug> oximeter.measurements_f32 (297f0b90-8a90-40be-a2b0-f83b99a39f11): Loading data parts | ||
| 387 | 2024.12.21 00:47:43.591738 [ 258 ] {9831a53b-e7eb-404c-82f6-0767a81308b2} <Debug> oximeter.measurements_f32 (297f0b90-8a90-40be-a2b0-f83b99a39f11): There are no data parts | ||
| 388 | 2024.12.21 00:47:43.597107 [ 258 ] {9831a53b-e7eb-404c-82f6-0767a81308b2} <Debug> TCPHandler: Processed in 0.013711695 sec. | ||
| 389 | 2024.12.21 00:47:43.597313 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 390 | 2024.12.21 00:47:43.597536 [ 260 ] {664e1e42-5f0d-497d-89eb-1e9e2417fb0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 391 | 2024.12.21 00:47:43.597618 [ 260 ] {664e1e42-5f0d-497d-89eb-1e9e2417fb0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 392 | 2024.12.21 00:47:43.605986 [ 260 ] {664e1e42-5f0d-497d-89eb-1e9e2417fb0a} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Loading data parts | ||
| 393 | 2024.12.21 00:47:43.606181 [ 260 ] {664e1e42-5f0d-497d-89eb-1e9e2417fb0a} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): There are no data parts | ||
| 394 | 2024.12.21 00:47:43.611907 [ 260 ] {664e1e42-5f0d-497d-89eb-1e9e2417fb0a} <Debug> TCPHandler: Processed in 0.014654892 sec. | ||
| 395 | 2024.12.21 00:47:43.612160 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2024.12.21 00:47:43.612458 [ 258 ] {ceb4705e-4c20-44d6-b1c3-e67ab10792d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 397 | 2024.12.21 00:47:43.612544 [ 258 ] {ceb4705e-4c20-44d6-b1c3-e67ab10792d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 398 | 2024.12.21 00:47:43.617797 [ 258 ] {ceb4705e-4c20-44d6-b1c3-e67ab10792d7} <Debug> oximeter.measurements_string (b0bbda34-bc04-472b-b99d-698b8398db17): Loading data parts | ||
| 399 | 2024.12.21 00:47:43.617996 [ 258 ] {ceb4705e-4c20-44d6-b1c3-e67ab10792d7} <Debug> oximeter.measurements_string (b0bbda34-bc04-472b-b99d-698b8398db17): There are no data parts | ||
| 400 | 2024.12.21 00:47:43.624906 [ 258 ] {ceb4705e-4c20-44d6-b1c3-e67ab10792d7} <Debug> TCPHandler: Processed in 0.012825718 sec. | ||
| 401 | 2024.12.21 00:47:43.625127 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 402 | 2024.12.21 00:47:43.625346 [ 260 ] {82d82f7a-ceec-46b1-8a83-352a1d3f6464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 403 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 404 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 405 | * a string isn't palatable for a few reasons. | ||
| 406 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 407 | * details. | ||
| 408 | */ | ||
| 409 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 410 | 2024.12.21 00:47:43.625425 [ 260 ] {82d82f7a-ceec-46b1-8a83-352a1d3f6464} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 411 | 2024.12.21 00:47:43.629054 [ 260 ] {82d82f7a-ceec-46b1-8a83-352a1d3f6464} <Debug> oximeter.measurements_bytes (75f3f119-dd0a-4642-87f9-d3ef28f38441): Loading data parts | ||
| 412 | 2024.12.21 00:47:43.629243 [ 260 ] {82d82f7a-ceec-46b1-8a83-352a1d3f6464} <Debug> oximeter.measurements_bytes (75f3f119-dd0a-4642-87f9-d3ef28f38441): There are no data parts | ||
| 413 | 2024.12.21 00:47:43.631567 [ 260 ] {82d82f7a-ceec-46b1-8a83-352a1d3f6464} <Debug> TCPHandler: Processed in 0.006501811 sec. | ||
| 414 | 2024.12.21 00:47:43.631788 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 415 | 2024.12.21 00:47:43.632056 [ 258 ] {f34c069f-5bf9-4a2e-b7dd-016ef45679f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 416 | 2024.12.21 00:47:43.632131 [ 258 ] {f34c069f-5bf9-4a2e-b7dd-016ef45679f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 417 | 2024.12.21 00:47:43.637188 [ 258 ] {f34c069f-5bf9-4a2e-b7dd-016ef45679f8} <Debug> oximeter.measurements_cumulativei64 (82af37e4-3803-422a-851d-b400e3ec66cc): Loading data parts | ||
| 418 | 2024.12.21 00:47:43.637372 [ 258 ] {f34c069f-5bf9-4a2e-b7dd-016ef45679f8} <Debug> oximeter.measurements_cumulativei64 (82af37e4-3803-422a-851d-b400e3ec66cc): There are no data parts | ||
| 419 | 2024.12.21 00:47:43.641532 [ 258 ] {f34c069f-5bf9-4a2e-b7dd-016ef45679f8} <Debug> TCPHandler: Processed in 0.009821432 sec. | ||
| 420 | 2024.12.21 00:47:43.641774 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.12.21 00:47:43.642001 [ 260 ] {294c86f0-b63d-4931-945e-e089d6adefcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 422 | 2024.12.21 00:47:43.642077 [ 260 ] {294c86f0-b63d-4931-945e-e089d6adefcc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 423 | 2024.12.21 00:47:43.648736 [ 260 ] {294c86f0-b63d-4931-945e-e089d6adefcc} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Loading data parts | ||
| 424 | 2024.12.21 00:47:43.648948 [ 260 ] {294c86f0-b63d-4931-945e-e089d6adefcc} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): There are no data parts | ||
| 425 | 2024.12.21 00:47:43.655596 [ 260 ] {294c86f0-b63d-4931-945e-e089d6adefcc} <Debug> TCPHandler: Processed in 0.013882607 sec. | ||
| 426 | 2024.12.21 00:47:43.655831 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2024.12.21 00:47:43.656116 [ 258 ] {27170cb8-20f9-45ee-9307-a2e3d3b2e076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 428 | 2024.12.21 00:47:43.656200 [ 258 ] {27170cb8-20f9-45ee-9307-a2e3d3b2e076} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 429 | 2024.12.21 00:47:43.662053 [ 258 ] {27170cb8-20f9-45ee-9307-a2e3d3b2e076} <Debug> oximeter.measurements_cumulativef32 (4bd931cb-767a-4723-80b5-67b0ed65ffb3): Loading data parts | ||
| 430 | 2024.12.21 00:47:43.662219 [ 258 ] {27170cb8-20f9-45ee-9307-a2e3d3b2e076} <Debug> oximeter.measurements_cumulativef32 (4bd931cb-767a-4723-80b5-67b0ed65ffb3): There are no data parts | ||
| 431 | 2024.12.21 00:47:43.665026 [ 258 ] {27170cb8-20f9-45ee-9307-a2e3d3b2e076} <Debug> TCPHandler: Processed in 0.009266602 sec. | ||
| 432 | 2024.12.21 00:47:43.665234 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.12.21 00:47:43.665474 [ 260 ] {b0bc246e-4d64-4921-9ae5-0748e9a43e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 434 | 2024.12.21 00:47:43.665545 [ 260 ] {b0bc246e-4d64-4921-9ae5-0748e9a43e1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 435 | 2024.12.21 00:47:43.672486 [ 260 ] {b0bc246e-4d64-4921-9ae5-0748e9a43e1b} <Debug> oximeter.measurements_cumulativef64 (be5706f9-e9ef-4c48-9f62-826b528ae4d0): Loading data parts | ||
| 436 | 2024.12.21 00:47:43.672657 [ 260 ] {b0bc246e-4d64-4921-9ae5-0748e9a43e1b} <Debug> oximeter.measurements_cumulativef64 (be5706f9-e9ef-4c48-9f62-826b528ae4d0): There are no data parts | ||
| 437 | 2024.12.21 00:47:43.677932 [ 260 ] {b0bc246e-4d64-4921-9ae5-0748e9a43e1b} <Debug> TCPHandler: Processed in 0.012756897 sec. | ||
| 438 | 2024.12.21 00:47:43.678253 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2024.12.21 00:47:43.678669 [ 258 ] {b12d5642-1d0e-4c60-a133-1426803fb278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 440 | * NOTE: Array types cannot be Nullable, see | ||
| 441 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 442 | * for more details. | ||
| 443 | * | ||
| 444 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 445 | * is unfortunate, and at this point relies on the fact that an | ||
| 446 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 447 | * to figure out another way to represent missing samples here. | ||
| 448 | */ | ||
| 449 | 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) | ||
| 450 | 2024.12.21 00:47:43.678779 [ 258 ] {b12d5642-1d0e-4c60-a133-1426803fb278} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 451 | 2024.12.21 00:47:43.686144 [ 258 ] {b12d5642-1d0e-4c60-a133-1426803fb278} <Debug> oximeter.measurements_histogrami8 (72a37976-090e-4541-80b3-4e4605e33f4b): Loading data parts | ||
| 452 | 2024.12.21 00:47:43.686378 [ 258 ] {b12d5642-1d0e-4c60-a133-1426803fb278} <Debug> oximeter.measurements_histogrami8 (72a37976-090e-4541-80b3-4e4605e33f4b): There are no data parts | ||
| 453 | 2024.12.21 00:47:43.692470 [ 258 ] {b12d5642-1d0e-4c60-a133-1426803fb278} <Debug> TCPHandler: Processed in 0.014317605 sec. | ||
| 454 | 2024.12.21 00:47:43.692701 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2024.12.21 00:47:43.693069 [ 260 ] {35968236-c0ae-4d94-88ac-8594319415b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 456 | 2024.12.21 00:47:43.693160 [ 260 ] {35968236-c0ae-4d94-88ac-8594319415b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 457 | 2024.12.21 00:47:43.700035 [ 260 ] {35968236-c0ae-4d94-88ac-8594319415b5} <Debug> oximeter.measurements_histogramu8 (16470499-bd3e-4e3d-806d-b8837c50000f): Loading data parts | ||
| 458 | 2024.12.21 00:47:43.700211 [ 260 ] {35968236-c0ae-4d94-88ac-8594319415b5} <Debug> oximeter.measurements_histogramu8 (16470499-bd3e-4e3d-806d-b8837c50000f): There are no data parts | ||
| 459 | 2024.12.21 00:47:43.702502 [ 260 ] {35968236-c0ae-4d94-88ac-8594319415b5} <Debug> TCPHandler: Processed in 0.009866913 sec. | ||
| 460 | 2024.12.21 00:47:43.702749 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2024.12.21 00:47:43.703069 [ 258 ] {8ec9b194-bd6c-4193-804f-6784eb739696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 462 | 2024.12.21 00:47:43.703164 [ 258 ] {8ec9b194-bd6c-4193-804f-6784eb739696} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 463 | 2024.12.21 00:47:43.708230 [ 258 ] {8ec9b194-bd6c-4193-804f-6784eb739696} <Debug> oximeter.measurements_histogrami16 (f196eb17-0856-44df-8bf8-1d8794353df0): Loading data parts | ||
| 464 | 2024.12.21 00:47:43.708401 [ 258 ] {8ec9b194-bd6c-4193-804f-6784eb739696} <Debug> oximeter.measurements_histogrami16 (f196eb17-0856-44df-8bf8-1d8794353df0): There are no data parts | ||
| 465 | 2024.12.21 00:47:43.712731 [ 258 ] {8ec9b194-bd6c-4193-804f-6784eb739696} <Debug> TCPHandler: Processed in 0.010055536 sec. | ||
| 466 | 2024.12.21 00:47:43.712948 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2024.12.21 00:47:43.713273 [ 260 ] {2d6014dd-3bcd-49be-9963-0c913cb5059b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 468 | 2024.12.21 00:47:43.713370 [ 260 ] {2d6014dd-3bcd-49be-9963-0c913cb5059b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 469 | 2024.12.21 00:47:43.718953 [ 260 ] {2d6014dd-3bcd-49be-9963-0c913cb5059b} <Debug> oximeter.measurements_histogramu16 (0897d40a-e620-4e46-959a-eeeddda37d57): Loading data parts | ||
| 470 | 2024.12.21 00:47:43.719150 [ 260 ] {2d6014dd-3bcd-49be-9963-0c913cb5059b} <Debug> oximeter.measurements_histogramu16 (0897d40a-e620-4e46-959a-eeeddda37d57): There are no data parts | ||
| 471 | 2024.12.21 00:47:43.721917 [ 260 ] {2d6014dd-3bcd-49be-9963-0c913cb5059b} <Debug> TCPHandler: Processed in 0.009031288 sec. | ||
| 472 | 2024.12.21 00:47:43.722148 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2024.12.21 00:47:43.722469 [ 258 ] {1924981f-5ad1-43f8-9546-269370e81e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 474 | 2024.12.21 00:47:43.722569 [ 258 ] {1924981f-5ad1-43f8-9546-269370e81e83} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 475 | 2024.12.21 00:47:43.725696 [ 258 ] {1924981f-5ad1-43f8-9546-269370e81e83} <Debug> oximeter.measurements_histogrami32 (7e5789f6-4bba-438f-b64c-940af6594c13): Loading data parts | ||
| 476 | 2024.12.21 00:47:43.725885 [ 258 ] {1924981f-5ad1-43f8-9546-269370e81e83} <Debug> oximeter.measurements_histogrami32 (7e5789f6-4bba-438f-b64c-940af6594c13): There are no data parts | ||
| 477 | 2024.12.21 00:47:43.727878 [ 258 ] {1924981f-5ad1-43f8-9546-269370e81e83} <Debug> TCPHandler: Processed in 0.005800648 sec. | ||
| 478 | 2024.12.21 00:47:43.728113 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2024.12.21 00:47:43.728431 [ 260 ] {ee611f90-5eb8-4952-b910-bf277312e16e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 480 | 2024.12.21 00:47:43.728520 [ 260 ] {ee611f90-5eb8-4952-b910-bf277312e16e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 481 | 2024.12.21 00:47:43.734232 [ 260 ] {ee611f90-5eb8-4952-b910-bf277312e16e} <Debug> oximeter.measurements_histogramu32 (3b56b4e3-254b-42a4-8d8d-7335804a7ec5): Loading data parts | ||
| 482 | 2024.12.21 00:47:43.734395 [ 260 ] {ee611f90-5eb8-4952-b910-bf277312e16e} <Debug> oximeter.measurements_histogramu32 (3b56b4e3-254b-42a4-8d8d-7335804a7ec5): There are no data parts | ||
| 483 | 2024.12.21 00:47:43.739410 [ 260 ] {ee611f90-5eb8-4952-b910-bf277312e16e} <Debug> TCPHandler: Processed in 0.011355631 sec. | ||
| 484 | 2024.12.21 00:47:43.739670 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2024.12.21 00:47:43.739996 [ 258 ] {ce2c2e28-7402-45dd-8d5d-853de00a808d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 486 | 2024.12.21 00:47:43.740096 [ 258 ] {ce2c2e28-7402-45dd-8d5d-853de00a808d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 487 | 2024.12.21 00:47:43.747473 [ 258 ] {ce2c2e28-7402-45dd-8d5d-853de00a808d} <Debug> oximeter.measurements_histogrami64 (38dbedb9-614f-42ed-a5bc-3d068fdcb2d8): Loading data parts | ||
| 488 | 2024.12.21 00:47:43.747643 [ 258 ] {ce2c2e28-7402-45dd-8d5d-853de00a808d} <Debug> oximeter.measurements_histogrami64 (38dbedb9-614f-42ed-a5bc-3d068fdcb2d8): There are no data parts | ||
| 489 | 2024.12.21 00:47:43.753282 [ 258 ] {ce2c2e28-7402-45dd-8d5d-853de00a808d} <Debug> TCPHandler: Processed in 0.013676634 sec. | ||
| 490 | 2024.12.21 00:47:43.753516 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 491 | 2024.12.21 00:47:43.753825 [ 260 ] {7fe74d46-9051-4b5f-95c1-e1beea058fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 492 | 2024.12.21 00:47:43.753923 [ 260 ] {7fe74d46-9051-4b5f-95c1-e1beea058fbb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 493 | 2024.12.21 00:47:43.759158 [ 260 ] {7fe74d46-9051-4b5f-95c1-e1beea058fbb} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Loading data parts | ||
| 494 | 2024.12.21 00:47:43.759342 [ 260 ] {7fe74d46-9051-4b5f-95c1-e1beea058fbb} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): There are no data parts | ||
| 495 | 2024.12.21 00:47:43.765624 [ 260 ] {7fe74d46-9051-4b5f-95c1-e1beea058fbb} <Debug> TCPHandler: Processed in 0.012178296 sec. | ||
| 496 | 2024.12.21 00:47:43.765889 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2024.12.21 00:47:43.766207 [ 258 ] {6dcd7a9a-e317-4480-aea4-3681b3e2a104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 498 | 2024.12.21 00:47:43.766299 [ 258 ] {6dcd7a9a-e317-4480-aea4-3681b3e2a104} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 499 | 2024.12.21 00:47:43.771021 [ 258 ] {6dcd7a9a-e317-4480-aea4-3681b3e2a104} <Debug> oximeter.measurements_histogramf32 (195784aa-2c7f-4218-809c-1fb318834352): Loading data parts | ||
| 500 | 2024.12.21 00:47:43.771204 [ 258 ] {6dcd7a9a-e317-4480-aea4-3681b3e2a104} <Debug> oximeter.measurements_histogramf32 (195784aa-2c7f-4218-809c-1fb318834352): There are no data parts | ||
| 501 | 2024.12.21 00:47:43.777502 [ 258 ] {6dcd7a9a-e317-4480-aea4-3681b3e2a104} <Debug> TCPHandler: Processed in 0.011694007 sec. | ||
| 502 | 2024.12.21 00:47:43.777721 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2024.12.21 00:47:43.778027 [ 260 ] {cacaa612-4089-4302-88fc-c2c435b9acbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 504 | 2024.12.21 00:47:43.778126 [ 260 ] {cacaa612-4089-4302-88fc-c2c435b9acbb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 505 | 2024.12.21 00:47:43.786740 [ 260 ] {cacaa612-4089-4302-88fc-c2c435b9acbb} <Debug> oximeter.measurements_histogramf64 (7e0ae6b4-9d57-40a9-9bda-4d952b3904e6): Loading data parts | ||
| 506 | 2024.12.21 00:47:43.786927 [ 260 ] {cacaa612-4089-4302-88fc-c2c435b9acbb} <Debug> oximeter.measurements_histogramf64 (7e0ae6b4-9d57-40a9-9bda-4d952b3904e6): There are no data parts | ||
| 507 | 2024.12.21 00:47:43.789944 [ 260 ] {cacaa612-4089-4302-88fc-c2c435b9acbb} <Debug> TCPHandler: Processed in 0.012289828 sec. | ||
| 508 | 2024.12.21 00:47:43.790205 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2024.12.21 00:47:43.790428 [ 258 ] {01bd0018-4f2c-4f6b-b573-e7d4259f6188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) /* The field tables store named dimensions of each timeseries. | ||
| 510 | * | ||
| 511 | * As with the measurement tables, there is one field table for each field data | ||
| 512 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 513 | * this behavior **must not** be relied upon for query correctness. | ||
| 514 | * | ||
| 515 | * The index for the fields differs from the measurements, however. Rows are | ||
| 516 | * sorted by timeseries name, then field name, field value, and finally | ||
| 517 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 518 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 519 | * usually then used to look up measurements. | ||
| 520 | * | ||
| 521 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 522 | * timeseries name and then key, since it would improve lookups where one | ||
| 523 | * already has the key. Realistically though, these tables are quite small and | ||
| 524 | * so performance benefits will be low in absolute terms. | ||
| 525 | * | ||
| 526 | * TTL: We use a materialized column to expire old field table records. This | ||
| 527 | * column is generated automatically by the database whenever a new row is | ||
| 528 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 529 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 530 | * record will remain during a deduplication, which will have the last | ||
| 531 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 532 | * measurement tables. | ||
| 533 | */ | ||
| 534 | 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) | ||
| 535 | 2024.12.21 00:47:43.790521 [ 258 ] {01bd0018-4f2c-4f6b-b573-e7d4259f6188} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 536 | 2024.12.21 00:47:43.795233 [ 258 ] {01bd0018-4f2c-4f6b-b573-e7d4259f6188} <Debug> oximeter.fields_bool (0bf5d63d-9e27-4d7d-b161-30642c156636): Loading data parts | ||
| 537 | 2024.12.21 00:47:43.795418 [ 258 ] {01bd0018-4f2c-4f6b-b573-e7d4259f6188} <Debug> oximeter.fields_bool (0bf5d63d-9e27-4d7d-b161-30642c156636): There are no data parts | ||
| 538 | 2024.12.21 00:47:43.806510 [ 258 ] {01bd0018-4f2c-4f6b-b573-e7d4259f6188} <Debug> TCPHandler: Processed in 0.016371384 sec. | ||
| 539 | 2024.12.21 00:47:43.806744 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2024.12.21 00:47:43.806961 [ 260 ] {86566f51-d378-48e3-b588-8af01e35f4b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 541 | 2024.12.21 00:47:43.807048 [ 260 ] {86566f51-d378-48e3-b588-8af01e35f4b0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 542 | 2024.12.21 00:47:43.813367 [ 260 ] {86566f51-d378-48e3-b588-8af01e35f4b0} <Debug> oximeter.fields_i8 (93e15c7e-eeac-43a8-869b-2a55f673d52b): Loading data parts | ||
| 543 | 2024.12.21 00:47:43.813556 [ 260 ] {86566f51-d378-48e3-b588-8af01e35f4b0} <Debug> oximeter.fields_i8 (93e15c7e-eeac-43a8-869b-2a55f673d52b): There are no data parts | ||
| 544 | 2024.12.21 00:47:43.817882 [ 260 ] {86566f51-d378-48e3-b588-8af01e35f4b0} <Debug> TCPHandler: Processed in 0.011197767 sec. | ||
| 545 | 2024.12.21 00:47:43.818111 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.12.21 00:47:43.818383 [ 258 ] {ca0fa958-5664-4a0c-a175-96eabab697a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 547 | 2024.12.21 00:47:43.818461 [ 258 ] {ca0fa958-5664-4a0c-a175-96eabab697a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 548 | 2024.12.21 00:47:43.825093 [ 258 ] {ca0fa958-5664-4a0c-a175-96eabab697a3} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Loading data parts | ||
| 549 | 2024.12.21 00:47:43.825288 [ 258 ] {ca0fa958-5664-4a0c-a175-96eabab697a3} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): There are no data parts | ||
| 550 | 2024.12.21 00:47:43.834993 [ 258 ] {ca0fa958-5664-4a0c-a175-96eabab697a3} <Debug> TCPHandler: Processed in 0.016947434 sec. | ||
| 551 | 2024.12.21 00:47:43.835207 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2024.12.21 00:47:43.835423 [ 260 ] {bd469d39-319c-4f71-a16b-d653d7fe325e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 553 | 2024.12.21 00:47:43.835518 [ 260 ] {bd469d39-319c-4f71-a16b-d653d7fe325e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 554 | 2024.12.21 00:47:43.841282 [ 260 ] {bd469d39-319c-4f71-a16b-d653d7fe325e} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Loading data parts | ||
| 555 | 2024.12.21 00:47:43.841474 [ 260 ] {bd469d39-319c-4f71-a16b-d653d7fe325e} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): There are no data parts | ||
| 556 | 2024.12.21 00:47:43.846982 [ 260 ] {bd469d39-319c-4f71-a16b-d653d7fe325e} <Debug> TCPHandler: Processed in 0.011838849 sec. | ||
| 557 | 2024.12.21 00:47:43.847204 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.12.21 00:47:43.847460 [ 258 ] {7bc6b707-e166-49df-8319-7d70d58019f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 559 | 2024.12.21 00:47:43.847539 [ 258 ] {7bc6b707-e166-49df-8319-7d70d58019f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 560 | 2024.12.21 00:47:43.853937 [ 258 ] {7bc6b707-e166-49df-8319-7d70d58019f1} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Loading data parts | ||
| 561 | 2024.12.21 00:47:43.854137 [ 258 ] {7bc6b707-e166-49df-8319-7d70d58019f1} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): There are no data parts | ||
| 562 | 2024.12.21 00:47:43.860348 [ 258 ] {7bc6b707-e166-49df-8319-7d70d58019f1} <Debug> TCPHandler: Processed in 0.013208014 sec. | ||
| 563 | 2024.12.21 00:47:43.860580 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 564 | 2024.12.21 00:47:43.860801 [ 260 ] {5d1a9f3a-ab95-4e1c-9ba4-33bdeed4f008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 565 | 2024.12.21 00:47:43.860897 [ 260 ] {5d1a9f3a-ab95-4e1c-9ba4-33bdeed4f008} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 566 | 2024.12.21 00:47:43.867033 [ 260 ] {5d1a9f3a-ab95-4e1c-9ba4-33bdeed4f008} <Debug> oximeter.fields_i32 (6aa51070-8c92-46f7-87ff-398e62d43c15): Loading data parts | ||
| 567 | 2024.12.21 00:47:43.867205 [ 260 ] {5d1a9f3a-ab95-4e1c-9ba4-33bdeed4f008} <Debug> oximeter.fields_i32 (6aa51070-8c92-46f7-87ff-398e62d43c15): There are no data parts | ||
| 568 | 2024.12.21 00:47:43.871422 [ 260 ] {5d1a9f3a-ab95-4e1c-9ba4-33bdeed4f008} <Debug> TCPHandler: Processed in 0.010916853 sec. | ||
| 569 | 2024.12.21 00:47:43.871745 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.12.21 00:47:43.872033 [ 258 ] {2db74559-fd4f-4360-adfd-be14e08dd57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 571 | 2024.12.21 00:47:43.872192 [ 258 ] {2db74559-fd4f-4360-adfd-be14e08dd57f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 572 | 2024.12.21 00:47:43.877951 [ 258 ] {2db74559-fd4f-4360-adfd-be14e08dd57f} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Loading data parts | ||
| 573 | 2024.12.21 00:47:43.878165 [ 258 ] {2db74559-fd4f-4360-adfd-be14e08dd57f} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): There are no data parts | ||
| 574 | 2024.12.21 00:47:43.884279 [ 258 ] {2db74559-fd4f-4360-adfd-be14e08dd57f} <Debug> TCPHandler: Processed in 0.012606643 sec. | ||
| 575 | 2024.12.21 00:47:43.884520 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 576 | 2024.12.21 00:47:43.884770 [ 260 ] {2d6b4bd7-8a61-45b9-9362-6fae11c26147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 577 | 2024.12.21 00:47:43.884945 [ 260 ] {2d6b4bd7-8a61-45b9-9362-6fae11c26147} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 578 | 2024.12.21 00:47:43.888941 [ 260 ] {2d6b4bd7-8a61-45b9-9362-6fae11c26147} <Debug> oximeter.fields_i64 (065071d9-eaf7-4e35-a908-e02f2de886fb): Loading data parts | ||
| 579 | 2024.12.21 00:47:43.889137 [ 260 ] {2d6b4bd7-8a61-45b9-9362-6fae11c26147} <Debug> oximeter.fields_i64 (065071d9-eaf7-4e35-a908-e02f2de886fb): There are no data parts | ||
| 580 | 2024.12.21 00:47:43.893181 [ 260 ] {2d6b4bd7-8a61-45b9-9362-6fae11c26147} <Debug> TCPHandler: Processed in 0.008749313 sec. | ||
| 581 | 2024.12.21 00:47:43.893490 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.12.21 00:47:43.893714 [ 258 ] {29fc7334-4f52-425f-8305-1100e02dddc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 583 | 2024.12.21 00:47:43.893894 [ 258 ] {29fc7334-4f52-425f-8305-1100e02dddc7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 584 | 2024.12.21 00:47:43.904260 [ 258 ] {29fc7334-4f52-425f-8305-1100e02dddc7} <Debug> oximeter.fields_u64 (0f597d9c-8b84-42fe-b368-de25c79a2540): Loading data parts | ||
| 585 | 2024.12.21 00:47:43.904539 [ 258 ] {29fc7334-4f52-425f-8305-1100e02dddc7} <Debug> oximeter.fields_u64 (0f597d9c-8b84-42fe-b368-de25c79a2540): There are no data parts | ||
| 586 | 2024.12.21 00:47:43.911163 [ 258 ] {29fc7334-4f52-425f-8305-1100e02dddc7} <Debug> TCPHandler: Processed in 0.017741029 sec. | ||
| 587 | 2024.12.21 00:47:43.911365 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 588 | 2024.12.21 00:47:43.911632 [ 260 ] {8167974f-438e-4113-9817-50c8f71c2b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 589 | 2024.12.21 00:47:43.911731 [ 260 ] {8167974f-438e-4113-9817-50c8f71c2b70} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 590 | 2024.12.21 00:47:43.920718 [ 260 ] {8167974f-438e-4113-9817-50c8f71c2b70} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Loading data parts | ||
| 591 | 2024.12.21 00:47:43.920952 [ 260 ] {8167974f-438e-4113-9817-50c8f71c2b70} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): There are no data parts | ||
| 592 | 2024.12.21 00:47:43.926572 [ 260 ] {8167974f-438e-4113-9817-50c8f71c2b70} <Debug> TCPHandler: Processed in 0.015266613 sec. | ||
| 593 | 2024.12.21 00:47:43.926922 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.12.21 00:47:43.927160 [ 258 ] {e765b913-4e46-41b6-8aa0-bca81fdcd24f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) 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) | ||
| 595 | 2024.12.21 00:47:43.927310 [ 258 ] {e765b913-4e46-41b6-8aa0-bca81fdcd24f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 596 | 2024.12.21 00:47:43.935366 [ 258 ] {e765b913-4e46-41b6-8aa0-bca81fdcd24f} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Loading data parts | ||
| 597 | 2024.12.21 00:47:43.935653 [ 258 ] {e765b913-4e46-41b6-8aa0-bca81fdcd24f} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): There are no data parts | ||
| 598 | 2024.12.21 00:47:43.945114 [ 258 ] {e765b913-4e46-41b6-8aa0-bca81fdcd24f} <Debug> TCPHandler: Processed in 0.018265009 sec. | ||
| 599 | 2024.12.21 00:47:43.945347 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 600 | 2024.12.21 00:47:43.945705 [ 260 ] {e2345e4c-ef44-4719-a8f7-d270683bae4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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) | ||
| 601 | 2024.12.21 00:47:43.945854 [ 260 ] {e2345e4c-ef44-4719-a8f7-d270683bae4a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 602 | 2024.12.21 00:47:43.951983 [ 260 ] {e2345e4c-ef44-4719-a8f7-d270683bae4a} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Loading data parts | ||
| 603 | 2024.12.21 00:47:43.952179 [ 260 ] {e2345e4c-ef44-4719-a8f7-d270683bae4a} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): There are no data parts | ||
| 604 | 2024.12.21 00:47:43.957755 [ 260 ] {e2345e4c-ef44-4719-a8f7-d270683bae4a} <Debug> TCPHandler: Processed in 0.012483022 sec. | ||
| 605 | 2024.12.21 00:47:43.958052 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.12.21 00:47:43.958367 [ 258 ] {9f23b53e-cacc-44b1-8179-60c9a4b7f4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) /* The timeseries schema table stores the extracted schema for the samples | ||
| 607 | * oximeter collects. | ||
| 608 | */ | ||
| 609 | 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) | ||
| 610 | 2024.12.21 00:47:43.958536 [ 258 ] {9f23b53e-cacc-44b1-8179-60c9a4b7f4b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 611 | 2024.12.21 00:47:43.964927 [ 258 ] {9f23b53e-cacc-44b1-8179-60c9a4b7f4b6} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Loading data parts | ||
| 612 | 2024.12.21 00:47:43.965093 [ 258 ] {9f23b53e-cacc-44b1-8179-60c9a4b7f4b6} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): There are no data parts | ||
| 613 | 2024.12.21 00:47:43.969552 [ 258 ] {9f23b53e-cacc-44b1-8179-60c9a4b7f4b6} <Debug> TCPHandler: Processed in 0.011565845 sec. | ||
| 614 | 2024.12.21 00:47:43.969835 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 615 | 2024.12.21 00:47:43.970037 [ 260 ] {f2422cb1-68fa-48ab-8b18-1297de4b224e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 616 | 2024.12.21 00:47:43.971321 [ 260 ] {f2422cb1-68fa-48ab-8b18-1297de4b224e} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 617 | 2024.12.21 00:47:43.980374 [ 268 ] {f2422cb1-68fa-48ab-8b18-1297de4b224e} <Trace> oximeter.version (e03ebc4a-d891-4ec1-802e-c7b4e3b07361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 618 | 2024.12.21 00:47:43.980437 [ 268 ] {f2422cb1-68fa-48ab-8b18-1297de4b224e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 619 | 2024.12.21 00:47:43.985766 [ 268 ] {f2422cb1-68fa-48ab-8b18-1297de4b224e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 620 | 2024.12.21 00:47:43.986451 [ 268 ] {f2422cb1-68fa-48ab-8b18-1297de4b224e} <Trace> oximeter.version (e03ebc4a-d891-4ec1-802e-c7b4e3b07361): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 621 | 2024.12.21 00:47:43.986799 [ 260 ] {f2422cb1-68fa-48ab-8b18-1297de4b224e} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016829 sec., 59.42123715015747 rows/sec., 950.74 B/sec. | ||
| 622 | 2024.12.21 00:47:43.987233 [ 260 ] {f2422cb1-68fa-48ab-8b18-1297de4b224e} <Debug> TCPHandler: Processed in 0.017457374 sec. | ||
| 623 | 2024.12.21 00:47:44.001138 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 126.77 MiB, peak 126.77 MiB, free memory in arenas 0.00 B, will set to 139.85 MiB (RSS), difference: 13.08 MiB | ||
| 624 | 2024.12.21 00:47:44.081336 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39047 | ||
| 625 | 2024.12.21 00:47:44.081447 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 626 | 2024.12.21 00:47:44.081526 [ 269 ] {} <Debug> TCP-Session: 0cc32af1-704d-4e9f-9ae0-80991757b921 Authenticating user 'default' from [fd00:1122:3344:101::a]:39047 | ||
| 627 | 2024.12.21 00:47:44.081557 [ 269 ] {} <Debug> TCP-Session: 0cc32af1-704d-4e9f-9ae0-80991757b921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.12.21 00:47:44.081573 [ 269 ] {} <Debug> TCP-Session: 0cc32af1-704d-4e9f-9ae0-80991757b921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.12.21 00:47:44.081662 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 630 | 2024.12.21 00:47:44.081691 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 631 | 2024.12.21 00:47:44.081732 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 632 | 2024.12.21 00:47:44.083829 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45398 | ||
| 633 | 2024.12.21 00:47:44.083915 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59130 | ||
| 634 | 2024.12.21 00:47:44.083965 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2024.12.21 00:47:44.083993 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42146 | ||
| 636 | 2024.12.21 00:47:44.084118 [ 270 ] {} <Debug> TCP-Session: b3c235c0-6c7a-441a-910b-00ad274c065b Authenticating user 'default' from [fd00:1122:3344:101::a]:45398 | ||
| 637 | 2024.12.21 00:47:44.084142 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39616 | ||
| 638 | 2024.12.21 00:47:44.084254 [ 270 ] {} <Debug> TCP-Session: b3c235c0-6c7a-441a-910b-00ad274c065b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 639 | 2024.12.21 00:47:44.084305 [ 270 ] {} <Debug> TCP-Session: b3c235c0-6c7a-441a-910b-00ad274c065b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.12.21 00:47:44.084456 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64583 | ||
| 641 | 2024.12.21 00:47:44.084448 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43128 | ||
| 642 | 2024.12.21 00:47:44.084513 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 643 | 2024.12.21 00:47:44.084539 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43285 | ||
| 644 | 2024.12.21 00:47:44.084637 [ 273 ] {} <Debug> TCP-Session: a8f61139-03fd-4f2b-834c-0fca9d2ab1d1 Authenticating user 'default' from [fd00:1122:3344:101::a]:39616 | ||
| 645 | 2024.12.21 00:47:44.084799 [ 273 ] {} <Debug> TCP-Session: a8f61139-03fd-4f2b-834c-0fca9d2ab1d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2024.12.21 00:47:44.084841 [ 273 ] {} <Debug> TCP-Session: a8f61139-03fd-4f2b-834c-0fca9d2ab1d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2024.12.21 00:47:44.087204 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 648 | 2024.12.21 00:47:44.087249 [ 271 ] {} <Debug> TCP-Session: f8530b97-1fb5-4f2a-974e-527bebd06795 Authenticating user 'default' from [fd00:1122:3344:101::a]:59130 | ||
| 649 | 2024.12.21 00:47:44.087272 [ 271 ] {} <Debug> TCP-Session: f8530b97-1fb5-4f2a-974e-527bebd06795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2024.12.21 00:47:44.087339 [ 271 ] {} <Debug> TCP-Session: f8530b97-1fb5-4f2a-974e-527bebd06795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2024.12.21 00:47:44.087801 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 652 | 2024.12.21 00:47:44.087816 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 653 | 2024.12.21 00:47:44.088217 [ 276 ] {} <Debug> TCP-Session: d3ae5c63-7862-453a-8df7-236181831173 Authenticating user 'default' from [fd00:1122:3344:101::a]:43285 | ||
| 654 | 2024.12.21 00:47:44.088238 [ 275 ] {} <Debug> TCP-Session: 899db26d-a842-4bda-87fa-56201bd02922 Authenticating user 'default' from [fd00:1122:3344:101::a]:64583 | ||
| 655 | 2024.12.21 00:47:44.088301 [ 276 ] {} <Debug> TCP-Session: d3ae5c63-7862-453a-8df7-236181831173 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2024.12.21 00:47:44.088307 [ 275 ] {} <Debug> TCP-Session: 899db26d-a842-4bda-87fa-56201bd02922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2024.12.21 00:47:44.088325 [ 276 ] {} <Debug> TCP-Session: d3ae5c63-7862-453a-8df7-236181831173 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2024.12.21 00:47:44.088361 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 659 | 2024.12.21 00:47:44.088394 [ 275 ] {} <Debug> TCP-Session: 899db26d-a842-4bda-87fa-56201bd02922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2024.12.21 00:47:44.088542 [ 274 ] {} <Debug> TCP-Session: 59896765-ba58-4480-89a1-8ffdc95998f1 Authenticating user 'default' from [fd00:1122:3344:101::a]:43128 | ||
| 661 | 2024.12.21 00:47:44.088570 [ 274 ] {} <Debug> TCP-Session: 59896765-ba58-4480-89a1-8ffdc95998f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2024.12.21 00:47:44.088584 [ 274 ] {} <Debug> TCP-Session: 59896765-ba58-4480-89a1-8ffdc95998f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2024.12.21 00:47:44.090055 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 664 | 2024.12.21 00:47:44.090097 [ 272 ] {} <Debug> TCP-Session: fccf7a3e-e576-4b4c-a07a-37d43729ed36 Authenticating user 'default' from [fd00:1122:3344:101::a]:42146 | ||
| 665 | 2024.12.21 00:47:44.090114 [ 272 ] {} <Debug> TCP-Session: fccf7a3e-e576-4b4c-a07a-37d43729ed36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.12.21 00:47:44.090168 [ 272 ] {} <Debug> TCP-Session: fccf7a3e-e576-4b4c-a07a-37d43729ed36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2024.12.21 00:47:44.761951 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36238 | ||
| 668 | 2024.12.21 00:47:44.762123 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2024.12.21 00:47:44.762206 [ 277 ] {} <Debug> TCP-Session: 2a57d76d-ccf1-447d-8104-4fad104cc956 Authenticating user 'default' from [fd00:1122:3344:101::c]:36238 | ||
| 670 | 2024.12.21 00:47:44.762277 [ 277 ] {} <Debug> TCP-Session: 2a57d76d-ccf1-447d-8104-4fad104cc956 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.12.21 00:47:44.762292 [ 277 ] {} <Debug> TCP-Session: 2a57d76d-ccf1-447d-8104-4fad104cc956 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2024.12.21 00:47:44.762404 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2024.12.21 00:47:44.762469 [ 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 | ||
| 674 | 2024.12.21 00:47:44.762526 [ 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 | ||
| 675 | 2024.12.21 00:47:44.764737 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58131 | ||
| 676 | 2024.12.21 00:47:44.765019 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60893 | ||
| 677 | 2024.12.21 00:47:44.765075 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55432 | ||
| 678 | 2024.12.21 00:47:44.765075 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57786 | ||
| 679 | 2024.12.21 00:47:44.765153 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51199 | ||
| 680 | 2024.12.21 00:47:44.765478 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 681 | 2024.12.21 00:47:44.765642 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43365 | ||
| 682 | 2024.12.21 00:47:44.765648 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45097 | ||
| 683 | 2024.12.21 00:47:44.765742 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2024.12.21 00:47:44.765808 [ 280 ] {} <Debug> TCP-Session: 2d693d3b-cd4b-468e-a168-5b1cb631e31d Authenticating user 'default' from [fd00:1122:3344:101::c]:60893 | ||
| 685 | 2024.12.21 00:47:44.765828 [ 281 ] {} <Debug> TCP-Session: df879924-35a1-45e1-bc9c-1295a733ee11 Authenticating user 'default' from [fd00:1122:3344:101::c]:55432 | ||
| 686 | 2024.12.21 00:47:44.766001 [ 280 ] {} <Debug> TCP-Session: 2d693d3b-cd4b-468e-a168-5b1cb631e31d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2024.12.21 00:47:44.766077 [ 280 ] {} <Debug> TCP-Session: 2d693d3b-cd4b-468e-a168-5b1cb631e31d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2024.12.21 00:47:44.766087 [ 281 ] {} <Debug> TCP-Session: df879924-35a1-45e1-bc9c-1295a733ee11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.12.21 00:47:44.766270 [ 281 ] {} <Debug> TCP-Session: df879924-35a1-45e1-bc9c-1295a733ee11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2024.12.21 00:47:44.776138 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 691 | 2024.12.21 00:47:44.776260 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2024.12.21 00:47:44.776272 [ 278 ] {} <Debug> TCP-Session: 6b2f1574-4bdf-4113-b35d-b986fd3d254a Authenticating user 'default' from [fd00:1122:3344:101::c]:58131 | ||
| 693 | 2024.12.21 00:47:44.776306 [ 282 ] {} <Debug> TCP-Session: 006a4dfc-bc2f-469f-9fdc-a0b881090775 Authenticating user 'default' from [fd00:1122:3344:101::c]:51199 | ||
| 694 | 2024.12.21 00:47:44.776312 [ 278 ] {} <Debug> TCP-Session: 6b2f1574-4bdf-4113-b35d-b986fd3d254a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.12.21 00:47:44.776425 [ 282 ] {} <Debug> TCP-Session: 006a4dfc-bc2f-469f-9fdc-a0b881090775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2024.12.21 00:47:44.776431 [ 278 ] {} <Debug> TCP-Session: 6b2f1574-4bdf-4113-b35d-b986fd3d254a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2024.12.21 00:47:44.776449 [ 282 ] {} <Debug> TCP-Session: 006a4dfc-bc2f-469f-9fdc-a0b881090775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.12.21 00:47:44.776957 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2024.12.21 00:47:44.776998 [ 283 ] {} <Debug> TCP-Session: d30a092a-5add-4465-8eea-a3736d88d8ac Authenticating user 'default' from [fd00:1122:3344:101::c]:45097 | ||
| 700 | 2024.12.21 00:47:44.777118 [ 283 ] {} <Debug> TCP-Session: d30a092a-5add-4465-8eea-a3736d88d8ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.12.21 00:47:44.777134 [ 283 ] {} <Debug> TCP-Session: d30a092a-5add-4465-8eea-a3736d88d8ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.12.21 00:47:44.777569 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2024.12.21 00:47:44.777664 [ 284 ] {} <Debug> TCP-Session: 74710c15-d724-46ea-80b6-f90ed098338a Authenticating user 'default' from [fd00:1122:3344:101::c]:43365 | ||
| 704 | 2024.12.21 00:47:44.777742 [ 284 ] {} <Debug> TCP-Session: 74710c15-d724-46ea-80b6-f90ed098338a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.12.21 00:47:44.777759 [ 284 ] {} <Debug> TCP-Session: 74710c15-d724-46ea-80b6-f90ed098338a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.12.21 00:47:44.778155 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 707 | 2024.12.21 00:47:44.778225 [ 279 ] {} <Debug> TCP-Session: fc821799-2f23-4f38-b66a-7d62d3066eee Authenticating user 'default' from [fd00:1122:3344:101::c]:57786 | ||
| 708 | 2024.12.21 00:47:44.778242 [ 279 ] {} <Debug> TCP-Session: fc821799-2f23-4f38-b66a-7d62d3066eee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.12.21 00:47:44.778255 [ 279 ] {} <Debug> TCP-Session: fc821799-2f23-4f38-b66a-7d62d3066eee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.12.21 00:47:45.452160 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62071 | ||
| 711 | 2024.12.21 00:47:45.452334 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 712 | 2024.12.21 00:47:45.452367 [ 285 ] {} <Debug> TCP-Session: 55909025-9ba3-4f68-a82e-cfef7e1ad727 Authenticating user 'default' from [fd00:1122:3344:101::b]:62071 | ||
| 713 | 2024.12.21 00:47:45.452497 [ 285 ] {} <Debug> TCP-Session: 55909025-9ba3-4f68-a82e-cfef7e1ad727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2024.12.21 00:47:45.452512 [ 285 ] {} <Debug> TCP-Session: 55909025-9ba3-4f68-a82e-cfef7e1ad727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2024.12.21 00:47:45.452588 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 716 | 2024.12.21 00:47:45.452700 [ 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 | ||
| 717 | 2024.12.21 00:47:45.452718 [ 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 | ||
| 718 | 2024.12.21 00:47:45.455006 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39160 | ||
| 719 | 2024.12.21 00:47:45.455087 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60459 | ||
| 720 | 2024.12.21 00:47:45.455272 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 721 | 2024.12.21 00:47:45.455276 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55792 | ||
| 722 | 2024.12.21 00:47:45.455445 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36270 | ||
| 723 | 2024.12.21 00:47:45.455504 [ 286 ] {} <Debug> TCP-Session: c39cd053-27b9-41d2-887f-ce5de848b372 Authenticating user 'default' from [fd00:1122:3344:101::b]:39160 | ||
| 724 | 2024.12.21 00:47:45.455673 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37144 | ||
| 725 | 2024.12.21 00:47:45.455765 [ 286 ] {} <Debug> TCP-Session: c39cd053-27b9-41d2-887f-ce5de848b372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 726 | 2024.12.21 00:47:45.455782 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62978 | ||
| 727 | 2024.12.21 00:47:45.455815 [ 286 ] {} <Debug> TCP-Session: c39cd053-27b9-41d2-887f-ce5de848b372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 728 | 2024.12.21 00:47:45.456008 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 729 | 2024.12.21 00:47:45.456100 [ 290 ] {} <Debug> TCP-Session: 63412e53-9e61-4d78-9e5c-acd189b8d1c2 Authenticating user 'default' from [fd00:1122:3344:101::b]:37144 | ||
| 730 | 2024.12.21 00:47:45.456115 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38490 | ||
| 731 | 2024.12.21 00:47:45.456134 [ 290 ] {} <Debug> TCP-Session: 63412e53-9e61-4d78-9e5c-acd189b8d1c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 732 | 2024.12.21 00:47:45.456327 [ 290 ] {} <Debug> TCP-Session: 63412e53-9e61-4d78-9e5c-acd189b8d1c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 733 | 2024.12.21 00:47:45.456420 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 734 | 2024.12.21 00:47:45.456462 [ 292 ] {} <Debug> TCP-Session: 3a0f8a17-7cf8-4bcc-b649-1123e9f75ff6 Authenticating user 'default' from [fd00:1122:3344:101::b]:38490 | ||
| 735 | 2024.12.21 00:47:45.456585 [ 292 ] {} <Debug> TCP-Session: 3a0f8a17-7cf8-4bcc-b649-1123e9f75ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2024.12.21 00:47:45.456600 [ 292 ] {} <Debug> TCP-Session: 3a0f8a17-7cf8-4bcc-b649-1123e9f75ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.12.21 00:47:45.456926 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 738 | 2024.12.21 00:47:45.457042 [ 288 ] {} <Debug> TCP-Session: 1d97bb5e-9d04-4f8d-b113-447a2a81b726 Authenticating user 'default' from [fd00:1122:3344:101::b]:55792 | ||
| 739 | 2024.12.21 00:47:45.457066 [ 288 ] {} <Debug> TCP-Session: 1d97bb5e-9d04-4f8d-b113-447a2a81b726 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2024.12.21 00:47:45.457082 [ 288 ] {} <Debug> TCP-Session: 1d97bb5e-9d04-4f8d-b113-447a2a81b726 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.12.21 00:47:45.462276 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 742 | 2024.12.21 00:47:45.462317 [ 291 ] {} <Debug> TCP-Session: 52266296-b7d8-4b2d-ab88-63d34c065a36 Authenticating user 'default' from [fd00:1122:3344:101::b]:62978 | ||
| 743 | 2024.12.21 00:47:45.462367 [ 291 ] {} <Debug> TCP-Session: 52266296-b7d8-4b2d-ab88-63d34c065a36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2024.12.21 00:47:45.462493 [ 291 ] {} <Debug> TCP-Session: 52266296-b7d8-4b2d-ab88-63d34c065a36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2024.12.21 00:47:45.464254 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 746 | 2024.12.21 00:47:45.464295 [ 289 ] {} <Debug> TCP-Session: c1bfad0b-e903-4aba-8b25-89b536d9466d Authenticating user 'default' from [fd00:1122:3344:101::b]:36270 | ||
| 747 | 2024.12.21 00:47:45.464368 [ 289 ] {} <Debug> TCP-Session: c1bfad0b-e903-4aba-8b25-89b536d9466d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2024.12.21 00:47:45.464384 [ 289 ] {} <Debug> TCP-Session: c1bfad0b-e903-4aba-8b25-89b536d9466d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.12.21 00:47:45.464827 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 750 | 2024.12.21 00:47:45.464926 [ 287 ] {} <Debug> TCP-Session: 1b00904f-052c-4c96-8424-460157637f9a Authenticating user 'default' from [fd00:1122:3344:101::b]:60459 | ||
| 751 | 2024.12.21 00:47:45.464945 [ 287 ] {} <Debug> TCP-Session: 1b00904f-052c-4c96-8424-460157637f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2024.12.21 00:47:45.464958 [ 287 ] {} <Debug> TCP-Session: 1b00904f-052c-4c96-8424-460157637f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.12.21 00:47:49.818747 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2024.12.21 00:47:49.818790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 755 | 2024.12.21 00:47:49.818865 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2024.12.21 00:47:49.818928 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2024.12.21 00:47:49.852760 [ 244 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Loading data parts | ||
| 758 | 2024.12.21 00:47:49.853106 [ 244 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): There are no data parts | ||
| 759 | 2024.12.21 00:47:49.863773 [ 243 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Loading data parts | ||
| 760 | 2024.12.21 00:47:49.863984 [ 243 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): There are no data parts | ||
| 761 | 2024.12.21 00:47:49.879932 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 762 | 2024.12.21 00:47:49.880040 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 763 | 2024.12.21 00:47:49.883664 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 764 | 2024.12.21 00:47:49.884517 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 765 | 2024.12.21 00:47:49.885189 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 766 | 2024.12.21 00:47:49.901491 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2024.12.21 00:47:49.901550 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 768 | 2024.12.21 00:47:49.909171 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2024.12.21 00:47:49.910518 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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.21 00:47:49.913032 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2024.12.21 00:47:50.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.39 MiB, peak 150.39 MiB, free memory in arenas 0.00 B, will set to 151.23 MiB (RSS), difference: 4.84 MiB | ||
| 772 | 2024.12.21 00:47:52.318724 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2024.12.21 00:47:52.318822 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2024.12.21 00:47:52.346756 [ 242 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Loading data parts | ||
| 775 | 2024.12.21 00:47:52.346983 [ 242 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): There are no data parts | ||
| 776 | 2024.12.21 00:47:52.369798 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2024.12.21 00:47:52.369842 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 778 | 2024.12.21 00:47:52.371639 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2024.12.21 00:47:52.372161 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): 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.21 00:47:52.372687 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2024.12.21 00:47:53.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.42 MiB, peak 155.42 MiB, free memory in arenas 0.00 B, will set to 151.71 MiB (RSS), difference: -3.71 MiB | ||
| 782 | 2024.12.21 00:47:57.274928 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2024.12.21 00:47:57.275001 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2024.12.21 00:47:57.386272 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 785 | 2024.12.21 00:47:57.387200 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2024.12.21 00:47:57.387255 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 787 | 2024.12.21 00:47:57.388091 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2024.12.21 00:47:57.388634 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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.21 00:47:57.388904 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2024.12.21 00:47:57.414069 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2024.12.21 00:47:57.436737 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2024.12.21 00:47:57.436807 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 793 | 2024.12.21 00:47:57.443451 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2024.12.21 00:47:57.444624 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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.21 00:47:57.447409 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2024.12.21 00:47:58.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.39 MiB, peak 156.39 MiB, free memory in arenas 0.00 B, will set to 153.44 MiB (RSS), difference: 1.06 MiB | ||
| 797 | 2024.12.21 00:48:03.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.46 MiB, peak 156.39 MiB, free memory in arenas 0.00 B, will set to 153.48 MiB (RSS), difference: 4.01 MiB | ||
| 798 | 2024.12.21 00:48:04.889962 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 799 | 2024.12.21 00:48:04.890598 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 800 | 2024.12.21 00:48:04.890643 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 801 | 2024.12.21 00:48:04.891252 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 802 | 2024.12.21 00:48:04.891547 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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.21 00:48:04.891753 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 804 | 2024.12.21 00:48:04.948453 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 805 | 2024.12.21 00:48:04.969589 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 806 | 2024.12.21 00:48:04.969668 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 807 | 2024.12.21 00:48:04.976102 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 808 | 2024.12.21 00:48:04.976976 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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.21 00:48:04.980867 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 810 | 2024.12.21 00:48:12.275246 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 811 | 2024.12.21 00:48:12.275300 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 812 | 2024.12.21 00:48:12.391833 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 813 | 2024.12.21 00:48:12.392456 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 814 | 2024.12.21 00:48:12.392497 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 815 | 2024.12.21 00:48:12.393042 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 816 | 2024.12.21 00:48:12.393314 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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.21 00:48:12.393503 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 818 | 2024.12.21 00:48:12.480922 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 819 | 2024.12.21 00:48:12.500223 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 820 | 2024.12.21 00:48:12.500288 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 821 | 2024.12.21 00:48:12.507216 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 822 | 2024.12.21 00:48:12.508002 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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.21 00:48:12.510701 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 824 | 2024.12.21 00:48:18.989523 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 825 | 2024.12.21 00:48:18.989732 [ 258 ] {6373d488-f493-4fee-b66e-b9986bc93436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 826 | 2024.12.21 00:48:18.999582 [ 258 ] {6373d488-f493-4fee-b66e-b9986bc93436} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 827 | 2024.12.21 00:48:19.013277 [ 258 ] {6373d488-f493-4fee-b66e-b9986bc93436} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 828 | 2024.12.21 00:48:19.029571 [ 258 ] {6373d488-f493-4fee-b66e-b9986bc93436} <Debug> TCPHandler: Processed in 0.040169425 sec. | ||
| 829 | 2024.12.21 00:48:19.038687 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 830 | 2024.12.21 00:48:19.038920 [ 260 ] {07a64594-e713-49f6-b3fb-f119daacb0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 831 | 2024.12.21 00:48:19.056491 [ 260 ] {07a64594-e713-49f6-b3fb-f119daacb0dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 832 | 2024.12.21 00:48:19.056626 [ 260 ] {07a64594-e713-49f6-b3fb-f119daacb0dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 833 | 2024.12.21 00:48:19.057319 [ 260 ] {07a64594-e713-49f6-b3fb-f119daacb0dc} <Debug> TCPHandler: Processed in 0.018765558 sec. | ||
| 834 | 2024.12.21 00:48:19.057726 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 835 | 2024.12.21 00:48:19.058042 [ 258 ] {7b175c57-c8e5-4283-9d61-f8a012ef332d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 836 | 2024.12.21 00:48:19.060867 [ 258 ] {7b175c57-c8e5-4283-9d61-f8a012ef332d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 837 | 2024.12.21 00:48:19.060986 [ 258 ] {7b175c57-c8e5-4283-9d61-f8a012ef332d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 838 | 2024.12.21 00:48:19.061960 [ 258 ] {7b175c57-c8e5-4283-9d61-f8a012ef332d} <Debug> TCPHandler: Processed in 0.00435802 sec. | ||
| 839 | 2024.12.21 00:48:19.062511 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 840 | 2024.12.21 00:48:19.062762 [ 260 ] {a80deae5-1edf-45e1-947b-99afd9240d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 841 | 2024.12.21 00:48:19.063204 [ 260 ] {a80deae5-1edf-45e1-947b-99afd9240d42} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 842 | 2024.12.21 00:48:19.063273 [ 260 ] {a80deae5-1edf-45e1-947b-99afd9240d42} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 843 | 2024.12.21 00:48:19.063842 [ 260 ] {a80deae5-1edf-45e1-947b-99afd9240d42} <Debug> TCPHandler: Processed in 0.001444366 sec. | ||
| 844 | 2024.12.21 00:48:19.064159 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 845 | 2024.12.21 00:48:19.064317 [ 258 ] {327790b6-967e-474f-94dc-e9fbd718848c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 846 | 2024.12.21 00:48:19.064687 [ 258 ] {327790b6-967e-474f-94dc-e9fbd718848c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 847 | 2024.12.21 00:48:19.064745 [ 258 ] {327790b6-967e-474f-94dc-e9fbd718848c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 848 | 2024.12.21 00:48:19.065297 [ 258 ] {327790b6-967e-474f-94dc-e9fbd718848c} <Debug> TCPHandler: Processed in 0.001192692 sec. | ||
| 849 | 2024.12.21 00:48:19.065548 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2024.12.21 00:48:19.065717 [ 260 ] {23966dea-d29e-4c91-b215-b8a6700630c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 851 | 2024.12.21 00:48:19.066154 [ 260 ] {23966dea-d29e-4c91-b215-b8a6700630c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 852 | 2024.12.21 00:48:19.066221 [ 260 ] {23966dea-d29e-4c91-b215-b8a6700630c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 853 | 2024.12.21 00:48:19.066781 [ 260 ] {23966dea-d29e-4c91-b215-b8a6700630c9} <Debug> TCPHandler: Processed in 0.001286994 sec. | ||
| 854 | 2024.12.21 00:48:19.067025 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 855 | 2024.12.21 00:48:19.067177 [ 258 ] {a73a219b-d943-43ef-a48c-925d20a9bc62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 856 | 2024.12.21 00:48:19.067540 [ 258 ] {a73a219b-d943-43ef-a48c-925d20a9bc62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 857 | 2024.12.21 00:48:19.067597 [ 258 ] {a73a219b-d943-43ef-a48c-925d20a9bc62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 858 | 2024.12.21 00:48:19.068095 [ 258 ] {a73a219b-d943-43ef-a48c-925d20a9bc62} <Debug> TCPHandler: Processed in 0.001124531 sec. | ||
| 859 | 2024.12.21 00:48:19.068352 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 860 | 2024.12.21 00:48:19.068503 [ 260 ] {660834a5-22ee-49a8-a958-238dfb4e59b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 861 | 2024.12.21 00:48:19.068933 [ 260 ] {660834a5-22ee-49a8-a958-238dfb4e59b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 862 | 2024.12.21 00:48:19.068998 [ 260 ] {660834a5-22ee-49a8-a958-238dfb4e59b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 863 | 2024.12.21 00:48:19.069573 [ 260 ] {660834a5-22ee-49a8-a958-238dfb4e59b5} <Debug> TCPHandler: Processed in 0.001273254 sec. | ||
| 864 | 2024.12.21 00:48:19.069818 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 865 | 2024.12.21 00:48:19.069974 [ 258 ] {b8e2fd8d-5732-481b-9091-2bdfc3e63a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 866 | 2024.12.21 00:48:19.070352 [ 258 ] {b8e2fd8d-5732-481b-9091-2bdfc3e63a23} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 867 | 2024.12.21 00:48:19.070406 [ 258 ] {b8e2fd8d-5732-481b-9091-2bdfc3e63a23} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 868 | 2024.12.21 00:48:19.070988 [ 258 ] {b8e2fd8d-5732-481b-9091-2bdfc3e63a23} <Debug> TCPHandler: Processed in 0.001225003 sec. | ||
| 869 | 2024.12.21 00:48:19.071260 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 870 | 2024.12.21 00:48:19.071416 [ 260 ] {0f13b37d-4ca3-482a-86ed-c881546c4c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 871 | 2024.12.21 00:48:19.071794 [ 260 ] {0f13b37d-4ca3-482a-86ed-c881546c4c2f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 872 | 2024.12.21 00:48:19.071854 [ 260 ] {0f13b37d-4ca3-482a-86ed-c881546c4c2f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 873 | 2024.12.21 00:48:19.072353 [ 260 ] {0f13b37d-4ca3-482a-86ed-c881546c4c2f} <Debug> TCPHandler: Processed in 0.001150731 sec. | ||
| 874 | 2024.12.21 00:48:19.072626 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 875 | 2024.12.21 00:48:19.072816 [ 258 ] {01fa91b4-a33a-4f68-8f35-4393cd3eb0d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 876 | 2024.12.21 00:48:19.073282 [ 258 ] {01fa91b4-a33a-4f68-8f35-4393cd3eb0d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 877 | 2024.12.21 00:48:19.073351 [ 258 ] {01fa91b4-a33a-4f68-8f35-4393cd3eb0d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 878 | 2024.12.21 00:48:19.073903 [ 258 ] {01fa91b4-a33a-4f68-8f35-4393cd3eb0d9} <Debug> TCPHandler: Processed in 0.001340775 sec. | ||
| 879 | 2024.12.21 00:48:19.074156 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 880 | 2024.12.21 00:48:19.074313 [ 260 ] {761a0fb9-ed8f-433b-9be0-31a4c8f1f2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 881 | 2024.12.21 00:48:19.074701 [ 260 ] {761a0fb9-ed8f-433b-9be0-31a4c8f1f2be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 882 | 2024.12.21 00:48:19.074758 [ 260 ] {761a0fb9-ed8f-433b-9be0-31a4c8f1f2be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 883 | 2024.12.21 00:48:19.075254 [ 260 ] {761a0fb9-ed8f-433b-9be0-31a4c8f1f2be} <Debug> TCPHandler: Processed in 0.001154261 sec. | ||
| 884 | 2024.12.21 00:48:19.075531 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 885 | 2024.12.21 00:48:19.075711 [ 258 ] {1292c6d8-2ef1-4dae-b4e4-9389ee5f904e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 886 | 2024.12.21 00:48:19.076181 [ 258 ] {1292c6d8-2ef1-4dae-b4e4-9389ee5f904e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 887 | 2024.12.21 00:48:19.076250 [ 258 ] {1292c6d8-2ef1-4dae-b4e4-9389ee5f904e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 888 | 2024.12.21 00:48:19.076822 [ 258 ] {1292c6d8-2ef1-4dae-b4e4-9389ee5f904e} <Debug> TCPHandler: Processed in 0.001349065 sec. | ||
| 889 | 2024.12.21 00:48:19.077075 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 890 | 2024.12.21 00:48:19.077237 [ 260 ] {0ded4444-eea6-4e37-9a15-f8d142f3f80c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 891 | 2024.12.21 00:48:19.077624 [ 260 ] {0ded4444-eea6-4e37-9a15-f8d142f3f80c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 892 | 2024.12.21 00:48:19.077681 [ 260 ] {0ded4444-eea6-4e37-9a15-f8d142f3f80c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 893 | 2024.12.21 00:48:19.078174 [ 260 ] {0ded4444-eea6-4e37-9a15-f8d142f3f80c} <Debug> TCPHandler: Processed in 0.001153221 sec. | ||
| 894 | 2024.12.21 00:48:19.083792 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 895 | 2024.12.21 00:48:19.083947 [ 258 ] {33d3744b-ec51-435e-9259-308491fca64e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 896 | 2024.12.21 00:48:19.084008 [ 258 ] {33d3744b-ec51-435e-9259-308491fca64e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 897 | 2024.12.21 00:48:19.084952 [ 258 ] {33d3744b-ec51-435e-9259-308491fca64e} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 898 | 2024.12.21 00:48:19.084991 [ 258 ] {33d3744b-ec51-435e-9259-308491fca64e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 899 | 2024.12.21 00:48:19.087725 [ 258 ] {33d3744b-ec51-435e-9259-308491fca64e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 900 | 2024.12.21 00:48:19.087957 [ 258 ] {33d3744b-ec51-435e-9259-308491fca64e} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 901 | 2024.12.21 00:48:19.088207 [ 258 ] {33d3744b-ec51-435e-9259-308491fca64e} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.004279 sec., 3271.792474877308 rows/sec., 469.45 KiB/sec. | ||
| 902 | 2024.12.21 00:48:19.088326 [ 258 ] {33d3744b-ec51-435e-9259-308491fca64e} <Debug> TCPHandler: Processed in 0.004602896 sec. | ||
| 903 | 2024.12.21 00:48:19.088495 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 904 | 2024.12.21 00:48:19.088645 [ 260 ] {72333cd9-3cd2-405d-bae6-60372b61cf46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 905 | 2024.12.21 00:48:19.088707 [ 260 ] {72333cd9-3cd2-405d-bae6-60372b61cf46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 906 | 2024.12.21 00:48:19.098580 [ 260 ] {72333cd9-3cd2-405d-bae6-60372b61cf46} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 907 | 2024.12.21 00:48:19.098621 [ 260 ] {72333cd9-3cd2-405d-bae6-60372b61cf46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 908 | 2024.12.21 00:48:19.100945 [ 260 ] {72333cd9-3cd2-405d-bae6-60372b61cf46} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 909 | 2024.12.21 00:48:19.101200 [ 260 ] {72333cd9-3cd2-405d-bae6-60372b61cf46} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 910 | 2024.12.21 00:48:19.101435 [ 260 ] {72333cd9-3cd2-405d-bae6-60372b61cf46} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.012831 sec., 4052.6849037487336 rows/sec., 314.94 KiB/sec. | ||
| 911 | 2024.12.21 00:48:19.101499 [ 260 ] {72333cd9-3cd2-405d-bae6-60372b61cf46} <Debug> TCPHandler: Processed in 0.013072753 sec. | ||
| 912 | 2024.12.21 00:48:19.101706 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 913 | 2024.12.21 00:48:19.101943 [ 258 ] {f96ebb0e-da34-498c-9bd4-44d98284a39a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 914 | 2024.12.21 00:48:19.102035 [ 258 ] {f96ebb0e-da34-498c-9bd4-44d98284a39a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 915 | 2024.12.21 00:48:19.103076 [ 258 ] {f96ebb0e-da34-498c-9bd4-44d98284a39a} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 916 | 2024.12.21 00:48:19.103115 [ 258 ] {f96ebb0e-da34-498c-9bd4-44d98284a39a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 917 | 2024.12.21 00:48:19.103500 [ 258 ] {f96ebb0e-da34-498c-9bd4-44d98284a39a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 918 | 2024.12.21 00:48:19.103750 [ 258 ] {f96ebb0e-da34-498c-9bd4-44d98284a39a} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 919 | 2024.12.21 00:48:19.103946 [ 258 ] {f96ebb0e-da34-498c-9bd4-44d98284a39a} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00206 sec., 27184.466019417472 rows/sec., 2.12 MiB/sec. | ||
| 920 | 2024.12.21 00:48:19.104002 [ 258 ] {f96ebb0e-da34-498c-9bd4-44d98284a39a} <Debug> TCPHandler: Processed in 0.002405515 sec. | ||
| 921 | 2024.12.21 00:48:19.104149 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 922 | 2024.12.21 00:48:19.104291 [ 260 ] {84be12b1-4724-4fc1-ab85-fe821dc8fe5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 923 | 2024.12.21 00:48:19.104352 [ 260 ] {84be12b1-4724-4fc1-ab85-fe821dc8fe5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 924 | 2024.12.21 00:48:19.108766 [ 260 ] {84be12b1-4724-4fc1-ab85-fe821dc8fe5d} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 925 | 2024.12.21 00:48:19.108805 [ 260 ] {84be12b1-4724-4fc1-ab85-fe821dc8fe5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 926 | 2024.12.21 00:48:19.111449 [ 260 ] {84be12b1-4724-4fc1-ab85-fe821dc8fe5d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 927 | 2024.12.21 00:48:19.111795 [ 260 ] {84be12b1-4724-4fc1-ab85-fe821dc8fe5d} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 928 | 2024.12.21 00:48:19.111998 [ 260 ] {84be12b1-4724-4fc1-ab85-fe821dc8fe5d} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.007744 sec., 15495.86776859504 rows/sec., 1.07 MiB/sec. | ||
| 929 | 2024.12.21 00:48:19.112053 [ 260 ] {84be12b1-4724-4fc1-ab85-fe821dc8fe5d} <Debug> TCPHandler: Processed in 0.007969048 sec. | ||
| 930 | 2024.12.21 00:48:19.112222 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 931 | 2024.12.21 00:48:19.112366 [ 258 ] {624b32cb-e209-4c30-9f2b-b8c2c12de09a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 932 | 2024.12.21 00:48:19.112426 [ 258 ] {624b32cb-e209-4c30-9f2b-b8c2c12de09a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 933 | 2024.12.21 00:48:19.112970 [ 258 ] {624b32cb-e209-4c30-9f2b-b8c2c12de09a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 934 | 2024.12.21 00:48:19.113008 [ 258 ] {624b32cb-e209-4c30-9f2b-b8c2c12de09a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 935 | 2024.12.21 00:48:19.113399 [ 258 ] {624b32cb-e209-4c30-9f2b-b8c2c12de09a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 936 | 2024.12.21 00:48:19.113649 [ 258 ] {624b32cb-e209-4c30-9f2b-b8c2c12de09a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 937 | 2024.12.21 00:48:19.113886 [ 258 ] {624b32cb-e209-4c30-9f2b-b8c2c12de09a} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001538 sec., 26007.80234070221 rows/sec., 1.78 MiB/sec. | ||
| 938 | 2024.12.21 00:48:19.113940 [ 258 ] {624b32cb-e209-4c30-9f2b-b8c2c12de09a} <Debug> TCPHandler: Processed in 0.001789203 sec. | ||
| 939 | 2024.12.21 00:48:19.894547 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 940 | 2024.12.21 00:48:19.895168 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 941 | 2024.12.21 00:48:19.895215 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 942 | 2024.12.21 00:48:19.895802 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 943 | 2024.12.21 00:48:19.896070 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 944 | 2024.12.21 00:48:19.896307 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 945 | 2024.12.21 00:48:20.011706 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 946 | 2024.12.21 00:48:20.032720 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 947 | 2024.12.21 00:48:20.032792 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 948 | 2024.12.21 00:48:20.039695 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 949 | 2024.12.21 00:48:20.040494 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 950 | 2024.12.21 00:48:20.043607 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 951 | 2024.12.21 00:48:22.374990 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 128 | ||
| 952 | 2024.12.21 00:48:22.378905 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 953 | 2024.12.21 00:48:22.378956 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 954 | 2024.12.21 00:48:22.380412 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 955 | 2024.12.21 00:48:22.380720 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 956 | 2024.12.21 00:48:22.381402 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 128 | ||
| 957 | 2024.12.21 00:48:23.997438 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 958 | 2024.12.21 00:48:23.997637 [ 258 ] {c002c528-17f5-4d05-9105-6ef859b490d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 959 | 2024.12.21 00:48:23.997715 [ 258 ] {c002c528-17f5-4d05-9105-6ef859b490d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 960 | 2024.12.21 00:48:23.998521 [ 258 ] {c002c528-17f5-4d05-9105-6ef859b490d7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 961 | 2024.12.21 00:48:23.998565 [ 258 ] {c002c528-17f5-4d05-9105-6ef859b490d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 962 | 2024.12.21 00:48:23.998999 [ 258 ] {c002c528-17f5-4d05-9105-6ef859b490d7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 963 | 2024.12.21 00:48:23.999275 [ 258 ] {c002c528-17f5-4d05-9105-6ef859b490d7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 964 | 2024.12.21 00:48:23.999532 [ 258 ] {c002c528-17f5-4d05-9105-6ef859b490d7} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.00195 sec., 26666.666666666668 rows/sec., 2.02 MiB/sec. | ||
| 965 | 2024.12.21 00:48:23.999602 [ 258 ] {c002c528-17f5-4d05-9105-6ef859b490d7} <Debug> TCPHandler: Processed in 0.002294813 sec. | ||
| 966 | 2024.12.21 00:48:23.999879 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 967 | 2024.12.21 00:48:24.000071 [ 260 ] {aefcd8c0-a2ba-4615-89c4-8ef7706f45a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 968 | 2024.12.21 00:48:24.000146 [ 260 ] {aefcd8c0-a2ba-4615-89c4-8ef7706f45a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 969 | 2024.12.21 00:48:24.001053 [ 260 ] {aefcd8c0-a2ba-4615-89c4-8ef7706f45a8} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 970 | 2024.12.21 00:48:24.001103 [ 260 ] {aefcd8c0-a2ba-4615-89c4-8ef7706f45a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 971 | 2024.12.21 00:48:24.001558 [ 260 ] {aefcd8c0-a2ba-4615-89c4-8ef7706f45a8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 972 | 2024.12.21 00:48:24.001810 [ 260 ] {aefcd8c0-a2ba-4615-89c4-8ef7706f45a8} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 973 | 2024.12.21 00:48:24.002047 [ 260 ] {aefcd8c0-a2ba-4615-89c4-8ef7706f45a8} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002032 sec., 27559.05511811024 rows/sec., 2.15 MiB/sec. | ||
| 974 | 2024.12.21 00:48:24.002107 [ 260 ] {aefcd8c0-a2ba-4615-89c4-8ef7706f45a8} <Debug> TCPHandler: Processed in 0.002369004 sec. | ||
| 975 | 2024.12.21 00:48:24.002287 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 976 | 2024.12.21 00:48:24.002421 [ 258 ] {d2502eb0-13b4-4cfc-b472-eb5abe5d3524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 977 | 2024.12.21 00:48:24.002482 [ 258 ] {d2502eb0-13b4-4cfc-b472-eb5abe5d3524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 978 | 2024.12.21 00:48:24.003117 [ 258 ] {d2502eb0-13b4-4cfc-b472-eb5abe5d3524} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 979 | 2024.12.21 00:48:24.003159 [ 258 ] {d2502eb0-13b4-4cfc-b472-eb5abe5d3524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 980 | 2024.12.21 00:48:24.003567 [ 258 ] {d2502eb0-13b4-4cfc-b472-eb5abe5d3524} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 981 | 2024.12.21 00:48:24.003818 [ 258 ] {d2502eb0-13b4-4cfc-b472-eb5abe5d3524} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 982 | 2024.12.21 00:48:24.004078 [ 258 ] {d2502eb0-13b4-4cfc-b472-eb5abe5d3524} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001683 sec., 89126.559714795 rows/sec., 6.18 MiB/sec. | ||
| 983 | 2024.12.21 00:48:24.004216 [ 258 ] {d2502eb0-13b4-4cfc-b472-eb5abe5d3524} <Debug> TCPHandler: Processed in 0.001988447 sec. | ||
| 984 | 2024.12.21 00:48:24.004405 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 985 | 2024.12.21 00:48:24.004542 [ 260 ] {c1c94a8d-919a-491e-b7c6-cc9bf34f5f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 986 | 2024.12.21 00:48:24.004596 [ 260 ] {c1c94a8d-919a-491e-b7c6-cc9bf34f5f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 987 | 2024.12.21 00:48:24.005121 [ 260 ] {c1c94a8d-919a-491e-b7c6-cc9bf34f5f94} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 988 | 2024.12.21 00:48:24.005163 [ 260 ] {c1c94a8d-919a-491e-b7c6-cc9bf34f5f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 989 | 2024.12.21 00:48:24.005554 [ 260 ] {c1c94a8d-919a-491e-b7c6-cc9bf34f5f94} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 990 | 2024.12.21 00:48:24.005801 [ 260 ] {c1c94a8d-919a-491e-b7c6-cc9bf34f5f94} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 991 | 2024.12.21 00:48:24.006006 [ 260 ] {c1c94a8d-919a-491e-b7c6-cc9bf34f5f94} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001503 sec., 33266.7997338656 rows/sec., 2.28 MiB/sec. | ||
| 992 | 2024.12.21 00:48:24.006061 [ 260 ] {c1c94a8d-919a-491e-b7c6-cc9bf34f5f94} <Debug> TCPHandler: Processed in 0.001713362 sec. | ||
| 993 | 2024.12.21 00:48:27.275563 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 994 | 2024.12.21 00:48:27.275617 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 995 | 2024.12.21 00:48:27.397379 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 996 | 2024.12.21 00:48:27.398036 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 997 | 2024.12.21 00:48:27.398087 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 998 | 2024.12.21 00:48:27.398675 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 999 | 2024.12.21 00:48:27.398949 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1000 | 2024.12.21 00:48:27.399127 [ 97 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1001 | 2024.12.21 00:48:27.399166 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1002 | 2024.12.21 00:48:27.399209 [ 97 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1003 | 2024.12.21 00:48:27.399237 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1004 | 2024.12.21 00:48:27.403329 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 1005 | 2024.12.21 00:48:27.403550 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1006 | 2024.12.21 00:48:27.403732 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 1007 | 2024.12.21 00:48:27.407794 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 1008 | 2024.12.21 00:48:27.407910 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 1009 | 2024.12.21 00:48:27.408201 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 1010 | 2024.12.21 00:48:27.410047 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 1011 | 2024.12.21 00:48:27.414627 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 1012 | 2024.12.21 00:48:27.439936 [ 193 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.040578903 sec., 69149.23254578863 rows/sec., 1012.93 KiB/sec. | ||
| 1013 | 2024.12.21 00:48:27.440668 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1014 | 2024.12.21 00:48:27.441036 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_6_1} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1015 | 2024.12.21 00:48:27.441125 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_6_1} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1016 | 2024.12.21 00:48:27.441256 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 1017 | 2024.12.21 00:48:27.544634 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1018 | 2024.12.21 00:48:27.565013 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1019 | 2024.12.21 00:48:27.565060 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1020 | 2024.12.21 00:48:27.571648 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1021 | 2024.12.21 00:48:27.572403 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1022 | 2024.12.21 00:48:27.572744 [ 97 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1023 | 2024.12.21 00:48:27.572859 [ 97 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1024 | 2024.12.21 00:48:27.572934 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1025 | 2024.12.21 00:48:27.573320 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 1026 | 2024.12.21 00:48:27.582064 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1027 | 2024.12.21 00:48:27.583265 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1028 | 2024.12.21 00:48:27.584114 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 1029 | 2024.12.21 00:48:27.588732 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 1030 | 2024.12.21 00:48:27.593282 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 1031 | 2024.12.21 00:48:27.597957 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 1032 | 2024.12.21 00:48:27.606980 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 1033 | 2024.12.21 00:48:27.611488 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 1034 | 2024.12.21 00:48:27.670859 [ 193 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.097810433 sec., 470.29747838862954 rows/sec., 2.43 MiB/sec. | ||
| 1035 | 2024.12.21 00:48:27.673387 [ 191 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1036 | 2024.12.21 00:48:27.676252 [ 191 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_6_1} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1037 | 2024.12.21 00:48:27.676370 [ 191 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_6_1} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1038 | 2024.12.21 00:48:27.678668 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1039 | 2024.12.21 00:48:28.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.62 MiB, peak 168.16 MiB, free memory in arenas 0.00 B, will set to 162.57 MiB (RSS), difference: 3.95 MiB | ||
| 1040 | 2024.12.21 00:48:28.990145 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1041 | 2024.12.21 00:48:28.990420 [ 258 ] {3a32eb09-149b-461c-b245-850066e5df0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 1042 | 2024.12.21 00:48:28.993107 [ 258 ] {3a32eb09-149b-461c-b245-850066e5df0c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1043 | 2024.12.21 00:48:28.997331 [ 258 ] {3a32eb09-149b-461c-b245-850066e5df0c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
| 1044 | 2024.12.21 00:48:28.997649 [ 258 ] {3a32eb09-149b-461c-b245-850066e5df0c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1045 | 2024.12.21 00:48:29.001645 [ 258 ] {3a32eb09-149b-461c-b245-850066e5df0c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1046 | 2024.12.21 00:48:29.003856 [ 258 ] {3a32eb09-149b-461c-b245-850066e5df0c} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1047 | 2024.12.21 00:48:29.007561 [ 258 ] {3a32eb09-149b-461c-b245-850066e5df0c} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1048 | 2024.12.21 00:48:29.009516 [ 258 ] {3a32eb09-149b-461c-b245-850066e5df0c} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1049 | 2024.12.21 00:48:29.009542 [ 258 ] {3a32eb09-149b-461c-b245-850066e5df0c} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1050 | 2024.12.21 00:48:29.009642 [ 258 ] {3a32eb09-149b-461c-b245-850066e5df0c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
| 1051 | 2024.12.21 00:48:29.009671 [ 258 ] {3a32eb09-149b-461c-b245-850066e5df0c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1052 | 2024.12.21 00:48:29.020334 [ 258 ] {3a32eb09-149b-461c-b245-850066e5df0c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.030029 sec., 466.21599120849845 rows/sec., 19.02 KiB/sec. | ||
| 1053 | 2024.12.21 00:48:29.020488 [ 258 ] {3a32eb09-149b-461c-b245-850066e5df0c} <Debug> TCPHandler: Processed in 0.030479245 sec. | ||
| 1054 | 2024.12.21 00:48:29.022844 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1055 | 2024.12.21 00:48:29.023128 [ 260 ] {f668b681-f4b1-4cc3-b9ef-64e5c3a6f1d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1056 | 2024.12.21 00:48:29.023599 [ 260 ] {f668b681-f4b1-4cc3-b9ef-64e5c3a6f1d8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1057 | 2024.12.21 00:48:29.023651 [ 260 ] {f668b681-f4b1-4cc3-b9ef-64e5c3a6f1d8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1058 | 2024.12.21 00:48:29.023989 [ 260 ] {f668b681-f4b1-4cc3-b9ef-64e5c3a6f1d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1059 | 2024.12.21 00:48:29.024074 [ 260 ] {f668b681-f4b1-4cc3-b9ef-64e5c3a6f1d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1060 | 2024.12.21 00:48:29.024260 [ 260 ] {f668b681-f4b1-4cc3-b9ef-64e5c3a6f1d8} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1061 | 2024.12.21 00:48:29.024300 [ 260 ] {f668b681-f4b1-4cc3-b9ef-64e5c3a6f1d8} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1062 | 2024.12.21 00:48:29.024326 [ 260 ] {f668b681-f4b1-4cc3-b9ef-64e5c3a6f1d8} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1063 | 2024.12.21 00:48:29.024344 [ 260 ] {f668b681-f4b1-4cc3-b9ef-64e5c3a6f1d8} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1064 | 2024.12.21 00:48:29.024394 [ 260 ] {f668b681-f4b1-4cc3-b9ef-64e5c3a6f1d8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1065 | 2024.12.21 00:48:29.024418 [ 260 ] {f668b681-f4b1-4cc3-b9ef-64e5c3a6f1d8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1066 | 2024.12.21 00:48:29.025070 [ 260 ] {f668b681-f4b1-4cc3-b9ef-64e5c3a6f1d8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002067 sec., 6773.101112723755 rows/sec., 276.39 KiB/sec. | ||
| 1067 | 2024.12.21 00:48:29.025200 [ 260 ] {f668b681-f4b1-4cc3-b9ef-64e5c3a6f1d8} <Debug> TCPHandler: Processed in 0.002501607 sec. | ||
| 1068 | 2024.12.21 00:48:29.025684 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1069 | 2024.12.21 00:48:29.025980 [ 258 ] {8ae1dbd7-1f8b-4e6b-9fc9-792aea942ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1070 | 2024.12.21 00:48:29.026293 [ 258 ] {8ae1dbd7-1f8b-4e6b-9fc9-792aea942ba9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1071 | 2024.12.21 00:48:29.026333 [ 258 ] {8ae1dbd7-1f8b-4e6b-9fc9-792aea942ba9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1072 | 2024.12.21 00:48:29.026594 [ 258 ] {8ae1dbd7-1f8b-4e6b-9fc9-792aea942ba9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1073 | 2024.12.21 00:48:29.026663 [ 258 ] {8ae1dbd7-1f8b-4e6b-9fc9-792aea942ba9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1074 | 2024.12.21 00:48:29.026822 [ 258 ] {8ae1dbd7-1f8b-4e6b-9fc9-792aea942ba9} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1075 | 2024.12.21 00:48:29.026857 [ 258 ] {8ae1dbd7-1f8b-4e6b-9fc9-792aea942ba9} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1076 | 2024.12.21 00:48:29.026880 [ 258 ] {8ae1dbd7-1f8b-4e6b-9fc9-792aea942ba9} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1077 | 2024.12.21 00:48:29.026897 [ 258 ] {8ae1dbd7-1f8b-4e6b-9fc9-792aea942ba9} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1078 | 2024.12.21 00:48:29.026943 [ 258 ] {8ae1dbd7-1f8b-4e6b-9fc9-792aea942ba9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1079 | 2024.12.21 00:48:29.026966 [ 258 ] {8ae1dbd7-1f8b-4e6b-9fc9-792aea942ba9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1080 | 2024.12.21 00:48:29.027525 [ 258 ] {8ae1dbd7-1f8b-4e6b-9fc9-792aea942ba9} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001662 sec., 8423.58604091456 rows/sec., 343.74 KiB/sec. | ||
| 1081 | 2024.12.21 00:48:29.027638 [ 258 ] {8ae1dbd7-1f8b-4e6b-9fc9-792aea942ba9} <Debug> TCPHandler: Processed in 0.002069438 sec. | ||
| 1082 | 2024.12.21 00:48:29.027901 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1083 | 2024.12.21 00:48:29.028113 [ 260 ] {6529e53a-80c7-46e0-b60b-d70fe48a28ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1084 | 2024.12.21 00:48:29.028480 [ 260 ] {6529e53a-80c7-46e0-b60b-d70fe48a28ad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1085 | 2024.12.21 00:48:29.028530 [ 260 ] {6529e53a-80c7-46e0-b60b-d70fe48a28ad} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1086 | 2024.12.21 00:48:29.028853 [ 260 ] {6529e53a-80c7-46e0-b60b-d70fe48a28ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1087 | 2024.12.21 00:48:29.028923 [ 260 ] {6529e53a-80c7-46e0-b60b-d70fe48a28ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1088 | 2024.12.21 00:48:29.029074 [ 260 ] {6529e53a-80c7-46e0-b60b-d70fe48a28ad} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1089 | 2024.12.21 00:48:29.029106 [ 260 ] {6529e53a-80c7-46e0-b60b-d70fe48a28ad} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1090 | 2024.12.21 00:48:29.029129 [ 260 ] {6529e53a-80c7-46e0-b60b-d70fe48a28ad} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1091 | 2024.12.21 00:48:29.029147 [ 260 ] {6529e53a-80c7-46e0-b60b-d70fe48a28ad} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1092 | 2024.12.21 00:48:29.029191 [ 260 ] {6529e53a-80c7-46e0-b60b-d70fe48a28ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1093 | 2024.12.21 00:48:29.029213 [ 260 ] {6529e53a-80c7-46e0-b60b-d70fe48a28ad} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1094 | 2024.12.21 00:48:29.029768 [ 260 ] {6529e53a-80c7-46e0-b60b-d70fe48a28ad} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001755 sec., 7977.207977207977 rows/sec., 325.52 KiB/sec. | ||
| 1095 | 2024.12.21 00:48:29.029884 [ 260 ] {6529e53a-80c7-46e0-b60b-d70fe48a28ad} <Debug> TCPHandler: Processed in 0.002045808 sec. | ||
| 1096 | 2024.12.21 00:48:29.036373 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1097 | 2024.12.21 00:48:29.036528 [ 258 ] {4ae0236a-d4d7-419e-a5c7-16f0193b365e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1098 | 2024.12.21 00:48:29.036591 [ 258 ] {4ae0236a-d4d7-419e-a5c7-16f0193b365e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1099 | 2024.12.21 00:48:29.037383 [ 258 ] {4ae0236a-d4d7-419e-a5c7-16f0193b365e} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1100 | 2024.12.21 00:48:29.037424 [ 258 ] {4ae0236a-d4d7-419e-a5c7-16f0193b365e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1101 | 2024.12.21 00:48:29.037942 [ 258 ] {4ae0236a-d4d7-419e-a5c7-16f0193b365e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1102 | 2024.12.21 00:48:29.038162 [ 258 ] {4ae0236a-d4d7-419e-a5c7-16f0193b365e} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1103 | 2024.12.21 00:48:29.038389 [ 258 ] {4ae0236a-d4d7-419e-a5c7-16f0193b365e} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001897 sec., 2108.5925144965736 rows/sec., 222.91 KiB/sec. | ||
| 1104 | 2024.12.21 00:48:29.038554 [ 258 ] {4ae0236a-d4d7-419e-a5c7-16f0193b365e} <Debug> TCPHandler: Processed in 0.002238571 sec. | ||
| 1105 | 2024.12.21 00:48:29.038710 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1106 | 2024.12.21 00:48:29.038863 [ 260 ] {741987f5-6f79-4f7d-af32-dcbfe330ac88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1107 | 2024.12.21 00:48:29.038923 [ 260 ] {741987f5-6f79-4f7d-af32-dcbfe330ac88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1108 | 2024.12.21 00:48:29.039688 [ 260 ] {741987f5-6f79-4f7d-af32-dcbfe330ac88} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1109 | 2024.12.21 00:48:29.039738 [ 260 ] {741987f5-6f79-4f7d-af32-dcbfe330ac88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1110 | 2024.12.21 00:48:29.040187 [ 260 ] {741987f5-6f79-4f7d-af32-dcbfe330ac88} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1111 | 2024.12.21 00:48:29.040437 [ 260 ] {741987f5-6f79-4f7d-af32-dcbfe330ac88} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1112 | 2024.12.21 00:48:29.040665 [ 260 ] {741987f5-6f79-4f7d-af32-dcbfe330ac88} <Debug> executeQuery: Read 106 rows, 9.10 KiB in 0.001845 sec., 57452.57452574526 rows/sec., 4.82 MiB/sec. | ||
| 1113 | 2024.12.21 00:48:29.040720 [ 260 ] {741987f5-6f79-4f7d-af32-dcbfe330ac88} <Debug> TCPHandler: Processed in 0.002080109 sec. | ||
| 1114 | 2024.12.21 00:48:29.040877 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1115 | 2024.12.21 00:48:29.041016 [ 258 ] {0cc59043-1c70-4485-8e64-eb5e95e489fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1116 | 2024.12.21 00:48:29.041073 [ 258 ] {0cc59043-1c70-4485-8e64-eb5e95e489fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1117 | 2024.12.21 00:48:29.041829 [ 258 ] {0cc59043-1c70-4485-8e64-eb5e95e489fb} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1118 | 2024.12.21 00:48:29.041872 [ 258 ] {0cc59043-1c70-4485-8e64-eb5e95e489fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1119 | 2024.12.21 00:48:29.042245 [ 258 ] {0cc59043-1c70-4485-8e64-eb5e95e489fb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1120 | 2024.12.21 00:48:29.042478 [ 258 ] {0cc59043-1c70-4485-8e64-eb5e95e489fb} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1121 | 2024.12.21 00:48:29.042672 [ 258 ] {0cc59043-1c70-4485-8e64-eb5e95e489fb} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001683 sec., 16042.7807486631 rows/sec., 1.18 MiB/sec. | ||
| 1122 | 2024.12.21 00:48:29.042728 [ 258 ] {0cc59043-1c70-4485-8e64-eb5e95e489fb} <Debug> TCPHandler: Processed in 0.001911235 sec. | ||
| 1123 | 2024.12.21 00:48:29.042868 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1124 | 2024.12.21 00:48:29.043008 [ 260 ] {9cd6c1fa-5cc4-467e-bd00-7a32c99d7908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1125 | 2024.12.21 00:48:29.043065 [ 260 ] {9cd6c1fa-5cc4-467e-bd00-7a32c99d7908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1126 | 2024.12.21 00:48:29.043781 [ 260 ] {9cd6c1fa-5cc4-467e-bd00-7a32c99d7908} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1127 | 2024.12.21 00:48:29.043828 [ 260 ] {9cd6c1fa-5cc4-467e-bd00-7a32c99d7908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1128 | 2024.12.21 00:48:29.044206 [ 260 ] {9cd6c1fa-5cc4-467e-bd00-7a32c99d7908} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1129 | 2024.12.21 00:48:29.044444 [ 260 ] {9cd6c1fa-5cc4-467e-bd00-7a32c99d7908} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1130 | 2024.12.21 00:48:29.044726 [ 260 ] {9cd6c1fa-5cc4-467e-bd00-7a32c99d7908} <Debug> executeQuery: Read 96 rows, 7.69 KiB in 0.001722 sec., 55749.128919860625 rows/sec., 4.36 MiB/sec. | ||
| 1131 | 2024.12.21 00:48:29.044826 [ 260 ] {9cd6c1fa-5cc4-467e-bd00-7a32c99d7908} <Debug> TCPHandler: Processed in 0.002013517 sec. | ||
| 1132 | 2024.12.21 00:48:29.044982 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1133 | 2024.12.21 00:48:29.045124 [ 258 ] {5318aa44-9a73-4ea3-9973-0c3a1cd7662c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1134 | 2024.12.21 00:48:29.045187 [ 258 ] {5318aa44-9a73-4ea3-9973-0c3a1cd7662c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1135 | 2024.12.21 00:48:29.045854 [ 258 ] {5318aa44-9a73-4ea3-9973-0c3a1cd7662c} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1136 | 2024.12.21 00:48:29.045896 [ 258 ] {5318aa44-9a73-4ea3-9973-0c3a1cd7662c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1137 | 2024.12.21 00:48:29.046283 [ 258 ] {5318aa44-9a73-4ea3-9973-0c3a1cd7662c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1138 | 2024.12.21 00:48:29.046522 [ 258 ] {5318aa44-9a73-4ea3-9973-0c3a1cd7662c} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1139 | 2024.12.21 00:48:29.046695 [ 258 ] {5318aa44-9a73-4ea3-9973-0c3a1cd7662c} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001603 sec., 93574.54772301934 rows/sec., 6.49 MiB/sec. | ||
| 1140 | 2024.12.21 00:48:29.046744 [ 258 ] {5318aa44-9a73-4ea3-9973-0c3a1cd7662c} <Debug> TCPHandler: Processed in 0.001831694 sec. | ||
| 1141 | 2024.12.21 00:48:29.046901 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1142 | 2024.12.21 00:48:29.047039 [ 260 ] {6bc9ce67-03a1-4501-b252-873bcd6280ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1143 | 2024.12.21 00:48:29.047132 [ 260 ] {6bc9ce67-03a1-4501-b252-873bcd6280ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1144 | 2024.12.21 00:48:29.048435 [ 260 ] {6bc9ce67-03a1-4501-b252-873bcd6280ca} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1145 | 2024.12.21 00:48:29.048474 [ 260 ] {6bc9ce67-03a1-4501-b252-873bcd6280ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1146 | 2024.12.21 00:48:29.051359 [ 260 ] {6bc9ce67-03a1-4501-b252-873bcd6280ca} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1147 | 2024.12.21 00:48:29.051874 [ 260 ] {6bc9ce67-03a1-4501-b252-873bcd6280ca} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1148 | 2024.12.21 00:48:29.052200 [ 260 ] {6bc9ce67-03a1-4501-b252-873bcd6280ca} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00517 sec., 5222.437137330754 rows/sec., 9.36 MiB/sec. | ||
| 1149 | 2024.12.21 00:48:29.052435 [ 260 ] {6bc9ce67-03a1-4501-b252-873bcd6280ca} <Debug> TCPHandler: Processed in 0.005594884 sec. | ||
| 1150 | 2024.12.21 00:48:29.052655 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1151 | 2024.12.21 00:48:29.052887 [ 258 ] {c68c1e7d-28cd-4e26-8bb2-a8159bb9a5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1152 | 2024.12.21 00:48:29.052970 [ 258 ] {c68c1e7d-28cd-4e26-8bb2-a8159bb9a5a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1153 | 2024.12.21 00:48:29.053457 [ 258 ] {c68c1e7d-28cd-4e26-8bb2-a8159bb9a5a3} <Trace> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1154 | 2024.12.21 00:48:29.053494 [ 258 ] {c68c1e7d-28cd-4e26-8bb2-a8159bb9a5a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1155 | 2024.12.21 00:48:29.053886 [ 258 ] {c68c1e7d-28cd-4e26-8bb2-a8159bb9a5a3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1156 | 2024.12.21 00:48:29.054123 [ 258 ] {c68c1e7d-28cd-4e26-8bb2-a8159bb9a5a3} <Trace> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1157 | 2024.12.21 00:48:29.054348 [ 258 ] {c68c1e7d-28cd-4e26-8bb2-a8159bb9a5a3} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001505 sec., 13953.488372093023 rows/sec., 1.02 MiB/sec. | ||
| 1158 | 2024.12.21 00:48:29.054416 [ 258 ] {c68c1e7d-28cd-4e26-8bb2-a8159bb9a5a3} <Debug> TCPHandler: Processed in 0.001877375 sec. | ||
| 1159 | 2024.12.21 00:48:29.054563 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1160 | 2024.12.21 00:48:29.054681 [ 260 ] {ee912382-004a-4d18-b035-1d4a608e19be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1161 | 2024.12.21 00:48:29.054732 [ 260 ] {ee912382-004a-4d18-b035-1d4a608e19be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1162 | 2024.12.21 00:48:29.055244 [ 260 ] {ee912382-004a-4d18-b035-1d4a608e19be} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1163 | 2024.12.21 00:48:29.055284 [ 260 ] {ee912382-004a-4d18-b035-1d4a608e19be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1164 | 2024.12.21 00:48:29.055660 [ 260 ] {ee912382-004a-4d18-b035-1d4a608e19be} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1165 | 2024.12.21 00:48:29.055898 [ 260 ] {ee912382-004a-4d18-b035-1d4a608e19be} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1166 | 2024.12.21 00:48:29.056177 [ 260 ] {ee912382-004a-4d18-b035-1d4a608e19be} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001507 sec., 33178.500331785 rows/sec., 2.28 MiB/sec. | ||
| 1167 | 2024.12.21 00:48:29.056248 [ 260 ] {ee912382-004a-4d18-b035-1d4a608e19be} <Debug> TCPHandler: Processed in 0.001742163 sec. | ||
| 1168 | 2024.12.21 00:48:32.382581 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 160 | ||
| 1169 | 2024.12.21 00:48:32.385617 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1170 | 2024.12.21 00:48:32.385670 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1171 | 2024.12.21 00:48:32.387160 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1172 | 2024.12.21 00:48:32.387484 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1173 | 2024.12.21 00:48:32.388304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 160 | ||
| 1174 | 2024.12.21 00:48:33.996434 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1175 | 2024.12.21 00:48:33.996669 [ 258 ] {66c3e877-a672-4889-b51a-4253c95722b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1176 | 2024.12.21 00:48:33.996749 [ 258 ] {66c3e877-a672-4889-b51a-4253c95722b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1177 | 2024.12.21 00:48:33.997565 [ 258 ] {66c3e877-a672-4889-b51a-4253c95722b3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1178 | 2024.12.21 00:48:33.997629 [ 258 ] {66c3e877-a672-4889-b51a-4253c95722b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1179 | 2024.12.21 00:48:33.998156 [ 258 ] {66c3e877-a672-4889-b51a-4253c95722b3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1180 | 2024.12.21 00:48:33.998447 [ 258 ] {66c3e877-a672-4889-b51a-4253c95722b3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1181 | 2024.12.21 00:48:33.998714 [ 258 ] {66c3e877-a672-4889-b51a-4253c95722b3} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.002099 sec., 24773.70176274416 rows/sec., 1.88 MiB/sec. | ||
| 1182 | 2024.12.21 00:48:33.998783 [ 258 ] {66c3e877-a672-4889-b51a-4253c95722b3} <Debug> TCPHandler: Processed in 0.002483236 sec. | ||
| 1183 | 2024.12.21 00:48:33.999128 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1184 | 2024.12.21 00:48:33.999326 [ 260 ] {420f8e4d-a9c1-41b5-9839-f8d98c20bee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1185 | 2024.12.21 00:48:33.999407 [ 260 ] {420f8e4d-a9c1-41b5-9839-f8d98c20bee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1186 | 2024.12.21 00:48:34.000211 [ 260 ] {420f8e4d-a9c1-41b5-9839-f8d98c20bee2} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1187 | 2024.12.21 00:48:34.000261 [ 260 ] {420f8e4d-a9c1-41b5-9839-f8d98c20bee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1188 | 2024.12.21 00:48:34.000794 [ 260 ] {420f8e4d-a9c1-41b5-9839-f8d98c20bee2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1189 | 2024.12.21 00:48:34.001072 [ 260 ] {420f8e4d-a9c1-41b5-9839-f8d98c20bee2} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1190 | 2024.12.21 00:48:34.001332 [ 260 ] {420f8e4d-a9c1-41b5-9839-f8d98c20bee2} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00206 sec., 27184.466019417472 rows/sec., 2.12 MiB/sec. | ||
| 1191 | 2024.12.21 00:48:34.001399 [ 260 ] {420f8e4d-a9c1-41b5-9839-f8d98c20bee2} <Debug> TCPHandler: Processed in 0.002407155 sec. | ||
| 1192 | 2024.12.21 00:48:34.001564 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1193 | 2024.12.21 00:48:34.001700 [ 258 ] {861529b8-f2c3-4944-b808-035f35b7a33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1194 | 2024.12.21 00:48:34.001760 [ 258 ] {861529b8-f2c3-4944-b808-035f35b7a33a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1195 | 2024.12.21 00:48:34.002420 [ 258 ] {861529b8-f2c3-4944-b808-035f35b7a33a} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1196 | 2024.12.21 00:48:34.002468 [ 258 ] {861529b8-f2c3-4944-b808-035f35b7a33a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1197 | 2024.12.21 00:48:34.002915 [ 258 ] {861529b8-f2c3-4944-b808-035f35b7a33a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1198 | 2024.12.21 00:48:34.003176 [ 258 ] {861529b8-f2c3-4944-b808-035f35b7a33a} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1199 | 2024.12.21 00:48:34.003476 [ 258 ] {861529b8-f2c3-4944-b808-035f35b7a33a} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001792 sec., 83705.35714285714 rows/sec., 5.80 MiB/sec. | ||
| 1200 | 2024.12.21 00:48:34.003625 [ 258 ] {861529b8-f2c3-4944-b808-035f35b7a33a} <Debug> TCPHandler: Processed in 0.00212464 sec. | ||
| 1201 | 2024.12.21 00:48:34.003798 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2024.12.21 00:48:34.003929 [ 260 ] {d920c29b-23bf-43e6-9686-2a3e82c5875a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1203 | 2024.12.21 00:48:34.003985 [ 260 ] {d920c29b-23bf-43e6-9686-2a3e82c5875a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1204 | 2024.12.21 00:48:34.004534 [ 260 ] {d920c29b-23bf-43e6-9686-2a3e82c5875a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2024.12.21 00:48:34.004574 [ 260 ] {d920c29b-23bf-43e6-9686-2a3e82c5875a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1206 | 2024.12.21 00:48:34.004965 [ 260 ] {d920c29b-23bf-43e6-9686-2a3e82c5875a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1207 | 2024.12.21 00:48:34.005215 [ 260 ] {d920c29b-23bf-43e6-9686-2a3e82c5875a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1208 | 2024.12.21 00:48:34.005444 [ 260 ] {d920c29b-23bf-43e6-9686-2a3e82c5875a} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001546 sec., 32341.526520051746 rows/sec., 2.22 MiB/sec. | ||
| 1209 | 2024.12.21 00:48:34.005503 [ 260 ] {d920c29b-23bf-43e6-9686-2a3e82c5875a} <Debug> TCPHandler: Processed in 0.001766483 sec. | ||
| 1210 | 2024.12.21 00:48:34.900248 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1211 | 2024.12.21 00:48:34.900883 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1212 | 2024.12.21 00:48:34.900928 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1213 | 2024.12.21 00:48:34.901589 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1214 | 2024.12.21 00:48:34.901861 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2024.12.21 00:48:34.902089 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1216 | 2024.12.21 00:48:35.083111 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1217 | 2024.12.21 00:48:35.102699 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1218 | 2024.12.21 00:48:35.102756 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1219 | 2024.12.21 00:48:35.109522 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1220 | 2024.12.21 00:48:35.110275 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1221 | 2024.12.21 00:48:35.113472 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1222 | 2024.12.21 00:48:38.998273 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1223 | 2024.12.21 00:48:38.998492 [ 258 ] {276270a8-0417-429b-a85d-730b9372fb9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1224 | 2024.12.21 00:48:38.998570 [ 258 ] {276270a8-0417-429b-a85d-730b9372fb9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1225 | 2024.12.21 00:48:38.999399 [ 258 ] {276270a8-0417-429b-a85d-730b9372fb9d} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1226 | 2024.12.21 00:48:38.999458 [ 258 ] {276270a8-0417-429b-a85d-730b9372fb9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1227 | 2024.12.21 00:48:38.999935 [ 258 ] {276270a8-0417-429b-a85d-730b9372fb9d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1228 | 2024.12.21 00:48:39.000493 [ 258 ] {276270a8-0417-429b-a85d-730b9372fb9d} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1229 | 2024.12.21 00:48:39.000870 [ 258 ] {276270a8-0417-429b-a85d-730b9372fb9d} <Debug> executeQuery: Read 106 rows, 9.10 KiB in 0.002442 sec., 43407.043407043406 rows/sec., 3.64 MiB/sec. | ||
| 1230 | 2024.12.21 00:48:39.000944 [ 258 ] {276270a8-0417-429b-a85d-730b9372fb9d} <Debug> TCPHandler: Processed in 0.002802982 sec. | ||
| 1231 | 2024.12.21 00:48:39.001239 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1232 | 2024.12.21 00:48:39.001442 [ 260 ] {55eff12a-22f0-45e1-98ea-bd9ce3b8c4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1233 | 2024.12.21 00:48:39.001523 [ 260 ] {55eff12a-22f0-45e1-98ea-bd9ce3b8c4ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1234 | 2024.12.21 00:48:39.002306 [ 260 ] {55eff12a-22f0-45e1-98ea-bd9ce3b8c4ce} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1235 | 2024.12.21 00:48:39.002351 [ 260 ] {55eff12a-22f0-45e1-98ea-bd9ce3b8c4ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1236 | 2024.12.21 00:48:39.002778 [ 260 ] {55eff12a-22f0-45e1-98ea-bd9ce3b8c4ce} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1237 | 2024.12.21 00:48:39.003036 [ 260 ] {55eff12a-22f0-45e1-98ea-bd9ce3b8c4ce} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1238 | 2024.12.21 00:48:39.003310 [ 260 ] {55eff12a-22f0-45e1-98ea-bd9ce3b8c4ce} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001902 sec., 14195.58359621451 rows/sec., 1.04 MiB/sec. | ||
| 1239 | 2024.12.21 00:48:39.003401 [ 260 ] {55eff12a-22f0-45e1-98ea-bd9ce3b8c4ce} <Debug> TCPHandler: Processed in 0.002319963 sec. | ||
| 1240 | 2024.12.21 00:48:39.003577 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1241 | 2024.12.21 00:48:39.003713 [ 258 ] {7e4ab908-6a15-423e-ab03-e443e195e15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1242 | 2024.12.21 00:48:39.003769 [ 258 ] {7e4ab908-6a15-423e-ab03-e443e195e15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1243 | 2024.12.21 00:48:39.004432 [ 258 ] {7e4ab908-6a15-423e-ab03-e443e195e15d} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1244 | 2024.12.21 00:48:39.004476 [ 258 ] {7e4ab908-6a15-423e-ab03-e443e195e15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1245 | 2024.12.21 00:48:39.004857 [ 258 ] {7e4ab908-6a15-423e-ab03-e443e195e15d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1246 | 2024.12.21 00:48:39.005144 [ 258 ] {7e4ab908-6a15-423e-ab03-e443e195e15d} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1247 | 2024.12.21 00:48:39.005384 [ 258 ] {7e4ab908-6a15-423e-ab03-e443e195e15d} <Debug> executeQuery: Read 83 rows, 6.63 KiB in 0.001701 sec., 48794.82657260435 rows/sec., 3.81 MiB/sec. | ||
| 1248 | 2024.12.21 00:48:39.005440 [ 258 ] {7e4ab908-6a15-423e-ab03-e443e195e15d} <Debug> TCPHandler: Processed in 0.001927975 sec. | ||
| 1249 | 2024.12.21 00:48:39.005620 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1250 | 2024.12.21 00:48:39.005751 [ 260 ] {37e80a5b-c06b-4b78-9e8a-d95d8a48a369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1251 | 2024.12.21 00:48:39.005810 [ 260 ] {37e80a5b-c06b-4b78-9e8a-d95d8a48a369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1252 | 2024.12.21 00:48:39.006408 [ 260 ] {37e80a5b-c06b-4b78-9e8a-d95d8a48a369} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1253 | 2024.12.21 00:48:39.006447 [ 260 ] {37e80a5b-c06b-4b78-9e8a-d95d8a48a369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1254 | 2024.12.21 00:48:39.006861 [ 260 ] {37e80a5b-c06b-4b78-9e8a-d95d8a48a369} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1255 | 2024.12.21 00:48:39.007114 [ 260 ] {37e80a5b-c06b-4b78-9e8a-d95d8a48a369} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1256 | 2024.12.21 00:48:39.007301 [ 260 ] {37e80a5b-c06b-4b78-9e8a-d95d8a48a369} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001581 sec., 94876.66034155598 rows/sec., 6.58 MiB/sec. | ||
| 1257 | 2024.12.21 00:48:39.007356 [ 260 ] {37e80a5b-c06b-4b78-9e8a-d95d8a48a369} <Debug> TCPHandler: Processed in 0.001804893 sec. | ||
| 1258 | 2024.12.21 00:48:39.007512 [ 258 ] {} <Trace> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1259 | 2024.12.21 00:48:39.007635 [ 258 ] {b17d47bf-ca88-4c73-b160-aef41f8f5e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1260 | 2024.12.21 00:48:39.007721 [ 258 ] {b17d47bf-ca88-4c73-b160-aef41f8f5e63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1261 | 2024.12.21 00:48:39.008914 [ 258 ] {b17d47bf-ca88-4c73-b160-aef41f8f5e63} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1262 | 2024.12.21 00:48:39.008954 [ 258 ] {b17d47bf-ca88-4c73-b160-aef41f8f5e63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1263 | 2024.12.21 00:48:39.009619 [ 258 ] {b17d47bf-ca88-4c73-b160-aef41f8f5e63} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1264 | 2024.12.21 00:48:39.009879 [ 258 ] {b17d47bf-ca88-4c73-b160-aef41f8f5e63} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1265 | 2024.12.21 00:48:39.010119 [ 258 ] {b17d47bf-ca88-4c73-b160-aef41f8f5e63} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002511 sec., 10752.68817204301 rows/sec., 19.27 MiB/sec. | ||
| 1266 | 2024.12.21 00:48:39.010226 [ 258 ] {b17d47bf-ca88-4c73-b160-aef41f8f5e63} <Debug> TCPHandler: Processed in 0.002773441 sec. | ||
| 1267 | 2024.12.21 00:48:39.010379 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1268 | 2024.12.21 00:48:39.010503 [ 260 ] {7c930aac-4821-4fc3-883c-a4322da51809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1269 | 2024.12.21 00:48:39.010556 [ 260 ] {7c930aac-4821-4fc3-883c-a4322da51809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1270 | 2024.12.21 00:48:39.011054 [ 260 ] {7c930aac-4821-4fc3-883c-a4322da51809} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1271 | 2024.12.21 00:48:39.011092 [ 260 ] {7c930aac-4821-4fc3-883c-a4322da51809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1272 | 2024.12.21 00:48:39.011471 [ 260 ] {7c930aac-4821-4fc3-883c-a4322da51809} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1273 | 2024.12.21 00:48:39.011711 [ 260 ] {7c930aac-4821-4fc3-883c-a4322da51809} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1274 | 2024.12.21 00:48:39.011954 [ 260 ] {7c930aac-4821-4fc3-883c-a4322da51809} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001457 sec., 34317.08991077557 rows/sec., 2.35 MiB/sec. | ||
| 1275 | 2024.12.21 00:48:39.012081 [ 260 ] {7c930aac-4821-4fc3-883c-a4322da51809} <Debug> TCPHandler: Processed in 0.001761913 sec. | ||
| 1276 | 2024.12.21 00:48:42.275872 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1277 | 2024.12.21 00:48:42.275919 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1278 | 2024.12.21 00:48:42.389469 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 180 | ||
| 1279 | 2024.12.21 00:48:42.392223 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1280 | 2024.12.21 00:48:42.392279 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1281 | 2024.12.21 00:48:42.393728 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1282 | 2024.12.21 00:48:42.394044 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1283 | 2024.12.21 00:48:42.394935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 180 | ||
| 1284 | 2024.12.21 00:48:42.403181 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1285 | 2024.12.21 00:48:42.403877 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1286 | 2024.12.21 00:48:42.403924 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1287 | 2024.12.21 00:48:42.404557 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1288 | 2024.12.21 00:48:42.404845 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1289 | 2024.12.21 00:48:42.405103 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1290 | 2024.12.21 00:48:42.613528 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1291 | 2024.12.21 00:48:42.633824 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1292 | 2024.12.21 00:48:42.633877 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1293 | 2024.12.21 00:48:42.641294 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1294 | 2024.12.21 00:48:42.642073 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1295 | 2024.12.21 00:48:42.644795 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1296 | 2024.12.21 00:48:43.368831 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1297 | 2024.12.21 00:48:43.368924 [ 258 ] {} <Debug> TCP-Session: e3bd22ec-d909-4fea-a0b6-062574390fad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1298 | 2024.12.21 00:48:43.991279 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1299 | 2024.12.21 00:48:43.991697 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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') FORMAT Native; (stage: Complete) | ||
| 1300 | 2024.12.21 00:48:43.992427 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1301 | 2024.12.21 00:48:43.992484 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <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')" moved to PREWHERE | ||
| 1302 | 2024.12.21 00:48:43.992893 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1303 | 2024.12.21 00:48:43.992998 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1304 | 2024.12.21 00:48:43.993206 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1305 | 2024.12.21 00:48:43.993551 [ 298 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1306 | 2024.12.21 00:48:43.993582 [ 296 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1307 | 2024.12.21 00:48:43.993766 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1308 | 2024.12.21 00:48:43.993803 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1309 | 2024.12.21 00:48:43.998230 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1310 | 2024.12.21 00:48:43.998273 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1311 | 2024.12.21 00:48:43.998346 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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'))" | ||
| 1312 | 2024.12.21 00:48:43.998397 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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'))" | ||
| 1313 | 2024.12.21 00:48:43.999990 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.008486 sec., 2121.1407023332545 rows/sec., 89.07 KiB/sec. | ||
| 1314 | 2024.12.21 00:48:44.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.77 MiB, peak 169.54 MiB, free memory in arenas 0.00 B, will set to 165.98 MiB (RSS), difference: 2.21 MiB | ||
| 1315 | 2024.12.21 00:48:44.000220 [ 260 ] {2f704364-0a8c-4eda-94b6-f210b74b966c} <Debug> TCPHandler: Processed in 0.00913787 sec. | ||
| 1316 | 2024.12.21 00:48:44.000839 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1317 | 2024.12.21 00:48:44.001084 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) 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', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 1318 | 2024.12.21 00:48:44.001542 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1319 | 2024.12.21 00:48:44.001593 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <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', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
| 1320 | 2024.12.21 00:48:44.001935 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1321 | 2024.12.21 00:48:44.002031 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1322 | 2024.12.21 00:48:44.002226 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1323 | 2024.12.21 00:48:44.002306 [ 296 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1324 | 2024.12.21 00:48:44.002315 [ 299 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1325 | 2024.12.21 00:48:44.002402 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1326 | 2024.12.21 00:48:44.002427 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1327 | 2024.12.21 00:48:44.002517 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1328 | 2024.12.21 00:48:44.002540 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1329 | 2024.12.21 00:48:44.002582 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled'))" | ||
| 1330 | 2024.12.21 00:48:44.002642 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled'))" | ||
| 1331 | 2024.12.21 00:48:44.003754 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002779 sec., 6477.150053976251 rows/sec., 271.99 KiB/sec. | ||
| 1332 | 2024.12.21 00:48:44.003907 [ 263 ] {f6ce1fed-3a7a-4bfc-8755-548594d24a79} <Debug> TCPHandler: Processed in 0.003368612 sec. | ||
| 1333 | 2024.12.21 00:48:44.004644 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1334 | 2024.12.21 00:48:44.004825 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 1335 | 2024.12.21 00:48:44.005145 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1336 | 2024.12.21 00:48:44.005190 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
| 1337 | 2024.12.21 00:48:44.005470 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1338 | 2024.12.21 00:48:44.005542 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1339 | 2024.12.21 00:48:44.005702 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1340 | 2024.12.21 00:48:44.005787 [ 296 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1341 | 2024.12.21 00:48:44.005792 [ 299 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1342 | 2024.12.21 00:48:44.005893 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1343 | 2024.12.21 00:48:44.005923 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1344 | 2024.12.21 00:48:44.006010 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1345 | 2024.12.21 00:48:44.006031 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1346 | 2024.12.21 00:48:44.006073 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1347 | 2024.12.21 00:48:44.006119 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1348 | 2024.12.21 00:48:44.007127 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002382 sec., 7556.675062972292 rows/sec., 317.32 KiB/sec. | ||
| 1349 | 2024.12.21 00:48:44.007287 [ 260 ] {f35436fc-c420-441b-90bc-ecf2f1613893} <Debug> TCPHandler: Processed in 0.00270231 sec. | ||
| 1350 | 2024.12.21 00:48:44.007567 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1351 | 2024.12.21 00:48:44.007762 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1352 | 2024.12.21 00:48:44.008123 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1353 | 2024.12.21 00:48:44.008166 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
| 1354 | 2024.12.21 00:48:44.008467 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1355 | 2024.12.21 00:48:44.008538 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1356 | 2024.12.21 00:48:44.008705 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1357 | 2024.12.21 00:48:44.008776 [ 296 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1358 | 2024.12.21 00:48:44.008778 [ 299 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1359 | 2024.12.21 00:48:44.008853 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1360 | 2024.12.21 00:48:44.008876 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1361 | 2024.12.21 00:48:44.008958 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1362 | 2024.12.21 00:48:44.008981 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1363 | 2024.12.21 00:48:44.009021 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1364 | 2024.12.21 00:48:44.009066 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1365 | 2024.12.21 00:48:44.010008 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002333 sec., 7715.387912558937 rows/sec., 323.99 KiB/sec. | ||
| 1366 | 2024.12.21 00:48:44.010147 [ 263 ] {266cf29c-a7db-4413-940c-b0de0f4c70a3} <Debug> TCPHandler: Processed in 0.002645149 sec. | ||
| 1367 | 2024.12.21 00:48:44.010437 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1368 | 2024.12.21 00:48:44.010649 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1369 | 2024.12.21 00:48:44.011027 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1370 | 2024.12.21 00:48:44.011079 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1371 | 2024.12.21 00:48:44.011393 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1372 | 2024.12.21 00:48:44.011462 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1373 | 2024.12.21 00:48:44.011620 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1374 | 2024.12.21 00:48:44.011723 [ 296 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1375 | 2024.12.21 00:48:44.011739 [ 298 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1376 | 2024.12.21 00:48:44.011852 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1377 | 2024.12.21 00:48:44.011881 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1378 | 2024.12.21 00:48:44.011962 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1379 | 2024.12.21 00:48:44.011983 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1380 | 2024.12.21 00:48:44.012022 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1381 | 2024.12.21 00:48:44.012068 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1382 | 2024.12.21 00:48:44.013153 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002603 sec., 6915.0979638878225 rows/sec., 290.38 KiB/sec. | ||
| 1383 | 2024.12.21 00:48:44.013307 [ 260 ] {d527e0fa-cc73-41ee-a9f0-dd9f8a00166f} <Debug> TCPHandler: Processed in 0.002940275 sec. | ||
| 1384 | 2024.12.21 00:48:44.013606 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1385 | 2024.12.21 00:48:44.013787 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1386 | 2024.12.21 00:48:44.014110 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1387 | 2024.12.21 00:48:44.014153 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1388 | 2024.12.21 00:48:44.014433 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1389 | 2024.12.21 00:48:44.014500 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1390 | 2024.12.21 00:48:44.014663 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1391 | 2024.12.21 00:48:44.014726 [ 296 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1392 | 2024.12.21 00:48:44.014735 [ 299 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1393 | 2024.12.21 00:48:44.014804 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1394 | 2024.12.21 00:48:44.014826 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1395 | 2024.12.21 00:48:44.014904 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1396 | 2024.12.21 00:48:44.014926 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1397 | 2024.12.21 00:48:44.014965 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1398 | 2024.12.21 00:48:44.015009 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1399 | 2024.12.21 00:48:44.016060 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002356 sec., 7640.067911714771 rows/sec., 320.82 KiB/sec. | ||
| 1400 | 2024.12.21 00:48:44.016201 [ 263 ] {9c0e226f-0bd2-4eef-9774-38331c62caf6} <Debug> TCPHandler: Processed in 0.002660739 sec. | ||
| 1401 | 2024.12.21 00:48:44.016473 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1402 | 2024.12.21 00:48:44.016681 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1403 | 2024.12.21 00:48:44.017060 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1404 | 2024.12.21 00:48:44.017114 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1405 | 2024.12.21 00:48:44.017427 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1406 | 2024.12.21 00:48:44.017495 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1407 | 2024.12.21 00:48:44.017644 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1408 | 2024.12.21 00:48:44.017729 [ 296 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1409 | 2024.12.21 00:48:44.017731 [ 299 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1410 | 2024.12.21 00:48:44.017827 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1411 | 2024.12.21 00:48:44.017856 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1412 | 2024.12.21 00:48:44.017936 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1413 | 2024.12.21 00:48:44.017956 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1414 | 2024.12.21 00:48:44.017996 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1415 | 2024.12.21 00:48:44.018043 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1416 | 2024.12.21 00:48:44.019129 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002545 sec., 7072.691552062868 rows/sec., 297.00 KiB/sec. | ||
| 1417 | 2024.12.21 00:48:44.019292 [ 260 ] {1d2eefbd-4948-4257-90fd-bc953f3beda9} <Debug> TCPHandler: Processed in 0.002883844 sec. | ||
| 1418 | 2024.12.21 00:48:44.019557 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1419 | 2024.12.21 00:48:44.019747 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1420 | 2024.12.21 00:48:44.020073 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1421 | 2024.12.21 00:48:44.020116 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1422 | 2024.12.21 00:48:44.020405 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1423 | 2024.12.21 00:48:44.020471 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1424 | 2024.12.21 00:48:44.020629 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1425 | 2024.12.21 00:48:44.020692 [ 296 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1426 | 2024.12.21 00:48:44.020699 [ 299 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1427 | 2024.12.21 00:48:44.020768 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1428 | 2024.12.21 00:48:44.020791 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1429 | 2024.12.21 00:48:44.020871 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1430 | 2024.12.21 00:48:44.020891 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1431 | 2024.12.21 00:48:44.020931 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1432 | 2024.12.21 00:48:44.020975 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1433 | 2024.12.21 00:48:44.022012 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002349 sec., 7662.835249042146 rows/sec., 321.78 KiB/sec. | ||
| 1434 | 2024.12.21 00:48:44.022158 [ 263 ] {1011bee2-1646-4672-a89f-33abd425ccb6} <Debug> TCPHandler: Processed in 0.00265913 sec. | ||
| 1435 | 2024.12.21 00:48:44.022436 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2024.12.21 00:48:44.022648 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1437 | 2024.12.21 00:48:44.023026 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1438 | 2024.12.21 00:48:44.023081 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1439 | 2024.12.21 00:48:44.023402 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1440 | 2024.12.21 00:48:44.023468 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1441 | 2024.12.21 00:48:44.023618 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1442 | 2024.12.21 00:48:44.023701 [ 299 ] {0035353f-8131-4298-a064-bc095444c12a} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1443 | 2024.12.21 00:48:44.023701 [ 296 ] {0035353f-8131-4298-a064-bc095444c12a} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1444 | 2024.12.21 00:48:44.023798 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1445 | 2024.12.21 00:48:44.023827 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1446 | 2024.12.21 00:48:44.023909 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1447 | 2024.12.21 00:48:44.023929 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1448 | 2024.12.21 00:48:44.023970 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1449 | 2024.12.21 00:48:44.024016 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1450 | 2024.12.21 00:48:44.025092 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002547 sec., 7067.137809187279 rows/sec., 296.76 KiB/sec. | ||
| 1451 | 2024.12.21 00:48:44.025251 [ 260 ] {0035353f-8131-4298-a064-bc095444c12a} <Debug> TCPHandler: Processed in 0.002880463 sec. | ||
| 1452 | 2024.12.21 00:48:44.025516 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1453 | 2024.12.21 00:48:44.025708 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1454 | 2024.12.21 00:48:44.026032 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1455 | 2024.12.21 00:48:44.026075 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1456 | 2024.12.21 00:48:44.026365 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1457 | 2024.12.21 00:48:44.026431 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1458 | 2024.12.21 00:48:44.026582 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1459 | 2024.12.21 00:48:44.026675 [ 296 ] {d8017e43-8671-4651-a827-97b80101d763} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1460 | 2024.12.21 00:48:44.026689 [ 298 ] {d8017e43-8671-4651-a827-97b80101d763} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1461 | 2024.12.21 00:48:44.026787 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1462 | 2024.12.21 00:48:44.026815 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1463 | 2024.12.21 00:48:44.026897 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1464 | 2024.12.21 00:48:44.026917 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1465 | 2024.12.21 00:48:44.026959 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1466 | 2024.12.21 00:48:44.027007 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1467 | 2024.12.21 00:48:44.027983 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002363 sec., 7617.43546339399 rows/sec., 319.87 KiB/sec. | ||
| 1468 | 2024.12.21 00:48:44.028114 [ 263 ] {d8017e43-8671-4651-a827-97b80101d763} <Debug> TCPHandler: Processed in 0.002655269 sec. | ||
| 1469 | 2024.12.21 00:48:44.028399 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1470 | 2024.12.21 00:48:44.028611 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1471 | 2024.12.21 00:48:44.028995 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1472 | 2024.12.21 00:48:44.029050 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1473 | 2024.12.21 00:48:44.029386 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1474 | 2024.12.21 00:48:44.029455 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1475 | 2024.12.21 00:48:44.029605 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1476 | 2024.12.21 00:48:44.029683 [ 296 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1477 | 2024.12.21 00:48:44.029685 [ 299 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1478 | 2024.12.21 00:48:44.029781 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1479 | 2024.12.21 00:48:44.029809 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1480 | 2024.12.21 00:48:44.029890 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1481 | 2024.12.21 00:48:44.029910 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1482 | 2024.12.21 00:48:44.029951 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1483 | 2024.12.21 00:48:44.029999 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1484 | 2024.12.21 00:48:44.031002 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002494 sec., 7217.321571772253 rows/sec., 303.07 KiB/sec. | ||
| 1485 | 2024.12.21 00:48:44.031157 [ 260 ] {0c5af850-76c6-4192-b84c-05d99b712546} <Debug> TCPHandler: Processed in 0.002827503 sec. | ||
| 1486 | 2024.12.21 00:48:44.035479 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1487 | 2024.12.21 00:48:44.035682 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1488 | 2024.12.21 00:48:44.036026 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1489 | 2024.12.21 00:48:44.036073 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1490 | 2024.12.21 00:48:44.036371 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1491 | 2024.12.21 00:48:44.036437 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1492 | 2024.12.21 00:48:44.036587 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1493 | 2024.12.21 00:48:44.036681 [ 296 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1494 | 2024.12.21 00:48:44.036701 [ 298 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1495 | 2024.12.21 00:48:44.036800 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1496 | 2024.12.21 00:48:44.036829 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1497 | 2024.12.21 00:48:44.036911 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1498 | 2024.12.21 00:48:44.036932 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1499 | 2024.12.21 00:48:44.036974 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1500 | 2024.12.21 00:48:44.037023 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1501 | 2024.12.21 00:48:44.038007 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002427 sec., 7416.563658838072 rows/sec., 311.44 KiB/sec. | ||
| 1502 | 2024.12.21 00:48:44.038137 [ 263 ] {2dda1ccc-4ff4-4699-ba74-0e9fb0d33fb4} <Debug> TCPHandler: Processed in 0.00271419 sec. | ||
| 1503 | 2024.12.21 00:48:44.044073 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1504 | 2024.12.21 00:48:44.044225 [ 260 ] {f1afa744-2abb-417b-b289-023d0e2695f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1505 | 2024.12.21 00:48:44.044288 [ 260 ] {f1afa744-2abb-417b-b289-023d0e2695f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1506 | 2024.12.21 00:48:44.045181 [ 260 ] {f1afa744-2abb-417b-b289-023d0e2695f1} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1507 | 2024.12.21 00:48:44.045229 [ 260 ] {f1afa744-2abb-417b-b289-023d0e2695f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1508 | 2024.12.21 00:48:44.045762 [ 260 ] {f1afa744-2abb-417b-b289-023d0e2695f1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1509 | 2024.12.21 00:48:44.045987 [ 260 ] {f1afa744-2abb-417b-b289-023d0e2695f1} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1510 | 2024.12.21 00:48:44.046204 [ 260 ] {f1afa744-2abb-417b-b289-023d0e2695f1} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.002015 sec., 5955.334987593053 rows/sec., 1.20 MiB/sec. | ||
| 1511 | 2024.12.21 00:48:44.046376 [ 260 ] {f1afa744-2abb-417b-b289-023d0e2695f1} <Debug> TCPHandler: Processed in 0.002365134 sec. | ||
| 1512 | 2024.12.21 00:48:44.046537 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1513 | 2024.12.21 00:48:44.046679 [ 263 ] {43141659-4192-4160-bae2-39edfddf19ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1514 | 2024.12.21 00:48:44.046732 [ 263 ] {43141659-4192-4160-bae2-39edfddf19ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1515 | 2024.12.21 00:48:44.047976 [ 263 ] {43141659-4192-4160-bae2-39edfddf19ef} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1516 | 2024.12.21 00:48:44.048018 [ 263 ] {43141659-4192-4160-bae2-39edfddf19ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1517 | 2024.12.21 00:48:44.048440 [ 263 ] {43141659-4192-4160-bae2-39edfddf19ef} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1518 | 2024.12.21 00:48:44.048711 [ 263 ] {43141659-4192-4160-bae2-39edfddf19ef} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1519 | 2024.12.21 00:48:44.048998 [ 263 ] {43141659-4192-4160-bae2-39edfddf19ef} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002339 sec., 5985.463873450192 rows/sec., 430.87 KiB/sec. | ||
| 1520 | 2024.12.21 00:48:44.049069 [ 263 ] {43141659-4192-4160-bae2-39edfddf19ef} <Debug> TCPHandler: Processed in 0.002587688 sec. | ||
| 1521 | 2024.12.21 00:48:44.049223 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1522 | 2024.12.21 00:48:44.049363 [ 260 ] {f8677b54-8be4-4b4f-b201-fd60f7fbedb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1523 | 2024.12.21 00:48:44.049421 [ 260 ] {f8677b54-8be4-4b4f-b201-fd60f7fbedb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1524 | 2024.12.21 00:48:44.050242 [ 260 ] {f8677b54-8be4-4b4f-b201-fd60f7fbedb2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1525 | 2024.12.21 00:48:44.050287 [ 260 ] {f8677b54-8be4-4b4f-b201-fd60f7fbedb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1526 | 2024.12.21 00:48:44.050685 [ 260 ] {f8677b54-8be4-4b4f-b201-fd60f7fbedb2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1527 | 2024.12.21 00:48:44.050921 [ 260 ] {f8677b54-8be4-4b4f-b201-fd60f7fbedb2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1528 | 2024.12.21 00:48:44.051043 [ 69 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1529 | 2024.12.21 00:48:44.051092 [ 69 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1530 | 2024.12.21 00:48:44.051111 [ 260 ] {f8677b54-8be4-4b4f-b201-fd60f7fbedb2} <Debug> executeQuery: Read 215 rows, 19.20 KiB in 0.00178 sec., 120786.5168539326 rows/sec., 10.53 MiB/sec. | ||
| 1531 | 2024.12.21 00:48:44.051125 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1532 | 2024.12.21 00:48:44.051191 [ 260 ] {f8677b54-8be4-4b4f-b201-fd60f7fbedb2} <Debug> TCPHandler: Processed in 0.002034037 sec. | ||
| 1533 | 2024.12.21 00:48:44.051541 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1534 | 2024.12.21 00:48:44.051864 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 1535 | 2024.12.21 00:48:44.052103 [ 263 ] {236a594c-6240-4d80-85d6-f89c7ee7f462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1536 | 2024.12.21 00:48:44.052288 [ 263 ] {236a594c-6240-4d80-85d6-f89c7ee7f462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1537 | 2024.12.21 00:48:44.052454 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1538 | 2024.12.21 00:48:44.052546 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 1539 | 2024.12.21 00:48:44.052827 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 1540 | 2024.12.21 00:48:44.053237 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 106 rows starting from the beginning of the part | ||
| 1541 | 2024.12.21 00:48:44.053604 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 1542 | 2024.12.21 00:48:44.053959 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 106 rows starting from the beginning of the part | ||
| 1543 | 2024.12.21 00:48:44.054233 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 215 rows starting from the beginning of the part | ||
| 1544 | 2024.12.21 00:48:44.055122 [ 263 ] {236a594c-6240-4d80-85d6-f89c7ee7f462} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1545 | 2024.12.21 00:48:44.055190 [ 263 ] {236a594c-6240-4d80-85d6-f89c7ee7f462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1546 | 2024.12.21 00:48:44.056147 [ 263 ] {236a594c-6240-4d80-85d6-f89c7ee7f462} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1547 | 2024.12.21 00:48:44.056643 [ 263 ] {236a594c-6240-4d80-85d6-f89c7ee7f462} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1548 | 2024.12.21 00:48:44.057186 [ 263 ] {236a594c-6240-4d80-85d6-f89c7ee7f462} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005301 sec., 2829.654782116582 rows/sec., 199.51 KiB/sec. | ||
| 1549 | 2024.12.21 00:48:44.057197 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 583 rows, containing 5 columns (5 merged, 0 gathered) in 0.005980181 sec., 97488.68805141516 rows/sec., 8.46 MiB/sec. | ||
| 1550 | 2024.12.21 00:48:44.057315 [ 263 ] {236a594c-6240-4d80-85d6-f89c7ee7f462} <Debug> TCPHandler: Processed in 0.006030392 sec. | ||
| 1551 | 2024.12.21 00:48:44.057468 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1552 | 2024.12.21 00:48:44.057475 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1553 | 2024.12.21 00:48:44.057614 [ 260 ] {ee429f18-5a00-4fff-a45c-c963d755e024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1554 | 2024.12.21 00:48:44.057675 [ 260 ] {ee429f18-5a00-4fff-a45c-c963d755e024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1555 | 2024.12.21 00:48:44.057831 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_6_1} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1556 | 2024.12.21 00:48:44.057969 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_6_1} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1557 | 2024.12.21 00:48:44.058072 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1558 | 2024.12.21 00:48:44.058406 [ 260 ] {ee429f18-5a00-4fff-a45c-c963d755e024} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1559 | 2024.12.21 00:48:44.058444 [ 260 ] {ee429f18-5a00-4fff-a45c-c963d755e024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1560 | 2024.12.21 00:48:44.058809 [ 260 ] {ee429f18-5a00-4fff-a45c-c963d755e024} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1561 | 2024.12.21 00:48:44.059047 [ 260 ] {ee429f18-5a00-4fff-a45c-c963d755e024} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1562 | 2024.12.21 00:48:44.059272 [ 260 ] {ee429f18-5a00-4fff-a45c-c963d755e024} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001655 sec., 8459.214501510574 rows/sec., 592.43 KiB/sec. | ||
| 1563 | 2024.12.21 00:48:44.059344 [ 260 ] {ee429f18-5a00-4fff-a45c-c963d755e024} <Debug> TCPHandler: Processed in 0.001926256 sec. | ||
| 1564 | 2024.12.21 00:48:44.059497 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1565 | 2024.12.21 00:48:44.059623 [ 263 ] {5b2d2a3d-ee2c-4652-84e6-4ebcba0d79f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1566 | 2024.12.21 00:48:44.059673 [ 263 ] {5b2d2a3d-ee2c-4652-84e6-4ebcba0d79f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1567 | 2024.12.21 00:48:44.060247 [ 263 ] {5b2d2a3d-ee2c-4652-84e6-4ebcba0d79f3} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1568 | 2024.12.21 00:48:44.060286 [ 263 ] {5b2d2a3d-ee2c-4652-84e6-4ebcba0d79f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1569 | 2024.12.21 00:48:44.060664 [ 263 ] {5b2d2a3d-ee2c-4652-84e6-4ebcba0d79f3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1570 | 2024.12.21 00:48:44.060906 [ 263 ] {5b2d2a3d-ee2c-4652-84e6-4ebcba0d79f3} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1571 | 2024.12.21 00:48:44.061247 [ 263 ] {5b2d2a3d-ee2c-4652-84e6-4ebcba0d79f3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00163 sec., 7975.460122699386 rows/sec., 497.27 KiB/sec. | ||
| 1572 | 2024.12.21 00:48:44.061370 [ 263 ] {5b2d2a3d-ee2c-4652-84e6-4ebcba0d79f3} <Debug> TCPHandler: Processed in 0.001928045 sec. | ||
| 1573 | 2024.12.21 00:48:44.061521 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1574 | 2024.12.21 00:48:44.061660 [ 260 ] {df319603-8f76-4340-b0a4-f14ae0c964a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1575 | 2024.12.21 00:48:44.061717 [ 260 ] {df319603-8f76-4340-b0a4-f14ae0c964a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1576 | 2024.12.21 00:48:44.062556 [ 260 ] {df319603-8f76-4340-b0a4-f14ae0c964a6} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1577 | 2024.12.21 00:48:44.062594 [ 260 ] {df319603-8f76-4340-b0a4-f14ae0c964a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1578 | 2024.12.21 00:48:44.062972 [ 260 ] {df319603-8f76-4340-b0a4-f14ae0c964a6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1579 | 2024.12.21 00:48:44.063211 [ 260 ] {df319603-8f76-4340-b0a4-f14ae0c964a6} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1580 | 2024.12.21 00:48:44.063336 [ 69 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1581 | 2024.12.21 00:48:44.063380 [ 69 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1582 | 2024.12.21 00:48:44.063407 [ 260 ] {df319603-8f76-4340-b0a4-f14ae0c964a6} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001776 sec., 215090.0900900901 rows/sec., 15.22 MiB/sec. | ||
| 1583 | 2024.12.21 00:48:44.063412 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1584 | 2024.12.21 00:48:44.063513 [ 260 ] {df319603-8f76-4340-b0a4-f14ae0c964a6} <Debug> TCPHandler: Processed in 0.002051398 sec. | ||
| 1585 | 2024.12.21 00:48:44.063913 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1586 | 2024.12.21 00:48:44.063989 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 1587 | 2024.12.21 00:48:44.064339 [ 263 ] {e676c42c-c052-4813-9a98-1c891f7f20ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1588 | 2024.12.21 00:48:44.064386 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1589 | 2024.12.21 00:48:44.064441 [ 263 ] {e676c42c-c052-4813-9a98-1c891f7f20ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1590 | 2024.12.21 00:48:44.064457 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1591 | 2024.12.21 00:48:44.064766 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1592 | 2024.12.21 00:48:44.065143 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 96 rows starting from the beginning of the part | ||
| 1593 | 2024.12.21 00:48:44.065519 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1594 | 2024.12.21 00:48:44.065832 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 83 rows starting from the beginning of the part | ||
| 1595 | 2024.12.21 00:48:44.065973 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 382 rows starting from the beginning of the part | ||
| 1596 | 2024.12.21 00:48:44.066884 [ 263 ] {e676c42c-c052-4813-9a98-1c891f7f20ec} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1597 | 2024.12.21 00:48:44.066948 [ 263 ] {e676c42c-c052-4813-9a98-1c891f7f20ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1598 | 2024.12.21 00:48:44.067980 [ 263 ] {e676c42c-c052-4813-9a98-1c891f7f20ec} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1599 | 2024.12.21 00:48:44.068458 [ 263 ] {e676c42c-c052-4813-9a98-1c891f7f20ec} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1600 | 2024.12.21 00:48:44.068967 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 729 rows, containing 5 columns (5 merged, 0 gathered) in 0.005472381 sec., 133214.4088651722 rows/sec., 10.40 MiB/sec. | ||
| 1601 | 2024.12.21 00:48:44.069014 [ 263 ] {e676c42c-c052-4813-9a98-1c891f7f20ec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004806 sec., 1248.4394506866415 rows/sec., 65.23 KiB/sec. | ||
| 1602 | 2024.12.21 00:48:44.069156 [ 263 ] {e676c42c-c052-4813-9a98-1c891f7f20ec} <Debug> TCPHandler: Processed in 0.005494252 sec. | ||
| 1603 | 2024.12.21 00:48:44.069217 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1604 | 2024.12.21 00:48:44.069370 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1605 | 2024.12.21 00:48:44.069529 [ 260 ] {bf311bcb-c3a5-42ae-9703-5c0a98dd1874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1606 | 2024.12.21 00:48:44.069531 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_6_1} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1607 | 2024.12.21 00:48:44.069605 [ 260 ] {bf311bcb-c3a5-42ae-9703-5c0a98dd1874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1608 | 2024.12.21 00:48:44.069638 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_6_1} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1609 | 2024.12.21 00:48:44.069745 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1610 | 2024.12.21 00:48:44.070363 [ 260 ] {bf311bcb-c3a5-42ae-9703-5c0a98dd1874} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1611 | 2024.12.21 00:48:44.070400 [ 260 ] {bf311bcb-c3a5-42ae-9703-5c0a98dd1874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1612 | 2024.12.21 00:48:44.070798 [ 260 ] {bf311bcb-c3a5-42ae-9703-5c0a98dd1874} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1613 | 2024.12.21 00:48:44.071041 [ 260 ] {bf311bcb-c3a5-42ae-9703-5c0a98dd1874} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1614 | 2024.12.21 00:48:44.071177 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1615 | 2024.12.21 00:48:44.071233 [ 260 ] {bf311bcb-c3a5-42ae-9703-5c0a98dd1874} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001748 sec., 129862.70022883295 rows/sec., 8.66 MiB/sec. | ||
| 1616 | 2024.12.21 00:48:44.071235 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1617 | 2024.12.21 00:48:44.071304 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1618 | 2024.12.21 00:48:44.071307 [ 260 ] {bf311bcb-c3a5-42ae-9703-5c0a98dd1874} <Debug> TCPHandler: Processed in 0.002009397 sec. | ||
| 1619 | 2024.12.21 00:48:44.071665 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1620 | 2024.12.21 00:48:44.072077 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 1621 | 2024.12.21 00:48:44.072093 [ 263 ] {83f13282-bac8-417d-a7b7-4cd385a3e0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1622 | 2024.12.21 00:48:44.072174 [ 263 ] {83f13282-bac8-417d-a7b7-4cd385a3e0a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1623 | 2024.12.21 00:48:44.072301 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1624 | 2024.12.21 00:48:44.072361 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 120 rows starting from the beginning of the part | ||
| 1625 | 2024.12.21 00:48:44.072604 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part | ||
| 1626 | 2024.12.21 00:48:44.072883 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part | ||
| 1627 | 2024.12.21 00:48:44.073096 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 150 rows starting from the beginning of the part | ||
| 1628 | 2024.12.21 00:48:44.073280 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part | ||
| 1629 | 2024.12.21 00:48:44.073468 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 227 rows starting from the beginning of the part | ||
| 1630 | 2024.12.21 00:48:44.073700 [ 263 ] {83f13282-bac8-417d-a7b7-4cd385a3e0a0} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1631 | 2024.12.21 00:48:44.073754 [ 263 ] {83f13282-bac8-417d-a7b7-4cd385a3e0a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1632 | 2024.12.21 00:48:44.074271 [ 263 ] {83f13282-bac8-417d-a7b7-4cd385a3e0a0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1633 | 2024.12.21 00:48:44.074595 [ 263 ] {83f13282-bac8-417d-a7b7-4cd385a3e0a0} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1634 | 2024.12.21 00:48:44.075235 [ 263 ] {83f13282-bac8-417d-a7b7-4cd385a3e0a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003183 sec., 314.16902293433867 rows/sec., 21.17 KiB/sec. | ||
| 1635 | 2024.12.21 00:48:44.075351 [ 263 ] {83f13282-bac8-417d-a7b7-4cd385a3e0a0} <Debug> TCPHandler: Processed in 0.003946254 sec. | ||
| 1636 | 2024.12.21 00:48:44.075590 [ 189 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 947 rows, containing 5 columns (5 merged, 0 gathered) in 0.004141367 sec., 228668.45657484594 rows/sec., 15.71 MiB/sec. | ||
| 1637 | 2024.12.21 00:48:44.075591 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1638 | 2024.12.21 00:48:44.075796 [ 260 ] {0c492e6e-1a47-487b-bca5-72e412080adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1639 | 2024.12.21 00:48:44.075805 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1640 | 2024.12.21 00:48:44.076045 [ 260 ] {0c492e6e-1a47-487b-bca5-72e412080adb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1641 | 2024.12.21 00:48:44.076519 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1642 | 2024.12.21 00:48:44.076725 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1643 | 2024.12.21 00:48:44.076934 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1644 | 2024.12.21 00:48:44.077836 [ 260 ] {0c492e6e-1a47-487b-bca5-72e412080adb} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1645 | 2024.12.21 00:48:44.077880 [ 260 ] {0c492e6e-1a47-487b-bca5-72e412080adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1646 | 2024.12.21 00:48:44.078508 [ 260 ] {0c492e6e-1a47-487b-bca5-72e412080adb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1647 | 2024.12.21 00:48:44.078768 [ 260 ] {0c492e6e-1a47-487b-bca5-72e412080adb} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1648 | 2024.12.21 00:48:44.079113 [ 260 ] {0c492e6e-1a47-487b-bca5-72e412080adb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003336 sec., 2398.0815347721823 rows/sec., 4.30 MiB/sec. | ||
| 1649 | 2024.12.21 00:48:44.079358 [ 260 ] {0c492e6e-1a47-487b-bca5-72e412080adb} <Debug> TCPHandler: Processed in 0.003895482 sec. | ||
| 1650 | 2024.12.21 00:48:44.079513 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1651 | 2024.12.21 00:48:44.079639 [ 263 ] {1d940abb-c293-48b9-b828-337fe6536d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1652 | 2024.12.21 00:48:44.079689 [ 263 ] {1d940abb-c293-48b9-b828-337fe6536d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1653 | 2024.12.21 00:48:44.080208 [ 263 ] {1d940abb-c293-48b9-b828-337fe6536d1f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1654 | 2024.12.21 00:48:44.080247 [ 263 ] {1d940abb-c293-48b9-b828-337fe6536d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1655 | 2024.12.21 00:48:44.080630 [ 263 ] {1d940abb-c293-48b9-b828-337fe6536d1f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1656 | 2024.12.21 00:48:44.080863 [ 263 ] {1d940abb-c293-48b9-b828-337fe6536d1f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1657 | 2024.12.21 00:48:44.081019 [ 69 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1658 | 2024.12.21 00:48:44.081084 [ 69 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1659 | 2024.12.21 00:48:44.081125 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1660 | 2024.12.21 00:48:44.081128 [ 263 ] {1d940abb-c293-48b9-b828-337fe6536d1f} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001501 sec., 47968.02131912059 rows/sec., 3.06 MiB/sec. | ||
| 1661 | 2024.12.21 00:48:44.081285 [ 263 ] {1d940abb-c293-48b9-b828-337fe6536d1f} <Debug> TCPHandler: Processed in 0.001825674 sec. | ||
| 1662 | 2024.12.21 00:48:44.081479 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 1663 | 2024.12.21 00:48:44.081702 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1664 | 2024.12.21 00:48:44.081771 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
| 1665 | 2024.12.21 00:48:44.081992 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
| 1666 | 2024.12.21 00:48:44.082211 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 1667 | 2024.12.21 00:48:44.082393 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 1668 | 2024.12.21 00:48:44.082568 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
| 1669 | 2024.12.21 00:48:44.082656 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
| 1670 | 2024.12.21 00:48:44.084029 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 4 columns (4 merged, 0 gathered) in 0.002789342 sec., 111854.33697266236 rows/sec., 7.55 MiB/sec. | ||
| 1671 | 2024.12.21 00:48:44.084187 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1672 | 2024.12.21 00:48:44.084495 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_6_1} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1673 | 2024.12.21 00:48:44.084573 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_6_1} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1674 | 2024.12.21 00:48:44.084657 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1675 | 2024.12.21 00:48:45.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.57 MiB, peak 172.85 MiB, free memory in arenas 0.00 B, will set to 166.21 MiB (RSS), difference: -3.36 MiB | ||
| 1676 | 2024.12.21 00:48:48.992910 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1677 | 2024.12.21 00:48:48.993378 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1678 | 2024.12.21 00:48:48.993827 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1679 | 2024.12.21 00:48:48.993878 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1680 | 2024.12.21 00:48:48.994230 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1681 | 2024.12.21 00:48:48.994321 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1682 | 2024.12.21 00:48:48.994504 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1683 | 2024.12.21 00:48:48.994679 [ 296 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1684 | 2024.12.21 00:48:48.994712 [ 298 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1685 | 2024.12.21 00:48:48.994681 [ 299 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1686 | 2024.12.21 00:48:48.994884 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1687 | 2024.12.21 00:48:48.994927 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1688 | 2024.12.21 00:48:48.995058 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1689 | 2024.12.21 00:48:48.995083 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1690 | 2024.12.21 00:48:48.995129 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1691 | 2024.12.21 00:48:48.995179 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1692 | 2024.12.21 00:48:48.995227 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1693 | 2024.12.21 00:48:48.997122 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003888 sec., 7716.04938271605 rows/sec., 294.12 KiB/sec. | ||
| 1694 | 2024.12.21 00:48:48.997377 [ 260 ] {e35ff12a-8f1e-4c78-a765-19a3958f3374} <Debug> TCPHandler: Processed in 0.004612186 sec. | ||
| 1695 | 2024.12.21 00:48:48.997864 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1696 | 2024.12.21 00:48:48.998133 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) 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', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1697 | 2024.12.21 00:48:48.998569 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1698 | 2024.12.21 00:48:48.998622 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <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', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1699 | 2024.12.21 00:48:48.998971 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1700 | 2024.12.21 00:48:48.999061 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1701 | 2024.12.21 00:48:48.999254 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1702 | 2024.12.21 00:48:48.999394 [ 301 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1703 | 2024.12.21 00:48:48.999396 [ 299 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1704 | 2024.12.21 00:48:48.999404 [ 296 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1705 | 2024.12.21 00:48:48.999534 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1706 | 2024.12.21 00:48:48.999568 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1707 | 2024.12.21 00:48:48.999709 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1708 | 2024.12.21 00:48:48.999735 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1709 | 2024.12.21 00:48:48.999780 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1710 | 2024.12.21 00:48:48.999830 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1711 | 2024.12.21 00:48:48.999875 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1712 | 2024.12.21 00:48:49.001676 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003677 sec., 8158.825129181398 rows/sec., 311.00 KiB/sec. | ||
| 1713 | 2024.12.21 00:48:49.001869 [ 263 ] {d90c81b4-d414-4860-ba24-bbe26e28919e} <Debug> TCPHandler: Processed in 0.004174067 sec. | ||
| 1714 | 2024.12.21 00:48:49.002189 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1715 | 2024.12.21 00:48:49.002396 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1716 | 2024.12.21 00:48:49.002774 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1717 | 2024.12.21 00:48:49.002824 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1718 | 2024.12.21 00:48:49.003147 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1719 | 2024.12.21 00:48:49.003218 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1720 | 2024.12.21 00:48:49.003374 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1721 | 2024.12.21 00:48:49.003490 [ 296 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1722 | 2024.12.21 00:48:49.003509 [ 299 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1723 | 2024.12.21 00:48:49.003523 [ 301 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1724 | 2024.12.21 00:48:49.003627 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1725 | 2024.12.21 00:48:49.003653 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1726 | 2024.12.21 00:48:49.003760 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1727 | 2024.12.21 00:48:49.003783 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1728 | 2024.12.21 00:48:49.003824 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1729 | 2024.12.21 00:48:49.003872 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1730 | 2024.12.21 00:48:49.003916 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1731 | 2024.12.21 00:48:49.005354 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00306 sec., 9803.921568627451 rows/sec., 373.71 KiB/sec. | ||
| 1732 | 2024.12.21 00:48:49.005543 [ 260 ] {dc39002e-b95b-463b-88ec-f9924d1ba1bb} <Debug> TCPHandler: Processed in 0.003417383 sec. | ||
| 1733 | 2024.12.21 00:48:49.005951 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1734 | 2024.12.21 00:48:49.006155 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) 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', '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) | ||
| 1735 | 2024.12.21 00:48:49.006508 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1736 | 2024.12.21 00:48:49.006556 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <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', '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 | ||
| 1737 | 2024.12.21 00:48:49.006880 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1738 | 2024.12.21 00:48:49.006949 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1739 | 2024.12.21 00:48:49.007101 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1740 | 2024.12.21 00:48:49.007203 [ 299 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1741 | 2024.12.21 00:48:49.007213 [ 296 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1742 | 2024.12.21 00:48:49.007252 [ 298 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1743 | 2024.12.21 00:48:49.007360 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 1744 | 2024.12.21 00:48:49.007388 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1745 | 2024.12.21 00:48:49.007494 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1746 | 2024.12.21 00:48:49.007517 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1747 | 2024.12.21 00:48:49.007559 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', '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'))" | ||
| 1748 | 2024.12.21 00:48:49.007609 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', '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'))" | ||
| 1749 | 2024.12.21 00:48:49.007654 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was 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', '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'))" | ||
| 1750 | 2024.12.21 00:48:49.009086 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00303 sec., 9900.990099009901 rows/sec., 377.41 KiB/sec. | ||
| 1751 | 2024.12.21 00:48:49.009261 [ 263 ] {c272f4af-f1c7-416a-b97c-d36dc6bb9360} <Debug> TCPHandler: Processed in 0.003373562 sec. | ||
| 1752 | 2024.12.21 00:48:49.015652 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1753 | 2024.12.21 00:48:49.015900 [ 260 ] {2b86ef99-4150-4b35-bc27-a767f63fd785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1754 | 2024.12.21 00:48:49.016051 [ 260 ] {2b86ef99-4150-4b35-bc27-a767f63fd785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1755 | 2024.12.21 00:48:49.016990 [ 260 ] {2b86ef99-4150-4b35-bc27-a767f63fd785} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1756 | 2024.12.21 00:48:49.017031 [ 260 ] {2b86ef99-4150-4b35-bc27-a767f63fd785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1757 | 2024.12.21 00:48:49.017525 [ 260 ] {2b86ef99-4150-4b35-bc27-a767f63fd785} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1758 | 2024.12.21 00:48:49.017761 [ 260 ] {2b86ef99-4150-4b35-bc27-a767f63fd785} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1759 | 2024.12.21 00:48:49.017999 [ 260 ] {2b86ef99-4150-4b35-bc27-a767f63fd785} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002166 sec., 1846.7220683287167 rows/sec., 234.90 KiB/sec. | ||
| 1760 | 2024.12.21 00:48:49.018062 [ 260 ] {2b86ef99-4150-4b35-bc27-a767f63fd785} <Debug> TCPHandler: Processed in 0.002521987 sec. | ||
| 1761 | 2024.12.21 00:48:49.018206 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1762 | 2024.12.21 00:48:49.018338 [ 263 ] {2f9dfd48-e5af-44d7-849a-df975b279ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1763 | 2024.12.21 00:48:49.018390 [ 263 ] {2f9dfd48-e5af-44d7-849a-df975b279ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1764 | 2024.12.21 00:48:49.019055 [ 263 ] {2f9dfd48-e5af-44d7-849a-df975b279ff7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1765 | 2024.12.21 00:48:49.019098 [ 263 ] {2f9dfd48-e5af-44d7-849a-df975b279ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1766 | 2024.12.21 00:48:49.019513 [ 263 ] {2f9dfd48-e5af-44d7-849a-df975b279ff7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1767 | 2024.12.21 00:48:49.019756 [ 263 ] {2f9dfd48-e5af-44d7-849a-df975b279ff7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1768 | 2024.12.21 00:48:49.020040 [ 263 ] {2f9dfd48-e5af-44d7-849a-df975b279ff7} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001731 sec., 63547.0826112074 rows/sec., 5.33 MiB/sec. | ||
| 1769 | 2024.12.21 00:48:49.020259 [ 263 ] {2f9dfd48-e5af-44d7-849a-df975b279ff7} <Debug> TCPHandler: Processed in 0.002100539 sec. | ||
| 1770 | 2024.12.21 00:48:49.020429 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1771 | 2024.12.21 00:48:49.020571 [ 260 ] {d7d6bab9-9d1f-424a-8071-2c81bf3969df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1772 | 2024.12.21 00:48:49.020629 [ 260 ] {d7d6bab9-9d1f-424a-8071-2c81bf3969df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1773 | 2024.12.21 00:48:49.021420 [ 260 ] {d7d6bab9-9d1f-424a-8071-2c81bf3969df} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1774 | 2024.12.21 00:48:49.021460 [ 260 ] {d7d6bab9-9d1f-424a-8071-2c81bf3969df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1775 | 2024.12.21 00:48:49.021830 [ 260 ] {d7d6bab9-9d1f-424a-8071-2c81bf3969df} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1776 | 2024.12.21 00:48:49.022077 [ 260 ] {d7d6bab9-9d1f-424a-8071-2c81bf3969df} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1777 | 2024.12.21 00:48:49.022291 [ 260 ] {d7d6bab9-9d1f-424a-8071-2c81bf3969df} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001755 sec., 15384.615384615385 rows/sec., 1.13 MiB/sec. | ||
| 1778 | 2024.12.21 00:48:49.022346 [ 260 ] {d7d6bab9-9d1f-424a-8071-2c81bf3969df} <Debug> TCPHandler: Processed in 0.001975136 sec. | ||
| 1779 | 2024.12.21 00:48:49.022497 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1780 | 2024.12.21 00:48:49.022619 [ 263 ] {492bcd3a-73e0-4b31-b66e-6831674f5af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1781 | 2024.12.21 00:48:49.022669 [ 263 ] {492bcd3a-73e0-4b31-b66e-6831674f5af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1782 | 2024.12.21 00:48:49.023281 [ 263 ] {492bcd3a-73e0-4b31-b66e-6831674f5af1} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2024.12.21 00:48:49.023320 [ 263 ] {492bcd3a-73e0-4b31-b66e-6831674f5af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1784 | 2024.12.21 00:48:49.023692 [ 263 ] {492bcd3a-73e0-4b31-b66e-6831674f5af1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1785 | 2024.12.21 00:48:49.023936 [ 263 ] {492bcd3a-73e0-4b31-b66e-6831674f5af1} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2024.12.21 00:48:49.024201 [ 263 ] {492bcd3a-73e0-4b31-b66e-6831674f5af1} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001599 sec., 56910.56910569106 rows/sec., 4.44 MiB/sec. | ||
| 1787 | 2024.12.21 00:48:49.024267 [ 263 ] {492bcd3a-73e0-4b31-b66e-6831674f5af1} <Debug> TCPHandler: Processed in 0.001828644 sec. | ||
| 1788 | 2024.12.21 00:48:49.024404 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1789 | 2024.12.21 00:48:49.024545 [ 260 ] {0a149a47-6efa-449a-ac03-9bafb07c4a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1790 | 2024.12.21 00:48:49.024606 [ 260 ] {0a149a47-6efa-449a-ac03-9bafb07c4a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1791 | 2024.12.21 00:48:49.025259 [ 260 ] {0a149a47-6efa-449a-ac03-9bafb07c4a89} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1792 | 2024.12.21 00:48:49.025306 [ 260 ] {0a149a47-6efa-449a-ac03-9bafb07c4a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1793 | 2024.12.21 00:48:49.025718 [ 260 ] {0a149a47-6efa-449a-ac03-9bafb07c4a89} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1794 | 2024.12.21 00:48:49.025969 [ 260 ] {0a149a47-6efa-449a-ac03-9bafb07c4a89} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1795 | 2024.12.21 00:48:49.026170 [ 260 ] {0a149a47-6efa-449a-ac03-9bafb07c4a89} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.001659 sec., 95238.09523809524 rows/sec., 6.63 MiB/sec. | ||
| 1796 | 2024.12.21 00:48:49.026226 [ 260 ] {0a149a47-6efa-449a-ac03-9bafb07c4a89} <Debug> TCPHandler: Processed in 0.001877394 sec. | ||
| 1797 | 2024.12.21 00:48:49.026368 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1798 | 2024.12.21 00:48:49.026488 [ 263 ] {e68b0299-fe26-4b0c-8236-444a63588ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1799 | 2024.12.21 00:48:49.026568 [ 263 ] {e68b0299-fe26-4b0c-8236-444a63588ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1800 | 2024.12.21 00:48:49.027811 [ 263 ] {e68b0299-fe26-4b0c-8236-444a63588ade} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1801 | 2024.12.21 00:48:49.027851 [ 263 ] {e68b0299-fe26-4b0c-8236-444a63588ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1802 | 2024.12.21 00:48:49.028498 [ 263 ] {e68b0299-fe26-4b0c-8236-444a63588ade} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1803 | 2024.12.21 00:48:49.028764 [ 263 ] {e68b0299-fe26-4b0c-8236-444a63588ade} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1804 | 2024.12.21 00:48:49.029106 [ 263 ] {e68b0299-fe26-4b0c-8236-444a63588ade} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002633 sec., 10254.462590201292 rows/sec., 18.38 MiB/sec. | ||
| 1805 | 2024.12.21 00:48:49.029220 [ 263 ] {e68b0299-fe26-4b0c-8236-444a63588ade} <Debug> TCPHandler: Processed in 0.002907284 sec. | ||
| 1806 | 2024.12.21 00:48:49.029371 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1807 | 2024.12.21 00:48:49.029510 [ 260 ] {8da0a658-0052-48be-aa24-6379154f5921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1808 | 2024.12.21 00:48:49.029569 [ 260 ] {8da0a658-0052-48be-aa24-6379154f5921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1809 | 2024.12.21 00:48:49.030145 [ 260 ] {8da0a658-0052-48be-aa24-6379154f5921} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1810 | 2024.12.21 00:48:49.030190 [ 260 ] {8da0a658-0052-48be-aa24-6379154f5921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1811 | 2024.12.21 00:48:49.030599 [ 260 ] {8da0a658-0052-48be-aa24-6379154f5921} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1812 | 2024.12.21 00:48:49.030848 [ 260 ] {8da0a658-0052-48be-aa24-6379154f5921} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1813 | 2024.12.21 00:48:49.031067 [ 260 ] {8da0a658-0052-48be-aa24-6379154f5921} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001589 sec., 36500.943989930776 rows/sec., 2.47 MiB/sec. | ||
| 1814 | 2024.12.21 00:48:49.031119 [ 260 ] {8da0a658-0052-48be-aa24-6379154f5921} <Debug> TCPHandler: Processed in 0.001814894 sec. | ||
| 1815 | 2024.12.21 00:48:49.905241 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 1816 | 2024.12.21 00:48:49.905996 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1817 | 2024.12.21 00:48:49.906047 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1818 | 2024.12.21 00:48:49.906583 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1819 | 2024.12.21 00:48:49.906854 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1820 | 2024.12.21 00:48:49.907115 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 1821 | 2024.12.21 00:48:50.144854 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1822 | 2024.12.21 00:48:50.165154 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1823 | 2024.12.21 00:48:50.165213 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1824 | 2024.12.21 00:48:50.172369 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1825 | 2024.12.21 00:48:50.173129 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1826 | 2024.12.21 00:48:50.176595 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1827 | 2024.12.21 00:48:52.395098 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 250 | ||
| 1828 | 2024.12.21 00:48:52.399191 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1829 | 2024.12.21 00:48:52.399246 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1830 | 2024.12.21 00:48:52.400816 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1831 | 2024.12.21 00:48:52.401137 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1832 | 2024.12.21 00:48:52.402255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 250 | ||
| 1833 | 2024.12.21 00:48:54.002750 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1834 | 2024.12.21 00:48:54.002954 [ 260 ] {4626ac46-a525-4a3f-98f2-31ac935d6b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1835 | 2024.12.21 00:48:54.003030 [ 260 ] {4626ac46-a525-4a3f-98f2-31ac935d6b9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1836 | 2024.12.21 00:48:54.003807 [ 260 ] {4626ac46-a525-4a3f-98f2-31ac935d6b9f} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1837 | 2024.12.21 00:48:54.003858 [ 260 ] {4626ac46-a525-4a3f-98f2-31ac935d6b9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1838 | 2024.12.21 00:48:54.004300 [ 260 ] {4626ac46-a525-4a3f-98f2-31ac935d6b9f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1839 | 2024.12.21 00:48:54.004579 [ 260 ] {4626ac46-a525-4a3f-98f2-31ac935d6b9f} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1840 | 2024.12.21 00:48:54.004888 [ 260 ] {4626ac46-a525-4a3f-98f2-31ac935d6b9f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00197 sec., 7106.598984771574 rows/sec., 511.58 KiB/sec. | ||
| 1841 | 2024.12.21 00:48:54.004985 [ 260 ] {4626ac46-a525-4a3f-98f2-31ac935d6b9f} <Debug> TCPHandler: Processed in 0.002376924 sec. | ||
| 1842 | 2024.12.21 00:48:54.005257 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1843 | 2024.12.21 00:48:54.005449 [ 263 ] {9aa7bd6c-8b57-47ab-941c-ea54515b4b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1844 | 2024.12.21 00:48:54.005528 [ 263 ] {9aa7bd6c-8b57-47ab-941c-ea54515b4b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1845 | 2024.12.21 00:48:54.006441 [ 263 ] {9aa7bd6c-8b57-47ab-941c-ea54515b4b25} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1846 | 2024.12.21 00:48:54.006491 [ 263 ] {9aa7bd6c-8b57-47ab-941c-ea54515b4b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1847 | 2024.12.21 00:48:54.006965 [ 263 ] {9aa7bd6c-8b57-47ab-941c-ea54515b4b25} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1848 | 2024.12.21 00:48:54.007234 [ 263 ] {9aa7bd6c-8b57-47ab-941c-ea54515b4b25} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1849 | 2024.12.21 00:48:54.007492 [ 263 ] {9aa7bd6c-8b57-47ab-941c-ea54515b4b25} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002096 sec., 104484.73282442747 rows/sec., 9.10 MiB/sec. | ||
| 1850 | 2024.12.21 00:48:54.007573 [ 263 ] {9aa7bd6c-8b57-47ab-941c-ea54515b4b25} <Debug> TCPHandler: Processed in 0.002446415 sec. | ||
| 1851 | 2024.12.21 00:48:54.007755 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1852 | 2024.12.21 00:48:54.007883 [ 260 ] {9108571b-1162-4188-886a-a31d115c51c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1853 | 2024.12.21 00:48:54.007937 [ 260 ] {9108571b-1162-4188-886a-a31d115c51c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1854 | 2024.12.21 00:48:54.008544 [ 260 ] {9108571b-1162-4188-886a-a31d115c51c3} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1855 | 2024.12.21 00:48:54.008585 [ 260 ] {9108571b-1162-4188-886a-a31d115c51c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1856 | 2024.12.21 00:48:54.008961 [ 260 ] {9108571b-1162-4188-886a-a31d115c51c3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1857 | 2024.12.21 00:48:54.009207 [ 260 ] {9108571b-1162-4188-886a-a31d115c51c3} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1858 | 2024.12.21 00:48:54.009436 [ 260 ] {9108571b-1162-4188-886a-a31d115c51c3} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001582 sec., 9481.668773704172 rows/sec., 668.53 KiB/sec. | ||
| 1859 | 2024.12.21 00:48:54.009491 [ 260 ] {9108571b-1162-4188-886a-a31d115c51c3} <Debug> TCPHandler: Processed in 0.001795183 sec. | ||
| 1860 | 2024.12.21 00:48:54.009673 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1861 | 2024.12.21 00:48:54.009809 [ 263 ] {a97ea897-159b-4929-b991-8efe9c11bb0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1862 | 2024.12.21 00:48:54.009868 [ 263 ] {a97ea897-159b-4929-b991-8efe9c11bb0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1863 | 2024.12.21 00:48:54.010507 [ 263 ] {a97ea897-159b-4929-b991-8efe9c11bb0c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1864 | 2024.12.21 00:48:54.010552 [ 263 ] {a97ea897-159b-4929-b991-8efe9c11bb0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1865 | 2024.12.21 00:48:54.010943 [ 263 ] {a97ea897-159b-4929-b991-8efe9c11bb0c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1866 | 2024.12.21 00:48:54.011191 [ 263 ] {a97ea897-159b-4929-b991-8efe9c11bb0c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1867 | 2024.12.21 00:48:54.011445 [ 263 ] {a97ea897-159b-4929-b991-8efe9c11bb0c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001664 sec., 8413.461538461539 rows/sec., 589.22 KiB/sec. | ||
| 1868 | 2024.12.21 00:48:54.011522 [ 263 ] {a97ea897-159b-4929-b991-8efe9c11bb0c} <Debug> TCPHandler: Processed in 0.001914116 sec. | ||
| 1869 | 2024.12.21 00:48:54.011689 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1870 | 2024.12.21 00:48:54.011831 [ 260 ] {f5682e79-dba1-4cad-bcd7-25cf8d839f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1871 | 2024.12.21 00:48:54.011889 [ 260 ] {f5682e79-dba1-4cad-bcd7-25cf8d839f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1872 | 2024.12.21 00:48:54.012561 [ 260 ] {f5682e79-dba1-4cad-bcd7-25cf8d839f32} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1873 | 2024.12.21 00:48:54.012602 [ 260 ] {f5682e79-dba1-4cad-bcd7-25cf8d839f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1874 | 2024.12.21 00:48:54.012963 [ 260 ] {f5682e79-dba1-4cad-bcd7-25cf8d839f32} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1875 | 2024.12.21 00:48:54.013210 [ 260 ] {f5682e79-dba1-4cad-bcd7-25cf8d839f32} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1876 | 2024.12.21 00:48:54.013412 [ 260 ] {f5682e79-dba1-4cad-bcd7-25cf8d839f32} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001604 sec., 8104.738154613467 rows/sec., 505.33 KiB/sec. | ||
| 1877 | 2024.12.21 00:48:54.013572 [ 260 ] {f5682e79-dba1-4cad-bcd7-25cf8d839f32} <Debug> TCPHandler: Processed in 0.001948537 sec. | ||
| 1878 | 2024.12.21 00:48:54.013731 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1879 | 2024.12.21 00:48:54.013863 [ 263 ] {e8dd8951-294a-41b9-afc2-0cabed46651b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1880 | 2024.12.21 00:48:54.013919 [ 263 ] {e8dd8951-294a-41b9-afc2-0cabed46651b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1881 | 2024.12.21 00:48:54.014694 [ 263 ] {e8dd8951-294a-41b9-afc2-0cabed46651b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1882 | 2024.12.21 00:48:54.014736 [ 263 ] {e8dd8951-294a-41b9-afc2-0cabed46651b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1883 | 2024.12.21 00:48:54.015143 [ 263 ] {e8dd8951-294a-41b9-afc2-0cabed46651b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1884 | 2024.12.21 00:48:54.015405 [ 263 ] {e8dd8951-294a-41b9-afc2-0cabed46651b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1885 | 2024.12.21 00:48:54.015704 [ 263 ] {e8dd8951-294a-41b9-afc2-0cabed46651b} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001856 sec., 210129.3103448276 rows/sec., 14.90 MiB/sec. | ||
| 1886 | 2024.12.21 00:48:54.015855 [ 263 ] {e8dd8951-294a-41b9-afc2-0cabed46651b} <Debug> TCPHandler: Processed in 0.002183541 sec. | ||
| 1887 | 2024.12.21 00:48:54.016031 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1888 | 2024.12.21 00:48:54.016172 [ 260 ] {699c43b0-146f-402c-8cc9-82b4736a4da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1889 | 2024.12.21 00:48:54.016231 [ 260 ] {699c43b0-146f-402c-8cc9-82b4736a4da8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1890 | 2024.12.21 00:48:54.016779 [ 260 ] {699c43b0-146f-402c-8cc9-82b4736a4da8} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1891 | 2024.12.21 00:48:54.016817 [ 260 ] {699c43b0-146f-402c-8cc9-82b4736a4da8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1892 | 2024.12.21 00:48:54.017182 [ 260 ] {699c43b0-146f-402c-8cc9-82b4736a4da8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1893 | 2024.12.21 00:48:54.017425 [ 260 ] {699c43b0-146f-402c-8cc9-82b4736a4da8} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1894 | 2024.12.21 00:48:54.017700 [ 260 ] {699c43b0-146f-402c-8cc9-82b4736a4da8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001539 sec., 3898.635477582846 rows/sec., 203.69 KiB/sec. | ||
| 1895 | 2024.12.21 00:48:54.017766 [ 260 ] {699c43b0-146f-402c-8cc9-82b4736a4da8} <Debug> TCPHandler: Processed in 0.001802503 sec. | ||
| 1896 | 2024.12.21 00:48:54.017920 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1897 | 2024.12.21 00:48:54.018051 [ 263 ] {1940d692-6aab-4465-8841-d023bd318785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1898 | 2024.12.21 00:48:54.018109 [ 263 ] {1940d692-6aab-4465-8841-d023bd318785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1899 | 2024.12.21 00:48:54.018732 [ 263 ] {1940d692-6aab-4465-8841-d023bd318785} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1900 | 2024.12.21 00:48:54.018773 [ 263 ] {1940d692-6aab-4465-8841-d023bd318785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1901 | 2024.12.21 00:48:54.019180 [ 263 ] {1940d692-6aab-4465-8841-d023bd318785} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1902 | 2024.12.21 00:48:54.019414 [ 263 ] {1940d692-6aab-4465-8841-d023bd318785} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1903 | 2024.12.21 00:48:54.019635 [ 263 ] {1940d692-6aab-4465-8841-d023bd318785} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001615 sec., 146749.22600619195 rows/sec., 9.84 MiB/sec. | ||
| 1904 | 2024.12.21 00:48:54.019707 [ 263 ] {1940d692-6aab-4465-8841-d023bd318785} <Debug> TCPHandler: Processed in 0.001848594 sec. | ||
| 1905 | 2024.12.21 00:48:54.019874 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1906 | 2024.12.21 00:48:54.020012 [ 260 ] {f1f1c1cb-4c76-4410-9380-2650a4889d15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1907 | 2024.12.21 00:48:54.020073 [ 260 ] {f1f1c1cb-4c76-4410-9380-2650a4889d15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1908 | 2024.12.21 00:48:54.020619 [ 260 ] {f1f1c1cb-4c76-4410-9380-2650a4889d15} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1909 | 2024.12.21 00:48:54.020657 [ 260 ] {f1f1c1cb-4c76-4410-9380-2650a4889d15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1910 | 2024.12.21 00:48:54.021029 [ 260 ] {f1f1c1cb-4c76-4410-9380-2650a4889d15} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1911 | 2024.12.21 00:48:54.021270 [ 260 ] {f1f1c1cb-4c76-4410-9380-2650a4889d15} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1912 | 2024.12.21 00:48:54.021493 [ 260 ] {f1f1c1cb-4c76-4410-9380-2650a4889d15} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001506 sec., 664.0106241699867 rows/sec., 44.74 KiB/sec. | ||
| 1913 | 2024.12.21 00:48:54.021545 [ 260 ] {f1f1c1cb-4c76-4410-9380-2650a4889d15} <Debug> TCPHandler: Processed in 0.001739293 sec. | ||
| 1914 | 2024.12.21 00:48:54.021692 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1915 | 2024.12.21 00:48:54.021817 [ 263 ] {2c00be70-a2e3-4fa7-bba9-4d5c64f1f908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1916 | 2024.12.21 00:48:54.021901 [ 263 ] {2c00be70-a2e3-4fa7-bba9-4d5c64f1f908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1917 | 2024.12.21 00:48:54.022995 [ 263 ] {2c00be70-a2e3-4fa7-bba9-4d5c64f1f908} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1918 | 2024.12.21 00:48:54.023035 [ 263 ] {2c00be70-a2e3-4fa7-bba9-4d5c64f1f908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1919 | 2024.12.21 00:48:54.023646 [ 263 ] {2c00be70-a2e3-4fa7-bba9-4d5c64f1f908} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1920 | 2024.12.21 00:48:54.023899 [ 263 ] {2c00be70-a2e3-4fa7-bba9-4d5c64f1f908} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1921 | 2024.12.21 00:48:54.024166 [ 263 ] {2c00be70-a2e3-4fa7-bba9-4d5c64f1f908} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002378 sec., 3364.1715727502105 rows/sec., 6.03 MiB/sec. | ||
| 1922 | 2024.12.21 00:48:54.024281 [ 263 ] {2c00be70-a2e3-4fa7-bba9-4d5c64f1f908} <Debug> TCPHandler: Processed in 0.002645649 sec. | ||
| 1923 | 2024.12.21 00:48:54.024438 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1924 | 2024.12.21 00:48:54.024578 [ 260 ] {08de9ae4-1d4d-4dcd-be57-98a244090749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1925 | 2024.12.21 00:48:54.024638 [ 260 ] {08de9ae4-1d4d-4dcd-be57-98a244090749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1926 | 2024.12.21 00:48:54.025203 [ 260 ] {08de9ae4-1d4d-4dcd-be57-98a244090749} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1927 | 2024.12.21 00:48:54.025250 [ 260 ] {08de9ae4-1d4d-4dcd-be57-98a244090749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1928 | 2024.12.21 00:48:54.025675 [ 260 ] {08de9ae4-1d4d-4dcd-be57-98a244090749} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1929 | 2024.12.21 00:48:54.025917 [ 260 ] {08de9ae4-1d4d-4dcd-be57-98a244090749} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1930 | 2024.12.21 00:48:54.026223 [ 260 ] {08de9ae4-1d4d-4dcd-be57-98a244090749} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001655 sec., 49546.827794561934 rows/sec., 3.15 MiB/sec. | ||
| 1931 | 2024.12.21 00:48:54.026331 [ 260 ] {08de9ae4-1d4d-4dcd-be57-98a244090749} <Debug> TCPHandler: Processed in 0.001961736 sec. | ||
| 1932 | 2024.12.21 00:48:57.275977 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1933 | 2024.12.21 00:48:57.276032 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1934 | 2024.12.21 00:48:57.407241 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 1935 | 2024.12.21 00:48:57.407968 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1936 | 2024.12.21 00:48:57.408021 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1937 | 2024.12.21 00:48:57.408555 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1938 | 2024.12.21 00:48:57.408820 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1939 | 2024.12.21 00:48:57.409082 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 1940 | 2024.12.21 00:48:57.676667 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 1941 | 2024.12.21 00:48:57.697766 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1942 | 2024.12.21 00:48:57.697826 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1943 | 2024.12.21 00:48:57.705416 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1944 | 2024.12.21 00:48:57.706196 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1945 | 2024.12.21 00:48:57.709130 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 1946 | 2024.12.21 00:48:58.999224 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1947 | 2024.12.21 00:48:58.999485 [ 260 ] {637c7e1a-ae59-4874-a36b-42e80f1a709c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1948 | 2024.12.21 00:48:58.999585 [ 260 ] {637c7e1a-ae59-4874-a36b-42e80f1a709c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1949 | 2024.12.21 00:48:59.000646 [ 260 ] {637c7e1a-ae59-4874-a36b-42e80f1a709c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1950 | 2024.12.21 00:48:59.000690 [ 260 ] {637c7e1a-ae59-4874-a36b-42e80f1a709c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1951 | 2024.12.21 00:48:59.001174 [ 260 ] {637c7e1a-ae59-4874-a36b-42e80f1a709c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1952 | 2024.12.21 00:48:59.001446 [ 260 ] {637c7e1a-ae59-4874-a36b-42e80f1a709c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1953 | 2024.12.21 00:48:59.001659 [ 260 ] {637c7e1a-ae59-4874-a36b-42e80f1a709c} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002251 sec., 48867.170146601515 rows/sec., 4.10 MiB/sec. | ||
| 1954 | 2024.12.21 00:48:59.001722 [ 260 ] {637c7e1a-ae59-4874-a36b-42e80f1a709c} <Debug> TCPHandler: Processed in 0.00270007 sec. | ||
| 1955 | 2024.12.21 00:48:59.002002 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1956 | 2024.12.21 00:48:59.002196 [ 263 ] {6f5397cc-7950-426b-a064-ed6c87a97db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1957 | 2024.12.21 00:48:59.002277 [ 263 ] {6f5397cc-7950-426b-a064-ed6c87a97db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1958 | 2024.12.21 00:48:59.003083 [ 263 ] {6f5397cc-7950-426b-a064-ed6c87a97db4} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1959 | 2024.12.21 00:48:59.003139 [ 263 ] {6f5397cc-7950-426b-a064-ed6c87a97db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1960 | 2024.12.21 00:48:59.003600 [ 263 ] {6f5397cc-7950-426b-a064-ed6c87a97db4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1961 | 2024.12.21 00:48:59.003884 [ 263 ] {6f5397cc-7950-426b-a064-ed6c87a97db4} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1962 | 2024.12.21 00:48:59.004074 [ 45 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1963 | 2024.12.21 00:48:59.004146 [ 45 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1964 | 2024.12.21 00:48:59.004175 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1965 | 2024.12.21 00:48:59.004212 [ 263 ] {6f5397cc-7950-426b-a064-ed6c87a97db4} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00206 sec., 13106.796116504853 rows/sec., 985.57 KiB/sec. | ||
| 1966 | 2024.12.21 00:48:59.004570 [ 263 ] {6f5397cc-7950-426b-a064-ed6c87a97db4} <Debug> TCPHandler: Processed in 0.00269612 sec. | ||
| 1967 | 2024.12.21 00:48:59.004701 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 1968 | 2024.12.21 00:48:59.004811 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1969 | 2024.12.21 00:48:59.004916 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1970 | 2024.12.21 00:48:59.004990 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part | ||
| 1971 | 2024.12.21 00:48:59.005085 [ 260 ] {c1598fd2-974d-4141-aba5-2cc831948b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1972 | 2024.12.21 00:48:59.005165 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part | ||
| 1973 | 2024.12.21 00:48:59.005268 [ 260 ] {c1598fd2-974d-4141-aba5-2cc831948b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1974 | 2024.12.21 00:48:59.005466 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 1975 | 2024.12.21 00:48:59.005855 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part | ||
| 1976 | 2024.12.21 00:48:59.006414 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part | ||
| 1977 | 2024.12.21 00:48:59.006867 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 27 rows starting from the beginning of the part | ||
| 1978 | 2024.12.21 00:48:59.008489 [ 260 ] {c1598fd2-974d-4141-aba5-2cc831948b60} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1979 | 2024.12.21 00:48:59.008564 [ 260 ] {c1598fd2-974d-4141-aba5-2cc831948b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1980 | 2024.12.21 00:48:59.009740 [ 260 ] {c1598fd2-974d-4141-aba5-2cc831948b60} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1981 | 2024.12.21 00:48:59.009820 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 5 columns (5 merged, 0 gathered) in 0.005537143 sec., 24922.599976197114 rows/sec., 1.90 MiB/sec. | ||
| 1982 | 2024.12.21 00:48:59.010032 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1983 | 2024.12.21 00:48:59.010210 [ 260 ] {c1598fd2-974d-4141-aba5-2cc831948b60} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1984 | 2024.12.21 00:48:59.010597 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_6_1} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1985 | 2024.12.21 00:48:59.010649 [ 260 ] {c1598fd2-974d-4141-aba5-2cc831948b60} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005649 sec., 16109.0458488228 rows/sec., 1.26 MiB/sec. | ||
| 1986 | 2024.12.21 00:48:59.010768 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_6_1} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1987 | 2024.12.21 00:48:59.010804 [ 260 ] {c1598fd2-974d-4141-aba5-2cc831948b60} <Debug> TCPHandler: Processed in 0.006104573 sec. | ||
| 1988 | 2024.12.21 00:48:59.010994 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1989 | 2024.12.21 00:48:59.011069 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1990 | 2024.12.21 00:48:59.011212 [ 263 ] {a787df2a-ff2e-485f-bc29-f0ba20516d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1991 | 2024.12.21 00:48:59.011277 [ 263 ] {a787df2a-ff2e-485f-bc29-f0ba20516d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1992 | 2024.12.21 00:48:59.011948 [ 263 ] {a787df2a-ff2e-485f-bc29-f0ba20516d9f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1993 | 2024.12.21 00:48:59.011994 [ 263 ] {a787df2a-ff2e-485f-bc29-f0ba20516d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1994 | 2024.12.21 00:48:59.012441 [ 263 ] {a787df2a-ff2e-485f-bc29-f0ba20516d9f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1995 | 2024.12.21 00:48:59.012706 [ 263 ] {a787df2a-ff2e-485f-bc29-f0ba20516d9f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1996 | 2024.12.21 00:48:59.013026 [ 263 ] {a787df2a-ff2e-485f-bc29-f0ba20516d9f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001824 sec., 87719.29824561403 rows/sec., 6.11 MiB/sec. | ||
| 1997 | 2024.12.21 00:48:59.013169 [ 263 ] {a787df2a-ff2e-485f-bc29-f0ba20516d9f} <Debug> TCPHandler: Processed in 0.002240772 sec. | ||
| 1998 | 2024.12.21 00:48:59.013323 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1999 | 2024.12.21 00:48:59.013451 [ 260 ] {4e90ad64-9220-42f9-b6f8-34094aa53c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2000 | 2024.12.21 00:48:59.013533 [ 260 ] {4e90ad64-9220-42f9-b6f8-34094aa53c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2001 | 2024.12.21 00:48:59.014731 [ 260 ] {4e90ad64-9220-42f9-b6f8-34094aa53c36} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2002 | 2024.12.21 00:48:59.014769 [ 260 ] {4e90ad64-9220-42f9-b6f8-34094aa53c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2003 | 2024.12.21 00:48:59.015417 [ 260 ] {4e90ad64-9220-42f9-b6f8-34094aa53c36} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2004 | 2024.12.21 00:48:59.015684 [ 260 ] {4e90ad64-9220-42f9-b6f8-34094aa53c36} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2005 | 2024.12.21 00:48:59.015816 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2006 | 2024.12.21 00:48:59.015860 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2007 | 2024.12.21 00:48:59.015882 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2008 | 2024.12.21 00:48:59.015895 [ 260 ] {4e90ad64-9220-42f9-b6f8-34094aa53c36} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002474 sec., 10913.500404203718 rows/sec., 19.56 MiB/sec. | ||
| 2009 | 2024.12.21 00:48:59.016209 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 2010 | 2024.12.21 00:48:59.016258 [ 260 ] {4e90ad64-9220-42f9-b6f8-34094aa53c36} <Debug> TCPHandler: Processed in 0.002994266 sec. | ||
| 2011 | 2024.12.21 00:48:59.016485 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2012 | 2024.12.21 00:48:59.016668 [ 263 ] {18f10cac-09ca-4132-9e6e-90a15cff0e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2013 | 2024.12.21 00:48:59.016683 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2014 | 2024.12.21 00:48:59.016750 [ 263 ] {18f10cac-09ca-4132-9e6e-90a15cff0e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2015 | 2024.12.21 00:48:59.016786 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part | ||
| 2016 | 2024.12.21 00:48:59.017484 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part | ||
| 2017 | 2024.12.21 00:48:59.018033 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 2018 | 2024.12.21 00:48:59.018554 [ 263 ] {18f10cac-09ca-4132-9e6e-90a15cff0e06} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2019 | 2024.12.21 00:48:59.018619 [ 263 ] {18f10cac-09ca-4132-9e6e-90a15cff0e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2020 | 2024.12.21 00:48:59.018620 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part | ||
| 2021 | 2024.12.21 00:48:59.019169 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 2022 | 2024.12.21 00:48:59.019736 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 27 rows starting from the beginning of the part | ||
| 2023 | 2024.12.21 00:48:59.019762 [ 263 ] {18f10cac-09ca-4132-9e6e-90a15cff0e06} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2024 | 2024.12.21 00:48:59.020330 [ 263 ] {18f10cac-09ca-4132-9e6e-90a15cff0e06} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2025 | 2024.12.21 00:48:59.020662 [ 263 ] {18f10cac-09ca-4132-9e6e-90a15cff0e06} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00405 sec., 14814.814814814816 rows/sec., 1022.38 KiB/sec. | ||
| 2026 | 2024.12.21 00:48:59.020744 [ 263 ] {18f10cac-09ca-4132-9e6e-90a15cff0e06} <Debug> TCPHandler: Processed in 0.004360731 sec. | ||
| 2027 | 2024.12.21 00:48:59.023320 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 124 rows, containing 19 columns (19 merged, 0 gathered) in 0.007339156 sec., 16895.675742551324 rows/sec., 30.28 MiB/sec. | ||
| 2028 | 2024.12.21 00:48:59.023636 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2029 | 2024.12.21 00:48:59.024026 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2030 | 2024.12.21 00:48:59.024099 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2031 | 2024.12.21 00:48:59.024204 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. | ||
| 2032 | 2024.12.21 00:49:02.402702 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 284 | ||
| 2033 | 2024.12.21 00:49:02.405808 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2034 | 2024.12.21 00:49:02.405868 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2035 | 2024.12.21 00:49:02.407337 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2036 | 2024.12.21 00:49:02.407655 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2037 | 2024.12.21 00:49:02.407868 [ 39 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2038 | 2024.12.21 00:49:02.408004 [ 39 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2039 | 2024.12.21 00:49:02.408077 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2040 | 2024.12.21 00:49:02.408583 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 2041 | 2024.12.21 00:49:02.409223 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 2042 | 2024.12.21 00:49:02.409720 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2043 | 2024.12.21 00:49:02.409912 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 2044 | 2024.12.21 00:49:02.410602 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 38 rows starting from the beginning of the part | ||
| 2045 | 2024.12.21 00:49:02.411139 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part | ||
| 2046 | 2024.12.21 00:49:02.411661 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 2047 | 2024.12.21 00:49:02.412158 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 70 rows starting from the beginning of the part | ||
| 2048 | 2024.12.21 00:49:02.412631 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 2049 | 2024.12.21 00:49:02.420616 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 72 columns (72 merged, 0 gathered) in 0.012367699 sec., 22963.042680776758 rows/sec., 23.01 MiB/sec. | ||
| 2050 | 2024.12.21 00:49:02.421770 [ 199 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2051 | 2024.12.21 00:49:02.422634 [ 199 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_6_1} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2052 | 2024.12.21 00:49:02.422731 [ 199 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_6_1} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2053 | 2024.12.21 00:49:02.423075 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.66 MiB. | ||
| 2054 | 2024.12.21 00:49:04.002844 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2055 | 2024.12.21 00:49:04.003039 [ 260 ] {e7380da7-f608-4d10-aead-a8c97f303d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2056 | 2024.12.21 00:49:04.003113 [ 260 ] {e7380da7-f608-4d10-aead-a8c97f303d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2057 | 2024.12.21 00:49:04.003901 [ 260 ] {e7380da7-f608-4d10-aead-a8c97f303d90} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2058 | 2024.12.21 00:49:04.003947 [ 260 ] {e7380da7-f608-4d10-aead-a8c97f303d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2059 | 2024.12.21 00:49:04.004439 [ 260 ] {e7380da7-f608-4d10-aead-a8c97f303d90} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2060 | 2024.12.21 00:49:04.004738 [ 260 ] {e7380da7-f608-4d10-aead-a8c97f303d90} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2061 | 2024.12.21 00:49:04.004995 [ 260 ] {e7380da7-f608-4d10-aead-a8c97f303d90} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002004 sec., 6986.027944111776 rows/sec., 502.90 KiB/sec. | ||
| 2062 | 2024.12.21 00:49:04.005088 [ 260 ] {e7380da7-f608-4d10-aead-a8c97f303d90} <Debug> TCPHandler: Processed in 0.002376325 sec. | ||
| 2063 | 2024.12.21 00:49:04.005457 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2064 | 2024.12.21 00:49:04.005687 [ 263 ] {1b8e4663-3a72-4e69-973a-02f82ffd44f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2065 | 2024.12.21 00:49:04.005782 [ 263 ] {1b8e4663-3a72-4e69-973a-02f82ffd44f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2066 | 2024.12.21 00:49:04.006684 [ 263 ] {1b8e4663-3a72-4e69-973a-02f82ffd44f6} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2067 | 2024.12.21 00:49:04.006741 [ 263 ] {1b8e4663-3a72-4e69-973a-02f82ffd44f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2068 | 2024.12.21 00:49:04.007188 [ 263 ] {1b8e4663-3a72-4e69-973a-02f82ffd44f6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2069 | 2024.12.21 00:49:04.007451 [ 263 ] {1b8e4663-3a72-4e69-973a-02f82ffd44f6} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2070 | 2024.12.21 00:49:04.007704 [ 263 ] {1b8e4663-3a72-4e69-973a-02f82ffd44f6} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002085 sec., 105035.97122302158 rows/sec., 9.15 MiB/sec. | ||
| 2071 | 2024.12.21 00:49:04.007778 [ 263 ] {1b8e4663-3a72-4e69-973a-02f82ffd44f6} <Debug> TCPHandler: Processed in 0.002530438 sec. | ||
| 2072 | 2024.12.21 00:49:04.007948 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2073 | 2024.12.21 00:49:04.008078 [ 260 ] {989920e2-8297-42b2-8801-8d0eabe3cf04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2074 | 2024.12.21 00:49:04.008132 [ 260 ] {989920e2-8297-42b2-8801-8d0eabe3cf04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2075 | 2024.12.21 00:49:04.008748 [ 260 ] {989920e2-8297-42b2-8801-8d0eabe3cf04} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2024.12.21 00:49:04.008791 [ 260 ] {989920e2-8297-42b2-8801-8d0eabe3cf04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2077 | 2024.12.21 00:49:04.009176 [ 260 ] {989920e2-8297-42b2-8801-8d0eabe3cf04} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2078 | 2024.12.21 00:49:04.009431 [ 260 ] {989920e2-8297-42b2-8801-8d0eabe3cf04} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2079 | 2024.12.21 00:49:04.009645 [ 260 ] {989920e2-8297-42b2-8801-8d0eabe3cf04} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001597 sec., 9392.61114589856 rows/sec., 662.25 KiB/sec. | ||
| 2080 | 2024.12.21 00:49:04.009704 [ 260 ] {989920e2-8297-42b2-8801-8d0eabe3cf04} <Debug> TCPHandler: Processed in 0.001815033 sec. | ||
| 2081 | 2024.12.21 00:49:04.009910 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2082 | 2024.12.21 00:49:04.010038 [ 263 ] {ae7ef04c-b26d-4bf2-b588-92d721e2570d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2083 | 2024.12.21 00:49:04.010094 [ 263 ] {ae7ef04c-b26d-4bf2-b588-92d721e2570d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2084 | 2024.12.21 00:49:04.010692 [ 263 ] {ae7ef04c-b26d-4bf2-b588-92d721e2570d} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2085 | 2024.12.21 00:49:04.010733 [ 263 ] {ae7ef04c-b26d-4bf2-b588-92d721e2570d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2086 | 2024.12.21 00:49:04.011096 [ 263 ] {ae7ef04c-b26d-4bf2-b588-92d721e2570d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2087 | 2024.12.21 00:49:04.011332 [ 263 ] {ae7ef04c-b26d-4bf2-b588-92d721e2570d} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2088 | 2024.12.21 00:49:04.011563 [ 263 ] {ae7ef04c-b26d-4bf2-b588-92d721e2570d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec. | ||
| 2089 | 2024.12.21 00:49:04.011710 [ 263 ] {ae7ef04c-b26d-4bf2-b588-92d721e2570d} <Debug> TCPHandler: Processed in 0.001859044 sec. | ||
| 2090 | 2024.12.21 00:49:04.011874 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2091 | 2024.12.21 00:49:04.011994 [ 260 ] {5e493a05-4f37-4a9e-94f8-7f631f7e70ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2092 | 2024.12.21 00:49:04.012045 [ 260 ] {5e493a05-4f37-4a9e-94f8-7f631f7e70ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2093 | 2024.12.21 00:49:04.012641 [ 260 ] {5e493a05-4f37-4a9e-94f8-7f631f7e70ab} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2094 | 2024.12.21 00:49:04.012681 [ 260 ] {5e493a05-4f37-4a9e-94f8-7f631f7e70ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2095 | 2024.12.21 00:49:04.013044 [ 260 ] {5e493a05-4f37-4a9e-94f8-7f631f7e70ab} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2096 | 2024.12.21 00:49:04.013298 [ 260 ] {5e493a05-4f37-4a9e-94f8-7f631f7e70ab} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2097 | 2024.12.21 00:49:04.013539 [ 260 ] {5e493a05-4f37-4a9e-94f8-7f631f7e70ab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001567 sec., 8296.107211231652 rows/sec., 517.26 KiB/sec. | ||
| 2098 | 2024.12.21 00:49:04.013699 [ 260 ] {5e493a05-4f37-4a9e-94f8-7f631f7e70ab} <Debug> TCPHandler: Processed in 0.001881655 sec. | ||
| 2099 | 2024.12.21 00:49:04.013877 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2100 | 2024.12.21 00:49:04.013998 [ 263 ] {3c684a17-6fd0-421d-a0e9-6f8a57d478d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2101 | 2024.12.21 00:49:04.014048 [ 263 ] {3c684a17-6fd0-421d-a0e9-6f8a57d478d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2102 | 2024.12.21 00:49:04.014809 [ 263 ] {3c684a17-6fd0-421d-a0e9-6f8a57d478d3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2103 | 2024.12.21 00:49:04.014850 [ 263 ] {3c684a17-6fd0-421d-a0e9-6f8a57d478d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2104 | 2024.12.21 00:49:04.015239 [ 263 ] {3c684a17-6fd0-421d-a0e9-6f8a57d478d3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2105 | 2024.12.21 00:49:04.015477 [ 263 ] {3c684a17-6fd0-421d-a0e9-6f8a57d478d3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2106 | 2024.12.21 00:49:04.015697 [ 263 ] {3c684a17-6fd0-421d-a0e9-6f8a57d478d3} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001725 sec., 226086.95652173914 rows/sec., 16.03 MiB/sec. | ||
| 2107 | 2024.12.21 00:49:04.015755 [ 263 ] {3c684a17-6fd0-421d-a0e9-6f8a57d478d3} <Debug> TCPHandler: Processed in 0.001935045 sec. | ||
| 2108 | 2024.12.21 00:49:04.015926 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2109 | 2024.12.21 00:49:04.016066 [ 260 ] {0635c243-48c0-4450-b7ba-fc5eef4f0816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2110 | 2024.12.21 00:49:04.016127 [ 260 ] {0635c243-48c0-4450-b7ba-fc5eef4f0816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2111 | 2024.12.21 00:49:04.016709 [ 260 ] {0635c243-48c0-4450-b7ba-fc5eef4f0816} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2112 | 2024.12.21 00:49:04.016756 [ 260 ] {0635c243-48c0-4450-b7ba-fc5eef4f0816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2113 | 2024.12.21 00:49:04.017147 [ 260 ] {0635c243-48c0-4450-b7ba-fc5eef4f0816} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2114 | 2024.12.21 00:49:04.017400 [ 260 ] {0635c243-48c0-4450-b7ba-fc5eef4f0816} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2115 | 2024.12.21 00:49:04.017632 [ 260 ] {0635c243-48c0-4450-b7ba-fc5eef4f0816} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001589 sec., 3775.9597230962872 rows/sec., 197.28 KiB/sec. | ||
| 2116 | 2024.12.21 00:49:04.017700 [ 260 ] {0635c243-48c0-4450-b7ba-fc5eef4f0816} <Debug> TCPHandler: Processed in 0.001840265 sec. | ||
| 2117 | 2024.12.21 00:49:04.017860 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2118 | 2024.12.21 00:49:04.017979 [ 263 ] {f169e69a-5961-4434-90a1-62590e517e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2119 | 2024.12.21 00:49:04.018034 [ 263 ] {f169e69a-5961-4434-90a1-62590e517e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2120 | 2024.12.21 00:49:04.018630 [ 263 ] {f169e69a-5961-4434-90a1-62590e517e93} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2121 | 2024.12.21 00:49:04.018670 [ 263 ] {f169e69a-5961-4434-90a1-62590e517e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2122 | 2024.12.21 00:49:04.019063 [ 263 ] {f169e69a-5961-4434-90a1-62590e517e93} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2123 | 2024.12.21 00:49:04.019293 [ 263 ] {f169e69a-5961-4434-90a1-62590e517e93} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2124 | 2024.12.21 00:49:04.019512 [ 263 ] {f169e69a-5961-4434-90a1-62590e517e93} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001558 sec., 152118.10012836973 rows/sec., 10.20 MiB/sec. | ||
| 2125 | 2024.12.21 00:49:04.019568 [ 263 ] {f169e69a-5961-4434-90a1-62590e517e93} <Debug> TCPHandler: Processed in 0.001767293 sec. | ||
| 2126 | 2024.12.21 00:49:04.019717 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2127 | 2024.12.21 00:49:04.019837 [ 260 ] {51e61953-0bd8-4965-8c7f-5074ce45afd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2128 | 2024.12.21 00:49:04.019895 [ 260 ] {51e61953-0bd8-4965-8c7f-5074ce45afd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2129 | 2024.12.21 00:49:04.020445 [ 260 ] {51e61953-0bd8-4965-8c7f-5074ce45afd1} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2130 | 2024.12.21 00:49:04.020493 [ 260 ] {51e61953-0bd8-4965-8c7f-5074ce45afd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2131 | 2024.12.21 00:49:04.020914 [ 260 ] {51e61953-0bd8-4965-8c7f-5074ce45afd1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2132 | 2024.12.21 00:49:04.021152 [ 260 ] {51e61953-0bd8-4965-8c7f-5074ce45afd1} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2133 | 2024.12.21 00:49:04.021363 [ 260 ] {51e61953-0bd8-4965-8c7f-5074ce45afd1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001552 sec., 644.3298969072165 rows/sec., 43.42 KiB/sec. | ||
| 2134 | 2024.12.21 00:49:04.021415 [ 260 ] {51e61953-0bd8-4965-8c7f-5074ce45afd1} <Debug> TCPHandler: Processed in 0.001754412 sec. | ||
| 2135 | 2024.12.21 00:49:04.021561 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2136 | 2024.12.21 00:49:04.021679 [ 263 ] {248f04d3-13c5-4fd0-abf2-e859355bec31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2137 | 2024.12.21 00:49:04.021761 [ 263 ] {248f04d3-13c5-4fd0-abf2-e859355bec31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2138 | 2024.12.21 00:49:04.022847 [ 263 ] {248f04d3-13c5-4fd0-abf2-e859355bec31} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2139 | 2024.12.21 00:49:04.022886 [ 263 ] {248f04d3-13c5-4fd0-abf2-e859355bec31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2140 | 2024.12.21 00:49:04.023490 [ 263 ] {248f04d3-13c5-4fd0-abf2-e859355bec31} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2141 | 2024.12.21 00:49:04.023747 [ 263 ] {248f04d3-13c5-4fd0-abf2-e859355bec31} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2142 | 2024.12.21 00:49:04.023978 [ 263 ] {248f04d3-13c5-4fd0-abf2-e859355bec31} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002321 sec., 3446.7901766479963 rows/sec., 6.18 MiB/sec. | ||
| 2143 | 2024.12.21 00:49:04.024175 [ 263 ] {248f04d3-13c5-4fd0-abf2-e859355bec31} <Debug> TCPHandler: Processed in 0.00266952 sec. | ||
| 2144 | 2024.12.21 00:49:04.024329 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2145 | 2024.12.21 00:49:04.024471 [ 260 ] {3a3327fc-5e02-4f9a-9ba0-c6efb14f20b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2146 | 2024.12.21 00:49:04.024531 [ 260 ] {3a3327fc-5e02-4f9a-9ba0-c6efb14f20b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2147 | 2024.12.21 00:49:04.025074 [ 260 ] {3a3327fc-5e02-4f9a-9ba0-c6efb14f20b5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2148 | 2024.12.21 00:49:04.025112 [ 260 ] {3a3327fc-5e02-4f9a-9ba0-c6efb14f20b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2149 | 2024.12.21 00:49:04.025491 [ 260 ] {3a3327fc-5e02-4f9a-9ba0-c6efb14f20b5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2150 | 2024.12.21 00:49:04.025734 [ 260 ] {3a3327fc-5e02-4f9a-9ba0-c6efb14f20b5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2151 | 2024.12.21 00:49:04.025913 [ 260 ] {3a3327fc-5e02-4f9a-9ba0-c6efb14f20b5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001474 sec., 55630.93622795115 rows/sec., 3.53 MiB/sec. | ||
| 2152 | 2024.12.21 00:49:04.025966 [ 260 ] {3a3327fc-5e02-4f9a-9ba0-c6efb14f20b5} <Debug> TCPHandler: Processed in 0.001707772 sec. | ||
| 2153 | 2024.12.21 00:49:04.909203 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2154 | 2024.12.21 00:49:04.909920 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2155 | 2024.12.21 00:49:04.909959 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2156 | 2024.12.21 00:49:04.910490 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2157 | 2024.12.21 00:49:04.910755 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2158 | 2024.12.21 00:49:04.910912 [ 37 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2159 | 2024.12.21 00:49:04.910971 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2160 | 2024.12.21 00:49:04.910973 [ 37 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2161 | 2024.12.21 00:49:04.911011 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2162 | 2024.12.21 00:49:04.911121 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 2163 | 2024.12.21 00:49:04.911236 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2164 | 2024.12.21 00:49:04.911276 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 2165 | 2024.12.21 00:49:04.911350 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 2166 | 2024.12.21 00:49:04.911453 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 2167 | 2024.12.21 00:49:04.911642 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 2168 | 2024.12.21 00:49:04.911934 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 2169 | 2024.12.21 00:49:04.912077 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 2170 | 2024.12.21 00:49:04.913763 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.00268798 sec., 1883570.5622809695 rows/sec., 26.94 MiB/sec. | ||
| 2171 | 2024.12.21 00:49:04.914581 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2172 | 2024.12.21 00:49:04.914969 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_11_2} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2173 | 2024.12.21 00:49:04.915070 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_11_2} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2174 | 2024.12.21 00:49:04.915193 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2175 | 2024.12.21 00:49:05.209192 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2176 | 2024.12.21 00:49:05.230692 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2177 | 2024.12.21 00:49:05.230750 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2178 | 2024.12.21 00:49:05.238281 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2179 | 2024.12.21 00:49:05.239057 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2180 | 2024.12.21 00:49:05.239333 [ 36 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2181 | 2024.12.21 00:49:05.239394 [ 36 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2182 | 2024.12.21 00:49:05.239434 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2183 | 2024.12.21 00:49:05.239663 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 2184 | 2024.12.21 00:49:05.247725 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2185 | 2024.12.21 00:49:05.248926 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2186 | 2024.12.21 00:49:05.249805 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 2187 | 2024.12.21 00:49:05.254076 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 2188 | 2024.12.21 00:49:05.258405 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 2189 | 2024.12.21 00:49:05.263054 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 2190 | 2024.12.21 00:49:05.267991 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 2191 | 2024.12.21 00:49:05.272269 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 2192 | 2024.12.21 00:49:05.329079 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.089568902 sec., 926.660907376089 rows/sec., 4.79 MiB/sec. | ||
| 2193 | 2024.12.21 00:49:05.331504 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2194 | 2024.12.21 00:49:05.334434 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_11_2} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2195 | 2024.12.21 00:49:05.334564 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_11_2} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2196 | 2024.12.21 00:49:05.336850 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2197 | 2024.12.21 00:49:06.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.36 MiB, peak 180.24 MiB, free memory in arenas 0.00 B, will set to 171.82 MiB (RSS), difference: 1.46 MiB | ||
| 2198 | 2024.12.21 00:49:08.998832 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2199 | 2024.12.21 00:49:08.999032 [ 260 ] {69f7c996-3456-4275-8655-5affe78a447c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2200 | 2024.12.21 00:49:08.999108 [ 260 ] {69f7c996-3456-4275-8655-5affe78a447c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2201 | 2024.12.21 00:49:08.999929 [ 260 ] {69f7c996-3456-4275-8655-5affe78a447c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2202 | 2024.12.21 00:49:08.999979 [ 260 ] {69f7c996-3456-4275-8655-5affe78a447c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2203 | 2024.12.21 00:49:09.000682 [ 260 ] {69f7c996-3456-4275-8655-5affe78a447c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2204 | 2024.12.21 00:49:09.000956 [ 260 ] {69f7c996-3456-4275-8655-5affe78a447c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2205 | 2024.12.21 00:49:09.001162 [ 27 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2206 | 2024.12.21 00:49:09.001190 [ 260 ] {69f7c996-3456-4275-8655-5affe78a447c} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002213 sec., 49706.28106642566 rows/sec., 4.17 MiB/sec. | ||
| 2207 | 2024.12.21 00:49:09.001237 [ 27 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2208 | 2024.12.21 00:49:09.001306 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2209 | 2024.12.21 00:49:09.001332 [ 260 ] {69f7c996-3456-4275-8655-5affe78a447c} <Debug> TCPHandler: Processed in 0.002632489 sec. | ||
| 2210 | 2024.12.21 00:49:09.001541 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 2211 | 2024.12.21 00:49:09.001638 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2212 | 2024.12.21 00:49:09.001763 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2213 | 2024.12.21 00:49:09.001884 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 269 rows starting from the beginning of the part | ||
| 2214 | 2024.12.21 00:49:09.001934 [ 263 ] {34524008-bf31-4374-a653-088244f7cfcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2215 | 2024.12.21 00:49:09.002095 [ 263 ] {34524008-bf31-4374-a653-088244f7cfcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2216 | 2024.12.21 00:49:09.002236 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 110 rows starting from the beginning of the part | ||
| 2217 | 2024.12.21 00:49:09.002683 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 219 rows starting from the beginning of the part | ||
| 2218 | 2024.12.21 00:49:09.003082 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 110 rows starting from the beginning of the part | ||
| 2219 | 2024.12.21 00:49:09.003455 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 219 rows starting from the beginning of the part | ||
| 2220 | 2024.12.21 00:49:09.003876 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 110 rows starting from the beginning of the part | ||
| 2221 | 2024.12.21 00:49:09.004869 [ 263 ] {34524008-bf31-4374-a653-088244f7cfcb} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2222 | 2024.12.21 00:49:09.004959 [ 263 ] {34524008-bf31-4374-a653-088244f7cfcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2223 | 2024.12.21 00:49:09.006163 [ 263 ] {34524008-bf31-4374-a653-088244f7cfcb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2224 | 2024.12.21 00:49:09.006645 [ 263 ] {34524008-bf31-4374-a653-088244f7cfcb} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2225 | 2024.12.21 00:49:09.007199 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1037 rows, containing 5 columns (5 merged, 0 gathered) in 0.005788408 sec., 179151.15866055054 rows/sec., 16.15 MiB/sec. | ||
| 2226 | 2024.12.21 00:49:09.007230 [ 263 ] {34524008-bf31-4374-a653-088244f7cfcb} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.005388 sec., 5011.135857461024 rows/sec., 376.81 KiB/sec. | ||
| 2227 | 2024.12.21 00:49:09.007385 [ 263 ] {34524008-bf31-4374-a653-088244f7cfcb} <Debug> TCPHandler: Processed in 0.00591905 sec. | ||
| 2228 | 2024.12.21 00:49:09.007466 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2229 | 2024.12.21 00:49:09.007568 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2230 | 2024.12.21 00:49:09.007776 [ 260 ] {935d78ec-a350-490f-8c75-be7aeb63c55c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2231 | 2024.12.21 00:49:09.007866 [ 260 ] {935d78ec-a350-490f-8c75-be7aeb63c55c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2232 | 2024.12.21 00:49:09.007911 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_11_2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2233 | 2024.12.21 00:49:09.008126 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_11_2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2234 | 2024.12.21 00:49:09.008292 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2235 | 2024.12.21 00:49:09.008826 [ 260 ] {935d78ec-a350-490f-8c75-be7aeb63c55c} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2236 | 2024.12.21 00:49:09.008872 [ 260 ] {935d78ec-a350-490f-8c75-be7aeb63c55c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2237 | 2024.12.21 00:49:09.009273 [ 260 ] {935d78ec-a350-490f-8c75-be7aeb63c55c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2238 | 2024.12.21 00:49:09.009521 [ 260 ] {935d78ec-a350-490f-8c75-be7aeb63c55c} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2239 | 2024.12.21 00:49:09.009682 [ 27 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2240 | 2024.12.21 00:49:09.009748 [ 27 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2241 | 2024.12.21 00:49:09.009784 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2242 | 2024.12.21 00:49:09.009790 [ 260 ] {935d78ec-a350-490f-8c75-be7aeb63c55c} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002076 sec., 43834.29672447013 rows/sec., 3.42 MiB/sec. | ||
| 2243 | 2024.12.21 00:49:09.009955 [ 260 ] {935d78ec-a350-490f-8c75-be7aeb63c55c} <Debug> TCPHandler: Processed in 0.002457786 sec. | ||
| 2244 | 2024.12.21 00:49:09.009985 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 2245 | 2024.12.21 00:49:09.010137 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2246 | 2024.12.21 00:49:09.010149 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2247 | 2024.12.21 00:49:09.010199 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 422 rows starting from the beginning of the part | ||
| 2248 | 2024.12.21 00:49:09.010466 [ 263 ] {feca2e44-8970-4c4a-969e-ebbabe7508db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2249 | 2024.12.21 00:49:09.010506 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 91 rows starting from the beginning of the part | ||
| 2250 | 2024.12.21 00:49:09.010605 [ 263 ] {feca2e44-8970-4c4a-969e-ebbabe7508db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2251 | 2024.12.21 00:49:09.010889 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 390 rows starting from the beginning of the part | ||
| 2252 | 2024.12.21 00:49:09.011247 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 91 rows starting from the beginning of the part | ||
| 2253 | 2024.12.21 00:49:09.011607 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 390 rows starting from the beginning of the part | ||
| 2254 | 2024.12.21 00:49:09.012016 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 91 rows starting from the beginning of the part | ||
| 2255 | 2024.12.21 00:49:09.013125 [ 263 ] {feca2e44-8970-4c4a-969e-ebbabe7508db} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2256 | 2024.12.21 00:49:09.013184 [ 263 ] {feca2e44-8970-4c4a-969e-ebbabe7508db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2257 | 2024.12.21 00:49:09.014261 [ 263 ] {feca2e44-8970-4c4a-969e-ebbabe7508db} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2258 | 2024.12.21 00:49:09.014734 [ 263 ] {feca2e44-8970-4c4a-969e-ebbabe7508db} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2259 | 2024.12.21 00:49:09.014975 [ 187 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1475 rows, containing 5 columns (5 merged, 0 gathered) in 0.005106605 sec., 288841.60807424894 rows/sec., 22.02 MiB/sec. | ||
| 2260 | 2024.12.21 00:49:09.015081 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2261 | 2024.12.21 00:49:09.015171 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2262 | 2024.12.21 00:49:09.015250 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2263 | 2024.12.21 00:49:09.015348 [ 187 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2264 | 2024.12.21 00:49:09.015340 [ 263 ] {feca2e44-8970-4c4a-969e-ebbabe7508db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004969 sec., 32199.637754075266 rows/sec., 2.24 MiB/sec. | ||
| 2265 | 2024.12.21 00:49:09.015620 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 2266 | 2024.12.21 00:49:09.015797 [ 263 ] {feca2e44-8970-4c4a-969e-ebbabe7508db} <Debug> TCPHandler: Processed in 0.005742966 sec. | ||
| 2267 | 2024.12.21 00:49:09.016093 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2268 | 2024.12.21 00:49:09.016184 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2269 | 2024.12.21 00:49:09.016269 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 947 rows starting from the beginning of the part | ||
| 2270 | 2024.12.21 00:49:09.016322 [ 187 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_11_2} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2271 | 2024.12.21 00:49:09.016485 [ 260 ] {da2ae4ef-0b39-4c3f-8970-89180874a77e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2272 | 2024.12.21 00:49:09.016676 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 158 rows starting from the beginning of the part | ||
| 2273 | 2024.12.21 00:49:09.016714 [ 187 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_11_2} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2274 | 2024.12.21 00:49:09.017082 [ 260 ] {da2ae4ef-0b39-4c3f-8970-89180874a77e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2275 | 2024.12.21 00:49:09.017093 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part | ||
| 2276 | 2024.12.21 00:49:09.017427 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 2277 | 2024.12.21 00:49:09.017599 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2278 | 2024.12.21 00:49:09.018021 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2279 | 2024.12.21 00:49:09.018351 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2280 | 2024.12.21 00:49:09.020959 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1899 rows, containing 5 columns (5 merged, 0 gathered) in 0.005593004 sec., 339531.3144778727 rows/sec., 23.26 MiB/sec. | ||
| 2281 | 2024.12.21 00:49:09.021017 [ 260 ] {da2ae4ef-0b39-4c3f-8970-89180874a77e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2282 | 2024.12.21 00:49:09.021057 [ 260 ] {da2ae4ef-0b39-4c3f-8970-89180874a77e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2283 | 2024.12.21 00:49:09.021225 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2284 | 2024.12.21 00:49:09.021570 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2285 | 2024.12.21 00:49:09.021700 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2286 | 2024.12.21 00:49:09.021793 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2287 | 2024.12.21 00:49:09.021924 [ 260 ] {da2ae4ef-0b39-4c3f-8970-89180874a77e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2288 | 2024.12.21 00:49:09.022208 [ 260 ] {da2ae4ef-0b39-4c3f-8970-89180874a77e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2289 | 2024.12.21 00:49:09.022469 [ 260 ] {da2ae4ef-0b39-4c3f-8970-89180874a77e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.006155 sec., 4386.677497969131 rows/sec., 7.86 MiB/sec. | ||
| 2290 | 2024.12.21 00:49:09.022601 [ 260 ] {da2ae4ef-0b39-4c3f-8970-89180874a77e} <Debug> TCPHandler: Processed in 0.006680734 sec. | ||
| 2291 | 2024.12.21 00:49:09.022766 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2292 | 2024.12.21 00:49:09.022896 [ 263 ] {7fdee59e-3fef-4dd0-bfc3-db6b2a6572c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2293 | 2024.12.21 00:49:09.022951 [ 263 ] {7fdee59e-3fef-4dd0-bfc3-db6b2a6572c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2294 | 2024.12.21 00:49:09.023498 [ 263 ] {7fdee59e-3fef-4dd0-bfc3-db6b2a6572c2} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2295 | 2024.12.21 00:49:09.023539 [ 263 ] {7fdee59e-3fef-4dd0-bfc3-db6b2a6572c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2296 | 2024.12.21 00:49:09.023985 [ 263 ] {7fdee59e-3fef-4dd0-bfc3-db6b2a6572c2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2297 | 2024.12.21 00:49:09.024248 [ 263 ] {7fdee59e-3fef-4dd0-bfc3-db6b2a6572c2} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2298 | 2024.12.21 00:49:09.024420 [ 27 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2299 | 2024.12.21 00:49:09.024478 [ 27 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2300 | 2024.12.21 00:49:09.024508 [ 263 ] {7fdee59e-3fef-4dd0-bfc3-db6b2a6572c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001636 sec., 36674.81662591687 rows/sec., 2.47 MiB/sec. | ||
| 2301 | 2024.12.21 00:49:09.024514 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2302 | 2024.12.21 00:49:09.024726 [ 263 ] {7fdee59e-3fef-4dd0-bfc3-db6b2a6572c2} <Debug> TCPHandler: Processed in 0.002012848 sec. | ||
| 2303 | 2024.12.21 00:49:09.024835 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2304 | 2024.12.21 00:49:09.024997 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2305 | 2024.12.21 00:49:09.025033 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 312 rows starting from the beginning of the part | ||
| 2306 | 2024.12.21 00:49:09.025097 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 2307 | 2024.12.21 00:49:09.025323 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 82 rows starting from the beginning of the part | ||
| 2308 | 2024.12.21 00:49:09.025502 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2309 | 2024.12.21 00:49:09.025643 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2310 | 2024.12.21 00:49:09.025817 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2311 | 2024.12.21 00:49:09.026958 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 654 rows, containing 4 columns (4 merged, 0 gathered) in 0.002303642 sec., 283898.27933333395 rows/sec., 18.87 MiB/sec. | ||
| 2312 | 2024.12.21 00:49:09.027190 [ 202 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2313 | 2024.12.21 00:49:09.027550 [ 202 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_11_2} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2314 | 2024.12.21 00:49:09.027651 [ 202 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_11_2} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2315 | 2024.12.21 00:49:09.027761 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2316 | 2024.12.21 00:49:12.276079 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2317 | 2024.12.21 00:49:12.276139 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2318 | 2024.12.21 00:49:12.409437 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 318 | ||
| 2319 | 2024.12.21 00:49:12.411166 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2320 | 2024.12.21 00:49:12.415806 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2321 | 2024.12.21 00:49:12.415889 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2322 | 2024.12.21 00:49:12.417677 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2323 | 2024.12.21 00:49:12.418341 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2324 | 2024.12.21 00:49:12.418936 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2325 | 2024.12.21 00:49:12.419035 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2326 | 2024.12.21 00:49:12.419046 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2327 | 2024.12.21 00:49:12.420628 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2328 | 2024.12.21 00:49:12.420963 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2329 | 2024.12.21 00:49:12.421652 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 318 | ||
| 2330 | 2024.12.21 00:49:12.747801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2331 | 2024.12.21 00:49:12.767430 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2332 | 2024.12.21 00:49:12.767487 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2333 | 2024.12.21 00:49:12.774831 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2334 | 2024.12.21 00:49:12.775631 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2335 | 2024.12.21 00:49:12.778924 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2336 | 2024.12.21 00:49:13.996832 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2337 | 2024.12.21 00:49:13.997276 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2338 | 2024.12.21 00:49:13.997726 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2339 | 2024.12.21 00:49:13.997782 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2340 | 2024.12.21 00:49:13.998151 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2341 | 2024.12.21 00:49:13.998240 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2342 | 2024.12.21 00:49:13.998422 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2343 | 2024.12.21 00:49:13.998656 [ 301 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2344 | 2024.12.21 00:49:13.998668 [ 299 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2345 | 2024.12.21 00:49:13.998709 [ 298 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2346 | 2024.12.21 00:49:13.998670 [ 296 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2347 | 2024.12.21 00:49:13.998906 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 2348 | 2024.12.21 00:49:13.998941 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2349 | 2024.12.21 00:49:13.999093 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2350 | 2024.12.21 00:49:13.999120 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2351 | 2024.12.21 00:49:13.999172 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2352 | 2024.12.21 00:49:13.999237 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2353 | 2024.12.21 00:49:13.999298 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2354 | 2024.12.21 00:49:13.999357 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2355 | 2024.12.21 00:49:14.002046 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004897 sec., 6943.02634265877 rows/sec., 267.22 KiB/sec. | ||
| 2356 | 2024.12.21 00:49:14.002319 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Debug> MemoryTracker: Peak memory usage (for query): 142.00 KiB. | ||
| 2357 | 2024.12.21 00:49:14.002341 [ 260 ] {3e5c76db-a8e2-4ee5-a433-500a8de15f26} <Debug> TCPHandler: Processed in 0.005656965 sec. | ||
| 2358 | 2024.12.21 00:49:14.009365 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2359 | 2024.12.21 00:49:14.009500 [ 260 ] {5ee6bde4-2a4e-4803-9799-802f00dfbe10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2360 | 2024.12.21 00:49:14.009554 [ 260 ] {5ee6bde4-2a4e-4803-9799-802f00dfbe10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2361 | 2024.12.21 00:49:14.010264 [ 260 ] {5ee6bde4-2a4e-4803-9799-802f00dfbe10} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2362 | 2024.12.21 00:49:14.010307 [ 260 ] {5ee6bde4-2a4e-4803-9799-802f00dfbe10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2363 | 2024.12.21 00:49:14.010822 [ 260 ] {5ee6bde4-2a4e-4803-9799-802f00dfbe10} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2364 | 2024.12.21 00:49:14.011045 [ 260 ] {5ee6bde4-2a4e-4803-9799-802f00dfbe10} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2365 | 2024.12.21 00:49:14.011314 [ 260 ] {5ee6bde4-2a4e-4803-9799-802f00dfbe10} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001851 sec., 540.2485143165857 rows/sec., 55.92 KiB/sec. | ||
| 2366 | 2024.12.21 00:49:14.011381 [ 260 ] {5ee6bde4-2a4e-4803-9799-802f00dfbe10} <Debug> TCPHandler: Processed in 0.002072548 sec. | ||
| 2367 | 2024.12.21 00:49:14.011603 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2368 | 2024.12.21 00:49:14.011767 [ 263 ] {e9794414-62c3-43d3-a6c7-2b06d26da899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2369 | 2024.12.21 00:49:14.011834 [ 263 ] {e9794414-62c3-43d3-a6c7-2b06d26da899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2370 | 2024.12.21 00:49:14.012536 [ 263 ] {e9794414-62c3-43d3-a6c7-2b06d26da899} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2371 | 2024.12.21 00:49:14.012576 [ 263 ] {e9794414-62c3-43d3-a6c7-2b06d26da899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2372 | 2024.12.21 00:49:14.012999 [ 263 ] {e9794414-62c3-43d3-a6c7-2b06d26da899} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2373 | 2024.12.21 00:49:14.013250 [ 263 ] {e9794414-62c3-43d3-a6c7-2b06d26da899} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2374 | 2024.12.21 00:49:14.013459 [ 263 ] {e9794414-62c3-43d3-a6c7-2b06d26da899} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001737 sec., 8059.873344847438 rows/sec., 580.20 KiB/sec. | ||
| 2375 | 2024.12.21 00:49:14.013522 [ 263 ] {e9794414-62c3-43d3-a6c7-2b06d26da899} <Debug> TCPHandler: Processed in 0.002039988 sec. | ||
| 2376 | 2024.12.21 00:49:14.013683 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2377 | 2024.12.21 00:49:14.013827 [ 260 ] {e8552c75-5a19-486d-8e1a-7b850aa7c2f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2378 | 2024.12.21 00:49:14.013886 [ 260 ] {e8552c75-5a19-486d-8e1a-7b850aa7c2f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2379 | 2024.12.21 00:49:14.014645 [ 260 ] {e8552c75-5a19-486d-8e1a-7b850aa7c2f7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2380 | 2024.12.21 00:49:14.014685 [ 260 ] {e8552c75-5a19-486d-8e1a-7b850aa7c2f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2381 | 2024.12.21 00:49:14.015068 [ 260 ] {e8552c75-5a19-486d-8e1a-7b850aa7c2f7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2382 | 2024.12.21 00:49:14.015315 [ 260 ] {e8552c75-5a19-486d-8e1a-7b850aa7c2f7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2383 | 2024.12.21 00:49:14.015526 [ 260 ] {e8552c75-5a19-486d-8e1a-7b850aa7c2f7} <Debug> executeQuery: Read 228 rows, 20.41 KiB in 0.001733 sec., 131563.76226197346 rows/sec., 11.50 MiB/sec. | ||
| 2384 | 2024.12.21 00:49:14.015580 [ 260 ] {e8552c75-5a19-486d-8e1a-7b850aa7c2f7} <Debug> TCPHandler: Processed in 0.001970946 sec. | ||
| 2385 | 2024.12.21 00:49:14.015760 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2386 | 2024.12.21 00:49:14.015886 [ 263 ] {a2e58237-f445-497b-8f8e-566691f14c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2387 | 2024.12.21 00:49:14.015938 [ 263 ] {a2e58237-f445-497b-8f8e-566691f14c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2388 | 2024.12.21 00:49:14.016524 [ 263 ] {a2e58237-f445-497b-8f8e-566691f14c09} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2389 | 2024.12.21 00:49:14.016562 [ 263 ] {a2e58237-f445-497b-8f8e-566691f14c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2390 | 2024.12.21 00:49:14.016928 [ 263 ] {a2e58237-f445-497b-8f8e-566691f14c09} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2391 | 2024.12.21 00:49:14.017167 [ 263 ] {a2e58237-f445-497b-8f8e-566691f14c09} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2392 | 2024.12.21 00:49:14.017400 [ 263 ] {a2e58237-f445-497b-8f8e-566691f14c09} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001543 sec., 12313.674659753726 rows/sec., 880.36 KiB/sec. | ||
| 2393 | 2024.12.21 00:49:14.017540 [ 263 ] {a2e58237-f445-497b-8f8e-566691f14c09} <Debug> TCPHandler: Processed in 0.001839915 sec. | ||
| 2394 | 2024.12.21 00:49:14.017696 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2395 | 2024.12.21 00:49:14.017837 [ 260 ] {de3308a6-8925-4c90-af9d-11ef99baffbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2396 | 2024.12.21 00:49:14.017894 [ 260 ] {de3308a6-8925-4c90-af9d-11ef99baffbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2397 | 2024.12.21 00:49:14.018499 [ 260 ] {de3308a6-8925-4c90-af9d-11ef99baffbd} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2398 | 2024.12.21 00:49:14.018537 [ 260 ] {de3308a6-8925-4c90-af9d-11ef99baffbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2399 | 2024.12.21 00:49:14.018881 [ 260 ] {de3308a6-8925-4c90-af9d-11ef99baffbd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2400 | 2024.12.21 00:49:14.019118 [ 260 ] {de3308a6-8925-4c90-af9d-11ef99baffbd} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2401 | 2024.12.21 00:49:14.019416 [ 260 ] {de3308a6-8925-4c90-af9d-11ef99baffbd} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001609 sec., 9322.560596643878 rows/sec., 650.64 KiB/sec. | ||
| 2402 | 2024.12.21 00:49:14.019475 [ 260 ] {de3308a6-8925-4c90-af9d-11ef99baffbd} <Debug> TCPHandler: Processed in 0.001849204 sec. | ||
| 2403 | 2024.12.21 00:49:14.019612 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2404 | 2024.12.21 00:49:14.019734 [ 263 ] {8152cbb7-a6cf-4e00-9406-c66028f61aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2405 | 2024.12.21 00:49:14.019783 [ 263 ] {8152cbb7-a6cf-4e00-9406-c66028f61aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2406 | 2024.12.21 00:49:14.020354 [ 263 ] {8152cbb7-a6cf-4e00-9406-c66028f61aaf} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2407 | 2024.12.21 00:49:14.020392 [ 263 ] {8152cbb7-a6cf-4e00-9406-c66028f61aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2408 | 2024.12.21 00:49:14.020747 [ 263 ] {8152cbb7-a6cf-4e00-9406-c66028f61aaf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2409 | 2024.12.21 00:49:14.021003 [ 263 ] {8152cbb7-a6cf-4e00-9406-c66028f61aaf} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2410 | 2024.12.21 00:49:14.021175 [ 263 ] {8152cbb7-a6cf-4e00-9406-c66028f61aaf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001467 sec., 8861.622358554874 rows/sec., 552.52 KiB/sec. | ||
| 2411 | 2024.12.21 00:49:14.021227 [ 263 ] {8152cbb7-a6cf-4e00-9406-c66028f61aaf} <Debug> TCPHandler: Processed in 0.001674591 sec. | ||
| 2412 | 2024.12.21 00:49:14.021374 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2413 | 2024.12.21 00:49:14.021510 [ 260 ] {24e79e0d-30d3-4135-a154-7c02a498ac26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2414 | 2024.12.21 00:49:14.021568 [ 260 ] {24e79e0d-30d3-4135-a154-7c02a498ac26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2415 | 2024.12.21 00:49:14.022350 [ 260 ] {24e79e0d-30d3-4135-a154-7c02a498ac26} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2416 | 2024.12.21 00:49:14.022389 [ 260 ] {24e79e0d-30d3-4135-a154-7c02a498ac26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2417 | 2024.12.21 00:49:14.022770 [ 260 ] {24e79e0d-30d3-4135-a154-7c02a498ac26} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2418 | 2024.12.21 00:49:14.023007 [ 260 ] {24e79e0d-30d3-4135-a154-7c02a498ac26} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2419 | 2024.12.21 00:49:14.023241 [ 260 ] {24e79e0d-30d3-4135-a154-7c02a498ac26} <Debug> executeQuery: Read 400 rows, 29.13 KiB in 0.001753 sec., 228180.26240730178 rows/sec., 16.22 MiB/sec. | ||
| 2420 | 2024.12.21 00:49:14.023321 [ 260 ] {24e79e0d-30d3-4135-a154-7c02a498ac26} <Debug> TCPHandler: Processed in 0.002014618 sec. | ||
| 2421 | 2024.12.21 00:49:14.023463 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2422 | 2024.12.21 00:49:14.023583 [ 263 ] {519521d4-1c10-4e50-8150-be565bb6f2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2423 | 2024.12.21 00:49:14.023633 [ 263 ] {519521d4-1c10-4e50-8150-be565bb6f2a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2424 | 2024.12.21 00:49:14.024121 [ 263 ] {519521d4-1c10-4e50-8150-be565bb6f2a7} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2425 | 2024.12.21 00:49:14.024159 [ 263 ] {519521d4-1c10-4e50-8150-be565bb6f2a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2426 | 2024.12.21 00:49:14.024516 [ 263 ] {519521d4-1c10-4e50-8150-be565bb6f2a7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2427 | 2024.12.21 00:49:14.024750 [ 263 ] {519521d4-1c10-4e50-8150-be565bb6f2a7} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2428 | 2024.12.21 00:49:14.024927 [ 263 ] {519521d4-1c10-4e50-8150-be565bb6f2a7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00137 sec., 4379.56204379562 rows/sec., 228.82 KiB/sec. | ||
| 2429 | 2024.12.21 00:49:14.024978 [ 263 ] {519521d4-1c10-4e50-8150-be565bb6f2a7} <Debug> TCPHandler: Processed in 0.001574979 sec. | ||
| 2430 | 2024.12.21 00:49:14.025110 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2431 | 2024.12.21 00:49:14.025239 [ 260 ] {f4991250-e57a-4239-8727-2c0ff3265388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2432 | 2024.12.21 00:49:14.025299 [ 260 ] {f4991250-e57a-4239-8727-2c0ff3265388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2433 | 2024.12.21 00:49:14.025968 [ 260 ] {f4991250-e57a-4239-8727-2c0ff3265388} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2434 | 2024.12.21 00:49:14.026014 [ 260 ] {f4991250-e57a-4239-8727-2c0ff3265388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2435 | 2024.12.21 00:49:14.026433 [ 260 ] {f4991250-e57a-4239-8727-2c0ff3265388} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2436 | 2024.12.21 00:49:14.026687 [ 260 ] {f4991250-e57a-4239-8727-2c0ff3265388} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2437 | 2024.12.21 00:49:14.026928 [ 260 ] {f4991250-e57a-4239-8727-2c0ff3265388} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001715 sec., 138192.4198250729 rows/sec., 9.26 MiB/sec. | ||
| 2438 | 2024.12.21 00:49:14.027008 [ 260 ] {f4991250-e57a-4239-8727-2c0ff3265388} <Debug> TCPHandler: Processed in 0.001952516 sec. | ||
| 2439 | 2024.12.21 00:49:14.027147 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2440 | 2024.12.21 00:49:14.027266 [ 263 ] {5863082e-83b1-4d80-872f-858aed77da2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2441 | 2024.12.21 00:49:14.027317 [ 263 ] {5863082e-83b1-4d80-872f-858aed77da2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2442 | 2024.12.21 00:49:14.027793 [ 263 ] {5863082e-83b1-4d80-872f-858aed77da2d} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2443 | 2024.12.21 00:49:14.027829 [ 263 ] {5863082e-83b1-4d80-872f-858aed77da2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2444 | 2024.12.21 00:49:14.028193 [ 263 ] {5863082e-83b1-4d80-872f-858aed77da2d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2445 | 2024.12.21 00:49:14.028431 [ 263 ] {5863082e-83b1-4d80-872f-858aed77da2d} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2446 | 2024.12.21 00:49:14.028634 [ 263 ] {5863082e-83b1-4d80-872f-858aed77da2d} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001393 sec., 1435.7501794687726 rows/sec., 93.94 KiB/sec. | ||
| 2447 | 2024.12.21 00:49:14.028689 [ 263 ] {5863082e-83b1-4d80-872f-858aed77da2d} <Debug> TCPHandler: Processed in 0.001601399 sec. | ||
| 2448 | 2024.12.21 00:49:14.028821 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2449 | 2024.12.21 00:49:14.028937 [ 260 ] {1e3b7ba0-6443-428b-907c-0efaae2a3c7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2450 | 2024.12.21 00:49:14.029017 [ 260 ] {1e3b7ba0-6443-428b-907c-0efaae2a3c7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2451 | 2024.12.21 00:49:14.030105 [ 260 ] {1e3b7ba0-6443-428b-907c-0efaae2a3c7d} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2452 | 2024.12.21 00:49:14.030143 [ 260 ] {1e3b7ba0-6443-428b-907c-0efaae2a3c7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2453 | 2024.12.21 00:49:14.030767 [ 260 ] {1e3b7ba0-6443-428b-907c-0efaae2a3c7d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2454 | 2024.12.21 00:49:14.031020 [ 260 ] {1e3b7ba0-6443-428b-907c-0efaae2a3c7d} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2455 | 2024.12.21 00:49:14.031288 [ 260 ] {1e3b7ba0-6443-428b-907c-0efaae2a3c7d} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002371 sec., 5061.155630535639 rows/sec., 9.07 MiB/sec. | ||
| 2456 | 2024.12.21 00:49:14.031397 [ 260 ] {1e3b7ba0-6443-428b-907c-0efaae2a3c7d} <Debug> TCPHandler: Processed in 0.002630889 sec. | ||
| 2457 | 2024.12.21 00:49:14.031535 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2458 | 2024.12.21 00:49:14.031655 [ 263 ] {3d8301c0-e8b9-437a-9f1c-dab472ebd415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2459 | 2024.12.21 00:49:14.031705 [ 263 ] {3d8301c0-e8b9-437a-9f1c-dab472ebd415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2460 | 2024.12.21 00:49:14.032176 [ 263 ] {3d8301c0-e8b9-437a-9f1c-dab472ebd415} <Trace> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2461 | 2024.12.21 00:49:14.032214 [ 263 ] {3d8301c0-e8b9-437a-9f1c-dab472ebd415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2462 | 2024.12.21 00:49:14.032573 [ 263 ] {3d8301c0-e8b9-437a-9f1c-dab472ebd415} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2463 | 2024.12.21 00:49:14.032832 [ 263 ] {3d8301c0-e8b9-437a-9f1c-dab472ebd415} <Trace> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2464 | 2024.12.21 00:49:14.033108 [ 263 ] {3d8301c0-e8b9-437a-9f1c-dab472ebd415} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 287.73 KiB/sec. | ||
| 2465 | 2024.12.21 00:49:14.033167 [ 263 ] {3d8301c0-e8b9-437a-9f1c-dab472ebd415} <Debug> TCPHandler: Processed in 0.001688051 sec. | ||
| 2466 | 2024.12.21 00:49:14.033310 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2467 | 2024.12.21 00:49:14.033448 [ 260 ] {3ae386d5-7a6e-4a86-8583-b7c09d6c6987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2468 | 2024.12.21 00:49:14.033506 [ 260 ] {3ae386d5-7a6e-4a86-8583-b7c09d6c6987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2469 | 2024.12.21 00:49:14.034071 [ 260 ] {3ae386d5-7a6e-4a86-8583-b7c09d6c6987} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2470 | 2024.12.21 00:49:14.034115 [ 260 ] {3ae386d5-7a6e-4a86-8583-b7c09d6c6987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2471 | 2024.12.21 00:49:14.034496 [ 260 ] {3ae386d5-7a6e-4a86-8583-b7c09d6c6987} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2472 | 2024.12.21 00:49:14.034730 [ 260 ] {3ae386d5-7a6e-4a86-8583-b7c09d6c6987} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2473 | 2024.12.21 00:49:14.034995 [ 260 ] {3ae386d5-7a6e-4a86-8583-b7c09d6c6987} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001561 sec., 52530.42921204356 rows/sec., 3.34 MiB/sec. | ||
| 2474 | 2024.12.21 00:49:14.035144 [ 260 ] {3ae386d5-7a6e-4a86-8583-b7c09d6c6987} <Debug> TCPHandler: Processed in 0.001897855 sec. | ||
| 2475 | 2024.12.21 00:49:18.988970 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2476 | 2024.12.21 00:49:18.989276 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2477 | 2024.12.21 00:49:18.989726 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2478 | 2024.12.21 00:49:18.989778 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2479 | 2024.12.21 00:49:18.990141 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2480 | 2024.12.21 00:49:18.990224 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2481 | 2024.12.21 00:49:18.990400 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2482 | 2024.12.21 00:49:18.990697 [ 298 ] {78869dba-46e1-418b-9856-5e3473572b29} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2483 | 2024.12.21 00:49:18.990748 [ 301 ] {78869dba-46e1-418b-9856-5e3473572b29} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2484 | 2024.12.21 00:49:18.990725 [ 303 ] {78869dba-46e1-418b-9856-5e3473572b29} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2485 | 2024.12.21 00:49:18.990726 [ 296 ] {78869dba-46e1-418b-9856-5e3473572b29} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2486 | 2024.12.21 00:49:18.990723 [ 299 ] {78869dba-46e1-418b-9856-5e3473572b29} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2487 | 2024.12.21 00:49:18.990971 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 2488 | 2024.12.21 00:49:18.991003 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2489 | 2024.12.21 00:49:18.991139 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2490 | 2024.12.21 00:49:18.991164 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2491 | 2024.12.21 00:49:18.991208 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2492 | 2024.12.21 00:49:18.991256 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2493 | 2024.12.21 00:49:18.991297 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2494 | 2024.12.21 00:49:18.991341 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2495 | 2024.12.21 00:49:18.993569 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004436 sec., 7664.562669071235 rows/sec., 294.99 KiB/sec. | ||
| 2496 | 2024.12.21 00:49:18.994112 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Debug> MemoryTracker: Peak memory usage (for query): 144.87 KiB. | ||
| 2497 | 2024.12.21 00:49:18.994137 [ 260 ] {78869dba-46e1-418b-9856-5e3473572b29} <Debug> TCPHandler: Processed in 0.005311989 sec. | ||
| 2498 | 2024.12.21 00:49:19.003657 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2499 | 2024.12.21 00:49:19.003790 [ 260 ] {c5544a81-8662-45ab-af1b-e7757e60d792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2500 | 2024.12.21 00:49:19.003845 [ 260 ] {c5544a81-8662-45ab-af1b-e7757e60d792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2501 | 2024.12.21 00:49:19.004587 [ 260 ] {c5544a81-8662-45ab-af1b-e7757e60d792} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2502 | 2024.12.21 00:49:19.004631 [ 260 ] {c5544a81-8662-45ab-af1b-e7757e60d792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2503 | 2024.12.21 00:49:19.005180 [ 260 ] {c5544a81-8662-45ab-af1b-e7757e60d792} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2504 | 2024.12.21 00:49:19.005420 [ 260 ] {c5544a81-8662-45ab-af1b-e7757e60d792} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2505 | 2024.12.21 00:49:19.005600 [ 144 ] {} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2506 | 2024.12.21 00:49:19.005672 [ 144 ] {} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2507 | 2024.12.21 00:49:19.005710 [ 260 ] {c5544a81-8662-45ab-af1b-e7757e60d792} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001944 sec., 514.40329218107 rows/sec., 116.54 KiB/sec. | ||
| 2508 | 2024.12.21 00:49:19.005714 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2509 | 2024.12.21 00:49:19.005876 [ 260 ] {c5544a81-8662-45ab-af1b-e7757e60d792} <Debug> TCPHandler: Processed in 0.002273522 sec. | ||
| 2510 | 2024.12.21 00:49:19.005923 [ 197 ] {e13461e3-f351-4ab4-b7c9-a5cd74c9ade0::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 | ||
| 2511 | 2024.12.21 00:49:19.006175 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2512 | 2024.12.21 00:49:19.006225 [ 197 ] {e13461e3-f351-4ab4-b7c9-a5cd74c9ade0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2513 | 2024.12.21 00:49:19.006284 [ 197 ] {e13461e3-f351-4ab4-b7c9-a5cd74c9ade0::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 | ||
| 2514 | 2024.12.21 00:49:19.006480 [ 263 ] {53ed8425-6d55-4a10-b816-7f1aa438a41b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2515 | 2024.12.21 00:49:19.006514 [ 197 ] {e13461e3-f351-4ab4-b7c9-a5cd74c9ade0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 2516 | 2024.12.21 00:49:19.006616 [ 263 ] {53ed8425-6d55-4a10-b816-7f1aa438a41b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2517 | 2024.12.21 00:49:19.006778 [ 197 ] {e13461e3-f351-4ab4-b7c9-a5cd74c9ade0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 2518 | 2024.12.21 00:49:19.007038 [ 197 ] {e13461e3-f351-4ab4-b7c9-a5cd74c9ade0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 2519 | 2024.12.21 00:49:19.007335 [ 197 ] {e13461e3-f351-4ab4-b7c9-a5cd74c9ade0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2520 | 2024.12.21 00:49:19.007785 [ 197 ] {e13461e3-f351-4ab4-b7c9-a5cd74c9ade0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2521 | 2024.12.21 00:49:19.009048 [ 263 ] {53ed8425-6d55-4a10-b816-7f1aa438a41b} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2522 | 2024.12.21 00:49:19.009119 [ 263 ] {53ed8425-6d55-4a10-b816-7f1aa438a41b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2523 | 2024.12.21 00:49:19.010360 [ 263 ] {53ed8425-6d55-4a10-b816-7f1aa438a41b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2524 | 2024.12.21 00:49:19.010962 [ 263 ] {53ed8425-6d55-4a10-b816-7f1aa438a41b} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2525 | 2024.12.21 00:49:19.011650 [ 263 ] {53ed8425-6d55-4a10-b816-7f1aa438a41b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.005289 sec., 1134.4299489506523 rows/sec., 92.50 KiB/sec. | ||
| 2526 | 2024.12.21 00:49:19.011920 [ 263 ] {53ed8425-6d55-4a10-b816-7f1aa438a41b} <Debug> TCPHandler: Processed in 0.00590052 sec. | ||
| 2527 | 2024.12.21 00:49:19.012149 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2528 | 2024.12.21 00:49:19.012317 [ 260 ] {16b75f47-c0b6-4fd1-87de-46a0bfaca56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2529 | 2024.12.21 00:49:19.012390 [ 260 ] {16b75f47-c0b6-4fd1-87de-46a0bfaca56f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2530 | 2024.12.21 00:49:19.013711 [ 260 ] {16b75f47-c0b6-4fd1-87de-46a0bfaca56f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2531 | 2024.12.21 00:49:19.013761 [ 260 ] {16b75f47-c0b6-4fd1-87de-46a0bfaca56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2532 | 2024.12.21 00:49:19.014466 [ 260 ] {16b75f47-c0b6-4fd1-87de-46a0bfaca56f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2533 | 2024.12.21 00:49:19.014561 [ 186 ] {e13461e3-f351-4ab4-b7c9-a5cd74c9ade0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.008700721 sec., 4137.588137810648 rows/sec., 661.54 KiB/sec. | ||
| 2534 | 2024.12.21 00:49:19.014818 [ 260 ] {16b75f47-c0b6-4fd1-87de-46a0bfaca56f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2535 | 2024.12.21 00:49:19.014843 [ 186 ] {e13461e3-f351-4ab4-b7c9-a5cd74c9ade0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2536 | 2024.12.21 00:49:19.015346 [ 260 ] {16b75f47-c0b6-4fd1-87de-46a0bfaca56f} <Debug> executeQuery: Read 113 rows, 9.66 KiB in 0.003065 sec., 36867.86296900489 rows/sec., 3.08 MiB/sec. | ||
| 2537 | 2024.12.21 00:49:19.015614 [ 260 ] {16b75f47-c0b6-4fd1-87de-46a0bfaca56f} <Debug> TCPHandler: Processed in 0.003546125 sec. | ||
| 2538 | 2024.12.21 00:49:19.015807 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2539 | 2024.12.21 00:49:19.015948 [ 186 ] {e13461e3-f351-4ab4-b7c9-a5cd74c9ade0::all_1_6_1} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2540 | 2024.12.21 00:49:19.015998 [ 263 ] {301b7c85-9355-419a-bdf4-6dd019958f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2541 | 2024.12.21 00:49:19.016099 [ 263 ] {301b7c85-9355-419a-bdf4-6dd019958f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2542 | 2024.12.21 00:49:19.016120 [ 186 ] {e13461e3-f351-4ab4-b7c9-a5cd74c9ade0::all_1_6_1} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2543 | 2024.12.21 00:49:19.016329 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2544 | 2024.12.21 00:49:19.016870 [ 263 ] {301b7c85-9355-419a-bdf4-6dd019958f86} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2545 | 2024.12.21 00:49:19.016914 [ 263 ] {301b7c85-9355-419a-bdf4-6dd019958f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2546 | 2024.12.21 00:49:19.017278 [ 263 ] {301b7c85-9355-419a-bdf4-6dd019958f86} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2547 | 2024.12.21 00:49:19.017518 [ 263 ] {301b7c85-9355-419a-bdf4-6dd019958f86} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2548 | 2024.12.21 00:49:19.017704 [ 263 ] {301b7c85-9355-419a-bdf4-6dd019958f86} <Debug> executeQuery: Read 33 rows, 2.45 KiB in 0.001767 sec., 18675.72156196944 rows/sec., 1.35 MiB/sec. | ||
| 2549 | 2024.12.21 00:49:19.017759 [ 263 ] {301b7c85-9355-419a-bdf4-6dd019958f86} <Debug> TCPHandler: Processed in 0.002031247 sec. | ||
| 2550 | 2024.12.21 00:49:19.017934 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2551 | 2024.12.21 00:49:19.018081 [ 260 ] {29d745d3-e618-4f20-9e4d-573ff612b245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2552 | 2024.12.21 00:49:19.018143 [ 260 ] {29d745d3-e618-4f20-9e4d-573ff612b245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2553 | 2024.12.21 00:49:19.018829 [ 260 ] {29d745d3-e618-4f20-9e4d-573ff612b245} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2554 | 2024.12.21 00:49:19.018870 [ 260 ] {29d745d3-e618-4f20-9e4d-573ff612b245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2555 | 2024.12.21 00:49:19.019254 [ 260 ] {29d745d3-e618-4f20-9e4d-573ff612b245} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2556 | 2024.12.21 00:49:19.019501 [ 260 ] {29d745d3-e618-4f20-9e4d-573ff612b245} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2557 | 2024.12.21 00:49:19.019724 [ 260 ] {29d745d3-e618-4f20-9e4d-573ff612b245} <Debug> executeQuery: Read 97 rows, 7.77 KiB in 0.001677 sec., 57841.38342277877 rows/sec., 4.52 MiB/sec. | ||
| 2558 | 2024.12.21 00:49:19.019784 [ 260 ] {29d745d3-e618-4f20-9e4d-573ff612b245} <Debug> TCPHandler: Processed in 0.001918636 sec. | ||
| 2559 | 2024.12.21 00:49:19.019960 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2560 | 2024.12.21 00:49:19.020082 [ 263 ] {c059986f-d0c2-4d1b-ac5b-9577f65ff120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2561 | 2024.12.21 00:49:19.020135 [ 263 ] {c059986f-d0c2-4d1b-ac5b-9577f65ff120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2562 | 2024.12.21 00:49:19.020712 [ 263 ] {c059986f-d0c2-4d1b-ac5b-9577f65ff120} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2563 | 2024.12.21 00:49:19.020749 [ 263 ] {c059986f-d0c2-4d1b-ac5b-9577f65ff120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2564 | 2024.12.21 00:49:19.021139 [ 263 ] {c059986f-d0c2-4d1b-ac5b-9577f65ff120} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2565 | 2024.12.21 00:49:19.021385 [ 263 ] {c059986f-d0c2-4d1b-ac5b-9577f65ff120} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2566 | 2024.12.21 00:49:19.021564 [ 263 ] {c059986f-d0c2-4d1b-ac5b-9577f65ff120} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00151 sec., 107947.01986754966 rows/sec., 7.52 MiB/sec. | ||
| 2567 | 2024.12.21 00:49:19.021618 [ 263 ] {c059986f-d0c2-4d1b-ac5b-9577f65ff120} <Debug> TCPHandler: Processed in 0.001718942 sec. | ||
| 2568 | 2024.12.21 00:49:19.021789 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2569 | 2024.12.21 00:49:19.021933 [ 260 ] {058ecff0-8113-40cd-8158-99529db1019d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2570 | 2024.12.21 00:49:19.022028 [ 260 ] {058ecff0-8113-40cd-8158-99529db1019d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2571 | 2024.12.21 00:49:19.023192 [ 260 ] {058ecff0-8113-40cd-8158-99529db1019d} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2572 | 2024.12.21 00:49:19.023233 [ 260 ] {058ecff0-8113-40cd-8158-99529db1019d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2573 | 2024.12.21 00:49:19.023900 [ 260 ] {058ecff0-8113-40cd-8158-99529db1019d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2574 | 2024.12.21 00:49:19.024175 [ 260 ] {058ecff0-8113-40cd-8158-99529db1019d} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2575 | 2024.12.21 00:49:19.024490 [ 260 ] {058ecff0-8113-40cd-8158-99529db1019d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002583 sec., 10452.961672473868 rows/sec., 18.73 MiB/sec. | ||
| 2576 | 2024.12.21 00:49:19.024716 [ 260 ] {058ecff0-8113-40cd-8158-99529db1019d} <Debug> TCPHandler: Processed in 0.002994435 sec. | ||
| 2577 | 2024.12.21 00:49:19.024871 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2578 | 2024.12.21 00:49:19.024991 [ 263 ] {ec0208dd-1227-4b3a-b6f4-ab8031915ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2579 | 2024.12.21 00:49:19.025040 [ 263 ] {ec0208dd-1227-4b3a-b6f4-ab8031915ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2580 | 2024.12.21 00:49:19.025539 [ 263 ] {ec0208dd-1227-4b3a-b6f4-ab8031915ef8} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2581 | 2024.12.21 00:49:19.025577 [ 263 ] {ec0208dd-1227-4b3a-b6f4-ab8031915ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2582 | 2024.12.21 00:49:19.025950 [ 263 ] {ec0208dd-1227-4b3a-b6f4-ab8031915ef8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2583 | 2024.12.21 00:49:19.026197 [ 263 ] {ec0208dd-1227-4b3a-b6f4-ab8031915ef8} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2584 | 2024.12.21 00:49:19.026375 [ 263 ] {ec0208dd-1227-4b3a-b6f4-ab8031915ef8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec. | ||
| 2585 | 2024.12.21 00:49:19.026426 [ 263 ] {ec0208dd-1227-4b3a-b6f4-ab8031915ef8} <Debug> TCPHandler: Processed in 0.001612 sec. | ||
| 2586 | 2024.12.21 00:49:19.919177 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2587 | 2024.12.21 00:49:19.920116 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2588 | 2024.12.21 00:49:19.920194 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2589 | 2024.12.21 00:49:19.920981 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2590 | 2024.12.21 00:49:19.921276 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2591 | 2024.12.21 00:49:19.921537 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2592 | 2024.12.21 00:49:20.279011 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2593 | 2024.12.21 00:49:20.299471 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2594 | 2024.12.21 00:49:20.299532 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2595 | 2024.12.21 00:49:20.307452 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2596 | 2024.12.21 00:49:20.308264 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2597 | 2024.12.21 00:49:20.311740 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2598 | 2024.12.21 00:49:22.421858 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 364 | ||
| 2599 | 2024.12.21 00:49:22.425308 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2600 | 2024.12.21 00:49:22.425367 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2601 | 2024.12.21 00:49:22.426905 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2602 | 2024.12.21 00:49:22.427230 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2603 | 2024.12.21 00:49:22.427855 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 364 | ||
| 2604 | 2024.12.21 00:49:24.004412 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2605 | 2024.12.21 00:49:24.004616 [ 260 ] {bdaa149e-7765-468f-99a7-81cb5c8e8755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2606 | 2024.12.21 00:49:24.004697 [ 260 ] {bdaa149e-7765-468f-99a7-81cb5c8e8755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2607 | 2024.12.21 00:49:24.005520 [ 260 ] {bdaa149e-7765-468f-99a7-81cb5c8e8755} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2608 | 2024.12.21 00:49:24.005573 [ 260 ] {bdaa149e-7765-468f-99a7-81cb5c8e8755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2609 | 2024.12.21 00:49:24.006044 [ 260 ] {bdaa149e-7765-468f-99a7-81cb5c8e8755} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2610 | 2024.12.21 00:49:24.006349 [ 260 ] {bdaa149e-7765-468f-99a7-81cb5c8e8755} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2611 | 2024.12.21 00:49:24.006553 [ 103 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2612 | 2024.12.21 00:49:24.006616 [ 260 ] {bdaa149e-7765-468f-99a7-81cb5c8e8755} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002051 sec., 6825.938566552902 rows/sec., 491.38 KiB/sec. | ||
| 2613 | 2024.12.21 00:49:24.006624 [ 103 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2614 | 2024.12.21 00:49:24.006693 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2615 | 2024.12.21 00:49:24.006780 [ 260 ] {bdaa149e-7765-468f-99a7-81cb5c8e8755} <Debug> TCPHandler: Processed in 0.002505356 sec. | ||
| 2616 | 2024.12.21 00:49:24.006884 [ 191 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 2617 | 2024.12.21 00:49:24.007041 [ 191 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2618 | 2024.12.21 00:49:24.007080 [ 191 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 2619 | 2024.12.21 00:49:24.007121 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2620 | 2024.12.21 00:49:24.007257 [ 191 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 2621 | 2024.12.21 00:49:24.007518 [ 263 ] {4ebd6c71-fa6e-45f2-afe7-ab80cc163328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2622 | 2024.12.21 00:49:24.007640 [ 191 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 2623 | 2024.12.21 00:49:24.007702 [ 263 ] {4ebd6c71-fa6e-45f2-afe7-ab80cc163328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2624 | 2024.12.21 00:49:24.007996 [ 191 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 2625 | 2024.12.21 00:49:24.008283 [ 191 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 2626 | 2024.12.21 00:49:24.010990 [ 186 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004178247 sec., 16753.437506207745 rows/sec., 1.24 MiB/sec. | ||
| 2627 | 2024.12.21 00:49:24.011053 [ 263 ] {4ebd6c71-fa6e-45f2-afe7-ab80cc163328} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2628 | 2024.12.21 00:49:24.011124 [ 263 ] {4ebd6c71-fa6e-45f2-afe7-ab80cc163328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2629 | 2024.12.21 00:49:24.011242 [ 186 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2630 | 2024.12.21 00:49:24.011901 [ 186 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_5_1} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2631 | 2024.12.21 00:49:24.012004 [ 263 ] {4ebd6c71-fa6e-45f2-afe7-ab80cc163328} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2632 | 2024.12.21 00:49:24.012065 [ 186 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_5_1} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2633 | 2024.12.21 00:49:24.012242 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2634 | 2024.12.21 00:49:24.012423 [ 263 ] {4ebd6c71-fa6e-45f2-afe7-ab80cc163328} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2635 | 2024.12.21 00:49:24.012706 [ 263 ] {4ebd6c71-fa6e-45f2-afe7-ab80cc163328} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.005384 sec., 42161.96136701338 rows/sec., 3.69 MiB/sec. | ||
| 2636 | 2024.12.21 00:49:24.012798 [ 263 ] {4ebd6c71-fa6e-45f2-afe7-ab80cc163328} <Debug> TCPHandler: Processed in 0.005838928 sec. | ||
| 2637 | 2024.12.21 00:49:24.013007 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2638 | 2024.12.21 00:49:24.013149 [ 260 ] {a4d59396-2f03-4699-b37d-265cbebdd2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2639 | 2024.12.21 00:49:24.013210 [ 260 ] {a4d59396-2f03-4699-b37d-265cbebdd2a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2640 | 2024.12.21 00:49:24.013873 [ 260 ] {a4d59396-2f03-4699-b37d-265cbebdd2a7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2641 | 2024.12.21 00:49:24.013921 [ 260 ] {a4d59396-2f03-4699-b37d-265cbebdd2a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2642 | 2024.12.21 00:49:24.014318 [ 260 ] {a4d59396-2f03-4699-b37d-265cbebdd2a7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2643 | 2024.12.21 00:49:24.014571 [ 260 ] {a4d59396-2f03-4699-b37d-265cbebdd2a7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2644 | 2024.12.21 00:49:24.014741 [ 103 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2645 | 2024.12.21 00:49:24.014801 [ 103 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2646 | 2024.12.21 00:49:24.014831 [ 260 ] {a4d59396-2f03-4699-b37d-265cbebdd2a7} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001708 sec., 11124.121779859484 rows/sec., 795.32 KiB/sec. | ||
| 2647 | 2024.12.21 00:49:24.014844 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2648 | 2024.12.21 00:49:24.015019 [ 260 ] {a4d59396-2f03-4699-b37d-265cbebdd2a7} <Debug> TCPHandler: Processed in 0.002079149 sec. | ||
| 2649 | 2024.12.21 00:49:24.015071 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 2650 | 2024.12.21 00:49:24.015229 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2651 | 2024.12.21 00:49:24.015263 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 42 rows starting from the beginning of the part | ||
| 2652 | 2024.12.21 00:49:24.015317 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2653 | 2024.12.21 00:49:24.015415 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 15 rows starting from the beginning of the part | ||
| 2654 | 2024.12.21 00:49:24.015729 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part | ||
| 2655 | 2024.12.21 00:49:24.015931 [ 263 ] {719a1879-0c48-4311-9e63-28767fab7c7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2656 | 2024.12.21 00:49:24.016005 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 19 rows starting from the beginning of the part | ||
| 2657 | 2024.12.21 00:49:24.016112 [ 263 ] {719a1879-0c48-4311-9e63-28767fab7c7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2658 | 2024.12.21 00:49:24.016354 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 33 rows starting from the beginning of the part | ||
| 2659 | 2024.12.21 00:49:24.016666 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 19 rows starting from the beginning of the part | ||
| 2660 | 2024.12.21 00:49:24.018762 [ 263 ] {719a1879-0c48-4311-9e63-28767fab7c7b} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2661 | 2024.12.21 00:49:24.018842 [ 263 ] {719a1879-0c48-4311-9e63-28767fab7c7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2662 | 2024.12.21 00:49:24.019659 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 5 columns (5 merged, 0 gathered) in 0.004704937 sec., 32944.11806151708 rows/sec., 2.48 MiB/sec. | ||
| 2663 | 2024.12.21 00:49:24.019874 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2664 | 2024.12.21 00:49:24.019888 [ 263 ] {719a1879-0c48-4311-9e63-28767fab7c7b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2665 | 2024.12.21 00:49:24.020404 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_11_2} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2666 | 2024.12.21 00:49:24.020411 [ 263 ] {719a1879-0c48-4311-9e63-28767fab7c7b} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2667 | 2024.12.21 00:49:24.020557 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_11_2} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2668 | 2024.12.21 00:49:24.020814 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2669 | 2024.12.21 00:49:24.020939 [ 263 ] {719a1879-0c48-4311-9e63-28767fab7c7b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005254 sec., 2664.636467453369 rows/sec., 186.61 KiB/sec. | ||
| 2670 | 2024.12.21 00:49:24.021038 [ 263 ] {719a1879-0c48-4311-9e63-28767fab7c7b} <Debug> TCPHandler: Processed in 0.005892689 sec. | ||
| 2671 | 2024.12.21 00:49:24.021235 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2672 | 2024.12.21 00:49:24.021368 [ 260 ] {53ac0fae-80f4-4197-83ba-20940a4228ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2673 | 2024.12.21 00:49:24.021427 [ 260 ] {53ac0fae-80f4-4197-83ba-20940a4228ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2674 | 2024.12.21 00:49:24.022091 [ 260 ] {53ac0fae-80f4-4197-83ba-20940a4228ac} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2675 | 2024.12.21 00:49:24.022135 [ 260 ] {53ac0fae-80f4-4197-83ba-20940a4228ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2676 | 2024.12.21 00:49:24.022545 [ 260 ] {53ac0fae-80f4-4197-83ba-20940a4228ac} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2677 | 2024.12.21 00:49:24.022810 [ 260 ] {53ac0fae-80f4-4197-83ba-20940a4228ac} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2678 | 2024.12.21 00:49:24.022993 [ 103 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2679 | 2024.12.21 00:49:24.023051 [ 103 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2680 | 2024.12.21 00:49:24.023085 [ 260 ] {53ac0fae-80f4-4197-83ba-20940a4228ac} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001738 sec., 7479.861910241657 rows/sec., 466.37 KiB/sec. | ||
| 2681 | 2024.12.21 00:49:24.023093 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2682 | 2024.12.21 00:49:24.023322 [ 260 ] {53ac0fae-80f4-4197-83ba-20940a4228ac} <Debug> TCPHandler: Processed in 0.00214987 sec. | ||
| 2683 | 2024.12.21 00:49:24.023414 [ 191 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 2684 | 2024.12.21 00:49:24.023637 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2685 | 2024.12.21 00:49:24.023749 [ 191 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2686 | 2024.12.21 00:49:24.023833 [ 191 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 2687 | 2024.12.21 00:49:24.023901 [ 263 ] {bbf795bf-f67d-4d4c-bc93-da6756f853dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2688 | 2024.12.21 00:49:24.024031 [ 191 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 2689 | 2024.12.21 00:49:24.024148 [ 263 ] {bbf795bf-f67d-4d4c-bc93-da6756f853dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2690 | 2024.12.21 00:49:24.024430 [ 191 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 2691 | 2024.12.21 00:49:24.024790 [ 191 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 2692 | 2024.12.21 00:49:24.025030 [ 191 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 2693 | 2024.12.21 00:49:24.027001 [ 263 ] {bbf795bf-f67d-4d4c-bc93-da6756f853dd} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2694 | 2024.12.21 00:49:24.027072 [ 263 ] {bbf795bf-f67d-4d4c-bc93-da6756f853dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2695 | 2024.12.21 00:49:24.027742 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004528534 sec., 14353.43093371939 rows/sec., 951.00 KiB/sec. | ||
| 2696 | 2024.12.21 00:49:24.027958 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2697 | 2024.12.21 00:49:24.028041 [ 263 ] {bbf795bf-f67d-4d4c-bc93-da6756f853dd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2698 | 2024.12.21 00:49:24.028462 [ 263 ] {bbf795bf-f67d-4d4c-bc93-da6756f853dd} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2699 | 2024.12.21 00:49:24.028571 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_5_1} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2700 | 2024.12.21 00:49:24.028858 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_5_1} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2701 | 2024.12.21 00:49:24.028883 [ 263 ] {bbf795bf-f67d-4d4c-bc93-da6756f853dd} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.005064 sec., 77804.1074249605 rows/sec., 5.52 MiB/sec. | ||
| 2702 | 2024.12.21 00:49:24.029136 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2703 | 2024.12.21 00:49:24.029144 [ 263 ] {bbf795bf-f67d-4d4c-bc93-da6756f853dd} <Debug> TCPHandler: Processed in 0.005647655 sec. | ||
| 2704 | 2024.12.21 00:49:24.029390 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2705 | 2024.12.21 00:49:24.029542 [ 260 ] {09d98569-c4a9-4819-a78a-9d8b133f5607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2706 | 2024.12.21 00:49:24.029604 [ 260 ] {09d98569-c4a9-4819-a78a-9d8b133f5607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2707 | 2024.12.21 00:49:24.030227 [ 260 ] {09d98569-c4a9-4819-a78a-9d8b133f5607} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2708 | 2024.12.21 00:49:24.030272 [ 260 ] {09d98569-c4a9-4819-a78a-9d8b133f5607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2709 | 2024.12.21 00:49:24.030671 [ 260 ] {09d98569-c4a9-4819-a78a-9d8b133f5607} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2710 | 2024.12.21 00:49:24.030953 [ 260 ] {09d98569-c4a9-4819-a78a-9d8b133f5607} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2711 | 2024.12.21 00:49:24.031198 [ 260 ] {09d98569-c4a9-4819-a78a-9d8b133f5607} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001689 sec., 3552.3978685612788 rows/sec., 185.60 KiB/sec. | ||
| 2712 | 2024.12.21 00:49:24.031287 [ 260 ] {09d98569-c4a9-4819-a78a-9d8b133f5607} <Debug> TCPHandler: Processed in 0.001982627 sec. | ||
| 2713 | 2024.12.21 00:49:24.031465 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2714 | 2024.12.21 00:49:24.031599 [ 263 ] {329019f2-665c-43bf-818b-36fb61ec1267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2715 | 2024.12.21 00:49:24.031661 [ 263 ] {329019f2-665c-43bf-818b-36fb61ec1267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2716 | 2024.12.21 00:49:24.032303 [ 263 ] {329019f2-665c-43bf-818b-36fb61ec1267} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2717 | 2024.12.21 00:49:24.032345 [ 263 ] {329019f2-665c-43bf-818b-36fb61ec1267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2718 | 2024.12.21 00:49:24.032770 [ 263 ] {329019f2-665c-43bf-818b-36fb61ec1267} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2719 | 2024.12.21 00:49:24.033042 [ 263 ] {329019f2-665c-43bf-818b-36fb61ec1267} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2720 | 2024.12.21 00:49:24.033298 [ 263 ] {329019f2-665c-43bf-818b-36fb61ec1267} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001725 sec., 137391.30434782608 rows/sec., 9.21 MiB/sec. | ||
| 2721 | 2024.12.21 00:49:24.033541 [ 263 ] {329019f2-665c-43bf-818b-36fb61ec1267} <Debug> TCPHandler: Processed in 0.00213396 sec. | ||
| 2722 | 2024.12.21 00:49:24.033751 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2723 | 2024.12.21 00:49:24.033908 [ 260 ] {9672c0e9-1a51-4551-9ea9-58524af63695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2724 | 2024.12.21 00:49:24.033970 [ 260 ] {9672c0e9-1a51-4551-9ea9-58524af63695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2725 | 2024.12.21 00:49:24.034659 [ 260 ] {9672c0e9-1a51-4551-9ea9-58524af63695} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2726 | 2024.12.21 00:49:24.034711 [ 260 ] {9672c0e9-1a51-4551-9ea9-58524af63695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2727 | 2024.12.21 00:49:24.035177 [ 260 ] {9672c0e9-1a51-4551-9ea9-58524af63695} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2728 | 2024.12.21 00:49:24.035428 [ 260 ] {9672c0e9-1a51-4551-9ea9-58524af63695} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2729 | 2024.12.21 00:49:24.035662 [ 260 ] {9672c0e9-1a51-4551-9ea9-58524af63695} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001786 sec., 559.9104143337066 rows/sec., 37.73 KiB/sec. | ||
| 2730 | 2024.12.21 00:49:24.035723 [ 260 ] {9672c0e9-1a51-4551-9ea9-58524af63695} <Debug> TCPHandler: Processed in 0.002057568 sec. | ||
| 2731 | 2024.12.21 00:49:24.035897 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2732 | 2024.12.21 00:49:24.036030 [ 263 ] {48346595-ffad-4eb0-ba6d-5c3b22219093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2733 | 2024.12.21 00:49:24.036126 [ 263 ] {48346595-ffad-4eb0-ba6d-5c3b22219093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2734 | 2024.12.21 00:49:24.037311 [ 263 ] {48346595-ffad-4eb0-ba6d-5c3b22219093} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2735 | 2024.12.21 00:49:24.037356 [ 263 ] {48346595-ffad-4eb0-ba6d-5c3b22219093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2736 | 2024.12.21 00:49:24.038016 [ 263 ] {48346595-ffad-4eb0-ba6d-5c3b22219093} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2737 | 2024.12.21 00:49:24.038281 [ 263 ] {48346595-ffad-4eb0-ba6d-5c3b22219093} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2738 | 2024.12.21 00:49:24.038471 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2739 | 2024.12.21 00:49:24.038551 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2740 | 2024.12.21 00:49:24.038590 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2741 | 2024.12.21 00:49:24.038596 [ 263 ] {48346595-ffad-4eb0-ba6d-5c3b22219093} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002591 sec., 4631.416441528368 rows/sec., 8.30 MiB/sec. | ||
| 2742 | 2024.12.21 00:49:24.038962 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 2743 | 2024.12.21 00:49:24.039011 [ 263 ] {48346595-ffad-4eb0-ba6d-5c3b22219093} <Debug> TCPHandler: Processed in 0.003177899 sec. | ||
| 2744 | 2024.12.21 00:49:24.039277 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2745 | 2024.12.21 00:49:24.039613 [ 260 ] {c773f964-e676-4457-8d14-510a222f471a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2746 | 2024.12.21 00:49:24.039799 [ 260 ] {c773f964-e676-4457-8d14-510a222f471a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2747 | 2024.12.21 00:49:24.039822 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2748 | 2024.12.21 00:49:24.040087 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 124 rows starting from the beginning of the part | ||
| 2749 | 2024.12.21 00:49:24.040958 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 2750 | 2024.12.21 00:49:24.041782 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part | ||
| 2751 | 2024.12.21 00:49:24.042056 [ 260 ] {c773f964-e676-4457-8d14-510a222f471a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2752 | 2024.12.21 00:49:24.042210 [ 260 ] {c773f964-e676-4457-8d14-510a222f471a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2753 | 2024.12.21 00:49:24.042485 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 2754 | 2024.12.21 00:49:24.043126 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part | ||
| 2755 | 2024.12.21 00:49:24.043828 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
| 2756 | 2024.12.21 00:49:24.043964 [ 260 ] {c773f964-e676-4457-8d14-510a222f471a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2757 | 2024.12.21 00:49:24.044776 [ 260 ] {c773f964-e676-4457-8d14-510a222f471a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2758 | 2024.12.21 00:49:24.045479 [ 260 ] {c773f964-e676-4457-8d14-510a222f471a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005956 sec., 13767.62928139691 rows/sec., 895.40 KiB/sec. | ||
| 2759 | 2024.12.21 00:49:24.045687 [ 260 ] {c773f964-e676-4457-8d14-510a222f471a} <Debug> TCPHandler: Processed in 0.006531831 sec. | ||
| 2760 | 2024.12.21 00:49:24.048236 [ 189 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 19 columns (19 merged, 0 gathered) in 0.009519887 sec., 22059.085365193936 rows/sec., 39.53 MiB/sec. | ||
| 2761 | 2024.12.21 00:49:24.048630 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2762 | 2024.12.21 00:49:24.049024 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2763 | 2024.12.21 00:49:24.049115 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2764 | 2024.12.21 00:49:24.049236 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
| 2765 | 2024.12.21 00:49:27.276397 [ 172 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2766 | 2024.12.21 00:49:27.276454 [ 172 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2767 | 2024.12.21 00:49:27.421665 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 2768 | 2024.12.21 00:49:27.422450 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2769 | 2024.12.21 00:49:27.422506 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2770 | 2024.12.21 00:49:27.423044 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2771 | 2024.12.21 00:49:27.423316 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2772 | 2024.12.21 00:49:27.423556 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2773 | 2024.12.21 00:49:27.811811 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2774 | 2024.12.21 00:49:27.832515 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2775 | 2024.12.21 00:49:27.832570 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2776 | 2024.12.21 00:49:27.840279 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2777 | 2024.12.21 00:49:27.841097 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2778 | 2024.12.21 00:49:27.844553 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2779 | 2024.12.21 00:49:28.999561 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2780 | 2024.12.21 00:49:28.999787 [ 260 ] {5334cd70-9e4a-4321-b3a1-8beae0439a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2781 | 2024.12.21 00:49:28.999868 [ 260 ] {5334cd70-9e4a-4321-b3a1-8beae0439a7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2782 | 2024.12.21 00:49:29.000757 [ 260 ] {5334cd70-9e4a-4321-b3a1-8beae0439a7c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2783 | 2024.12.21 00:49:29.000801 [ 260 ] {5334cd70-9e4a-4321-b3a1-8beae0439a7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2784 | 2024.12.21 00:49:29.001285 [ 260 ] {5334cd70-9e4a-4321-b3a1-8beae0439a7c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2785 | 2024.12.21 00:49:29.001556 [ 260 ] {5334cd70-9e4a-4321-b3a1-8beae0439a7c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2786 | 2024.12.21 00:49:29.001820 [ 260 ] {5334cd70-9e4a-4321-b3a1-8beae0439a7c} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002092 sec., 52581.261950286804 rows/sec., 4.41 MiB/sec. | ||
| 2787 | 2024.12.21 00:49:29.001891 [ 260 ] {5334cd70-9e4a-4321-b3a1-8beae0439a7c} <Debug> TCPHandler: Processed in 0.002470145 sec. | ||
| 2788 | 2024.12.21 00:49:29.002161 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2789 | 2024.12.21 00:49:29.002368 [ 263 ] {8b545e7e-9a10-440f-a68b-e401e96baa43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2790 | 2024.12.21 00:49:29.002458 [ 263 ] {8b545e7e-9a10-440f-a68b-e401e96baa43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2791 | 2024.12.21 00:49:29.003284 [ 263 ] {8b545e7e-9a10-440f-a68b-e401e96baa43} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2792 | 2024.12.21 00:49:29.003335 [ 263 ] {8b545e7e-9a10-440f-a68b-e401e96baa43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2793 | 2024.12.21 00:49:29.003783 [ 263 ] {8b545e7e-9a10-440f-a68b-e401e96baa43} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2794 | 2024.12.21 00:49:29.004049 [ 263 ] {8b545e7e-9a10-440f-a68b-e401e96baa43} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2795 | 2024.12.21 00:49:29.004273 [ 263 ] {8b545e7e-9a10-440f-a68b-e401e96baa43} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001966 sec., 13733.468972533063 rows/sec., 1.01 MiB/sec. | ||
| 2796 | 2024.12.21 00:49:29.004354 [ 263 ] {8b545e7e-9a10-440f-a68b-e401e96baa43} <Debug> TCPHandler: Processed in 0.002346773 sec. | ||
| 2797 | 2024.12.21 00:49:29.004524 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2798 | 2024.12.21 00:49:29.004659 [ 260 ] {2afcded9-8f76-4701-971f-5927f36b97ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2799 | 2024.12.21 00:49:29.004720 [ 260 ] {2afcded9-8f76-4701-971f-5927f36b97ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2800 | 2024.12.21 00:49:29.005469 [ 260 ] {2afcded9-8f76-4701-971f-5927f36b97ef} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2801 | 2024.12.21 00:49:29.005517 [ 260 ] {2afcded9-8f76-4701-971f-5927f36b97ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2802 | 2024.12.21 00:49:29.005923 [ 260 ] {2afcded9-8f76-4701-971f-5927f36b97ef} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2803 | 2024.12.21 00:49:29.006170 [ 260 ] {2afcded9-8f76-4701-971f-5927f36b97ef} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2804 | 2024.12.21 00:49:29.006401 [ 260 ] {2afcded9-8f76-4701-971f-5927f36b97ef} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001778 sec., 51181.10236220472 rows/sec., 4.00 MiB/sec. | ||
| 2805 | 2024.12.21 00:49:29.006460 [ 260 ] {2afcded9-8f76-4701-971f-5927f36b97ef} <Debug> TCPHandler: Processed in 0.001997587 sec. | ||
| 2806 | 2024.12.21 00:49:29.006623 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2807 | 2024.12.21 00:49:29.006764 [ 263 ] {2b36b236-7df6-4e6c-ac68-b8c8603b4580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2808 | 2024.12.21 00:49:29.006829 [ 263 ] {2b36b236-7df6-4e6c-ac68-b8c8603b4580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2809 | 2024.12.21 00:49:29.007464 [ 263 ] {2b36b236-7df6-4e6c-ac68-b8c8603b4580} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2810 | 2024.12.21 00:49:29.007506 [ 263 ] {2b36b236-7df6-4e6c-ac68-b8c8603b4580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2811 | 2024.12.21 00:49:29.007943 [ 263 ] {2b36b236-7df6-4e6c-ac68-b8c8603b4580} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2812 | 2024.12.21 00:49:29.008211 [ 263 ] {2b36b236-7df6-4e6c-ac68-b8c8603b4580} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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.21 00:49:29.008412 [ 263 ] {2b36b236-7df6-4e6c-ac68-b8c8603b4580} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001683 sec., 95068.330362448 rows/sec., 6.62 MiB/sec. | ||
| 2814 | 2024.12.21 00:49:29.008488 [ 263 ] {2b36b236-7df6-4e6c-ac68-b8c8603b4580} <Debug> TCPHandler: Processed in 0.001928456 sec. | ||
| 2815 | 2024.12.21 00:49:29.008642 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2816 | 2024.12.21 00:49:29.008764 [ 260 ] {2c7c296f-c02b-4d1a-a3e5-17fbe8f19632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2817 | 2024.12.21 00:49:29.008847 [ 260 ] {2c7c296f-c02b-4d1a-a3e5-17fbe8f19632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2818 | 2024.12.21 00:49:29.009993 [ 260 ] {2c7c296f-c02b-4d1a-a3e5-17fbe8f19632} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2819 | 2024.12.21 00:49:29.010033 [ 260 ] {2c7c296f-c02b-4d1a-a3e5-17fbe8f19632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2820 | 2024.12.21 00:49:29.010695 [ 260 ] {2c7c296f-c02b-4d1a-a3e5-17fbe8f19632} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2821 | 2024.12.21 00:49:29.010960 [ 260 ] {2c7c296f-c02b-4d1a-a3e5-17fbe8f19632} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2822 | 2024.12.21 00:49:29.011293 [ 260 ] {2c7c296f-c02b-4d1a-a3e5-17fbe8f19632} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00253 sec., 10671.93675889328 rows/sec., 19.12 MiB/sec. | ||
| 2823 | 2024.12.21 00:49:29.011477 [ 260 ] {2c7c296f-c02b-4d1a-a3e5-17fbe8f19632} <Debug> TCPHandler: Processed in 0.002894193 sec. | ||
| 2824 | 2024.12.21 00:49:29.011641 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2825 | 2024.12.21 00:49:29.011776 [ 263 ] {460d8184-7ee4-43ce-b1b3-eaf2a41ee021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2826 | 2024.12.21 00:49:29.011835 [ 263 ] {460d8184-7ee4-43ce-b1b3-eaf2a41ee021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2827 | 2024.12.21 00:49:29.012368 [ 263 ] {460d8184-7ee4-43ce-b1b3-eaf2a41ee021} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2828 | 2024.12.21 00:49:29.012409 [ 263 ] {460d8184-7ee4-43ce-b1b3-eaf2a41ee021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2829 | 2024.12.21 00:49:29.012808 [ 263 ] {460d8184-7ee4-43ce-b1b3-eaf2a41ee021} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2830 | 2024.12.21 00:49:29.013063 [ 263 ] {460d8184-7ee4-43ce-b1b3-eaf2a41ee021} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2831 | 2024.12.21 00:49:29.013338 [ 263 ] {460d8184-7ee4-43ce-b1b3-eaf2a41ee021} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec. | ||
| 2832 | 2024.12.21 00:49:29.013519 [ 263 ] {460d8184-7ee4-43ce-b1b3-eaf2a41ee021} <Debug> TCPHandler: Processed in 0.001938476 sec. | ||
| 2833 | 2024.12.21 00:49:30.082138 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2834 | 2024.12.21 00:49:30.082491 [ 260 ] {bb252714-9ed8-4c12-b1a2-a6283e2e8f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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) | ||
| 2835 | 2024.12.21 00:49:30.082981 [ 260 ] {bb252714-9ed8-4c12-b1a2-a6283e2e8f70} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2836 | 2024.12.21 00:49:30.083034 [ 260 ] {bb252714-9ed8-4c12-b1a2-a6283e2e8f70} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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 | ||
| 2837 | 2024.12.21 00:49:30.083404 [ 260 ] {bb252714-9ed8-4c12-b1a2-a6283e2e8f70} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2838 | 2024.12.21 00:49:30.083486 [ 260 ] {bb252714-9ed8-4c12-b1a2-a6283e2e8f70} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2839 | 2024.12.21 00:49:30.083662 [ 260 ] {bb252714-9ed8-4c12-b1a2-a6283e2e8f70} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2840 | 2024.12.21 00:49:30.083703 [ 260 ] {bb252714-9ed8-4c12-b1a2-a6283e2e8f70} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2841 | 2024.12.21 00:49:30.083730 [ 260 ] {bb252714-9ed8-4c12-b1a2-a6283e2e8f70} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 2842 | 2024.12.21 00:49:30.083749 [ 260 ] {bb252714-9ed8-4c12-b1a2-a6283e2e8f70} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2843 | 2024.12.21 00:49:30.083799 [ 260 ] {bb252714-9ed8-4c12-b1a2-a6283e2e8f70} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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'))" | ||
| 2844 | 2024.12.21 00:49:30.083826 [ 260 ] {bb252714-9ed8-4c12-b1a2-a6283e2e8f70} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 2845 | 2024.12.21 00:49:30.084773 [ 260 ] {bb252714-9ed8-4c12-b1a2-a6283e2e8f70} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.00245 sec., 14693.877551020409 rows/sec., 565.61 KiB/sec. | ||
| 2846 | 2024.12.21 00:49:30.084909 [ 260 ] {bb252714-9ed8-4c12-b1a2-a6283e2e8f70} <Debug> TCPHandler: Processed in 0.002935854 sec. | ||
| 2847 | 2024.12.21 00:49:30.085377 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2848 | 2024.12.21 00:49:30.085672 [ 263 ] {b5954ef3-1d16-449c-ba78-bee92309eabb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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) | ||
| 2849 | 2024.12.21 00:49:30.086107 [ 263 ] {b5954ef3-1d16-449c-ba78-bee92309eabb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2850 | 2024.12.21 00:49:30.086161 [ 263 ] {b5954ef3-1d16-449c-ba78-bee92309eabb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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 | ||
| 2851 | 2024.12.21 00:49:30.086526 [ 263 ] {b5954ef3-1d16-449c-ba78-bee92309eabb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2852 | 2024.12.21 00:49:30.086608 [ 263 ] {b5954ef3-1d16-449c-ba78-bee92309eabb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2853 | 2024.12.21 00:49:30.086790 [ 263 ] {b5954ef3-1d16-449c-ba78-bee92309eabb} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2854 | 2024.12.21 00:49:30.086829 [ 263 ] {b5954ef3-1d16-449c-ba78-bee92309eabb} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2855 | 2024.12.21 00:49:30.086854 [ 263 ] {b5954ef3-1d16-449c-ba78-bee92309eabb} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 2856 | 2024.12.21 00:49:30.086872 [ 263 ] {b5954ef3-1d16-449c-ba78-bee92309eabb} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2857 | 2024.12.21 00:49:30.086921 [ 263 ] {b5954ef3-1d16-449c-ba78-bee92309eabb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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'))" | ||
| 2858 | 2024.12.21 00:49:30.086945 [ 263 ] {b5954ef3-1d16-449c-ba78-bee92309eabb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 2859 | 2024.12.21 00:49:30.087541 [ 263 ] {b5954ef3-1d16-449c-ba78-bee92309eabb} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002013 sec., 17883.755588673623 rows/sec., 688.40 KiB/sec. | ||
| 2860 | 2024.12.21 00:49:30.087640 [ 263 ] {b5954ef3-1d16-449c-ba78-bee92309eabb} <Debug> TCPHandler: Processed in 0.002402944 sec. | ||
| 2861 | 2024.12.21 00:49:30.087942 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2862 | 2024.12.21 00:49:30.088180 [ 260 ] {0e3428eb-fa2c-46c8-9fd7-264346c6455e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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) | ||
| 2863 | 2024.12.21 00:49:30.088600 [ 260 ] {0e3428eb-fa2c-46c8-9fd7-264346c6455e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2864 | 2024.12.21 00:49:30.088664 [ 260 ] {0e3428eb-fa2c-46c8-9fd7-264346c6455e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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 | ||
| 2865 | 2024.12.21 00:49:30.088999 [ 260 ] {0e3428eb-fa2c-46c8-9fd7-264346c6455e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2866 | 2024.12.21 00:49:30.089065 [ 260 ] {0e3428eb-fa2c-46c8-9fd7-264346c6455e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2867 | 2024.12.21 00:49:30.089217 [ 260 ] {0e3428eb-fa2c-46c8-9fd7-264346c6455e} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2868 | 2024.12.21 00:49:30.089251 [ 260 ] {0e3428eb-fa2c-46c8-9fd7-264346c6455e} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2869 | 2024.12.21 00:49:30.089275 [ 260 ] {0e3428eb-fa2c-46c8-9fd7-264346c6455e} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 2870 | 2024.12.21 00:49:30.089292 [ 260 ] {0e3428eb-fa2c-46c8-9fd7-264346c6455e} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2871 | 2024.12.21 00:49:30.089337 [ 260 ] {0e3428eb-fa2c-46c8-9fd7-264346c6455e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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'))" | ||
| 2872 | 2024.12.21 00:49:30.089362 [ 260 ] {0e3428eb-fa2c-46c8-9fd7-264346c6455e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 2873 | 2024.12.21 00:49:30.089931 [ 260 ] {0e3428eb-fa2c-46c8-9fd7-264346c6455e} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001876 sec., 19189.765458422175 rows/sec., 738.67 KiB/sec. | ||
| 2874 | 2024.12.21 00:49:30.090050 [ 260 ] {0e3428eb-fa2c-46c8-9fd7-264346c6455e} <Debug> TCPHandler: Processed in 0.002178451 sec. | ||
| 2875 | 2024.12.21 00:49:30.090428 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2876 | 2024.12.21 00:49:30.090663 [ 263 ] {02bd598e-8a85-4db9-ac50-7afcbfd3ba61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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) | ||
| 2877 | 2024.12.21 00:49:30.091027 [ 263 ] {02bd598e-8a85-4db9-ac50-7afcbfd3ba61} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2878 | 2024.12.21 00:49:30.091078 [ 263 ] {02bd598e-8a85-4db9-ac50-7afcbfd3ba61} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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 | ||
| 2879 | 2024.12.21 00:49:30.091414 [ 263 ] {02bd598e-8a85-4db9-ac50-7afcbfd3ba61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2880 | 2024.12.21 00:49:30.091481 [ 263 ] {02bd598e-8a85-4db9-ac50-7afcbfd3ba61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2881 | 2024.12.21 00:49:30.091630 [ 263 ] {02bd598e-8a85-4db9-ac50-7afcbfd3ba61} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2882 | 2024.12.21 00:49:30.091664 [ 263 ] {02bd598e-8a85-4db9-ac50-7afcbfd3ba61} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2883 | 2024.12.21 00:49:30.091688 [ 263 ] {02bd598e-8a85-4db9-ac50-7afcbfd3ba61} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 2884 | 2024.12.21 00:49:30.091705 [ 263 ] {02bd598e-8a85-4db9-ac50-7afcbfd3ba61} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2885 | 2024.12.21 00:49:30.091748 [ 263 ] {02bd598e-8a85-4db9-ac50-7afcbfd3ba61} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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'))" | ||
| 2886 | 2024.12.21 00:49:30.091772 [ 263 ] {02bd598e-8a85-4db9-ac50-7afcbfd3ba61} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 2887 | 2024.12.21 00:49:30.092285 [ 263 ] {02bd598e-8a85-4db9-ac50-7afcbfd3ba61} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001745 sec., 20630.372492836676 rows/sec., 794.12 KiB/sec. | ||
| 2888 | 2024.12.21 00:49:30.092371 [ 263 ] {02bd598e-8a85-4db9-ac50-7afcbfd3ba61} <Debug> TCPHandler: Processed in 0.002013277 sec. | ||
| 2889 | 2024.12.21 00:49:30.092620 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2890 | 2024.12.21 00:49:30.092841 [ 260 ] {f08ab6b4-7abf-466a-9bca-e6bcc90d55b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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) | ||
| 2891 | 2024.12.21 00:49:30.093256 [ 260 ] {f08ab6b4-7abf-466a-9bca-e6bcc90d55b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2892 | 2024.12.21 00:49:30.093318 [ 260 ] {f08ab6b4-7abf-466a-9bca-e6bcc90d55b9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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 | ||
| 2893 | 2024.12.21 00:49:30.093726 [ 260 ] {f08ab6b4-7abf-466a-9bca-e6bcc90d55b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2894 | 2024.12.21 00:49:30.093792 [ 260 ] {f08ab6b4-7abf-466a-9bca-e6bcc90d55b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2895 | 2024.12.21 00:49:30.093940 [ 260 ] {f08ab6b4-7abf-466a-9bca-e6bcc90d55b9} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2896 | 2024.12.21 00:49:30.093973 [ 260 ] {f08ab6b4-7abf-466a-9bca-e6bcc90d55b9} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2897 | 2024.12.21 00:49:30.093996 [ 260 ] {f08ab6b4-7abf-466a-9bca-e6bcc90d55b9} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 2898 | 2024.12.21 00:49:30.094012 [ 260 ] {f08ab6b4-7abf-466a-9bca-e6bcc90d55b9} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2899 | 2024.12.21 00:49:30.094056 [ 260 ] {f08ab6b4-7abf-466a-9bca-e6bcc90d55b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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'))" | ||
| 2900 | 2024.12.21 00:49:30.094081 [ 260 ] {f08ab6b4-7abf-466a-9bca-e6bcc90d55b9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 2901 | 2024.12.21 00:49:30.094621 [ 260 ] {f08ab6b4-7abf-466a-9bca-e6bcc90d55b9} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001897 sec., 18977.33263046916 rows/sec., 730.49 KiB/sec. | ||
| 2902 | 2024.12.21 00:49:30.094737 [ 260 ] {f08ab6b4-7abf-466a-9bca-e6bcc90d55b9} <Debug> TCPHandler: Processed in 0.002171161 sec. | ||
| 2903 | 2024.12.21 00:49:30.095036 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2904 | 2024.12.21 00:49:30.095266 [ 263 ] {66667e29-3bea-4410-918a-c5c2ef9d469f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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) | ||
| 2905 | 2024.12.21 00:49:30.095684 [ 263 ] {66667e29-3bea-4410-918a-c5c2ef9d469f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2906 | 2024.12.21 00:49:30.095743 [ 263 ] {66667e29-3bea-4410-918a-c5c2ef9d469f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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 | ||
| 2907 | 2024.12.21 00:49:30.096081 [ 263 ] {66667e29-3bea-4410-918a-c5c2ef9d469f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2908 | 2024.12.21 00:49:30.096147 [ 263 ] {66667e29-3bea-4410-918a-c5c2ef9d469f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2909 | 2024.12.21 00:49:30.096297 [ 263 ] {66667e29-3bea-4410-918a-c5c2ef9d469f} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2910 | 2024.12.21 00:49:30.096331 [ 263 ] {66667e29-3bea-4410-918a-c5c2ef9d469f} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2911 | 2024.12.21 00:49:30.096354 [ 263 ] {66667e29-3bea-4410-918a-c5c2ef9d469f} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 2912 | 2024.12.21 00:49:30.096371 [ 263 ] {66667e29-3bea-4410-918a-c5c2ef9d469f} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2913 | 2024.12.21 00:49:30.096506 [ 263 ] {66667e29-3bea-4410-918a-c5c2ef9d469f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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'))" | ||
| 2914 | 2024.12.21 00:49:30.096606 [ 263 ] {66667e29-3bea-4410-918a-c5c2ef9d469f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 2915 | 2024.12.21 00:49:30.097113 [ 263 ] {66667e29-3bea-4410-918a-c5c2ef9d469f} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001967 sec., 18301.982714794103 rows/sec., 704.50 KiB/sec. | ||
| 2916 | 2024.12.21 00:49:30.097200 [ 263 ] {66667e29-3bea-4410-918a-c5c2ef9d469f} <Debug> TCPHandler: Processed in 0.002234341 sec. | ||
| 2917 | 2024.12.21 00:49:30.213017 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2918 | 2024.12.21 00:49:30.213401 [ 260 ] {b426b9db-b196-402e-8dfd-e710acd434ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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) | ||
| 2919 | 2024.12.21 00:49:30.213908 [ 260 ] {b426b9db-b196-402e-8dfd-e710acd434ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2920 | 2024.12.21 00:49:30.213961 [ 260 ] {b426b9db-b196-402e-8dfd-e710acd434ce} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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 | ||
| 2921 | 2024.12.21 00:49:30.214309 [ 260 ] {b426b9db-b196-402e-8dfd-e710acd434ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2922 | 2024.12.21 00:49:30.214377 [ 260 ] {b426b9db-b196-402e-8dfd-e710acd434ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2923 | 2024.12.21 00:49:30.214525 [ 260 ] {b426b9db-b196-402e-8dfd-e710acd434ce} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 2924 | 2024.12.21 00:49:30.214558 [ 260 ] {b426b9db-b196-402e-8dfd-e710acd434ce} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2925 | 2024.12.21 00:49:30.214582 [ 260 ] {b426b9db-b196-402e-8dfd-e710acd434ce} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 2926 | 2024.12.21 00:49:30.214598 [ 260 ] {b426b9db-b196-402e-8dfd-e710acd434ce} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2927 | 2024.12.21 00:49:30.214644 [ 260 ] {b426b9db-b196-402e-8dfd-e710acd434ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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'))" | ||
| 2928 | 2024.12.21 00:49:30.214669 [ 260 ] {b426b9db-b196-402e-8dfd-e710acd434ce} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 2929 | 2024.12.21 00:49:30.215286 [ 260 ] {b426b9db-b196-402e-8dfd-e710acd434ce} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002079 sec., 17316.017316017314 rows/sec., 666.54 KiB/sec. | ||
| 2930 | 2024.12.21 00:49:30.215403 [ 260 ] {b426b9db-b196-402e-8dfd-e710acd434ce} <Debug> TCPHandler: Processed in 0.002504447 sec. | ||
| 2931 | 2024.12.21 00:49:30.215929 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2932 | 2024.12.21 00:49:30.216070 [ 263 ] {f7195da3-7b15-4236-b318-070717365d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2933 | 2024.12.21 00:49:30.216126 [ 263 ] {f7195da3-7b15-4236-b318-070717365d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2934 | 2024.12.21 00:49:30.216891 [ 263 ] {f7195da3-7b15-4236-b318-070717365d60} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2935 | 2024.12.21 00:49:30.216938 [ 263 ] {f7195da3-7b15-4236-b318-070717365d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2936 | 2024.12.21 00:49:30.217436 [ 263 ] {f7195da3-7b15-4236-b318-070717365d60} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2937 | 2024.12.21 00:49:30.217656 [ 263 ] {f7195da3-7b15-4236-b318-070717365d60} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2938 | 2024.12.21 00:49:30.217851 [ 263 ] {f7195da3-7b15-4236-b318-070717365d60} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001822 sec., 3841.931942919868 rows/sec., 781.46 KiB/sec. | ||
| 2939 | 2024.12.21 00:49:30.217909 [ 263 ] {f7195da3-7b15-4236-b318-070717365d60} <Debug> TCPHandler: Processed in 0.002041578 sec. | ||
| 2940 | 2024.12.21 00:49:30.218071 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2941 | 2024.12.21 00:49:30.218222 [ 260 ] {52a04091-102e-4570-82b4-89f1577fd94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2942 | 2024.12.21 00:49:30.218280 [ 260 ] {52a04091-102e-4570-82b4-89f1577fd94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2943 | 2024.12.21 00:49:30.218960 [ 260 ] {52a04091-102e-4570-82b4-89f1577fd94e} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2944 | 2024.12.21 00:49:30.219009 [ 260 ] {52a04091-102e-4570-82b4-89f1577fd94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2945 | 2024.12.21 00:49:30.219432 [ 260 ] {52a04091-102e-4570-82b4-89f1577fd94e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2946 | 2024.12.21 00:49:30.219695 [ 260 ] {52a04091-102e-4570-82b4-89f1577fd94e} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2947 | 2024.12.21 00:49:30.219921 [ 260 ] {52a04091-102e-4570-82b4-89f1577fd94e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001743 sec., 8032.128514056225 rows/sec., 578.21 KiB/sec. | ||
| 2948 | 2024.12.21 00:49:30.219983 [ 260 ] {52a04091-102e-4570-82b4-89f1577fd94e} <Debug> TCPHandler: Processed in 0.001980137 sec. | ||
| 2949 | 2024.12.21 00:49:30.220142 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2950 | 2024.12.21 00:49:30.220283 [ 263 ] {2188d9ec-2ff5-4af9-a162-9417a282a779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2951 | 2024.12.21 00:49:30.220342 [ 263 ] {2188d9ec-2ff5-4af9-a162-9417a282a779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2952 | 2024.12.21 00:49:30.221158 [ 263 ] {2188d9ec-2ff5-4af9-a162-9417a282a779} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2953 | 2024.12.21 00:49:30.221212 [ 263 ] {2188d9ec-2ff5-4af9-a162-9417a282a779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2954 | 2024.12.21 00:49:30.221573 [ 263 ] {2188d9ec-2ff5-4af9-a162-9417a282a779} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2955 | 2024.12.21 00:49:30.221814 [ 263 ] {2188d9ec-2ff5-4af9-a162-9417a282a779} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2956 | 2024.12.21 00:49:30.221986 [ 263 ] {2188d9ec-2ff5-4af9-a162-9417a282a779} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001737 sec., 2302.8209556706965 rows/sec., 187.78 KiB/sec. | ||
| 2957 | 2024.12.21 00:49:30.222039 [ 263 ] {2188d9ec-2ff5-4af9-a162-9417a282a779} <Debug> TCPHandler: Processed in 0.001966067 sec. | ||
| 2958 | 2024.12.21 00:49:30.222194 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2959 | 2024.12.21 00:49:30.222335 [ 260 ] {ef158550-9fba-4a0f-ba1b-0d24f87f3930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2960 | 2024.12.21 00:49:30.222392 [ 260 ] {ef158550-9fba-4a0f-ba1b-0d24f87f3930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2961 | 2024.12.21 00:49:30.223548 [ 260 ] {ef158550-9fba-4a0f-ba1b-0d24f87f3930} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2962 | 2024.12.21 00:49:30.223590 [ 260 ] {ef158550-9fba-4a0f-ba1b-0d24f87f3930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2963 | 2024.12.21 00:49:30.224070 [ 260 ] {ef158550-9fba-4a0f-ba1b-0d24f87f3930} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2964 | 2024.12.21 00:49:30.224322 [ 260 ] {ef158550-9fba-4a0f-ba1b-0d24f87f3930} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2965 | 2024.12.21 00:49:30.224482 [ 152 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2966 | 2024.12.21 00:49:30.224543 [ 152 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2967 | 2024.12.21 00:49:30.224576 [ 260 ] {ef158550-9fba-4a0f-ba1b-0d24f87f3930} <Debug> executeQuery: Read 1370 rows, 116.66 KiB in 0.002264 sec., 605123.6749116608 rows/sec., 50.32 MiB/sec. | ||
| 2968 | 2024.12.21 00:49:30.224582 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2969 | 2024.12.21 00:49:30.224739 [ 260 ] {ef158550-9fba-4a0f-ba1b-0d24f87f3930} <Debug> TCPHandler: Processed in 0.002610598 sec. | ||
| 2970 | 2024.12.21 00:49:30.224962 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 2971 | 2024.12.21 00:49:30.224985 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2972 | 2024.12.21 00:49:30.225270 [ 263 ] {8bcc4bad-75c6-4bb1-a626-bceaeae64a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2973 | 2024.12.21 00:49:30.225350 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2974 | 2024.12.21 00:49:30.225373 [ 263 ] {8bcc4bad-75c6-4bb1-a626-bceaeae64a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2975 | 2024.12.21 00:49:30.225483 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 273 rows starting from the beginning of the part | ||
| 2976 | 2024.12.21 00:49:30.225806 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part | ||
| 2977 | 2024.12.21 00:49:30.226174 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 2978 | 2024.12.21 00:49:30.226734 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 227 rows starting from the beginning of the part | ||
| 2979 | 2024.12.21 00:49:30.226988 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 110 rows starting from the beginning of the part | ||
| 2980 | 2024.12.21 00:49:30.227348 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1370 rows starting from the beginning of the part | ||
| 2981 | 2024.12.21 00:49:30.228461 [ 263 ] {8bcc4bad-75c6-4bb1-a626-bceaeae64a7e} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2982 | 2024.12.21 00:49:30.228542 [ 263 ] {8bcc4bad-75c6-4bb1-a626-bceaeae64a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2983 | 2024.12.21 00:49:30.229608 [ 263 ] {8bcc4bad-75c6-4bb1-a626-bceaeae64a7e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2984 | 2024.12.21 00:49:30.230164 [ 263 ] {8bcc4bad-75c6-4bb1-a626-bceaeae64a7e} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2985 | 2024.12.21 00:49:30.230459 [ 263 ] {8bcc4bad-75c6-4bb1-a626-bceaeae64a7e} <Debug> executeQuery: Read 23 rows, 1.64 KiB in 0.005272 sec., 4362.670713201821 rows/sec., 310.64 KiB/sec. | ||
| 2986 | 2024.12.21 00:49:30.230548 [ 263 ] {8bcc4bad-75c6-4bb1-a626-bceaeae64a7e} <Debug> TCPHandler: Processed in 0.005659215 sec. | ||
| 2987 | 2024.12.21 00:49:30.230944 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2988 | 2024.12.21 00:49:30.231063 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2321 rows, containing 5 columns (5 merged, 0 gathered) in 0.006318957 sec., 367307.45279640297 rows/sec., 32.48 MiB/sec. | ||
| 2989 | 2024.12.21 00:49:30.231238 [ 260 ] {0f484837-c05c-483f-9d35-d45f78bd512e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2990 | 2024.12.21 00:49:30.231359 [ 260 ] {0f484837-c05c-483f-9d35-d45f78bd512e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2991 | 2024.12.21 00:49:30.231470 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2992 | 2024.12.21 00:49:30.232208 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_16_3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2993 | 2024.12.21 00:49:30.232342 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_16_3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2994 | 2024.12.21 00:49:30.232506 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 2995 | 2024.12.21 00:49:30.232770 [ 260 ] {0f484837-c05c-483f-9d35-d45f78bd512e} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2996 | 2024.12.21 00:49:30.232816 [ 260 ] {0f484837-c05c-483f-9d35-d45f78bd512e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2997 | 2024.12.21 00:49:30.233203 [ 260 ] {0f484837-c05c-483f-9d35-d45f78bd512e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2998 | 2024.12.21 00:49:30.233455 [ 260 ] {0f484837-c05c-483f-9d35-d45f78bd512e} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2999 | 2024.12.21 00:49:30.233623 [ 152 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3000 | 2024.12.21 00:49:30.233700 [ 152 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3001 | 2024.12.21 00:49:30.233717 [ 260 ] {0f484837-c05c-483f-9d35-d45f78bd512e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002539 sec., 95313.11539976369 rows/sec., 6.46 MiB/sec. | ||
| 3002 | 2024.12.21 00:49:30.233735 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3003 | 2024.12.21 00:49:30.233882 [ 260 ] {0f484837-c05c-483f-9d35-d45f78bd512e} <Debug> TCPHandler: Processed in 0.00321392 sec. | ||
| 3004 | 2024.12.21 00:49:30.233928 [ 189 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 3005 | 2024.12.21 00:49:30.234061 [ 189 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3006 | 2024.12.21 00:49:30.234076 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3007 | 2024.12.21 00:49:30.234098 [ 189 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 3008 | 2024.12.21 00:49:30.234311 [ 189 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 3009 | 2024.12.21 00:49:30.234501 [ 263 ] {12cfd2ba-44e2-4ea1-95fe-53473fa49229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3010 | 2024.12.21 00:49:30.234678 [ 189 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 3011 | 2024.12.21 00:49:30.234738 [ 263 ] {12cfd2ba-44e2-4ea1-95fe-53473fa49229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3012 | 2024.12.21 00:49:30.235096 [ 189 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 3013 | 2024.12.21 00:49:30.235422 [ 189 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 3014 | 2024.12.21 00:49:30.235790 [ 189 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
| 3015 | 2024.12.21 00:49:30.237405 [ 263 ] {12cfd2ba-44e2-4ea1-95fe-53473fa49229} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3016 | 2024.12.21 00:49:30.237475 [ 263 ] {12cfd2ba-44e2-4ea1-95fe-53473fa49229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3017 | 2024.12.21 00:49:30.238407 [ 263 ] {12cfd2ba-44e2-4ea1-95fe-53473fa49229} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3018 | 2024.12.21 00:49:30.238646 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 313 rows, containing 5 columns (5 merged, 0 gathered) in 0.004796329 sec., 65258.2422932205 rows/sec., 4.68 MiB/sec. | ||
| 3019 | 2024.12.21 00:49:30.238883 [ 263 ] {12cfd2ba-44e2-4ea1-95fe-53473fa49229} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3020 | 2024.12.21 00:49:30.239049 [ 195 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3021 | 2024.12.21 00:49:30.239401 [ 263 ] {12cfd2ba-44e2-4ea1-95fe-53473fa49229} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005048 sec., 2575.2773375594293 rows/sec., 160.57 KiB/sec. | ||
| 3022 | 2024.12.21 00:49:30.239746 [ 263 ] {12cfd2ba-44e2-4ea1-95fe-53473fa49229} <Debug> TCPHandler: Processed in 0.005757037 sec. | ||
| 3023 | 2024.12.21 00:49:30.239982 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3024 | 2024.12.21 00:49:30.240100 [ 195 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_6_1} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3025 | 2024.12.21 00:49:30.240204 [ 260 ] {4a41cec6-76ad-42c8-b29b-8cb5387962a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3026 | 2024.12.21 00:49:30.240269 [ 195 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_6_1} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3027 | 2024.12.21 00:49:30.240296 [ 260 ] {4a41cec6-76ad-42c8-b29b-8cb5387962a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3028 | 2024.12.21 00:49:30.240484 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3029 | 2024.12.21 00:49:30.241561 [ 260 ] {4a41cec6-76ad-42c8-b29b-8cb5387962a7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3030 | 2024.12.21 00:49:30.241615 [ 260 ] {4a41cec6-76ad-42c8-b29b-8cb5387962a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3031 | 2024.12.21 00:49:30.242050 [ 260 ] {4a41cec6-76ad-42c8-b29b-8cb5387962a7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3032 | 2024.12.21 00:49:30.242300 [ 260 ] {4a41cec6-76ad-42c8-b29b-8cb5387962a7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): 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.21 00:49:30.242458 [ 152 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3034 | 2024.12.21 00:49:30.242522 [ 152 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3035 | 2024.12.21 00:49:30.242546 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3036 | 2024.12.21 00:49:30.242577 [ 260 ] {4a41cec6-76ad-42c8-b29b-8cb5387962a7} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.002436 sec., 350574.7126436782 rows/sec., 25.36 MiB/sec. | ||
| 3037 | 2024.12.21 00:49:30.243014 [ 194 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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.21 00:49:30.243018 [ 260 ] {4a41cec6-76ad-42c8-b29b-8cb5387962a7} <Debug> TCPHandler: Processed in 0.003148189 sec. | ||
| 3039 | 2024.12.21 00:49:30.243282 [ 194 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3040 | 2024.12.21 00:49:30.243301 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3041 | 2024.12.21 00:49:30.243352 [ 194 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 430 rows starting from the beginning of the part | ||
| 3042 | 2024.12.21 00:49:30.243636 [ 194 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 400 rows starting from the beginning of the part | ||
| 3043 | 2024.12.21 00:49:30.243720 [ 263 ] {992c62b4-dabe-4f0f-b675-d94cc1c5bdaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3044 | 2024.12.21 00:49:30.243871 [ 194 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 97 rows starting from the beginning of the part | ||
| 3045 | 2024.12.21 00:49:30.243889 [ 263 ] {992c62b4-dabe-4f0f-b675-d94cc1c5bdaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3046 | 2024.12.21 00:49:30.244295 [ 194 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 394 rows starting from the beginning of the part | ||
| 3047 | 2024.12.21 00:49:30.244666 [ 194 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 91 rows starting from the beginning of the part | ||
| 3048 | 2024.12.21 00:49:30.245011 [ 194 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 854 rows starting from the beginning of the part | ||
| 3049 | 2024.12.21 00:49:30.246113 [ 263 ] {992c62b4-dabe-4f0f-b675-d94cc1c5bdaf} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3050 | 2024.12.21 00:49:30.246182 [ 263 ] {992c62b4-dabe-4f0f-b675-d94cc1c5bdaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3051 | 2024.12.21 00:49:30.247148 [ 263 ] {992c62b4-dabe-4f0f-b675-d94cc1c5bdaf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3052 | 2024.12.21 00:49:30.247548 [ 263 ] {992c62b4-dabe-4f0f-b675-d94cc1c5bdaf} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3053 | 2024.12.21 00:49:30.247690 [ 152 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3054 | 2024.12.21 00:49:30.247744 [ 152 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3055 | 2024.12.21 00:49:30.247819 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3056 | 2024.12.21 00:49:30.247937 [ 263 ] {992c62b4-dabe-4f0f-b675-d94cc1c5bdaf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00434 sec., 1382.4884792626729 rows/sec., 72.23 KiB/sec. | ||
| 3057 | 2024.12.21 00:49:30.248400 [ 263 ] {992c62b4-dabe-4f0f-b675-d94cc1c5bdaf} <Debug> TCPHandler: Processed in 0.005206537 sec. | ||
| 3058 | 2024.12.21 00:49:30.248811 [ 192 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2266 rows, containing 5 columns (5 merged, 0 gathered) in 0.006177864 sec., 366793.44187570334 rows/sec., 27.89 MiB/sec. | ||
| 3059 | 2024.12.21 00:49:30.248892 [ 195 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 3060 | 2024.12.21 00:49:30.248919 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3061 | 2024.12.21 00:49:30.249147 [ 192 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3062 | 2024.12.21 00:49:30.249158 [ 195 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3063 | 2024.12.21 00:49:30.249280 [ 195 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 3064 | 2024.12.21 00:49:30.249609 [ 195 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 3065 | 2024.12.21 00:49:30.249747 [ 260 ] {4148bd0e-febc-45f4-ab37-5b9576e693df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3066 | 2024.12.21 00:49:30.250076 [ 195 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 3067 | 2024.12.21 00:49:30.250109 [ 260 ] {4148bd0e-febc-45f4-ab37-5b9576e693df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3068 | 2024.12.21 00:49:30.250465 [ 195 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 3069 | 2024.12.21 00:49:30.250859 [ 195 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 3070 | 2024.12.21 00:49:30.251214 [ 195 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 3071 | 2024.12.21 00:49:30.251361 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_16_3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3072 | 2024.12.21 00:49:30.251980 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_16_3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3073 | 2024.12.21 00:49:30.252239 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 3074 | 2024.12.21 00:49:30.253429 [ 199 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005152146 sec., 6987.37962782887 rows/sec., 365.06 KiB/sec. | ||
| 3075 | 2024.12.21 00:49:30.253632 [ 199 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3076 | 2024.12.21 00:49:30.253963 [ 199 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_6_1} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3077 | 2024.12.21 00:49:30.254039 [ 199 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_6_1} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3078 | 2024.12.21 00:49:30.254114 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3079 | 2024.12.21 00:49:30.256461 [ 260 ] {4148bd0e-febc-45f4-ab37-5b9576e693df} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3080 | 2024.12.21 00:49:30.256543 [ 260 ] {4148bd0e-febc-45f4-ab37-5b9576e693df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3081 | 2024.12.21 00:49:30.257297 [ 260 ] {4148bd0e-febc-45f4-ab37-5b9576e693df} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3082 | 2024.12.21 00:49:30.257556 [ 260 ] {4148bd0e-febc-45f4-ab37-5b9576e693df} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3083 | 2024.12.21 00:49:30.257729 [ 152 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3084 | 2024.12.21 00:49:30.257790 [ 152 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3085 | 2024.12.21 00:49:30.257819 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3086 | 2024.12.21 00:49:30.257838 [ 260 ] {4148bd0e-febc-45f4-ab37-5b9576e693df} <Debug> executeQuery: Read 3274 rows, 223.51 KiB in 0.008544 sec., 383192.8838951311 rows/sec., 25.55 MiB/sec. | ||
| 3087 | 2024.12.21 00:49:30.258138 [ 260 ] {4148bd0e-febc-45f4-ab37-5b9576e693df} <Debug> TCPHandler: Processed in 0.009525917 sec. | ||
| 3088 | 2024.12.21 00:49:30.258230 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 3089 | 2024.12.21 00:49:30.258336 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3090 | 2024.12.21 00:49:30.258565 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3091 | 2024.12.21 00:49:30.258598 [ 263 ] {cc813408-b92a-438f-a400-16c0c917fda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3092 | 2024.12.21 00:49:30.258666 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1899 rows starting from the beginning of the part | ||
| 3093 | 2024.12.21 00:49:30.258704 [ 263 ] {cc813408-b92a-438f-a400-16c0c917fda0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3094 | 2024.12.21 00:49:30.259083 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 3095 | 2024.12.21 00:49:30.259503 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 163 rows starting from the beginning of the part | ||
| 3096 | 2024.12.21 00:49:30.259846 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 237 rows starting from the beginning of the part | ||
| 3097 | 2024.12.21 00:49:30.260093 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 3098 | 2024.12.21 00:49:30.260456 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 3274 rows starting from the beginning of the part | ||
| 3099 | 2024.12.21 00:49:30.261085 [ 263 ] {cc813408-b92a-438f-a400-16c0c917fda0} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3100 | 2024.12.21 00:49:30.261158 [ 263 ] {cc813408-b92a-438f-a400-16c0c917fda0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3101 | 2024.12.21 00:49:30.261944 [ 263 ] {cc813408-b92a-438f-a400-16c0c917fda0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3102 | 2024.12.21 00:49:30.262505 [ 263 ] {cc813408-b92a-438f-a400-16c0c917fda0} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3103 | 2024.12.21 00:49:30.262761 [ 35 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3104 | 2024.12.21 00:49:30.262853 [ 35 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3105 | 2024.12.21 00:49:30.262931 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3106 | 2024.12.21 00:49:30.263072 [ 263 ] {cc813408-b92a-438f-a400-16c0c917fda0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004513 sec., 221.58209616662975 rows/sec., 14.93 KiB/sec. | ||
| 3107 | 2024.12.21 00:49:30.263323 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 3108 | 2024.12.21 00:49:30.263343 [ 263 ] {cc813408-b92a-438f-a400-16c0c917fda0} <Debug> TCPHandler: Processed in 0.005087284 sec. | ||
| 3109 | 2024.12.21 00:49:30.263690 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3110 | 2024.12.21 00:49:30.263580 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3111 | 2024.12.21 00:49:30.263761 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 3112 | 2024.12.21 00:49:30.264109 [ 260 ] {70096569-5fe1-48ea-b5c5-b96ae05b4fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3113 | 2024.12.21 00:49:30.264213 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3114 | 2024.12.21 00:49:30.264552 [ 260 ] {70096569-5fe1-48ea-b5c5-b96ae05b4fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3115 | 2024.12.21 00:49:30.264582 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3116 | 2024.12.21 00:49:30.265115 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 3117 | 2024.12.21 00:49:30.265614 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 3118 | 2024.12.21 00:49:30.265878 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5970 rows, containing 5 columns (5 merged, 0 gathered) in 0.007931268 sec., 752716.9678291037 rows/sec., 50.77 MiB/sec. | ||
| 3119 | 2024.12.21 00:49:30.266106 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3120 | 2024.12.21 00:49:30.267793 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3121 | 2024.12.21 00:49:30.269632 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3122 | 2024.12.21 00:49:30.270068 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3123 | 2024.12.21 00:49:30.270623 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 3124 | 2024.12.21 00:49:30.271505 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.008450817 sec., 828.3222793725151 rows/sec., 55.35 KiB/sec. | ||
| 3125 | 2024.12.21 00:49:30.271736 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3126 | 2024.12.21 00:49:30.272107 [ 260 ] {70096569-5fe1-48ea-b5c5-b96ae05b4fd8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3127 | 2024.12.21 00:49:30.272178 [ 260 ] {70096569-5fe1-48ea-b5c5-b96ae05b4fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3128 | 2024.12.21 00:49:30.272411 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_6_1} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3129 | 2024.12.21 00:49:30.272633 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_6_1} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3130 | 2024.12.21 00:49:30.272776 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3131 | 2024.12.21 00:49:30.273256 [ 260 ] {70096569-5fe1-48ea-b5c5-b96ae05b4fd8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3132 | 2024.12.21 00:49:30.273533 [ 260 ] {70096569-5fe1-48ea-b5c5-b96ae05b4fd8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3133 | 2024.12.21 00:49:30.273798 [ 260 ] {70096569-5fe1-48ea-b5c5-b96ae05b4fd8} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.009869 sec., 1215.9286655182898 rows/sec., 2.18 MiB/sec. | ||
| 3134 | 2024.12.21 00:49:30.273910 [ 260 ] {70096569-5fe1-48ea-b5c5-b96ae05b4fd8} <Debug> TCPHandler: Processed in 0.010457254 sec. | ||
| 3135 | 2024.12.21 00:49:30.274080 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3136 | 2024.12.21 00:49:30.274225 [ 263 ] {d362a490-e490-4c48-9e62-3b1fe196496e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3137 | 2024.12.21 00:49:30.274285 [ 263 ] {d362a490-e490-4c48-9e62-3b1fe196496e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3138 | 2024.12.21 00:49:30.274854 [ 263 ] {d362a490-e490-4c48-9e62-3b1fe196496e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3139 | 2024.12.21 00:49:30.274894 [ 263 ] {d362a490-e490-4c48-9e62-3b1fe196496e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3140 | 2024.12.21 00:49:30.275277 [ 263 ] {d362a490-e490-4c48-9e62-3b1fe196496e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3141 | 2024.12.21 00:49:30.275518 [ 263 ] {d362a490-e490-4c48-9e62-3b1fe196496e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2024.12.21 00:49:30.275684 [ 35 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3143 | 2024.12.21 00:49:30.275745 [ 35 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2024.12.21 00:49:30.275773 [ 263 ] {d362a490-e490-4c48-9e62-3b1fe196496e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001572 sec., 21628.49872773537 rows/sec., 1.26 MiB/sec. | ||
| 3145 | 2024.12.21 00:49:30.275789 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3146 | 2024.12.21 00:49:30.275936 [ 263 ] {d362a490-e490-4c48-9e62-3b1fe196496e} <Debug> TCPHandler: Processed in 0.001921576 sec. | ||
| 3147 | 2024.12.21 00:49:30.276176 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 3148 | 2024.12.21 00:49:30.276405 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3149 | 2024.12.21 00:49:30.276440 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 654 rows starting from the beginning of the part | ||
| 3150 | 2024.12.21 00:49:30.276579 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 3151 | 2024.12.21 00:49:30.276712 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 3152 | 2024.12.21 00:49:30.276907 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
| 3153 | 2024.12.21 00:49:30.277048 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 3154 | 2024.12.21 00:49:30.277172 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 3155 | 2024.12.21 00:49:30.278399 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 972 rows, containing 4 columns (4 merged, 0 gathered) in 0.002484426 sec., 391237.2515824581 rows/sec., 25.74 MiB/sec. | ||
| 3156 | 2024.12.21 00:49:30.278576 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3157 | 2024.12.21 00:49:30.278849 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_16_3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3158 | 2024.12.21 00:49:30.278921 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_16_3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3159 | 2024.12.21 00:49:30.278986 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3160 | 2024.12.21 00:49:31.000236 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.55 MiB, peak 183.13 MiB, free memory in arenas 0.00 B, will set to 175.51 MiB (RSS), difference: -1.04 MiB | ||
| 3161 | 2024.12.21 00:49:32.428091 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 74 entries to flush up to offset 438 | ||
| 3162 | 2024.12.21 00:49:32.432051 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3163 | 2024.12.21 00:49:32.432107 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3164 | 2024.12.21 00:49:32.433657 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3165 | 2024.12.21 00:49:32.433992 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3166 | 2024.12.21 00:49:32.434977 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 438 | ||
| 3167 | 2024.12.21 00:49:33.995544 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3168 | 2024.12.21 00:49:33.995915 [ 260 ] {70213261-52a8-470c-a7d9-2f11bb891fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3169 | 2024.12.21 00:49:33.995991 [ 260 ] {70213261-52a8-470c-a7d9-2f11bb891fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3170 | 2024.12.21 00:49:33.996786 [ 260 ] {70213261-52a8-470c-a7d9-2f11bb891fd3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3171 | 2024.12.21 00:49:33.996831 [ 260 ] {70213261-52a8-470c-a7d9-2f11bb891fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3172 | 2024.12.21 00:49:33.997285 [ 260 ] {70213261-52a8-470c-a7d9-2f11bb891fd3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3173 | 2024.12.21 00:49:33.997560 [ 260 ] {70213261-52a8-470c-a7d9-2f11bb891fd3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3174 | 2024.12.21 00:49:33.997838 [ 260 ] {70213261-52a8-470c-a7d9-2f11bb891fd3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001976 sec., 28340.08097165992 rows/sec., 2.16 MiB/sec. | ||
| 3175 | 2024.12.21 00:49:33.998068 [ 260 ] {70213261-52a8-470c-a7d9-2f11bb891fd3} <Debug> TCPHandler: Processed in 0.002657589 sec. | ||
| 3176 | 2024.12.21 00:49:33.998355 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3177 | 2024.12.21 00:49:33.998545 [ 263 ] {398683f7-7fd2-4810-b3ff-f5a177662131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3178 | 2024.12.21 00:49:33.998631 [ 263 ] {398683f7-7fd2-4810-b3ff-f5a177662131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3179 | 2024.12.21 00:49:33.999505 [ 263 ] {398683f7-7fd2-4810-b3ff-f5a177662131} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3180 | 2024.12.21 00:49:33.999558 [ 263 ] {398683f7-7fd2-4810-b3ff-f5a177662131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3181 | 2024.12.21 00:49:34.000048 [ 263 ] {398683f7-7fd2-4810-b3ff-f5a177662131} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3182 | 2024.12.21 00:49:34.000650 [ 263 ] {398683f7-7fd2-4810-b3ff-f5a177662131} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3183 | 2024.12.21 00:49:34.000932 [ 263 ] {398683f7-7fd2-4810-b3ff-f5a177662131} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002441 sec., 26218.762802130273 rows/sec., 2.05 MiB/sec. | ||
| 3184 | 2024.12.21 00:49:34.001017 [ 263 ] {398683f7-7fd2-4810-b3ff-f5a177662131} <Debug> TCPHandler: Processed in 0.002798402 sec. | ||
| 3185 | 2024.12.21 00:49:34.001192 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3186 | 2024.12.21 00:49:34.001326 [ 260 ] {2d828754-3bff-4ad0-a98d-dea406a94e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3187 | 2024.12.21 00:49:34.001384 [ 260 ] {2d828754-3bff-4ad0-a98d-dea406a94e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3188 | 2024.12.21 00:49:34.001999 [ 260 ] {2d828754-3bff-4ad0-a98d-dea406a94e7a} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3189 | 2024.12.21 00:49:34.002038 [ 260 ] {2d828754-3bff-4ad0-a98d-dea406a94e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3190 | 2024.12.21 00:49:34.002476 [ 260 ] {2d828754-3bff-4ad0-a98d-dea406a94e7a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3191 | 2024.12.21 00:49:34.002735 [ 260 ] {2d828754-3bff-4ad0-a98d-dea406a94e7a} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3192 | 2024.12.21 00:49:34.002926 [ 260 ] {2d828754-3bff-4ad0-a98d-dea406a94e7a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001634 sec., 78335.37331701347 rows/sec., 5.46 MiB/sec. | ||
| 3193 | 2024.12.21 00:49:34.002986 [ 260 ] {2d828754-3bff-4ad0-a98d-dea406a94e7a} <Debug> TCPHandler: Processed in 0.001860624 sec. | ||
| 3194 | 2024.12.21 00:49:34.003161 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3195 | 2024.12.21 00:49:34.003290 [ 263 ] {de8ad64d-dc65-4e4c-82d9-c10b5ff2cde9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3196 | 2024.12.21 00:49:34.003349 [ 263 ] {de8ad64d-dc65-4e4c-82d9-c10b5ff2cde9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3197 | 2024.12.21 00:49:34.003977 [ 263 ] {de8ad64d-dc65-4e4c-82d9-c10b5ff2cde9} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3198 | 2024.12.21 00:49:34.004020 [ 263 ] {de8ad64d-dc65-4e4c-82d9-c10b5ff2cde9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3199 | 2024.12.21 00:49:34.004424 [ 263 ] {de8ad64d-dc65-4e4c-82d9-c10b5ff2cde9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3200 | 2024.12.21 00:49:34.004673 [ 263 ] {de8ad64d-dc65-4e4c-82d9-c10b5ff2cde9} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3201 | 2024.12.21 00:49:34.004924 [ 263 ] {de8ad64d-dc65-4e4c-82d9-c10b5ff2cde9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001667 sec., 28794.241151769646 rows/sec., 1.94 MiB/sec. | ||
| 3202 | 2024.12.21 00:49:34.004983 [ 263 ] {de8ad64d-dc65-4e4c-82d9-c10b5ff2cde9} <Debug> TCPHandler: Processed in 0.001893235 sec. | ||
| 3203 | 2024.12.21 00:49:34.923705 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3204 | 2024.12.21 00:49:34.924736 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3205 | 2024.12.21 00:49:34.924817 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3206 | 2024.12.21 00:49:34.925555 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3207 | 2024.12.21 00:49:34.925825 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3208 | 2024.12.21 00:49:34.926068 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3209 | 2024.12.21 00:49:35.344622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3210 | 2024.12.21 00:49:35.366708 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3211 | 2024.12.21 00:49:35.366764 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3212 | 2024.12.21 00:49:35.374549 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3213 | 2024.12.21 00:49:35.375352 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3214 | 2024.12.21 00:49:35.378394 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3215 | 2024.12.21 00:49:38.998240 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3216 | 2024.12.21 00:49:38.998453 [ 260 ] {eb7a1f9f-3ecb-4be6-98de-2d5252cde9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3217 | 2024.12.21 00:49:38.998530 [ 260 ] {eb7a1f9f-3ecb-4be6-98de-2d5252cde9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3218 | 2024.12.21 00:49:38.999332 [ 260 ] {eb7a1f9f-3ecb-4be6-98de-2d5252cde9eb} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3219 | 2024.12.21 00:49:38.999381 [ 260 ] {eb7a1f9f-3ecb-4be6-98de-2d5252cde9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3220 | 2024.12.21 00:49:38.999860 [ 260 ] {eb7a1f9f-3ecb-4be6-98de-2d5252cde9eb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3221 | 2024.12.21 00:49:39.000341 [ 260 ] {eb7a1f9f-3ecb-4be6-98de-2d5252cde9eb} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3222 | 2024.12.21 00:49:39.000640 [ 260 ] {eb7a1f9f-3ecb-4be6-98de-2d5252cde9eb} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002243 sec., 49041.4623272403 rows/sec., 4.11 MiB/sec. | ||
| 3223 | 2024.12.21 00:49:39.000712 [ 260 ] {eb7a1f9f-3ecb-4be6-98de-2d5252cde9eb} <Debug> TCPHandler: Processed in 0.002648379 sec. | ||
| 3224 | 2024.12.21 00:49:39.001007 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3225 | 2024.12.21 00:49:39.001216 [ 263 ] {099b102a-e85e-465f-b492-a695aedd9362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3226 | 2024.12.21 00:49:39.001296 [ 263 ] {099b102a-e85e-465f-b492-a695aedd9362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3227 | 2024.12.21 00:49:39.002104 [ 263 ] {099b102a-e85e-465f-b492-a695aedd9362} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3228 | 2024.12.21 00:49:39.002153 [ 263 ] {099b102a-e85e-465f-b492-a695aedd9362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3229 | 2024.12.21 00:49:39.002635 [ 263 ] {099b102a-e85e-465f-b492-a695aedd9362} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3230 | 2024.12.21 00:49:39.002914 [ 263 ] {099b102a-e85e-465f-b492-a695aedd9362} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3231 | 2024.12.21 00:49:39.003170 [ 263 ] {099b102a-e85e-465f-b492-a695aedd9362} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002019 sec., 13372.95690936107 rows/sec., 1005.58 KiB/sec. | ||
| 3232 | 2024.12.21 00:49:39.003243 [ 263 ] {099b102a-e85e-465f-b492-a695aedd9362} <Debug> TCPHandler: Processed in 0.002412835 sec. | ||
| 3233 | 2024.12.21 00:49:39.003433 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3234 | 2024.12.21 00:49:39.003567 [ 260 ] {1c9e33d2-fc65-4c63-bc36-2e5ffe3e1fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3235 | 2024.12.21 00:49:39.003625 [ 260 ] {1c9e33d2-fc65-4c63-bc36-2e5ffe3e1fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3236 | 2024.12.21 00:49:39.004335 [ 260 ] {1c9e33d2-fc65-4c63-bc36-2e5ffe3e1fa4} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3237 | 2024.12.21 00:49:39.004379 [ 260 ] {1c9e33d2-fc65-4c63-bc36-2e5ffe3e1fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3238 | 2024.12.21 00:49:39.004800 [ 260 ] {1c9e33d2-fc65-4c63-bc36-2e5ffe3e1fa4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3239 | 2024.12.21 00:49:39.005058 [ 260 ] {1c9e33d2-fc65-4c63-bc36-2e5ffe3e1fa4} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3240 | 2024.12.21 00:49:39.005331 [ 260 ] {1c9e33d2-fc65-4c63-bc36-2e5ffe3e1fa4} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001792 sec., 50781.25 rows/sec., 3.97 MiB/sec. | ||
| 3241 | 2024.12.21 00:49:39.005471 [ 260 ] {1c9e33d2-fc65-4c63-bc36-2e5ffe3e1fa4} <Debug> TCPHandler: Processed in 0.00210792 sec. | ||
| 3242 | 2024.12.21 00:49:39.005662 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3243 | 2024.12.21 00:49:39.005797 [ 263 ] {221ccd64-f783-459b-9001-5bb1ea34de38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3244 | 2024.12.21 00:49:39.005859 [ 263 ] {221ccd64-f783-459b-9001-5bb1ea34de38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3245 | 2024.12.21 00:49:39.006471 [ 263 ] {221ccd64-f783-459b-9001-5bb1ea34de38} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3246 | 2024.12.21 00:49:39.006513 [ 263 ] {221ccd64-f783-459b-9001-5bb1ea34de38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3247 | 2024.12.21 00:49:39.006977 [ 263 ] {221ccd64-f783-459b-9001-5bb1ea34de38} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3248 | 2024.12.21 00:49:39.007231 [ 263 ] {221ccd64-f783-459b-9001-5bb1ea34de38} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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.21 00:49:39.007480 [ 263 ] {221ccd64-f783-459b-9001-5bb1ea34de38} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001713 sec., 93403.3858727379 rows/sec., 6.51 MiB/sec. | ||
| 3250 | 2024.12.21 00:49:39.007599 [ 263 ] {221ccd64-f783-459b-9001-5bb1ea34de38} <Debug> TCPHandler: Processed in 0.001997797 sec. | ||
| 3251 | 2024.12.21 00:49:39.007777 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3252 | 2024.12.21 00:49:39.007911 [ 260 ] {ca0cc5b3-944b-4869-96b8-7165c2f8ef0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3253 | 2024.12.21 00:49:39.008001 [ 260 ] {ca0cc5b3-944b-4869-96b8-7165c2f8ef0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3254 | 2024.12.21 00:49:39.009269 [ 260 ] {ca0cc5b3-944b-4869-96b8-7165c2f8ef0e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3255 | 2024.12.21 00:49:39.009312 [ 260 ] {ca0cc5b3-944b-4869-96b8-7165c2f8ef0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3256 | 2024.12.21 00:49:39.010038 [ 260 ] {ca0cc5b3-944b-4869-96b8-7165c2f8ef0e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3257 | 2024.12.21 00:49:39.010322 [ 260 ] {ca0cc5b3-944b-4869-96b8-7165c2f8ef0e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3258 | 2024.12.21 00:49:39.010718 [ 260 ] {ca0cc5b3-944b-4869-96b8-7165c2f8ef0e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002808 sec., 9615.384615384615 rows/sec., 17.23 MiB/sec. | ||
| 3259 | 2024.12.21 00:49:39.010960 [ 260 ] {ca0cc5b3-944b-4869-96b8-7165c2f8ef0e} <Debug> TCPHandler: Processed in 0.00324632 sec. | ||
| 3260 | 2024.12.21 00:49:39.011143 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3261 | 2024.12.21 00:49:39.011269 [ 263 ] {8631b130-7f93-4f78-96a6-2ba606c278b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3262 | 2024.12.21 00:49:39.011322 [ 263 ] {8631b130-7f93-4f78-96a6-2ba606c278b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3263 | 2024.12.21 00:49:39.011838 [ 263 ] {8631b130-7f93-4f78-96a6-2ba606c278b0} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3264 | 2024.12.21 00:49:39.011878 [ 263 ] {8631b130-7f93-4f78-96a6-2ba606c278b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3265 | 2024.12.21 00:49:39.012258 [ 263 ] {8631b130-7f93-4f78-96a6-2ba606c278b0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3266 | 2024.12.21 00:49:39.012492 [ 263 ] {8631b130-7f93-4f78-96a6-2ba606c278b0} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3267 | 2024.12.21 00:49:39.012719 [ 263 ] {8631b130-7f93-4f78-96a6-2ba606c278b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001473 sec., 40733.19755600815 rows/sec., 2.75 MiB/sec. | ||
| 3268 | 2024.12.21 00:49:39.012774 [ 263 ] {8631b130-7f93-4f78-96a6-2ba606c278b0} <Debug> TCPHandler: Processed in 0.001691641 sec. | ||
| 3269 | 2024.12.21 00:49:42.276496 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3270 | 2024.12.21 00:49:42.276548 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3271 | 2024.12.21 00:49:42.426199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3272 | 2024.12.21 00:49:42.426946 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3273 | 2024.12.21 00:49:42.426994 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3274 | 2024.12.21 00:49:42.427597 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3275 | 2024.12.21 00:49:42.427850 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3276 | 2024.12.21 00:49:42.428042 [ 80 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3277 | 2024.12.21 00:49:42.428103 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3278 | 2024.12.21 00:49:42.428136 [ 80 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3279 | 2024.12.21 00:49:42.428172 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3280 | 2024.12.21 00:49:42.428307 [ 196 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 3281 | 2024.12.21 00:49:42.428458 [ 196 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3282 | 2024.12.21 00:49:42.428506 [ 196 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 3283 | 2024.12.21 00:49:42.428590 [ 196 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 3284 | 2024.12.21 00:49:42.428702 [ 196 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 3285 | 2024.12.21 00:49:42.428802 [ 196 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 3286 | 2024.12.21 00:49:42.429057 [ 196 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 3287 | 2024.12.21 00:49:42.429145 [ 196 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 3288 | 2024.12.21 00:49:42.430925 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.00267211 sec., 2762236.584571743 rows/sec., 39.51 MiB/sec. | ||
| 3289 | 2024.12.21 00:49:42.431514 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3290 | 2024.12.21 00:49:42.431857 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_16_3} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3291 | 2024.12.21 00:49:42.431955 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_16_3} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3292 | 2024.12.21 00:49:42.432074 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3293 | 2024.12.21 00:49:42.435334 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 458 | ||
| 3294 | 2024.12.21 00:49:42.438205 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3295 | 2024.12.21 00:49:42.438266 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3296 | 2024.12.21 00:49:42.439768 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3297 | 2024.12.21 00:49:42.440090 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3298 | 2024.12.21 00:49:42.441062 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 458 | ||
| 3299 | 2024.12.21 00:49:42.878459 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3300 | 2024.12.21 00:49:42.900225 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3301 | 2024.12.21 00:49:42.900277 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3302 | 2024.12.21 00:49:42.908048 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3303 | 2024.12.21 00:49:42.908848 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3304 | 2024.12.21 00:49:42.909147 [ 80 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3305 | 2024.12.21 00:49:42.909220 [ 80 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3306 | 2024.12.21 00:49:42.909268 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3307 | 2024.12.21 00:49:42.909732 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 3308 | 2024.12.21 00:49:42.918834 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3309 | 2024.12.21 00:49:42.920025 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3310 | 2024.12.21 00:49:42.920949 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 3311 | 2024.12.21 00:49:42.925620 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 3312 | 2024.12.21 00:49:42.930365 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 3313 | 2024.12.21 00:49:42.935365 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 3314 | 2024.12.21 00:49:42.940775 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3315 | 2024.12.21 00:49:42.945618 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3316 | 2024.12.21 00:49:43.000231 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.29 MiB, peak 187.49 MiB, free memory in arenas 0.00 B, will set to 179.09 MiB (RSS), difference: -8.21 MiB | ||
| 3317 | 2024.12.21 00:49:43.005420 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.004276809 sec. | ||
| 3318 | 2024.12.21 00:49:43.008264 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.098898565 sec., 1223.4757905739077 rows/sec., 6.33 MiB/sec. | ||
| 3319 | 2024.12.21 00:49:43.011359 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3320 | 2024.12.21 00:49:43.014600 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_16_3} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3321 | 2024.12.21 00:49:43.014730 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_16_3} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3322 | 2024.12.21 00:49:43.017322 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3323 | 2024.12.21 00:49:44.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.32 MiB, peak 187.49 MiB, free memory in arenas 0.00 B, will set to 179.11 MiB (RSS), difference: 9.79 MiB | ||
| 3324 | 2024.12.21 00:49:44.001856 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3325 | 2024.12.21 00:49:44.002036 [ 260 ] {ff72d219-d85b-43e7-8e90-0b5b13d29354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3326 | 2024.12.21 00:49:44.002109 [ 260 ] {ff72d219-d85b-43e7-8e90-0b5b13d29354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3327 | 2024.12.21 00:49:44.002892 [ 260 ] {ff72d219-d85b-43e7-8e90-0b5b13d29354} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3328 | 2024.12.21 00:49:44.002941 [ 260 ] {ff72d219-d85b-43e7-8e90-0b5b13d29354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3329 | 2024.12.21 00:49:44.003436 [ 260 ] {ff72d219-d85b-43e7-8e90-0b5b13d29354} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3330 | 2024.12.21 00:49:44.003718 [ 260 ] {ff72d219-d85b-43e7-8e90-0b5b13d29354} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3331 | 2024.12.21 00:49:44.003961 [ 260 ] {ff72d219-d85b-43e7-8e90-0b5b13d29354} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001977 sec., 7081.436519979768 rows/sec., 509.77 KiB/sec. | ||
| 3332 | 2024.12.21 00:49:44.004028 [ 260 ] {ff72d219-d85b-43e7-8e90-0b5b13d29354} <Debug> TCPHandler: Processed in 0.002305812 sec. | ||
| 3333 | 2024.12.21 00:49:44.004309 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3334 | 2024.12.21 00:49:44.004527 [ 263 ] {c332a307-32c8-44d4-b1a2-bd2abb6b791c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3335 | 2024.12.21 00:49:44.004622 [ 263 ] {c332a307-32c8-44d4-b1a2-bd2abb6b791c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3336 | 2024.12.21 00:49:44.005659 [ 263 ] {c332a307-32c8-44d4-b1a2-bd2abb6b791c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3337 | 2024.12.21 00:49:44.005710 [ 263 ] {c332a307-32c8-44d4-b1a2-bd2abb6b791c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3338 | 2024.12.21 00:49:44.006262 [ 263 ] {c332a307-32c8-44d4-b1a2-bd2abb6b791c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3339 | 2024.12.21 00:49:44.006553 [ 263 ] {c332a307-32c8-44d4-b1a2-bd2abb6b791c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3340 | 2024.12.21 00:49:44.006842 [ 263 ] {c332a307-32c8-44d4-b1a2-bd2abb6b791c} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002379 sec., 95418.24295922657 rows/sec., 8.34 MiB/sec. | ||
| 3341 | 2024.12.21 00:49:44.006927 [ 263 ] {c332a307-32c8-44d4-b1a2-bd2abb6b791c} <Debug> TCPHandler: Processed in 0.002752941 sec. | ||
| 3342 | 2024.12.21 00:49:44.007120 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3343 | 2024.12.21 00:49:44.007252 [ 260 ] {20348b12-e073-4c05-b3b7-b5141e99ea27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3344 | 2024.12.21 00:49:44.007308 [ 260 ] {20348b12-e073-4c05-b3b7-b5141e99ea27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3345 | 2024.12.21 00:49:44.007938 [ 260 ] {20348b12-e073-4c05-b3b7-b5141e99ea27} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3346 | 2024.12.21 00:49:44.007979 [ 260 ] {20348b12-e073-4c05-b3b7-b5141e99ea27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3347 | 2024.12.21 00:49:44.008377 [ 260 ] {20348b12-e073-4c05-b3b7-b5141e99ea27} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3348 | 2024.12.21 00:49:44.008612 [ 260 ] {20348b12-e073-4c05-b3b7-b5141e99ea27} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3349 | 2024.12.21 00:49:44.008886 [ 260 ] {20348b12-e073-4c05-b3b7-b5141e99ea27} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001657 sec., 11466.505733252867 rows/sec., 819.79 KiB/sec. | ||
| 3350 | 2024.12.21 00:49:44.009311 [ 260 ] {20348b12-e073-4c05-b3b7-b5141e99ea27} <Debug> TCPHandler: Processed in 0.002247701 sec. | ||
| 3351 | 2024.12.21 00:49:44.009526 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3352 | 2024.12.21 00:49:44.009662 [ 263 ] {8d340b7f-dfe4-45d8-b43c-7392e9353d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3353 | 2024.12.21 00:49:44.009720 [ 263 ] {8d340b7f-dfe4-45d8-b43c-7392e9353d7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3354 | 2024.12.21 00:49:44.010382 [ 263 ] {8d340b7f-dfe4-45d8-b43c-7392e9353d7d} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3355 | 2024.12.21 00:49:44.010426 [ 263 ] {8d340b7f-dfe4-45d8-b43c-7392e9353d7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3356 | 2024.12.21 00:49:44.010821 [ 263 ] {8d340b7f-dfe4-45d8-b43c-7392e9353d7d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3357 | 2024.12.21 00:49:44.011080 [ 263 ] {8d340b7f-dfe4-45d8-b43c-7392e9353d7d} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3358 | 2024.12.21 00:49:44.011368 [ 263 ] {8d340b7f-dfe4-45d8-b43c-7392e9353d7d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00173 sec., 8092.485549132948 rows/sec., 566.74 KiB/sec. | ||
| 3359 | 2024.12.21 00:49:44.011519 [ 263 ] {8d340b7f-dfe4-45d8-b43c-7392e9353d7d} <Debug> TCPHandler: Processed in 0.002086819 sec. | ||
| 3360 | 2024.12.21 00:49:44.011685 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3361 | 2024.12.21 00:49:44.011811 [ 260 ] {f853065a-531f-4d50-a287-acf659b76f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3362 | 2024.12.21 00:49:44.011863 [ 260 ] {f853065a-531f-4d50-a287-acf659b76f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3363 | 2024.12.21 00:49:44.012442 [ 260 ] {f853065a-531f-4d50-a287-acf659b76f64} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3364 | 2024.12.21 00:49:44.012482 [ 260 ] {f853065a-531f-4d50-a287-acf659b76f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3365 | 2024.12.21 00:49:44.012860 [ 260 ] {f853065a-531f-4d50-a287-acf659b76f64} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3366 | 2024.12.21 00:49:44.013096 [ 260 ] {f853065a-531f-4d50-a287-acf659b76f64} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3367 | 2024.12.21 00:49:44.013315 [ 260 ] {f853065a-531f-4d50-a287-acf659b76f64} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001533 sec., 8480.10437051533 rows/sec., 528.73 KiB/sec. | ||
| 3368 | 2024.12.21 00:49:44.013370 [ 260 ] {f853065a-531f-4d50-a287-acf659b76f64} <Debug> TCPHandler: Processed in 0.001744263 sec. | ||
| 3369 | 2024.12.21 00:49:44.013526 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3370 | 2024.12.21 00:49:44.013660 [ 263 ] {226349d5-5cfb-4361-8f9f-a95d8bf35dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3371 | 2024.12.21 00:49:44.013718 [ 263 ] {226349d5-5cfb-4361-8f9f-a95d8bf35dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3372 | 2024.12.21 00:49:44.014519 [ 263 ] {226349d5-5cfb-4361-8f9f-a95d8bf35dd3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3373 | 2024.12.21 00:49:44.014562 [ 263 ] {226349d5-5cfb-4361-8f9f-a95d8bf35dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3374 | 2024.12.21 00:49:44.014976 [ 263 ] {226349d5-5cfb-4361-8f9f-a95d8bf35dd3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3375 | 2024.12.21 00:49:44.015231 [ 263 ] {226349d5-5cfb-4361-8f9f-a95d8bf35dd3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3376 | 2024.12.21 00:49:44.015472 [ 263 ] {226349d5-5cfb-4361-8f9f-a95d8bf35dd3} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001842 sec., 213897.93702497284 rows/sec., 15.19 MiB/sec. | ||
| 3377 | 2024.12.21 00:49:44.015546 [ 263 ] {226349d5-5cfb-4361-8f9f-a95d8bf35dd3} <Debug> TCPHandler: Processed in 0.002081589 sec. | ||
| 3378 | 2024.12.21 00:49:44.015712 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3379 | 2024.12.21 00:49:44.015853 [ 260 ] {e21ac839-357a-4abe-8aa9-d7d2e298019c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3380 | 2024.12.21 00:49:44.015912 [ 260 ] {e21ac839-357a-4abe-8aa9-d7d2e298019c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3381 | 2024.12.21 00:49:44.016414 [ 260 ] {e21ac839-357a-4abe-8aa9-d7d2e298019c} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3382 | 2024.12.21 00:49:44.016452 [ 260 ] {e21ac839-357a-4abe-8aa9-d7d2e298019c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3383 | 2024.12.21 00:49:44.016822 [ 260 ] {e21ac839-357a-4abe-8aa9-d7d2e298019c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3384 | 2024.12.21 00:49:44.017054 [ 260 ] {e21ac839-357a-4abe-8aa9-d7d2e298019c} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3385 | 2024.12.21 00:49:44.017292 [ 260 ] {e21ac839-357a-4abe-8aa9-d7d2e298019c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec. | ||
| 3386 | 2024.12.21 00:49:44.017351 [ 260 ] {e21ac839-357a-4abe-8aa9-d7d2e298019c} <Debug> TCPHandler: Processed in 0.001705372 sec. | ||
| 3387 | 2024.12.21 00:49:44.017514 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3388 | 2024.12.21 00:49:44.017644 [ 263 ] {449ef4d0-3dea-49c9-94c2-52131d578d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3389 | 2024.12.21 00:49:44.017705 [ 263 ] {449ef4d0-3dea-49c9-94c2-52131d578d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3390 | 2024.12.21 00:49:44.018334 [ 263 ] {449ef4d0-3dea-49c9-94c2-52131d578d42} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3391 | 2024.12.21 00:49:44.018375 [ 263 ] {449ef4d0-3dea-49c9-94c2-52131d578d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3392 | 2024.12.21 00:49:44.018809 [ 263 ] {449ef4d0-3dea-49c9-94c2-52131d578d42} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3393 | 2024.12.21 00:49:44.019062 [ 263 ] {449ef4d0-3dea-49c9-94c2-52131d578d42} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3394 | 2024.12.21 00:49:44.019292 [ 263 ] {449ef4d0-3dea-49c9-94c2-52131d578d42} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001679 sec., 141155.44967242406 rows/sec., 9.46 MiB/sec. | ||
| 3395 | 2024.12.21 00:49:44.019365 [ 263 ] {449ef4d0-3dea-49c9-94c2-52131d578d42} <Debug> TCPHandler: Processed in 0.001910636 sec. | ||
| 3396 | 2024.12.21 00:49:44.019530 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3397 | 2024.12.21 00:49:44.019667 [ 260 ] {5ec636ec-ac9c-430b-ae69-de1d12b300f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3398 | 2024.12.21 00:49:44.019727 [ 260 ] {5ec636ec-ac9c-430b-ae69-de1d12b300f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3399 | 2024.12.21 00:49:44.020258 [ 260 ] {5ec636ec-ac9c-430b-ae69-de1d12b300f7} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3400 | 2024.12.21 00:49:44.020310 [ 260 ] {5ec636ec-ac9c-430b-ae69-de1d12b300f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3401 | 2024.12.21 00:49:44.020927 [ 260 ] {5ec636ec-ac9c-430b-ae69-de1d12b300f7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3402 | 2024.12.21 00:49:44.021162 [ 260 ] {5ec636ec-ac9c-430b-ae69-de1d12b300f7} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3403 | 2024.12.21 00:49:44.021386 [ 260 ] {5ec636ec-ac9c-430b-ae69-de1d12b300f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001748 sec., 572.0823798627002 rows/sec., 38.55 KiB/sec. | ||
| 3404 | 2024.12.21 00:49:44.021447 [ 260 ] {5ec636ec-ac9c-430b-ae69-de1d12b300f7} <Debug> TCPHandler: Processed in 0.001981867 sec. | ||
| 3405 | 2024.12.21 00:49:44.021607 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3406 | 2024.12.21 00:49:44.021752 [ 263 ] {afcd6e03-c48e-45bc-b96a-fa990f6fae10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3407 | 2024.12.21 00:49:44.021851 [ 263 ] {afcd6e03-c48e-45bc-b96a-fa990f6fae10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3408 | 2024.12.21 00:49:44.023021 [ 263 ] {afcd6e03-c48e-45bc-b96a-fa990f6fae10} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3409 | 2024.12.21 00:49:44.023061 [ 263 ] {afcd6e03-c48e-45bc-b96a-fa990f6fae10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3410 | 2024.12.21 00:49:44.023681 [ 263 ] {afcd6e03-c48e-45bc-b96a-fa990f6fae10} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3411 | 2024.12.21 00:49:44.023946 [ 263 ] {afcd6e03-c48e-45bc-b96a-fa990f6fae10} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3412 | 2024.12.21 00:49:44.024203 [ 263 ] {afcd6e03-c48e-45bc-b96a-fa990f6fae10} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002485 sec., 4828.97384305835 rows/sec., 8.65 MiB/sec. | ||
| 3413 | 2024.12.21 00:49:44.024310 [ 263 ] {afcd6e03-c48e-45bc-b96a-fa990f6fae10} <Debug> TCPHandler: Processed in 0.002774272 sec. | ||
| 3414 | 2024.12.21 00:49:44.024527 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3415 | 2024.12.21 00:49:44.024749 [ 260 ] {39780d57-2509-4b9a-9816-ea78a37b29f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3416 | 2024.12.21 00:49:44.024841 [ 260 ] {39780d57-2509-4b9a-9816-ea78a37b29f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3417 | 2024.12.21 00:49:44.025465 [ 260 ] {39780d57-2509-4b9a-9816-ea78a37b29f8} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3418 | 2024.12.21 00:49:44.025503 [ 260 ] {39780d57-2509-4b9a-9816-ea78a37b29f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3419 | 2024.12.21 00:49:44.025886 [ 260 ] {39780d57-2509-4b9a-9816-ea78a37b29f8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3420 | 2024.12.21 00:49:44.026120 [ 260 ] {39780d57-2509-4b9a-9816-ea78a37b29f8} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3421 | 2024.12.21 00:49:44.026376 [ 260 ] {39780d57-2509-4b9a-9816-ea78a37b29f8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001669 sec., 49131.21629718394 rows/sec., 3.12 MiB/sec. | ||
| 3422 | 2024.12.21 00:49:44.026593 [ 260 ] {39780d57-2509-4b9a-9816-ea78a37b29f8} <Debug> TCPHandler: Processed in 0.0021674 sec. | ||
| 3423 | 2024.12.21 00:49:48.999060 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3424 | 2024.12.21 00:49:48.999307 [ 260 ] {84cdbf64-b8b0-45cf-a580-2ba367d01a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3425 | 2024.12.21 00:49:48.999382 [ 260 ] {84cdbf64-b8b0-45cf-a580-2ba367d01a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3426 | 2024.12.21 00:49:49.000216 [ 260 ] {84cdbf64-b8b0-45cf-a580-2ba367d01a99} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3427 | 2024.12.21 00:49:49.000272 [ 260 ] {84cdbf64-b8b0-45cf-a580-2ba367d01a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3428 | 2024.12.21 00:49:49.000774 [ 260 ] {84cdbf64-b8b0-45cf-a580-2ba367d01a99} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3429 | 2024.12.21 00:49:49.001083 [ 260 ] {84cdbf64-b8b0-45cf-a580-2ba367d01a99} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3430 | 2024.12.21 00:49:49.001350 [ 260 ] {84cdbf64-b8b0-45cf-a580-2ba367d01a99} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002095 sec., 954.653937947494 rows/sec., 77.85 KiB/sec. | ||
| 3431 | 2024.12.21 00:49:49.001430 [ 260 ] {84cdbf64-b8b0-45cf-a580-2ba367d01a99} <Debug> TCPHandler: Processed in 0.002502026 sec. | ||
| 3432 | 2024.12.21 00:49:49.001713 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3433 | 2024.12.21 00:49:49.001929 [ 263 ] {26991c28-05ae-4ee0-ae79-da6cc66d510a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3434 | 2024.12.21 00:49:49.002026 [ 263 ] {26991c28-05ae-4ee0-ae79-da6cc66d510a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3435 | 2024.12.21 00:49:49.002918 [ 263 ] {26991c28-05ae-4ee0-ae79-da6cc66d510a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3436 | 2024.12.21 00:49:49.002976 [ 263 ] {26991c28-05ae-4ee0-ae79-da6cc66d510a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3437 | 2024.12.21 00:49:49.003519 [ 263 ] {26991c28-05ae-4ee0-ae79-da6cc66d510a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3438 | 2024.12.21 00:49:49.003812 [ 263 ] {26991c28-05ae-4ee0-ae79-da6cc66d510a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3439 | 2024.12.21 00:49:49.004092 [ 263 ] {26991c28-05ae-4ee0-ae79-da6cc66d510a} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.002229 sec., 49798.11574697174 rows/sec., 4.17 MiB/sec. | ||
| 3440 | 2024.12.21 00:49:49.004177 [ 263 ] {26991c28-05ae-4ee0-ae79-da6cc66d510a} <Debug> TCPHandler: Processed in 0.002612008 sec. | ||
| 3441 | 2024.12.21 00:49:49.004351 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3442 | 2024.12.21 00:49:49.004480 [ 260 ] {b5cc5f2a-0541-49c5-80d5-5ca80fde737f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3443 | 2024.12.21 00:49:49.004536 [ 260 ] {b5cc5f2a-0541-49c5-80d5-5ca80fde737f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3444 | 2024.12.21 00:49:49.005216 [ 260 ] {b5cc5f2a-0541-49c5-80d5-5ca80fde737f} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3445 | 2024.12.21 00:49:49.005259 [ 260 ] {b5cc5f2a-0541-49c5-80d5-5ca80fde737f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3446 | 2024.12.21 00:49:49.005659 [ 260 ] {b5cc5f2a-0541-49c5-80d5-5ca80fde737f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3447 | 2024.12.21 00:49:49.005903 [ 260 ] {b5cc5f2a-0541-49c5-80d5-5ca80fde737f} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3448 | 2024.12.21 00:49:49.006088 [ 151 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3449 | 2024.12.21 00:49:49.006149 [ 260 ] {b5cc5f2a-0541-49c5-80d5-5ca80fde737f} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001697 sec., 17088.980553918682 rows/sec., 1.25 MiB/sec. | ||
| 3450 | 2024.12.21 00:49:49.006162 [ 151 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3451 | 2024.12.21 00:49:49.006228 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3452 | 2024.12.21 00:49:49.006283 [ 260 ] {b5cc5f2a-0541-49c5-80d5-5ca80fde737f} <Debug> TCPHandler: Processed in 0.001987957 sec. | ||
| 3453 | 2024.12.21 00:49:49.006680 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 3454 | 2024.12.21 00:49:49.006738 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3455 | 2024.12.21 00:49:49.007035 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3456 | 2024.12.21 00:49:49.007044 [ 263 ] {efe8aeda-6242-474a-8195-82b09de55eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3457 | 2024.12.21 00:49:49.007106 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 52 rows starting from the beginning of the part | ||
| 3458 | 2024.12.21 00:49:49.007154 [ 263 ] {efe8aeda-6242-474a-8195-82b09de55eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3459 | 2024.12.21 00:49:49.007450 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part | ||
| 3460 | 2024.12.21 00:49:49.007795 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 23 rows starting from the beginning of the part | ||
| 3461 | 2024.12.21 00:49:49.008110 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part | ||
| 3462 | 2024.12.21 00:49:49.008501 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 19 rows starting from the beginning of the part | ||
| 3463 | 2024.12.21 00:49:49.008873 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part | ||
| 3464 | 2024.12.21 00:49:49.010222 [ 263 ] {efe8aeda-6242-474a-8195-82b09de55eab} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3465 | 2024.12.21 00:49:49.010300 [ 263 ] {efe8aeda-6242-474a-8195-82b09de55eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3466 | 2024.12.21 00:49:49.011514 [ 263 ] {efe8aeda-6242-474a-8195-82b09de55eab} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3467 | 2024.12.21 00:49:49.011989 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.005662285 sec., 31259.465039290673 rows/sec., 2.37 MiB/sec. | ||
| 3468 | 2024.12.21 00:49:49.012093 [ 263 ] {efe8aeda-6242-474a-8195-82b09de55eab} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3469 | 2024.12.21 00:49:49.012298 [ 202 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3470 | 2024.12.21 00:49:49.012711 [ 263 ] {efe8aeda-6242-474a-8195-82b09de55eab} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.005698 sec., 16321.516321516321 rows/sec., 1.28 MiB/sec. | ||
| 3471 | 2024.12.21 00:49:49.013049 [ 263 ] {efe8aeda-6242-474a-8195-82b09de55eab} <Debug> TCPHandler: Processed in 0.006631223 sec. | ||
| 3472 | 2024.12.21 00:49:49.013281 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3473 | 2024.12.21 00:49:49.013333 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_16_3} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3474 | 2024.12.21 00:49:49.013458 [ 260 ] {b1ca5302-0fab-40d8-a264-e40392aece8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3475 | 2024.12.21 00:49:49.013460 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_16_3} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3476 | 2024.12.21 00:49:49.013534 [ 260 ] {b1ca5302-0fab-40d8-a264-e40392aece8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3477 | 2024.12.21 00:49:49.013603 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3478 | 2024.12.21 00:49:49.014269 [ 260 ] {b1ca5302-0fab-40d8-a264-e40392aece8e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3479 | 2024.12.21 00:49:49.014308 [ 260 ] {b1ca5302-0fab-40d8-a264-e40392aece8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3480 | 2024.12.21 00:49:49.014722 [ 260 ] {b1ca5302-0fab-40d8-a264-e40392aece8e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3481 | 2024.12.21 00:49:49.014991 [ 260 ] {b1ca5302-0fab-40d8-a264-e40392aece8e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3482 | 2024.12.21 00:49:49.015235 [ 260 ] {b1ca5302-0fab-40d8-a264-e40392aece8e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001822 sec., 88364.43468715697 rows/sec., 6.15 MiB/sec. | ||
| 3483 | 2024.12.21 00:49:49.015363 [ 260 ] {b1ca5302-0fab-40d8-a264-e40392aece8e} <Debug> TCPHandler: Processed in 0.0021622 sec. | ||
| 3484 | 2024.12.21 00:49:49.015543 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3485 | 2024.12.21 00:49:49.015701 [ 263 ] {1a94a430-94f5-4f1c-a451-e6b535d0e700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3486 | 2024.12.21 00:49:49.015808 [ 263 ] {1a94a430-94f5-4f1c-a451-e6b535d0e700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3487 | 2024.12.21 00:49:49.017123 [ 263 ] {1a94a430-94f5-4f1c-a451-e6b535d0e700} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3488 | 2024.12.21 00:49:49.017169 [ 263 ] {1a94a430-94f5-4f1c-a451-e6b535d0e700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3489 | 2024.12.21 00:49:49.017854 [ 263 ] {1a94a430-94f5-4f1c-a451-e6b535d0e700} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3490 | 2024.12.21 00:49:49.018142 [ 263 ] {1a94a430-94f5-4f1c-a451-e6b535d0e700} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3491 | 2024.12.21 00:49:49.018326 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3492 | 2024.12.21 00:49:49.018399 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3493 | 2024.12.21 00:49:49.018433 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3494 | 2024.12.21 00:49:49.018458 [ 263 ] {1a94a430-94f5-4f1c-a451-e6b535d0e700} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002783 sec., 9701.760689902983 rows/sec., 17.39 MiB/sec. | ||
| 3495 | 2024.12.21 00:49:49.018766 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 3496 | 2024.12.21 00:49:49.018898 [ 263 ] {1a94a430-94f5-4f1c-a451-e6b535d0e700} <Debug> TCPHandler: Processed in 0.003425123 sec. | ||
| 3497 | 2024.12.21 00:49:49.019148 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3498 | 2024.12.21 00:49:49.019429 [ 260 ] {e252bf53-2e3b-44bb-bad2-b7154b34ed8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3499 | 2024.12.21 00:49:49.019474 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3500 | 2024.12.21 00:49:49.019557 [ 260 ] {e252bf53-2e3b-44bb-bad2-b7154b34ed8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3501 | 2024.12.21 00:49:49.019628 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 210 rows starting from the beginning of the part | ||
| 3502 | 2024.12.21 00:49:49.020531 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part | ||
| 3503 | 2024.12.21 00:49:49.021208 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 3504 | 2024.12.21 00:49:49.021879 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part | ||
| 3505 | 2024.12.21 00:49:49.022030 [ 260 ] {e252bf53-2e3b-44bb-bad2-b7154b34ed8c} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3506 | 2024.12.21 00:49:49.022108 [ 260 ] {e252bf53-2e3b-44bb-bad2-b7154b34ed8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3507 | 2024.12.21 00:49:49.022611 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part | ||
| 3508 | 2024.12.21 00:49:49.023257 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part | ||
| 3509 | 2024.12.21 00:49:49.023610 [ 260 ] {e252bf53-2e3b-44bb-bad2-b7154b34ed8c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3510 | 2024.12.21 00:49:49.024387 [ 260 ] {e252bf53-2e3b-44bb-bad2-b7154b34ed8c} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3511 | 2024.12.21 00:49:49.024872 [ 260 ] {e252bf53-2e3b-44bb-bad2-b7154b34ed8c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005528 sec., 10853.83502170767 rows/sec., 749.03 KiB/sec. | ||
| 3512 | 2024.12.21 00:49:49.025030 [ 260 ] {e252bf53-2e3b-44bb-bad2-b7154b34ed8c} <Debug> TCPHandler: Processed in 0.006006662 sec. | ||
| 3513 | 2024.12.21 00:49:49.027806 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 315 rows, containing 19 columns (19 merged, 0 gathered) in 0.009297192 sec., 33881.197677750446 rows/sec., 60.71 MiB/sec. | ||
| 3514 | 2024.12.21 00:49:49.028273 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3515 | 2024.12.21 00:49:49.028679 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3516 | 2024.12.21 00:49:49.028764 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3517 | 2024.12.21 00:49:49.028884 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB. | ||
| 3518 | 2024.12.21 00:49:49.928242 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3519 | 2024.12.21 00:49:49.929355 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2024.12.21 00:49:49.929446 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3521 | 2024.12.21 00:49:49.930114 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3522 | 2024.12.21 00:49:49.930382 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3523 | 2024.12.21 00:49:49.930603 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3524 | 2024.12.21 00:49:50.418903 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3525 | 2024.12.21 00:49:50.438602 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3526 | 2024.12.21 00:49:50.438664 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3527 | 2024.12.21 00:49:50.446321 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3528 | 2024.12.21 00:49:50.447092 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3529 | 2024.12.21 00:49:50.450478 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3530 | 2024.12.21 00:49:51.000231 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.75 MiB, peak 187.49 MiB, free memory in arenas 0.00 B, will set to 181.09 MiB (RSS), difference: 1.34 MiB | ||
| 3531 | 2024.12.21 00:49:52.441238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 494 | ||
| 3532 | 2024.12.21 00:49:52.444893 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3533 | 2024.12.21 00:49:52.444945 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3534 | 2024.12.21 00:49:52.446432 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3535 | 2024.12.21 00:49:52.446780 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3536 | 2024.12.21 00:49:52.446951 [ 150 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3537 | 2024.12.21 00:49:52.447025 [ 150 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3538 | 2024.12.21 00:49:52.447068 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3539 | 2024.12.21 00:49:52.448109 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 3540 | 2024.12.21 00:49:52.448857 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 494 | ||
| 3541 | 2024.12.21 00:49:52.449354 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3542 | 2024.12.21 00:49:52.449539 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 284 rows starting from the beginning of the part | ||
| 3543 | 2024.12.21 00:49:52.450139 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 3544 | 2024.12.21 00:49:52.450745 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part | ||
| 3545 | 2024.12.21 00:49:52.451338 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 74 rows starting from the beginning of the part | ||
| 3546 | 2024.12.21 00:49:52.451924 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part | ||
| 3547 | 2024.12.21 00:49:52.452500 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
| 3548 | 2024.12.21 00:49:52.460739 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 494 rows, containing 72 columns (72 merged, 0 gathered) in 0.01347894 sec., 36649.76622790813 rows/sec., 33.91 MiB/sec. | ||
| 3549 | 2024.12.21 00:49:52.461822 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3550 | 2024.12.21 00:49:52.462552 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_11_2} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3551 | 2024.12.21 00:49:52.462643 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_11_2} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3552 | 2024.12.21 00:49:52.462865 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 3553 | 2024.12.21 00:49:54.002068 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3554 | 2024.12.21 00:49:54.002273 [ 260 ] {e134db5f-280e-437f-9d18-d51ed2b99e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3555 | 2024.12.21 00:49:54.002352 [ 260 ] {e134db5f-280e-437f-9d18-d51ed2b99e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3556 | 2024.12.21 00:49:54.003174 [ 260 ] {e134db5f-280e-437f-9d18-d51ed2b99e48} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3557 | 2024.12.21 00:49:54.003227 [ 260 ] {e134db5f-280e-437f-9d18-d51ed2b99e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3558 | 2024.12.21 00:49:54.003690 [ 260 ] {e134db5f-280e-437f-9d18-d51ed2b99e48} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3559 | 2024.12.21 00:49:54.003999 [ 260 ] {e134db5f-280e-437f-9d18-d51ed2b99e48} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3560 | 2024.12.21 00:49:54.004340 [ 260 ] {e134db5f-280e-437f-9d18-d51ed2b99e48} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002096 sec., 6679.389312977099 rows/sec., 480.83 KiB/sec. | ||
| 3561 | 2024.12.21 00:49:54.004489 [ 260 ] {e134db5f-280e-437f-9d18-d51ed2b99e48} <Debug> TCPHandler: Processed in 0.002552788 sec. | ||
| 3562 | 2024.12.21 00:49:54.004806 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3563 | 2024.12.21 00:49:54.005011 [ 263 ] {0f90d48e-9e2e-4ba3-a5b9-f0c247eb6920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3564 | 2024.12.21 00:49:54.005094 [ 263 ] {0f90d48e-9e2e-4ba3-a5b9-f0c247eb6920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3565 | 2024.12.21 00:49:54.005971 [ 263 ] {0f90d48e-9e2e-4ba3-a5b9-f0c247eb6920} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3566 | 2024.12.21 00:49:54.006019 [ 263 ] {0f90d48e-9e2e-4ba3-a5b9-f0c247eb6920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3567 | 2024.12.21 00:49:54.006467 [ 263 ] {0f90d48e-9e2e-4ba3-a5b9-f0c247eb6920} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3568 | 2024.12.21 00:49:54.006718 [ 263 ] {0f90d48e-9e2e-4ba3-a5b9-f0c247eb6920} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3569 | 2024.12.21 00:49:54.006864 [ 148 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3570 | 2024.12.21 00:49:54.006936 [ 263 ] {0f90d48e-9e2e-4ba3-a5b9-f0c247eb6920} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.001988 sec., 114185.1106639839 rows/sec., 9.98 MiB/sec. | ||
| 3571 | 2024.12.21 00:49:54.006999 [ 148 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3572 | 2024.12.21 00:49:54.007039 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3573 | 2024.12.21 00:49:54.007058 [ 263 ] {0f90d48e-9e2e-4ba3-a5b9-f0c247eb6920} <Debug> TCPHandler: Processed in 0.002398114 sec. | ||
| 3574 | 2024.12.21 00:49:54.007271 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 3575 | 2024.12.21 00:49:54.007284 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3576 | 2024.12.21 00:49:54.007551 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3577 | 2024.12.21 00:49:54.007567 [ 260 ] {7b98aac8-c7b1-4a9b-94e1-76968bb5243a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3578 | 2024.12.21 00:49:54.007616 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1428 rows starting from the beginning of the part | ||
| 3579 | 2024.12.21 00:49:54.007668 [ 260 ] {7b98aac8-c7b1-4a9b-94e1-76968bb5243a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3580 | 2024.12.21 00:49:54.008044 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
| 3581 | 2024.12.21 00:49:54.008403 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 110 rows starting from the beginning of the part | ||
| 3582 | 2024.12.21 00:49:54.008863 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 227 rows starting from the beginning of the part | ||
| 3583 | 2024.12.21 00:49:54.009142 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 111 rows starting from the beginning of the part | ||
| 3584 | 2024.12.21 00:49:54.009486 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 227 rows starting from the beginning of the part | ||
| 3585 | 2024.12.21 00:49:54.010344 [ 260 ] {7b98aac8-c7b1-4a9b-94e1-76968bb5243a} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3586 | 2024.12.21 00:49:54.010432 [ 260 ] {7b98aac8-c7b1-4a9b-94e1-76968bb5243a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3587 | 2024.12.21 00:49:54.011557 [ 260 ] {7b98aac8-c7b1-4a9b-94e1-76968bb5243a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3588 | 2024.12.21 00:49:54.012141 [ 260 ] {7b98aac8-c7b1-4a9b-94e1-76968bb5243a} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3589 | 2024.12.21 00:49:54.012525 [ 260 ] {7b98aac8-c7b1-4a9b-94e1-76968bb5243a} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.005013 sec., 3790.1456213844003 rows/sec., 270.98 KiB/sec. | ||
| 3590 | 2024.12.21 00:49:54.012885 [ 260 ] {7b98aac8-c7b1-4a9b-94e1-76968bb5243a} <Debug> TCPHandler: Processed in 0.005701846 sec. | ||
| 3591 | 2024.12.21 00:49:54.013149 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3592 | 2024.12.21 00:49:54.013161 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2159 rows, containing 5 columns (5 merged, 0 gathered) in 0.006033062 sec., 357861.3977446279 rows/sec., 31.47 MiB/sec. | ||
| 3593 | 2024.12.21 00:49:54.013286 [ 263 ] {bc29a0fd-f485-4980-a97c-dcf0e4576dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3594 | 2024.12.21 00:49:54.013358 [ 263 ] {bc29a0fd-f485-4980-a97c-dcf0e4576dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3595 | 2024.12.21 00:49:54.013453 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3596 | 2024.12.21 00:49:54.014036 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_21_4} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3597 | 2024.12.21 00:49:54.014147 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_21_4} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3598 | 2024.12.21 00:49:54.014323 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 3599 | 2024.12.21 00:49:54.014496 [ 263 ] {bc29a0fd-f485-4980-a97c-dcf0e4576dea} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3600 | 2024.12.21 00:49:54.014542 [ 263 ] {bc29a0fd-f485-4980-a97c-dcf0e4576dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3601 | 2024.12.21 00:49:54.014909 [ 263 ] {bc29a0fd-f485-4980-a97c-dcf0e4576dea} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3602 | 2024.12.21 00:49:54.015158 [ 263 ] {bc29a0fd-f485-4980-a97c-dcf0e4576dea} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3603 | 2024.12.21 00:49:54.015372 [ 263 ] {bc29a0fd-f485-4980-a97c-dcf0e4576dea} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002119 sec., 6606.890042472865 rows/sec., 462.70 KiB/sec. | ||
| 3604 | 2024.12.21 00:49:54.015434 [ 263 ] {bc29a0fd-f485-4980-a97c-dcf0e4576dea} <Debug> TCPHandler: Processed in 0.002415085 sec. | ||
| 3605 | 2024.12.21 00:49:54.015616 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3606 | 2024.12.21 00:49:54.015772 [ 260 ] {76dd8aef-6990-476c-acb9-8990a4e9f8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3607 | 2024.12.21 00:49:54.015840 [ 260 ] {76dd8aef-6990-476c-acb9-8990a4e9f8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3608 | 2024.12.21 00:49:54.016576 [ 260 ] {76dd8aef-6990-476c-acb9-8990a4e9f8b6} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3609 | 2024.12.21 00:49:54.016622 [ 260 ] {76dd8aef-6990-476c-acb9-8990a4e9f8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3610 | 2024.12.21 00:49:54.017052 [ 260 ] {76dd8aef-6990-476c-acb9-8990a4e9f8b6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3611 | 2024.12.21 00:49:54.017318 [ 260 ] {76dd8aef-6990-476c-acb9-8990a4e9f8b6} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3612 | 2024.12.21 00:49:54.017571 [ 260 ] {76dd8aef-6990-476c-acb9-8990a4e9f8b6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001835 sec., 7084.4686648501365 rows/sec., 441.71 KiB/sec. | ||
| 3613 | 2024.12.21 00:49:54.017646 [ 260 ] {76dd8aef-6990-476c-acb9-8990a4e9f8b6} <Debug> TCPHandler: Processed in 0.002099169 sec. | ||
| 3614 | 2024.12.21 00:49:54.017812 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3615 | 2024.12.21 00:49:54.017935 [ 263 ] {2204cc18-0cc5-4d29-80e5-a71a4725d5bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3616 | 2024.12.21 00:49:54.017986 [ 263 ] {2204cc18-0cc5-4d29-80e5-a71a4725d5bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3617 | 2024.12.21 00:49:54.018735 [ 263 ] {2204cc18-0cc5-4d29-80e5-a71a4725d5bc} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3618 | 2024.12.21 00:49:54.018777 [ 263 ] {2204cc18-0cc5-4d29-80e5-a71a4725d5bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3619 | 2024.12.21 00:49:54.019174 [ 263 ] {2204cc18-0cc5-4d29-80e5-a71a4725d5bc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3620 | 2024.12.21 00:49:54.019427 [ 263 ] {2204cc18-0cc5-4d29-80e5-a71a4725d5bc} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3621 | 2024.12.21 00:49:54.019592 [ 146 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3622 | 2024.12.21 00:49:54.019665 [ 146 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3623 | 2024.12.21 00:49:54.019684 [ 263 ] {2204cc18-0cc5-4d29-80e5-a71a4725d5bc} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001763 sec., 223482.6999432785 rows/sec., 15.87 MiB/sec. | ||
| 3624 | 2024.12.21 00:49:54.019708 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3625 | 2024.12.21 00:49:54.019844 [ 263 ] {2204cc18-0cc5-4d29-80e5-a71a4725d5bc} <Debug> TCPHandler: Processed in 0.002084339 sec. | ||
| 3626 | 2024.12.21 00:49:54.020195 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3627 | 2024.12.21 00:49:54.020305 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 3628 | 2024.12.21 00:49:54.020537 [ 260 ] {7bc2c683-f489-49f3-b53e-f9f0f3dd699e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3629 | 2024.12.21 00:49:54.020581 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3630 | 2024.12.21 00:49:54.020612 [ 260 ] {7bc2c683-f489-49f3-b53e-f9f0f3dd699e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3631 | 2024.12.21 00:49:54.020623 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 905 rows starting from the beginning of the part | ||
| 3632 | 2024.12.21 00:49:54.020909 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
| 3633 | 2024.12.21 00:49:54.021329 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 91 rows starting from the beginning of the part | ||
| 3634 | 2024.12.21 00:49:54.021725 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 394 rows starting from the beginning of the part | ||
| 3635 | 2024.12.21 00:49:54.022045 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 93 rows starting from the beginning of the part | ||
| 3636 | 2024.12.21 00:49:54.022179 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 394 rows starting from the beginning of the part | ||
| 3637 | 2024.12.21 00:49:54.022973 [ 260 ] {7bc2c683-f489-49f3-b53e-f9f0f3dd699e} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3638 | 2024.12.21 00:49:54.023019 [ 260 ] {7bc2c683-f489-49f3-b53e-f9f0f3dd699e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3639 | 2024.12.21 00:49:54.023572 [ 260 ] {7bc2c683-f489-49f3-b53e-f9f0f3dd699e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3640 | 2024.12.21 00:49:54.023895 [ 260 ] {7bc2c683-f489-49f3-b53e-f9f0f3dd699e} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3641 | 2024.12.21 00:49:54.024362 [ 260 ] {7bc2c683-f489-49f3-b53e-f9f0f3dd699e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00385 sec., 1558.4415584415583 rows/sec., 81.42 KiB/sec. | ||
| 3642 | 2024.12.21 00:49:54.024730 [ 260 ] {7bc2c683-f489-49f3-b53e-f9f0f3dd699e} <Debug> TCPHandler: Processed in 0.004765678 sec. | ||
| 3643 | 2024.12.21 00:49:54.024846 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1941 rows, containing 5 columns (5 merged, 0 gathered) in 0.004998872 sec., 388287.5976820371 rows/sec., 29.71 MiB/sec. | ||
| 3644 | 2024.12.21 00:49:54.024917 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3645 | 2024.12.21 00:49:54.025055 [ 263 ] {59f358ae-e917-4ddc-8c46-278af1020a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3646 | 2024.12.21 00:49:54.025095 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3647 | 2024.12.21 00:49:54.025117 [ 263 ] {59f358ae-e917-4ddc-8c46-278af1020a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3648 | 2024.12.21 00:49:54.025499 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_21_4} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3649 | 2024.12.21 00:49:54.025582 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_21_4} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3650 | 2024.12.21 00:49:54.025688 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3651 | 2024.12.21 00:49:54.025878 [ 263 ] {59f358ae-e917-4ddc-8c46-278af1020a29} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3652 | 2024.12.21 00:49:54.025918 [ 263 ] {59f358ae-e917-4ddc-8c46-278af1020a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3653 | 2024.12.21 00:49:54.026317 [ 263 ] {59f358ae-e917-4ddc-8c46-278af1020a29} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3654 | 2024.12.21 00:49:54.026556 [ 263 ] {59f358ae-e917-4ddc-8c46-278af1020a29} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3655 | 2024.12.21 00:49:54.026718 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3656 | 2024.12.21 00:49:54.026779 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3657 | 2024.12.21 00:49:54.026809 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3658 | 2024.12.21 00:49:54.026825 [ 263 ] {59f358ae-e917-4ddc-8c46-278af1020a29} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001788 sec., 132550.3355704698 rows/sec., 8.88 MiB/sec. | ||
| 3659 | 2024.12.21 00:49:54.026970 [ 263 ] {59f358ae-e917-4ddc-8c46-278af1020a29} <Debug> TCPHandler: Processed in 0.002127929 sec. | ||
| 3660 | 2024.12.21 00:49:54.026994 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 3661 | 2024.12.21 00:49:54.027124 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3662 | 2024.12.21 00:49:54.027170 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3663 | 2024.12.21 00:49:54.027186 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5970 rows starting from the beginning of the part | ||
| 3664 | 2024.12.21 00:49:54.027383 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 128 rows starting from the beginning of the part | ||
| 3665 | 2024.12.21 00:49:54.027607 [ 260 ] {45b39d58-8273-4686-b4fa-f49dcb4594e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3666 | 2024.12.21 00:49:54.027686 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 3667 | 2024.12.21 00:49:54.027779 [ 260 ] {45b39d58-8273-4686-b4fa-f49dcb4594e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3668 | 2024.12.21 00:49:54.027952 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 3669 | 2024.12.21 00:49:54.028312 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 161 rows starting from the beginning of the part | ||
| 3670 | 2024.12.21 00:49:54.028662 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 3671 | 2024.12.21 00:49:54.029936 [ 260 ] {45b39d58-8273-4686-b4fa-f49dcb4594e9} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3672 | 2024.12.21 00:49:54.030005 [ 260 ] {45b39d58-8273-4686-b4fa-f49dcb4594e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3673 | 2024.12.21 00:49:54.030930 [ 260 ] {45b39d58-8273-4686-b4fa-f49dcb4594e9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3674 | 2024.12.21 00:49:54.031360 [ 260 ] {45b39d58-8273-4686-b4fa-f49dcb4594e9} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3675 | 2024.12.21 00:49:54.031640 [ 260 ] {45b39d58-8273-4686-b4fa-f49dcb4594e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004216 sec., 237.19165085388994 rows/sec., 15.98 KiB/sec. | ||
| 3676 | 2024.12.21 00:49:54.031714 [ 260 ] {45b39d58-8273-4686-b4fa-f49dcb4594e9} <Debug> TCPHandler: Processed in 0.004639476 sec. | ||
| 3677 | 2024.12.21 00:49:54.031888 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3678 | 2024.12.21 00:49:54.032013 [ 263 ] {e3f813e3-461b-4039-934b-cb739d5c6d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3679 | 2024.12.21 00:49:54.032098 [ 263 ] {e3f813e3-461b-4039-934b-cb739d5c6d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3680 | 2024.12.21 00:49:54.032429 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6893 rows, containing 5 columns (5 merged, 0 gathered) in 0.005542603 sec., 1243639.495738735 rows/sec., 84.02 MiB/sec. | ||
| 3681 | 2024.12.21 00:49:54.032920 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3682 | 2024.12.21 00:49:54.033321 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3683 | 2024.12.21 00:49:54.033446 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3684 | 2024.12.21 00:49:54.033556 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
| 3685 | 2024.12.21 00:49:54.033689 [ 263 ] {e3f813e3-461b-4039-934b-cb739d5c6d25} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3686 | 2024.12.21 00:49:54.033729 [ 263 ] {e3f813e3-461b-4039-934b-cb739d5c6d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3687 | 2024.12.21 00:49:54.034350 [ 263 ] {e3f813e3-461b-4039-934b-cb739d5c6d25} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3688 | 2024.12.21 00:49:54.034606 [ 263 ] {e3f813e3-461b-4039-934b-cb739d5c6d25} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3689 | 2024.12.21 00:49:54.034902 [ 263 ] {e3f813e3-461b-4039-934b-cb739d5c6d25} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002908 sec., 4126.547455295736 rows/sec., 7.39 MiB/sec. | ||
| 3690 | 2024.12.21 00:49:54.035084 [ 263 ] {e3f813e3-461b-4039-934b-cb739d5c6d25} <Debug> TCPHandler: Processed in 0.003266151 sec. | ||
| 3691 | 2024.12.21 00:49:54.035262 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2024.12.21 00:49:54.035404 [ 260 ] {737761f2-8863-46c0-996f-ed6d3a20b336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3693 | 2024.12.21 00:49:54.035467 [ 260 ] {737761f2-8863-46c0-996f-ed6d3a20b336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3694 | 2024.12.21 00:49:54.036049 [ 260 ] {737761f2-8863-46c0-996f-ed6d3a20b336} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3695 | 2024.12.21 00:49:54.036097 [ 260 ] {737761f2-8863-46c0-996f-ed6d3a20b336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3696 | 2024.12.21 00:49:54.036535 [ 260 ] {737761f2-8863-46c0-996f-ed6d3a20b336} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3697 | 2024.12.21 00:49:54.036806 [ 260 ] {737761f2-8863-46c0-996f-ed6d3a20b336} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2024.12.21 00:49:54.036976 [ 146 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3699 | 2024.12.21 00:49:54.037034 [ 146 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3700 | 2024.12.21 00:49:54.037066 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3701 | 2024.12.21 00:49:54.037084 [ 260 ] {737761f2-8863-46c0-996f-ed6d3a20b336} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001702 sec., 48178.6133960047 rows/sec., 3.06 MiB/sec. | ||
| 3702 | 2024.12.21 00:49:54.037203 [ 260 ] {737761f2-8863-46c0-996f-ed6d3a20b336} <Debug> TCPHandler: Processed in 0.002011547 sec. | ||
| 3703 | 2024.12.21 00:49:54.037256 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 3704 | 2024.12.21 00:49:54.037369 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3705 | 2024.12.21 00:49:54.037403 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 972 rows starting from the beginning of the part | ||
| 3706 | 2024.12.21 00:49:54.037490 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part | ||
| 3707 | 2024.12.21 00:49:54.037677 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 3708 | 2024.12.21 00:49:54.037764 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 3709 | 2024.12.21 00:49:54.038008 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 3710 | 2024.12.21 00:49:54.038104 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 3711 | 2024.12.21 00:49:54.039218 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1304 rows, containing 4 columns (4 merged, 0 gathered) in 0.002061618 sec., 632512.9097631085 rows/sec., 41.56 MiB/sec. | ||
| 3712 | 2024.12.21 00:49:54.039446 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3713 | 2024.12.21 00:49:54.039799 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_21_4} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3714 | 2024.12.21 00:49:54.039895 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_21_4} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3715 | 2024.12.21 00:49:54.039994 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 3716 | 2024.12.21 00:49:57.276588 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3717 | 2024.12.21 00:49:57.276641 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3718 | 2024.12.21 00:49:57.430721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3719 | 2024.12.21 00:49:57.431482 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3720 | 2024.12.21 00:49:57.431526 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3721 | 2024.12.21 00:49:57.432071 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3722 | 2024.12.21 00:49:57.432334 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3723 | 2024.12.21 00:49:57.432584 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3724 | 2024.12.21 00:49:57.950537 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3725 | 2024.12.21 00:49:57.970422 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3726 | 2024.12.21 00:49:57.970486 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3727 | 2024.12.21 00:49:57.978386 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3728 | 2024.12.21 00:49:57.979230 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3729 | 2024.12.21 00:49:57.982208 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3730 | 2024.12.21 00:49:58.998954 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3731 | 2024.12.21 00:49:58.999372 [ 260 ] {7ef89817-cfb8-46f6-8eed-e05699adeff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3732 | 2024.12.21 00:49:58.999452 [ 260 ] {7ef89817-cfb8-46f6-8eed-e05699adeff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3733 | 2024.12.21 00:49:59.000567 [ 260 ] {7ef89817-cfb8-46f6-8eed-e05699adeff1} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3734 | 2024.12.21 00:49:59.000627 [ 260 ] {7ef89817-cfb8-46f6-8eed-e05699adeff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3735 | 2024.12.21 00:49:59.001259 [ 260 ] {7ef89817-cfb8-46f6-8eed-e05699adeff1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3736 | 2024.12.21 00:49:59.001596 [ 260 ] {7ef89817-cfb8-46f6-8eed-e05699adeff1} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3737 | 2024.12.21 00:49:59.001978 [ 260 ] {7ef89817-cfb8-46f6-8eed-e05699adeff1} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002644 sec., 41603.6308623298 rows/sec., 3.49 MiB/sec. | ||
| 3738 | 2024.12.21 00:49:59.002205 [ 260 ] {7ef89817-cfb8-46f6-8eed-e05699adeff1} <Debug> TCPHandler: Processed in 0.003403293 sec. | ||
| 3739 | 2024.12.21 00:49:59.002520 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3740 | 2024.12.21 00:49:59.002717 [ 263 ] {617079f4-e4de-43af-84c8-a33e7687943d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3741 | 2024.12.21 00:49:59.002803 [ 263 ] {617079f4-e4de-43af-84c8-a33e7687943d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3742 | 2024.12.21 00:49:59.003717 [ 263 ] {617079f4-e4de-43af-84c8-a33e7687943d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3743 | 2024.12.21 00:49:59.003772 [ 263 ] {617079f4-e4de-43af-84c8-a33e7687943d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3744 | 2024.12.21 00:49:59.004258 [ 263 ] {617079f4-e4de-43af-84c8-a33e7687943d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3745 | 2024.12.21 00:49:59.004546 [ 263 ] {617079f4-e4de-43af-84c8-a33e7687943d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3746 | 2024.12.21 00:49:59.004920 [ 263 ] {617079f4-e4de-43af-84c8-a33e7687943d} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002246 sec., 12021.371326803204 rows/sec., 903.95 KiB/sec. | ||
| 3747 | 2024.12.21 00:49:59.005135 [ 263 ] {617079f4-e4de-43af-84c8-a33e7687943d} <Debug> TCPHandler: Processed in 0.002756591 sec. | ||
| 3748 | 2024.12.21 00:49:59.005342 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3749 | 2024.12.21 00:49:59.005476 [ 260 ] {3ec03600-043e-4cda-9dbf-b5d0789ec1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3750 | 2024.12.21 00:49:59.005531 [ 260 ] {3ec03600-043e-4cda-9dbf-b5d0789ec1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3751 | 2024.12.21 00:49:59.006200 [ 260 ] {3ec03600-043e-4cda-9dbf-b5d0789ec1f0} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3752 | 2024.12.21 00:49:59.006242 [ 260 ] {3ec03600-043e-4cda-9dbf-b5d0789ec1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3753 | 2024.12.21 00:49:59.006664 [ 260 ] {3ec03600-043e-4cda-9dbf-b5d0789ec1f0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3754 | 2024.12.21 00:49:59.006983 [ 260 ] {3ec03600-043e-4cda-9dbf-b5d0789ec1f0} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3755 | 2024.12.21 00:49:59.007266 [ 260 ] {3ec03600-043e-4cda-9dbf-b5d0789ec1f0} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001822 sec., 49945.115257958285 rows/sec., 3.90 MiB/sec. | ||
| 3756 | 2024.12.21 00:49:59.007505 [ 260 ] {3ec03600-043e-4cda-9dbf-b5d0789ec1f0} <Debug> TCPHandler: Processed in 0.002220241 sec. | ||
| 3757 | 2024.12.21 00:49:59.007715 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3758 | 2024.12.21 00:49:59.007860 [ 263 ] {67ac93e2-d3f8-43d3-ac89-19a616f01ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3759 | 2024.12.21 00:49:59.007927 [ 263 ] {67ac93e2-d3f8-43d3-ac89-19a616f01ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3760 | 2024.12.21 00:49:59.008632 [ 263 ] {67ac93e2-d3f8-43d3-ac89-19a616f01ab3} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3761 | 2024.12.21 00:49:59.008682 [ 263 ] {67ac93e2-d3f8-43d3-ac89-19a616f01ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3762 | 2024.12.21 00:49:59.009133 [ 263 ] {67ac93e2-d3f8-43d3-ac89-19a616f01ab3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3763 | 2024.12.21 00:49:59.009410 [ 263 ] {67ac93e2-d3f8-43d3-ac89-19a616f01ab3} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3764 | 2024.12.21 00:49:59.009641 [ 263 ] {67ac93e2-d3f8-43d3-ac89-19a616f01ab3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001819 sec., 87960.4178119846 rows/sec., 6.13 MiB/sec. | ||
| 3765 | 2024.12.21 00:49:59.009718 [ 263 ] {67ac93e2-d3f8-43d3-ac89-19a616f01ab3} <Debug> TCPHandler: Processed in 0.002068419 sec. | ||
| 3766 | 2024.12.21 00:49:59.009897 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3767 | 2024.12.21 00:49:59.010024 [ 260 ] {59f3f0e5-25de-4812-9fb4-5b938e1e90c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3768 | 2024.12.21 00:49:59.010111 [ 260 ] {59f3f0e5-25de-4812-9fb4-5b938e1e90c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3769 | 2024.12.21 00:49:59.011301 [ 260 ] {59f3f0e5-25de-4812-9fb4-5b938e1e90c2} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3770 | 2024.12.21 00:49:59.011342 [ 260 ] {59f3f0e5-25de-4812-9fb4-5b938e1e90c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3771 | 2024.12.21 00:49:59.012016 [ 260 ] {59f3f0e5-25de-4812-9fb4-5b938e1e90c2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3772 | 2024.12.21 00:49:59.012278 [ 260 ] {59f3f0e5-25de-4812-9fb4-5b938e1e90c2} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3773 | 2024.12.21 00:49:59.012500 [ 260 ] {59f3f0e5-25de-4812-9fb4-5b938e1e90c2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002505 sec., 10778.443113772455 rows/sec., 19.31 MiB/sec. | ||
| 3774 | 2024.12.21 00:49:59.012618 [ 260 ] {59f3f0e5-25de-4812-9fb4-5b938e1e90c2} <Debug> TCPHandler: Processed in 0.002784591 sec. | ||
| 3775 | 2024.12.21 00:49:59.012797 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3776 | 2024.12.21 00:49:59.012926 [ 263 ] {37c72442-f52b-415f-b52a-b83b66151638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3777 | 2024.12.21 00:49:59.012982 [ 263 ] {37c72442-f52b-415f-b52a-b83b66151638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3778 | 2024.12.21 00:49:59.013507 [ 263 ] {37c72442-f52b-415f-b52a-b83b66151638} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3779 | 2024.12.21 00:49:59.013548 [ 263 ] {37c72442-f52b-415f-b52a-b83b66151638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3780 | 2024.12.21 00:49:59.013938 [ 263 ] {37c72442-f52b-415f-b52a-b83b66151638} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3781 | 2024.12.21 00:49:59.014182 [ 263 ] {37c72442-f52b-415f-b52a-b83b66151638} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3782 | 2024.12.21 00:49:59.014402 [ 263 ] {37c72442-f52b-415f-b52a-b83b66151638} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001506 sec., 39840.6374501992 rows/sec., 2.68 MiB/sec. | ||
| 3783 | 2024.12.21 00:49:59.014458 [ 263 ] {37c72442-f52b-415f-b52a-b83b66151638} <Debug> TCPHandler: Processed in 0.001723472 sec. | ||
| 3784 | 2024.12.21 00:50:02.449118 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 528 | ||
| 3785 | 2024.12.21 00:50:02.452454 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3786 | 2024.12.21 00:50:02.452511 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3787 | 2024.12.21 00:50:02.453984 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3788 | 2024.12.21 00:50:02.454313 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3789 | 2024.12.21 00:50:02.454960 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 528 | ||
| 3790 | 2024.12.21 00:50:02.775779 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3791 | 2024.12.21 00:50:02.775991 [ 260 ] {39f2da32-3a5f-499e-ab91-03e9ac495d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3792 | 2024.12.21 00:50:02.776073 [ 260 ] {39f2da32-3a5f-499e-ab91-03e9ac495d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3793 | 2024.12.21 00:50:02.776909 [ 260 ] {39f2da32-3a5f-499e-ab91-03e9ac495d1b} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3794 | 2024.12.21 00:50:02.776952 [ 260 ] {39f2da32-3a5f-499e-ab91-03e9ac495d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3795 | 2024.12.21 00:50:02.777398 [ 260 ] {39f2da32-3a5f-499e-ab91-03e9ac495d1b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3796 | 2024.12.21 00:50:02.777666 [ 260 ] {39f2da32-3a5f-499e-ab91-03e9ac495d1b} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3797 | 2024.12.21 00:50:02.777802 [ 133 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3798 | 2024.12.21 00:50:02.777850 [ 133 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3799 | 2024.12.21 00:50:02.777874 [ 260 ] {39f2da32-3a5f-499e-ab91-03e9ac495d1b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001942 sec., 7209.062821833162 rows/sec., 518.96 KiB/sec. | ||
| 3800 | 2024.12.21 00:50:02.777877 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3801 | 2024.12.21 00:50:02.778005 [ 260 ] {39f2da32-3a5f-499e-ab91-03e9ac495d1b} <Debug> TCPHandler: Processed in 0.002377704 sec. | ||
| 3802 | 2024.12.21 00:50:02.778110 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 3803 | 2024.12.21 00:50:02.778257 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3804 | 2024.12.21 00:50:02.778280 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3805 | 2024.12.21 00:50:02.778322 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 3806 | 2024.12.21 00:50:02.778466 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 3807 | 2024.12.21 00:50:02.778500 [ 263 ] {dd85159e-4156-42a7-a077-5bb3ee1d2ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3808 | 2024.12.21 00:50:02.778685 [ 263 ] {dd85159e-4156-42a7-a077-5bb3ee1d2ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3809 | 2024.12.21 00:50:02.778853 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 3810 | 2024.12.21 00:50:02.779244 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 3811 | 2024.12.21 00:50:02.779611 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 3812 | 2024.12.21 00:50:02.780902 [ 263 ] {dd85159e-4156-42a7-a077-5bb3ee1d2ac8} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3813 | 2024.12.21 00:50:02.780962 [ 263 ] {dd85159e-4156-42a7-a077-5bb3ee1d2ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3814 | 2024.12.21 00:50:02.781434 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003421554 sec., 20458.540183787834 rows/sec., 1.52 MiB/sec. | ||
| 3815 | 2024.12.21 00:50:02.781687 [ 263 ] {dd85159e-4156-42a7-a077-5bb3ee1d2ac8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3816 | 2024.12.21 00:50:02.781739 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3817 | 2024.12.21 00:50:02.782200 [ 263 ] {dd85159e-4156-42a7-a077-5bb3ee1d2ac8} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3818 | 2024.12.21 00:50:02.782378 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_9_2} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3819 | 2024.12.21 00:50:02.782712 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_9_2} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3820 | 2024.12.21 00:50:02.782846 [ 263 ] {dd85159e-4156-42a7-a077-5bb3ee1d2ac8} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004417 sec., 1358.3880461851936 rows/sec., 110.77 KiB/sec. | ||
| 3821 | 2024.12.21 00:50:02.782921 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3822 | 2024.12.21 00:50:02.783025 [ 263 ] {dd85159e-4156-42a7-a077-5bb3ee1d2ac8} <Debug> TCPHandler: Processed in 0.004891711 sec. | ||
| 3823 | 2024.12.21 00:50:02.783217 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3824 | 2024.12.21 00:50:02.783348 [ 260 ] {5aaccbee-18da-4604-a461-cd043dc8222c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3825 | 2024.12.21 00:50:02.783427 [ 260 ] {5aaccbee-18da-4604-a461-cd043dc8222c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3826 | 2024.12.21 00:50:02.784941 [ 260 ] {5aaccbee-18da-4604-a461-cd043dc8222c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3827 | 2024.12.21 00:50:02.784982 [ 260 ] {5aaccbee-18da-4604-a461-cd043dc8222c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3828 | 2024.12.21 00:50:02.785467 [ 260 ] {5aaccbee-18da-4604-a461-cd043dc8222c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3829 | 2024.12.21 00:50:02.785720 [ 260 ] {5aaccbee-18da-4604-a461-cd043dc8222c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3830 | 2024.12.21 00:50:02.785928 [ 260 ] {5aaccbee-18da-4604-a461-cd043dc8222c} <Debug> executeQuery: Read 1370 rows, 116.66 KiB in 0.00261 sec., 524904.214559387 rows/sec., 43.65 MiB/sec. | ||
| 3831 | 2024.12.21 00:50:02.785984 [ 260 ] {5aaccbee-18da-4604-a461-cd043dc8222c} <Debug> TCPHandler: Processed in 0.002828752 sec. | ||
| 3832 | 2024.12.21 00:50:02.786157 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3833 | 2024.12.21 00:50:02.786306 [ 263 ] {08bc83cb-9dc5-4309-9d8f-a00f61b1f071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3834 | 2024.12.21 00:50:02.786367 [ 263 ] {08bc83cb-9dc5-4309-9d8f-a00f61b1f071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3835 | 2024.12.21 00:50:02.787045 [ 263 ] {08bc83cb-9dc5-4309-9d8f-a00f61b1f071} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3836 | 2024.12.21 00:50:02.787084 [ 263 ] {08bc83cb-9dc5-4309-9d8f-a00f61b1f071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3837 | 2024.12.21 00:50:02.787448 [ 263 ] {08bc83cb-9dc5-4309-9d8f-a00f61b1f071} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3838 | 2024.12.21 00:50:02.787701 [ 263 ] {08bc83cb-9dc5-4309-9d8f-a00f61b1f071} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2024.12.21 00:50:02.787882 [ 263 ] {08bc83cb-9dc5-4309-9d8f-a00f61b1f071} <Debug> executeQuery: Read 25 rows, 1.78 KiB in 0.001613 sec., 15499.070055796652 rows/sec., 1.08 MiB/sec. | ||
| 3840 | 2024.12.21 00:50:02.787934 [ 263 ] {08bc83cb-9dc5-4309-9d8f-a00f61b1f071} <Debug> TCPHandler: Processed in 0.001849245 sec. | ||
| 3841 | 2024.12.21 00:50:02.788095 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3842 | 2024.12.21 00:50:02.788236 [ 260 ] {3a89ed5b-5b76-4361-83a4-a0c0e5c1a1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3843 | 2024.12.21 00:50:02.788295 [ 260 ] {3a89ed5b-5b76-4361-83a4-a0c0e5c1a1a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3844 | 2024.12.21 00:50:02.789009 [ 260 ] {3a89ed5b-5b76-4361-83a4-a0c0e5c1a1a4} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3845 | 2024.12.21 00:50:02.789049 [ 260 ] {3a89ed5b-5b76-4361-83a4-a0c0e5c1a1a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3846 | 2024.12.21 00:50:02.789429 [ 260 ] {3a89ed5b-5b76-4361-83a4-a0c0e5c1a1a4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3847 | 2024.12.21 00:50:02.789671 [ 260 ] {3a89ed5b-5b76-4361-83a4-a0c0e5c1a1a4} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3848 | 2024.12.21 00:50:02.789885 [ 260 ] {3a89ed5b-5b76-4361-83a4-a0c0e5c1a1a4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001682 sec., 143876.33769322236 rows/sec., 9.75 MiB/sec. | ||
| 3849 | 2024.12.21 00:50:02.789938 [ 260 ] {3a89ed5b-5b76-4361-83a4-a0c0e5c1a1a4} <Debug> TCPHandler: Processed in 0.001910506 sec. | ||
| 3850 | 2024.12.21 00:50:02.790093 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3851 | 2024.12.21 00:50:02.790233 [ 263 ] {f1cce40a-8a4f-4db0-8c67-31293fbae412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3852 | 2024.12.21 00:50:02.790293 [ 263 ] {f1cce40a-8a4f-4db0-8c67-31293fbae412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3853 | 2024.12.21 00:50:02.790932 [ 263 ] {f1cce40a-8a4f-4db0-8c67-31293fbae412} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3854 | 2024.12.21 00:50:02.790971 [ 263 ] {f1cce40a-8a4f-4db0-8c67-31293fbae412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3855 | 2024.12.21 00:50:02.791329 [ 263 ] {f1cce40a-8a4f-4db0-8c67-31293fbae412} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3856 | 2024.12.21 00:50:02.791567 [ 263 ] {f1cce40a-8a4f-4db0-8c67-31293fbae412} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3857 | 2024.12.21 00:50:02.791694 [ 132 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3858 | 2024.12.21 00:50:02.791748 [ 132 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3859 | 2024.12.21 00:50:02.791764 [ 263 ] {f1cce40a-8a4f-4db0-8c67-31293fbae412} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001559 sec., 8338.678640153945 rows/sec., 519.91 KiB/sec. | ||
| 3860 | 2024.12.21 00:50:02.791780 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3861 | 2024.12.21 00:50:02.791872 [ 263 ] {f1cce40a-8a4f-4db0-8c67-31293fbae412} <Debug> TCPHandler: Processed in 0.001845925 sec. | ||
| 3862 | 2024.12.21 00:50:02.792024 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 3863 | 2024.12.21 00:50:02.792115 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3864 | 2024.12.21 00:50:02.792219 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3865 | 2024.12.21 00:50:02.792298 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 3866 | 2024.12.21 00:50:02.792329 [ 260 ] {dda9b0de-d98a-4950-bbc7-af9afddce6b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3867 | 2024.12.21 00:50:02.792494 [ 260 ] {dda9b0de-d98a-4950-bbc7-af9afddce6b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3868 | 2024.12.21 00:50:02.792569 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 3869 | 2024.12.21 00:50:02.792941 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 3870 | 2024.12.21 00:50:02.793321 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 3871 | 2024.12.21 00:50:02.793669 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 3872 | 2024.12.21 00:50:02.795598 [ 260 ] {dda9b0de-d98a-4950-bbc7-af9afddce6b3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3873 | 2024.12.21 00:50:02.795669 [ 260 ] {dda9b0de-d98a-4950-bbc7-af9afddce6b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3874 | 2024.12.21 00:50:02.796118 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004224898 sec., 15384.986809149 rows/sec., 1019.35 KiB/sec. | ||
| 3875 | 2024.12.21 00:50:02.796342 [ 192 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3876 | 2024.12.21 00:50:02.796685 [ 260 ] {dda9b0de-d98a-4950-bbc7-af9afddce6b3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3877 | 2024.12.21 00:50:02.796858 [ 192 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_9_2} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3878 | 2024.12.21 00:50:02.797015 [ 192 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_9_2} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3879 | 2024.12.21 00:50:02.797183 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3880 | 2024.12.21 00:50:02.797198 [ 260 ] {dda9b0de-d98a-4950-bbc7-af9afddce6b3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3881 | 2024.12.21 00:50:02.797461 [ 260 ] {dda9b0de-d98a-4950-bbc7-af9afddce6b3} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.005202 sec., 164552.0953479431 rows/sec., 11.91 MiB/sec. | ||
| 3882 | 2024.12.21 00:50:02.797606 [ 260 ] {dda9b0de-d98a-4950-bbc7-af9afddce6b3} <Debug> TCPHandler: Processed in 0.005561893 sec. | ||
| 3883 | 2024.12.21 00:50:02.797788 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3884 | 2024.12.21 00:50:02.797931 [ 263 ] {fe95fc54-eaa8-4aca-afd6-50f3bfeb7715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3885 | 2024.12.21 00:50:02.797992 [ 263 ] {fe95fc54-eaa8-4aca-afd6-50f3bfeb7715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3886 | 2024.12.21 00:50:02.798573 [ 263 ] {fe95fc54-eaa8-4aca-afd6-50f3bfeb7715} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3887 | 2024.12.21 00:50:02.798619 [ 263 ] {fe95fc54-eaa8-4aca-afd6-50f3bfeb7715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3888 | 2024.12.21 00:50:02.798992 [ 263 ] {fe95fc54-eaa8-4aca-afd6-50f3bfeb7715} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3889 | 2024.12.21 00:50:02.799230 [ 263 ] {fe95fc54-eaa8-4aca-afd6-50f3bfeb7715} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3890 | 2024.12.21 00:50:02.799467 [ 263 ] {fe95fc54-eaa8-4aca-afd6-50f3bfeb7715} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec. | ||
| 3891 | 2024.12.21 00:50:02.799605 [ 263 ] {fe95fc54-eaa8-4aca-afd6-50f3bfeb7715} <Debug> TCPHandler: Processed in 0.001888495 sec. | ||
| 3892 | 2024.12.21 00:50:02.799774 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3893 | 2024.12.21 00:50:02.799909 [ 260 ] {26b53ebe-411e-4279-a0d9-89a76ace58b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3894 | 2024.12.21 00:50:02.799968 [ 260 ] {26b53ebe-411e-4279-a0d9-89a76ace58b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3895 | 2024.12.21 00:50:02.800825 [ 260 ] {26b53ebe-411e-4279-a0d9-89a76ace58b8} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3896 | 2024.12.21 00:50:02.800875 [ 260 ] {26b53ebe-411e-4279-a0d9-89a76ace58b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3897 | 2024.12.21 00:50:02.801516 [ 260 ] {26b53ebe-411e-4279-a0d9-89a76ace58b8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3898 | 2024.12.21 00:50:02.801800 [ 260 ] {26b53ebe-411e-4279-a0d9-89a76ace58b8} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3899 | 2024.12.21 00:50:02.802011 [ 260 ] {26b53ebe-411e-4279-a0d9-89a76ace58b8} <Debug> executeQuery: Read 918 rows, 62.70 KiB in 0.002133 sec., 430379.7468354431 rows/sec., 28.71 MiB/sec. | ||
| 3900 | 2024.12.21 00:50:02.802069 [ 260 ] {26b53ebe-411e-4279-a0d9-89a76ace58b8} <Debug> TCPHandler: Processed in 0.002360774 sec. | ||
| 3901 | 2024.12.21 00:50:02.802226 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3902 | 2024.12.21 00:50:02.802366 [ 263 ] {ee4ec32e-55ff-406e-82dc-21fbe0eba792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3903 | 2024.12.21 00:50:02.802426 [ 263 ] {ee4ec32e-55ff-406e-82dc-21fbe0eba792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3904 | 2024.12.21 00:50:02.802934 [ 263 ] {ee4ec32e-55ff-406e-82dc-21fbe0eba792} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3905 | 2024.12.21 00:50:02.802970 [ 263 ] {ee4ec32e-55ff-406e-82dc-21fbe0eba792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3906 | 2024.12.21 00:50:02.803334 [ 263 ] {ee4ec32e-55ff-406e-82dc-21fbe0eba792} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3907 | 2024.12.21 00:50:02.803579 [ 263 ] {ee4ec32e-55ff-406e-82dc-21fbe0eba792} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3908 | 2024.12.21 00:50:02.803821 [ 263 ] {ee4ec32e-55ff-406e-82dc-21fbe0eba792} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001466 sec., 682.1282401091405 rows/sec., 45.96 KiB/sec. | ||
| 3909 | 2024.12.21 00:50:02.803976 [ 263 ] {ee4ec32e-55ff-406e-82dc-21fbe0eba792} <Debug> TCPHandler: Processed in 0.001817934 sec. | ||
| 3910 | 2024.12.21 00:50:02.804132 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3911 | 2024.12.21 00:50:02.804270 [ 260 ] {7a5f3901-f886-4eba-90e0-a686a324badf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3912 | 2024.12.21 00:50:02.804359 [ 260 ] {7a5f3901-f886-4eba-90e0-a686a324badf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3913 | 2024.12.21 00:50:02.805499 [ 260 ] {7a5f3901-f886-4eba-90e0-a686a324badf} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3914 | 2024.12.21 00:50:02.805537 [ 260 ] {7a5f3901-f886-4eba-90e0-a686a324badf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3915 | 2024.12.21 00:50:02.806143 [ 260 ] {7a5f3901-f886-4eba-90e0-a686a324badf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3916 | 2024.12.21 00:50:02.806397 [ 260 ] {7a5f3901-f886-4eba-90e0-a686a324badf} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3917 | 2024.12.21 00:50:02.806628 [ 260 ] {7a5f3901-f886-4eba-90e0-a686a324badf} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002388 sec., 5025.125628140704 rows/sec., 9.00 MiB/sec. | ||
| 3918 | 2024.12.21 00:50:02.806721 [ 260 ] {7a5f3901-f886-4eba-90e0-a686a324badf} <Debug> TCPHandler: Processed in 0.002653449 sec. | ||
| 3919 | 2024.12.21 00:50:02.806874 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3920 | 2024.12.21 00:50:02.806994 [ 263 ] {0bd89942-c07e-4fec-be30-5aa6c215ccea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3921 | 2024.12.21 00:50:02.807044 [ 263 ] {0bd89942-c07e-4fec-be30-5aa6c215ccea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3922 | 2024.12.21 00:50:02.807544 [ 263 ] {0bd89942-c07e-4fec-be30-5aa6c215ccea} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3923 | 2024.12.21 00:50:02.807581 [ 263 ] {0bd89942-c07e-4fec-be30-5aa6c215ccea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3924 | 2024.12.21 00:50:02.807953 [ 263 ] {0bd89942-c07e-4fec-be30-5aa6c215ccea} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3925 | 2024.12.21 00:50:02.808193 [ 263 ] {0bd89942-c07e-4fec-be30-5aa6c215ccea} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3926 | 2024.12.21 00:50:02.808367 [ 263 ] {0bd89942-c07e-4fec-be30-5aa6c215ccea} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.001397 sec., 47244.09448818897 rows/sec., 2.95 MiB/sec. | ||
| 3927 | 2024.12.21 00:50:02.808417 [ 263 ] {0bd89942-c07e-4fec-be30-5aa6c215ccea} <Debug> TCPHandler: Processed in 0.00160042 sec. | ||
| 3928 | 2024.12.21 00:50:03.991880 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3929 | 2024.12.21 00:50:03.992095 [ 260 ] {2496e26d-acf6-4803-8a8e-52b190b60589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3930 | 2024.12.21 00:50:03.992178 [ 260 ] {2496e26d-acf6-4803-8a8e-52b190b60589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3931 | 2024.12.21 00:50:03.993028 [ 260 ] {2496e26d-acf6-4803-8a8e-52b190b60589} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3932 | 2024.12.21 00:50:03.993143 [ 260 ] {2496e26d-acf6-4803-8a8e-52b190b60589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3933 | 2024.12.21 00:50:03.993592 [ 260 ] {2496e26d-acf6-4803-8a8e-52b190b60589} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3934 | 2024.12.21 00:50:03.993934 [ 260 ] {2496e26d-acf6-4803-8a8e-52b190b60589} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3935 | 2024.12.21 00:50:03.994198 [ 260 ] {2496e26d-acf6-4803-8a8e-52b190b60589} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002154 sec., 25998.142989786444 rows/sec., 1.98 MiB/sec. | ||
| 3936 | 2024.12.21 00:50:03.994299 [ 260 ] {2496e26d-acf6-4803-8a8e-52b190b60589} <Debug> TCPHandler: Processed in 0.002574218 sec. | ||
| 3937 | 2024.12.21 00:50:03.994705 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3938 | 2024.12.21 00:50:03.994938 [ 263 ] {f9c877fb-882e-4ba5-8eda-3a02f42889ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3939 | 2024.12.21 00:50:03.995027 [ 263 ] {f9c877fb-882e-4ba5-8eda-3a02f42889ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3940 | 2024.12.21 00:50:03.995860 [ 263 ] {f9c877fb-882e-4ba5-8eda-3a02f42889ea} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3941 | 2024.12.21 00:50:03.995909 [ 263 ] {f9c877fb-882e-4ba5-8eda-3a02f42889ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3942 | 2024.12.21 00:50:03.996341 [ 263 ] {f9c877fb-882e-4ba5-8eda-3a02f42889ea} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3943 | 2024.12.21 00:50:03.996593 [ 263 ] {f9c877fb-882e-4ba5-8eda-3a02f42889ea} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3944 | 2024.12.21 00:50:03.996836 [ 263 ] {f9c877fb-882e-4ba5-8eda-3a02f42889ea} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001965 sec., 32569.974554707376 rows/sec., 2.54 MiB/sec. | ||
| 3945 | 2024.12.21 00:50:03.996906 [ 263 ] {f9c877fb-882e-4ba5-8eda-3a02f42889ea} <Debug> TCPHandler: Processed in 0.002446826 sec. | ||
| 3946 | 2024.12.21 00:50:03.997083 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3947 | 2024.12.21 00:50:03.997228 [ 260 ] {f7fc4b84-04ae-431f-9766-115646dedb05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3948 | 2024.12.21 00:50:03.997290 [ 260 ] {f7fc4b84-04ae-431f-9766-115646dedb05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3949 | 2024.12.21 00:50:03.997889 [ 260 ] {f7fc4b84-04ae-431f-9766-115646dedb05} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3950 | 2024.12.21 00:50:03.997933 [ 260 ] {f7fc4b84-04ae-431f-9766-115646dedb05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3951 | 2024.12.21 00:50:03.998392 [ 260 ] {f7fc4b84-04ae-431f-9766-115646dedb05} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3952 | 2024.12.21 00:50:03.998694 [ 260 ] {f7fc4b84-04ae-431f-9766-115646dedb05} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3953 | 2024.12.21 00:50:03.998926 [ 260 ] {f7fc4b84-04ae-431f-9766-115646dedb05} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001735 sec., 24207.492795389047 rows/sec., 1.68 MiB/sec. | ||
| 3954 | 2024.12.21 00:50:03.998986 [ 260 ] {f7fc4b84-04ae-431f-9766-115646dedb05} <Debug> TCPHandler: Processed in 0.001962687 sec. | ||
| 3955 | 2024.12.21 00:50:03.999149 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3956 | 2024.12.21 00:50:03.999278 [ 263 ] {890d082e-9e95-45a4-b21d-55ab245812de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3957 | 2024.12.21 00:50:03.999335 [ 263 ] {890d082e-9e95-45a4-b21d-55ab245812de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3958 | 2024.12.21 00:50:03.999855 [ 263 ] {890d082e-9e95-45a4-b21d-55ab245812de} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3959 | 2024.12.21 00:50:03.999897 [ 263 ] {890d082e-9e95-45a4-b21d-55ab245812de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3960 | 2024.12.21 00:50:04.000644 [ 263 ] {890d082e-9e95-45a4-b21d-55ab245812de} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3961 | 2024.12.21 00:50:04.000922 [ 263 ] {890d082e-9e95-45a4-b21d-55ab245812de} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3962 | 2024.12.21 00:50:04.001179 [ 263 ] {890d082e-9e95-45a4-b21d-55ab245812de} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001922 sec., 8324.661810613943 rows/sec., 577.20 KiB/sec. | ||
| 3963 | 2024.12.21 00:50:04.001301 [ 263 ] {890d082e-9e95-45a4-b21d-55ab245812de} <Debug> TCPHandler: Processed in 0.002205371 sec. | ||
| 3964 | 2024.12.21 00:50:04.932715 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 3965 | 2024.12.21 00:50:04.933454 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3966 | 2024.12.21 00:50:04.933511 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3967 | 2024.12.21 00:50:04.934094 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3968 | 2024.12.21 00:50:04.934354 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3969 | 2024.12.21 00:50:04.934592 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 3970 | 2024.12.21 00:50:05.482274 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3971 | 2024.12.21 00:50:05.503425 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3972 | 2024.12.21 00:50:05.503500 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3973 | 2024.12.21 00:50:05.511304 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3974 | 2024.12.21 00:50:05.512108 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3975 | 2024.12.21 00:50:05.515864 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3976 | 2024.12.21 00:50:08.999013 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3977 | 2024.12.21 00:50:08.999214 [ 260 ] {49d4a6df-9dfe-4c65-97cf-5d81f0286afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3978 | 2024.12.21 00:50:08.999288 [ 260 ] {49d4a6df-9dfe-4c65-97cf-5d81f0286afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3979 | 2024.12.21 00:50:09.000238 [ 260 ] {49d4a6df-9dfe-4c65-97cf-5d81f0286afd} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3980 | 2024.12.21 00:50:09.000290 [ 260 ] {49d4a6df-9dfe-4c65-97cf-5d81f0286afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3981 | 2024.12.21 00:50:09.000802 [ 260 ] {49d4a6df-9dfe-4c65-97cf-5d81f0286afd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3982 | 2024.12.21 00:50:09.001080 [ 260 ] {49d4a6df-9dfe-4c65-97cf-5d81f0286afd} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3983 | 2024.12.21 00:50:09.001293 [ 260 ] {49d4a6df-9dfe-4c65-97cf-5d81f0286afd} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002132 sec., 51594.74671669793 rows/sec., 4.32 MiB/sec. | ||
| 3984 | 2024.12.21 00:50:09.001363 [ 260 ] {49d4a6df-9dfe-4c65-97cf-5d81f0286afd} <Debug> TCPHandler: Processed in 0.002484356 sec. | ||
| 3985 | 2024.12.21 00:50:09.001653 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3986 | 2024.12.21 00:50:09.001855 [ 263 ] {612304df-fb61-48c2-b5ef-f149f45dae11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3987 | 2024.12.21 00:50:09.001940 [ 263 ] {612304df-fb61-48c2-b5ef-f149f45dae11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3988 | 2024.12.21 00:50:09.002803 [ 263 ] {612304df-fb61-48c2-b5ef-f149f45dae11} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3989 | 2024.12.21 00:50:09.002860 [ 263 ] {612304df-fb61-48c2-b5ef-f149f45dae11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3990 | 2024.12.21 00:50:09.003358 [ 263 ] {612304df-fb61-48c2-b5ef-f149f45dae11} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3991 | 2024.12.21 00:50:09.003667 [ 263 ] {612304df-fb61-48c2-b5ef-f149f45dae11} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3992 | 2024.12.21 00:50:09.004001 [ 263 ] {612304df-fb61-48c2-b5ef-f149f45dae11} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002185 sec., 12356.979405034326 rows/sec., 929.19 KiB/sec. | ||
| 3993 | 2024.12.21 00:50:09.004127 [ 263 ] {612304df-fb61-48c2-b5ef-f149f45dae11} <Debug> TCPHandler: Processed in 0.002628019 sec. | ||
| 3994 | 2024.12.21 00:50:09.004315 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3995 | 2024.12.21 00:50:09.004456 [ 260 ] {d2668b78-cca2-4bec-bd01-b98297a5aa78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3996 | 2024.12.21 00:50:09.004518 [ 260 ] {d2668b78-cca2-4bec-bd01-b98297a5aa78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3997 | 2024.12.21 00:50:09.005199 [ 260 ] {d2668b78-cca2-4bec-bd01-b98297a5aa78} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3998 | 2024.12.21 00:50:09.005241 [ 260 ] {d2668b78-cca2-4bec-bd01-b98297a5aa78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3999 | 2024.12.21 00:50:09.005629 [ 260 ] {d2668b78-cca2-4bec-bd01-b98297a5aa78} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4000 | 2024.12.21 00:50:09.005883 [ 260 ] {d2668b78-cca2-4bec-bd01-b98297a5aa78} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4001 | 2024.12.21 00:50:09.006079 [ 260 ] {d2668b78-cca2-4bec-bd01-b98297a5aa78} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001662 sec., 54753.30926594464 rows/sec., 4.28 MiB/sec. | ||
| 4002 | 2024.12.21 00:50:09.006139 [ 260 ] {d2668b78-cca2-4bec-bd01-b98297a5aa78} <Debug> TCPHandler: Processed in 0.001886675 sec. | ||
| 4003 | 2024.12.21 00:50:09.006300 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4004 | 2024.12.21 00:50:09.006440 [ 263 ] {29305646-1a89-4e0a-b992-c90b386903bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4005 | 2024.12.21 00:50:09.006503 [ 263 ] {29305646-1a89-4e0a-b992-c90b386903bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4006 | 2024.12.21 00:50:09.007148 [ 263 ] {29305646-1a89-4e0a-b992-c90b386903bc} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4007 | 2024.12.21 00:50:09.007196 [ 263 ] {29305646-1a89-4e0a-b992-c90b386903bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4008 | 2024.12.21 00:50:09.007649 [ 263 ] {29305646-1a89-4e0a-b992-c90b386903bc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4009 | 2024.12.21 00:50:09.007921 [ 263 ] {29305646-1a89-4e0a-b992-c90b386903bc} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4010 | 2024.12.21 00:50:09.008183 [ 263 ] {29305646-1a89-4e0a-b992-c90b386903bc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001776 sec., 90090.09009009009 rows/sec., 6.27 MiB/sec. | ||
| 4011 | 2024.12.21 00:50:09.008264 [ 263 ] {29305646-1a89-4e0a-b992-c90b386903bc} <Debug> TCPHandler: Processed in 0.002025707 sec. | ||
| 4012 | 2024.12.21 00:50:09.008411 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4013 | 2024.12.21 00:50:09.008536 [ 260 ] {057ffcb0-2e0b-49df-97bc-c1e053e0215f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4014 | 2024.12.21 00:50:09.008619 [ 260 ] {057ffcb0-2e0b-49df-97bc-c1e053e0215f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4015 | 2024.12.21 00:50:09.009757 [ 260 ] {057ffcb0-2e0b-49df-97bc-c1e053e0215f} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4016 | 2024.12.21 00:50:09.009795 [ 260 ] {057ffcb0-2e0b-49df-97bc-c1e053e0215f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4017 | 2024.12.21 00:50:09.010464 [ 260 ] {057ffcb0-2e0b-49df-97bc-c1e053e0215f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4018 | 2024.12.21 00:50:09.010732 [ 260 ] {057ffcb0-2e0b-49df-97bc-c1e053e0215f} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4019 | 2024.12.21 00:50:09.010971 [ 260 ] {057ffcb0-2e0b-49df-97bc-c1e053e0215f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002457 sec., 10989.010989010989 rows/sec., 19.69 MiB/sec. | ||
| 4020 | 2024.12.21 00:50:09.011125 [ 260 ] {057ffcb0-2e0b-49df-97bc-c1e053e0215f} <Debug> TCPHandler: Processed in 0.002769681 sec. | ||
| 4021 | 2024.12.21 00:50:09.011280 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4022 | 2024.12.21 00:50:09.011415 [ 263 ] {791f552b-3429-4112-bd8c-60d499e5a0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4023 | 2024.12.21 00:50:09.011474 [ 263 ] {791f552b-3429-4112-bd8c-60d499e5a0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4024 | 2024.12.21 00:50:09.012013 [ 263 ] {791f552b-3429-4112-bd8c-60d499e5a0a5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4025 | 2024.12.21 00:50:09.012056 [ 263 ] {791f552b-3429-4112-bd8c-60d499e5a0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4026 | 2024.12.21 00:50:09.012453 [ 263 ] {791f552b-3429-4112-bd8c-60d499e5a0a5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4027 | 2024.12.21 00:50:09.012701 [ 263 ] {791f552b-3429-4112-bd8c-60d499e5a0a5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4028 | 2024.12.21 00:50:09.012944 [ 263 ] {791f552b-3429-4112-bd8c-60d499e5a0a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001561 sec., 38436.899423446506 rows/sec., 2.59 MiB/sec. | ||
| 4029 | 2024.12.21 00:50:09.013013 [ 263 ] {791f552b-3429-4112-bd8c-60d499e5a0a5} <Debug> TCPHandler: Processed in 0.001792263 sec. | ||
| 4030 | 2024.12.21 00:50:12.276688 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4031 | 2024.12.21 00:50:12.276766 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4032 | 2024.12.21 00:50:12.434708 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4033 | 2024.12.21 00:50:12.435539 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4034 | 2024.12.21 00:50:12.435609 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4035 | 2024.12.21 00:50:12.436475 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4036 | 2024.12.21 00:50:12.436958 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4037 | 2024.12.21 00:50:12.437236 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4038 | 2024.12.21 00:50:12.455160 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 572 | ||
| 4039 | 2024.12.21 00:50:12.458642 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4040 | 2024.12.21 00:50:12.458709 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4041 | 2024.12.21 00:50:12.460232 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4042 | 2024.12.21 00:50:12.460557 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4043 | 2024.12.21 00:50:12.461194 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 572 | ||
| 4044 | 2024.12.21 00:50:13.015926 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4045 | 2024.12.21 00:50:13.038253 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4046 | 2024.12.21 00:50:13.038317 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4047 | 2024.12.21 00:50:13.045880 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4048 | 2024.12.21 00:50:13.046697 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4049 | 2024.12.21 00:50:13.050716 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4050 | 2024.12.21 00:50:14.002754 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4051 | 2024.12.21 00:50:14.003043 [ 260 ] {a097864c-5167-4d82-b145-c1989cf15e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4052 | 2024.12.21 00:50:14.003135 [ 260 ] {a097864c-5167-4d82-b145-c1989cf15e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4053 | 2024.12.21 00:50:14.003904 [ 260 ] {a097864c-5167-4d82-b145-c1989cf15e8b} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4054 | 2024.12.21 00:50:14.003949 [ 260 ] {a097864c-5167-4d82-b145-c1989cf15e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4055 | 2024.12.21 00:50:14.004411 [ 260 ] {a097864c-5167-4d82-b145-c1989cf15e8b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4056 | 2024.12.21 00:50:14.004670 [ 260 ] {a097864c-5167-4d82-b145-c1989cf15e8b} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4057 | 2024.12.21 00:50:14.004917 [ 260 ] {a097864c-5167-4d82-b145-c1989cf15e8b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001943 sec., 7205.352547606793 rows/sec., 518.69 KiB/sec. | ||
| 4058 | 2024.12.21 00:50:14.004983 [ 260 ] {a097864c-5167-4d82-b145-c1989cf15e8b} <Debug> TCPHandler: Processed in 0.002365744 sec. | ||
| 4059 | 2024.12.21 00:50:14.005273 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4060 | 2024.12.21 00:50:14.005463 [ 263 ] {e4ab106a-cf56-4ceb-8700-91dce70b13d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4061 | 2024.12.21 00:50:14.005544 [ 263 ] {e4ab106a-cf56-4ceb-8700-91dce70b13d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4062 | 2024.12.21 00:50:14.006433 [ 263 ] {e4ab106a-cf56-4ceb-8700-91dce70b13d4} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4063 | 2024.12.21 00:50:14.006483 [ 263 ] {e4ab106a-cf56-4ceb-8700-91dce70b13d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4064 | 2024.12.21 00:50:14.006966 [ 263 ] {e4ab106a-cf56-4ceb-8700-91dce70b13d4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4065 | 2024.12.21 00:50:14.007275 [ 263 ] {e4ab106a-cf56-4ceb-8700-91dce70b13d4} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4066 | 2024.12.21 00:50:14.007492 [ 112 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4067 | 2024.12.21 00:50:14.007540 [ 112 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4068 | 2024.12.21 00:50:14.007566 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4069 | 2024.12.21 00:50:14.007575 [ 263 ] {e4ab106a-cf56-4ceb-8700-91dce70b13d4} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.00216 sec., 105092.5925925926 rows/sec., 9.19 MiB/sec. | ||
| 4070 | 2024.12.21 00:50:14.007772 [ 263 ] {e4ab106a-cf56-4ceb-8700-91dce70b13d4} <Debug> TCPHandler: Processed in 0.002623149 sec. | ||
| 4071 | 2024.12.21 00:50:14.007868 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 4072 | 2024.12.21 00:50:14.007998 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4073 | 2024.12.21 00:50:14.008090 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4074 | 2024.12.21 00:50:14.008173 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1429 rows starting from the beginning of the part | ||
| 4075 | 2024.12.21 00:50:14.008228 [ 260 ] {7517a5f2-2c37-443a-a2a6-90fe495e20c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4076 | 2024.12.21 00:50:14.008355 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 110 rows starting from the beginning of the part | ||
| 4077 | 2024.12.21 00:50:14.008362 [ 260 ] {7517a5f2-2c37-443a-a2a6-90fe495e20c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4078 | 2024.12.21 00:50:14.008792 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1370 rows starting from the beginning of the part | ||
| 4079 | 2024.12.21 00:50:14.009180 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part | ||
| 4080 | 2024.12.21 00:50:14.009551 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 110 rows starting from the beginning of the part | ||
| 4081 | 2024.12.21 00:50:14.009929 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 227 rows starting from the beginning of the part | ||
| 4082 | 2024.12.21 00:50:14.011327 [ 260 ] {7517a5f2-2c37-443a-a2a6-90fe495e20c8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4083 | 2024.12.21 00:50:14.011390 [ 260 ] {7517a5f2-2c37-443a-a2a6-90fe495e20c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4084 | 2024.12.21 00:50:14.012373 [ 260 ] {7517a5f2-2c37-443a-a2a6-90fe495e20c8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4085 | 2024.12.21 00:50:14.012735 [ 260 ] {7517a5f2-2c37-443a-a2a6-90fe495e20c8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4086 | 2024.12.21 00:50:14.012923 [ 112 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4087 | 2024.12.21 00:50:14.013005 [ 112 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4088 | 2024.12.21 00:50:14.013041 [ 260 ] {7517a5f2-2c37-443a-a2a6-90fe495e20c8} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.004886 sec., 3888.661481784691 rows/sec., 278.02 KiB/sec. | ||
| 4089 | 2024.12.21 00:50:14.013048 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4090 | 2024.12.21 00:50:14.013325 [ 260 ] {7517a5f2-2c37-443a-a2a6-90fe495e20c8} <Debug> TCPHandler: Processed in 0.00540933 sec. | ||
| 4091 | 2024.12.21 00:50:14.013632 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4092 | 2024.12.21 00:50:14.013673 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 4093 | 2024.12.21 00:50:14.013990 [ 263 ] {3497d5de-e3ac-4f42-9aa9-c94dff2c28c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4094 | 2024.12.21 00:50:14.014115 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4095 | 2024.12.21 00:50:14.014120 [ 263 ] {3497d5de-e3ac-4f42-9aa9-c94dff2c28c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4096 | 2024.12.21 00:50:14.014129 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3302 rows, containing 5 columns (5 merged, 0 gathered) in 0.00644217 sec., 512560.2087495363 rows/sec., 44.75 MiB/sec. | ||
| 4097 | 2024.12.21 00:50:14.014177 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 58 rows starting from the beginning of the part | ||
| 4098 | 2024.12.21 00:50:14.014531 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 19 rows starting from the beginning of the part | ||
| 4099 | 2024.12.21 00:50:14.014682 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4100 | 2024.12.21 00:50:14.015201 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part | ||
| 4101 | 2024.12.21 00:50:14.015707 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 25 rows starting from the beginning of the part | ||
| 4102 | 2024.12.21 00:50:14.016135 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_26_5} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4103 | 2024.12.21 00:50:14.016154 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part | ||
| 4104 | 2024.12.21 00:50:14.016476 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 19 rows starting from the beginning of the part | ||
| 4105 | 2024.12.21 00:50:14.016534 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_26_5} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4106 | 2024.12.21 00:50:14.016812 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4107 | 2024.12.21 00:50:14.017221 [ 263 ] {3497d5de-e3ac-4f42-9aa9-c94dff2c28c5} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4108 | 2024.12.21 00:50:14.017270 [ 263 ] {3497d5de-e3ac-4f42-9aa9-c94dff2c28c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4109 | 2024.12.21 00:50:14.017852 [ 263 ] {3497d5de-e3ac-4f42-9aa9-c94dff2c28c5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4110 | 2024.12.21 00:50:14.018148 [ 199 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.00487309 sec., 35911.50584126294 rows/sec., 2.70 MiB/sec. | ||
| 4111 | 2024.12.21 00:50:14.018260 [ 263 ] {3497d5de-e3ac-4f42-9aa9-c94dff2c28c5} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4112 | 2024.12.21 00:50:14.018357 [ 199 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4113 | 2024.12.21 00:50:14.018805 [ 263 ] {3497d5de-e3ac-4f42-9aa9-c94dff2c28c5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004923 sec., 2843.7944342880355 rows/sec., 199.16 KiB/sec. | ||
| 4114 | 2024.12.21 00:50:14.019053 [ 263 ] {3497d5de-e3ac-4f42-9aa9-c94dff2c28c5} <Debug> TCPHandler: Processed in 0.005585743 sec. | ||
| 4115 | 2024.12.21 00:50:14.019237 [ 199 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_21_4} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4116 | 2024.12.21 00:50:14.019320 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4117 | 2024.12.21 00:50:14.019365 [ 199 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_21_4} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4118 | 2024.12.21 00:50:14.019545 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4119 | 2024.12.21 00:50:14.019655 [ 260 ] {10a3d1ca-12ea-4e48-9b7a-b62760d46602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4120 | 2024.12.21 00:50:14.019750 [ 260 ] {10a3d1ca-12ea-4e48-9b7a-b62760d46602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4121 | 2024.12.21 00:50:14.020478 [ 260 ] {10a3d1ca-12ea-4e48-9b7a-b62760d46602} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4122 | 2024.12.21 00:50:14.020518 [ 260 ] {10a3d1ca-12ea-4e48-9b7a-b62760d46602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4123 | 2024.12.21 00:50:14.020903 [ 260 ] {10a3d1ca-12ea-4e48-9b7a-b62760d46602} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4124 | 2024.12.21 00:50:14.021142 [ 260 ] {10a3d1ca-12ea-4e48-9b7a-b62760d46602} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4125 | 2024.12.21 00:50:14.021355 [ 260 ] {10a3d1ca-12ea-4e48-9b7a-b62760d46602} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001777 sec., 7315.700619020822 rows/sec., 456.13 KiB/sec. | ||
| 4126 | 2024.12.21 00:50:14.021410 [ 260 ] {10a3d1ca-12ea-4e48-9b7a-b62760d46602} <Debug> TCPHandler: Processed in 0.002237191 sec. | ||
| 4127 | 2024.12.21 00:50:14.021571 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4128 | 2024.12.21 00:50:14.021720 [ 263 ] {e92526c9-328d-4be9-92c1-89756831373e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4129 | 2024.12.21 00:50:14.021791 [ 263 ] {e92526c9-328d-4be9-92c1-89756831373e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4130 | 2024.12.21 00:50:14.022596 [ 263 ] {e92526c9-328d-4be9-92c1-89756831373e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4131 | 2024.12.21 00:50:14.022635 [ 263 ] {e92526c9-328d-4be9-92c1-89756831373e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4132 | 2024.12.21 00:50:14.023038 [ 263 ] {e92526c9-328d-4be9-92c1-89756831373e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4133 | 2024.12.21 00:50:14.023289 [ 263 ] {e92526c9-328d-4be9-92c1-89756831373e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4134 | 2024.12.21 00:50:14.023418 [ 112 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4135 | 2024.12.21 00:50:14.023461 [ 112 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4136 | 2024.12.21 00:50:14.023484 [ 263 ] {e92526c9-328d-4be9-92c1-89756831373e} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001801 sec., 218767.35147140478 rows/sec., 15.53 MiB/sec. | ||
| 4137 | 2024.12.21 00:50:14.023489 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4138 | 2024.12.21 00:50:14.023591 [ 263 ] {e92526c9-328d-4be9-92c1-89756831373e} <Debug> TCPHandler: Processed in 0.002090238 sec. | ||
| 4139 | 2024.12.21 00:50:14.023632 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 4140 | 2024.12.21 00:50:14.023748 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4141 | 2024.12.21 00:50:14.023764 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4142 | 2024.12.21 00:50:14.023788 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part | ||
| 4143 | 2024.12.21 00:50:14.024092 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 91 rows starting from the beginning of the part | ||
| 4144 | 2024.12.21 00:50:14.024173 [ 260 ] {3dbfc955-213e-4b4a-bade-398bafcafc78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4145 | 2024.12.21 00:50:14.024306 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 856 rows starting from the beginning of the part | ||
| 4146 | 2024.12.21 00:50:14.024416 [ 260 ] {3dbfc955-213e-4b4a-bade-398bafcafc78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4147 | 2024.12.21 00:50:14.024606 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part | ||
| 4148 | 2024.12.21 00:50:14.024928 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 91 rows starting from the beginning of the part | ||
| 4149 | 2024.12.21 00:50:14.025268 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 394 rows starting from the beginning of the part | ||
| 4150 | 2024.12.21 00:50:14.026571 [ 260 ] {3dbfc955-213e-4b4a-bade-398bafcafc78} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4151 | 2024.12.21 00:50:14.026636 [ 260 ] {3dbfc955-213e-4b4a-bade-398bafcafc78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4152 | 2024.12.21 00:50:14.027694 [ 260 ] {3dbfc955-213e-4b4a-bade-398bafcafc78} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4153 | 2024.12.21 00:50:14.028011 [ 260 ] {3dbfc955-213e-4b4a-bade-398bafcafc78} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4154 | 2024.12.21 00:50:14.028533 [ 260 ] {3dbfc955-213e-4b4a-bade-398bafcafc78} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004504 sec., 1332.1492007104796 rows/sec., 69.60 KiB/sec. | ||
| 4155 | 2024.12.21 00:50:14.028877 [ 260 ] {3dbfc955-213e-4b4a-bade-398bafcafc78} <Debug> TCPHandler: Processed in 0.005200497 sec. | ||
| 4156 | 2024.12.21 00:50:14.028929 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.005355509 sec., 448696.84655557486 rows/sec., 34.40 MiB/sec. | ||
| 4157 | 2024.12.21 00:50:14.029130 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4158 | 2024.12.21 00:50:14.029219 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4159 | 2024.12.21 00:50:14.029293 [ 263 ] {856de5b6-778d-45ef-a4bb-a40605e11795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4160 | 2024.12.21 00:50:14.029368 [ 263 ] {856de5b6-778d-45ef-a4bb-a40605e11795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4161 | 2024.12.21 00:50:14.029604 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_26_5} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4162 | 2024.12.21 00:50:14.029729 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_26_5} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4163 | 2024.12.21 00:50:14.029821 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4164 | 2024.12.21 00:50:14.030188 [ 263 ] {856de5b6-778d-45ef-a4bb-a40605e11795} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4165 | 2024.12.21 00:50:14.030227 [ 263 ] {856de5b6-778d-45ef-a4bb-a40605e11795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4166 | 2024.12.21 00:50:14.030626 [ 263 ] {856de5b6-778d-45ef-a4bb-a40605e11795} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4167 | 2024.12.21 00:50:14.030873 [ 263 ] {856de5b6-778d-45ef-a4bb-a40605e11795} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4168 | 2024.12.21 00:50:14.031049 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4169 | 2024.12.21 00:50:14.031123 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4170 | 2024.12.21 00:50:14.031127 [ 263 ] {856de5b6-778d-45ef-a4bb-a40605e11795} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001869 sec., 126805.77849117175 rows/sec., 8.50 MiB/sec. | ||
| 4171 | 2024.12.21 00:50:14.031158 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4172 | 2024.12.21 00:50:14.031369 [ 263 ] {856de5b6-778d-45ef-a4bb-a40605e11795} <Debug> TCPHandler: Processed in 0.002371524 sec. | ||
| 4173 | 2024.12.21 00:50:14.031539 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 4174 | 2024.12.21 00:50:14.031667 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4175 | 2024.12.21 00:50:14.032129 [ 260 ] {a1fa330a-8e1f-444c-b396-309c31541f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4176 | 2024.12.21 00:50:14.032219 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4177 | 2024.12.21 00:50:14.032275 [ 260 ] {a1fa330a-8e1f-444c-b396-309c31541f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4178 | 2024.12.21 00:50:14.032334 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6893 rows starting from the beginning of the part | ||
| 4179 | 2024.12.21 00:50:14.032695 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 4180 | 2024.12.21 00:50:14.033118 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 918 rows starting from the beginning of the part | ||
| 4181 | 2024.12.21 00:50:14.033593 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part | ||
| 4182 | 2024.12.21 00:50:14.033881 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 4183 | 2024.12.21 00:50:14.034270 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 4184 | 2024.12.21 00:50:14.035089 [ 260 ] {a1fa330a-8e1f-444c-b396-309c31541f8b} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4185 | 2024.12.21 00:50:14.035146 [ 260 ] {a1fa330a-8e1f-444c-b396-309c31541f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4186 | 2024.12.21 00:50:14.035944 [ 260 ] {a1fa330a-8e1f-444c-b396-309c31541f8b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4187 | 2024.12.21 00:50:14.036415 [ 260 ] {a1fa330a-8e1f-444c-b396-309c31541f8b} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4188 | 2024.12.21 00:50:14.036994 [ 260 ] {a1fa330a-8e1f-444c-b396-309c31541f8b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004971 sec., 201.1667672500503 rows/sec., 13.56 KiB/sec. | ||
| 4189 | 2024.12.21 00:50:14.037354 [ 260 ] {a1fa330a-8e1f-444c-b396-309c31541f8b} <Debug> TCPHandler: Processed in 0.005832668 sec. | ||
| 4190 | 2024.12.21 00:50:14.037671 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4191 | 2024.12.21 00:50:14.037964 [ 263 ] {cf799aeb-335c-478c-a1f6-a2f9992578e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4192 | 2024.12.21 00:50:14.038070 [ 263 ] {cf799aeb-335c-478c-a1f6-a2f9992578e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4193 | 2024.12.21 00:50:14.039594 [ 263 ] {cf799aeb-335c-478c-a1f6-a2f9992578e4} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4194 | 2024.12.21 00:50:14.039636 [ 263 ] {cf799aeb-335c-478c-a1f6-a2f9992578e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4195 | 2024.12.21 00:50:14.040322 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8410 rows, containing 5 columns (5 merged, 0 gathered) in 0.009035328 sec., 930790.7803679069 rows/sec., 62.87 MiB/sec. | ||
| 4196 | 2024.12.21 00:50:14.040546 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4197 | 2024.12.21 00:50:14.041228 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4198 | 2024.12.21 00:50:14.041421 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4199 | 2024.12.21 00:50:14.041482 [ 263 ] {cf799aeb-335c-478c-a1f6-a2f9992578e4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4200 | 2024.12.21 00:50:14.041557 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
| 4201 | 2024.12.21 00:50:14.041836 [ 263 ] {cf799aeb-335c-478c-a1f6-a2f9992578e4} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4202 | 2024.12.21 00:50:14.042064 [ 109 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4203 | 2024.12.21 00:50:14.042155 [ 263 ] {cf799aeb-335c-478c-a1f6-a2f9992578e4} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004245 sec., 2826.8551236749117 rows/sec., 5.07 MiB/sec. | ||
| 4204 | 2024.12.21 00:50:14.042163 [ 109 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4205 | 2024.12.21 00:50:14.042279 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4206 | 2024.12.21 00:50:14.042788 [ 263 ] {cf799aeb-335c-478c-a1f6-a2f9992578e4} <Debug> TCPHandler: Processed in 0.005316289 sec. | ||
| 4207 | 2024.12.21 00:50:14.042827 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 4208 | 2024.12.21 00:50:14.043224 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4209 | 2024.12.21 00:50:14.043672 [ 260 ] {0665f1e4-83d6-45be-8393-ffcf264c4926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4210 | 2024.12.21 00:50:14.043818 [ 260 ] {0665f1e4-83d6-45be-8393-ffcf264c4926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4211 | 2024.12.21 00:50:14.044135 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4212 | 2024.12.21 00:50:14.044370 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 315 rows starting from the beginning of the part | ||
| 4213 | 2024.12.21 00:50:14.045113 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part | ||
| 4214 | 2024.12.21 00:50:14.045923 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part | ||
| 4215 | 2024.12.21 00:50:14.046016 [ 260 ] {0665f1e4-83d6-45be-8393-ffcf264c4926} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4216 | 2024.12.21 00:50:14.046101 [ 260 ] {0665f1e4-83d6-45be-8393-ffcf264c4926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4217 | 2024.12.21 00:50:14.046563 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
| 4218 | 2024.12.21 00:50:14.047304 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part | ||
| 4219 | 2024.12.21 00:50:14.047601 [ 260 ] {0665f1e4-83d6-45be-8393-ffcf264c4926} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4220 | 2024.12.21 00:50:14.047861 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part | ||
| 4221 | 2024.12.21 00:50:14.048520 [ 260 ] {0665f1e4-83d6-45be-8393-ffcf264c4926} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4222 | 2024.12.21 00:50:14.048856 [ 109 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4223 | 2024.12.21 00:50:14.048946 [ 109 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4224 | 2024.12.21 00:50:14.049035 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4225 | 2024.12.21 00:50:14.049195 [ 260 ] {0665f1e4-83d6-45be-8393-ffcf264c4926} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005639 sec., 14541.58538748005 rows/sec., 945.74 KiB/sec. | ||
| 4226 | 2024.12.21 00:50:14.049485 [ 260 ] {0665f1e4-83d6-45be-8393-ffcf264c4926} <Debug> TCPHandler: Processed in 0.006559792 sec. | ||
| 4227 | 2024.12.21 00:50:14.049525 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 4228 | 2024.12.21 00:50:14.049932 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4229 | 2024.12.21 00:50:14.050026 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1304 rows starting from the beginning of the part | ||
| 4230 | 2024.12.21 00:50:14.050363 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 4231 | 2024.12.21 00:50:14.050673 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 66 rows starting from the beginning of the part | ||
| 4232 | 2024.12.21 00:50:14.050806 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 4233 | 2024.12.21 00:50:14.051014 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 4234 | 2024.12.21 00:50:14.051261 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 4235 | 2024.12.21 00:50:14.054863 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1588 rows, containing 4 columns (4 merged, 0 gathered) in 0.005723486 sec., 277453.2863363342 rows/sec., 18.20 MiB/sec. | ||
| 4236 | 2024.12.21 00:50:14.055189 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4237 | 2024.12.21 00:50:14.055873 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_26_5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4238 | 2024.12.21 00:50:14.056071 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_26_5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4239 | 2024.12.21 00:50:14.056166 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 4240 | 2024.12.21 00:50:14.057636 [ 202 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 405 rows, containing 19 columns (19 merged, 0 gathered) in 0.015179312 sec., 26681.051156995785 rows/sec., 47.81 MiB/sec. | ||
| 4241 | 2024.12.21 00:50:14.058252 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4242 | 2024.12.21 00:50:14.058704 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4243 | 2024.12.21 00:50:14.058789 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4244 | 2024.12.21 00:50:14.058937 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. | ||
| 4245 | 2024.12.21 00:50:19.000084 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4246 | 2024.12.21 00:50:19.000363 [ 260 ] {88b868aa-f101-4c50-9c73-5dbf5363151c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4247 | 2024.12.21 00:50:19.000457 [ 260 ] {88b868aa-f101-4c50-9c73-5dbf5363151c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4248 | 2024.12.21 00:50:19.001324 [ 260 ] {88b868aa-f101-4c50-9c73-5dbf5363151c} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4249 | 2024.12.21 00:50:19.001374 [ 260 ] {88b868aa-f101-4c50-9c73-5dbf5363151c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4250 | 2024.12.21 00:50:19.001836 [ 260 ] {88b868aa-f101-4c50-9c73-5dbf5363151c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4251 | 2024.12.21 00:50:19.002110 [ 260 ] {88b868aa-f101-4c50-9c73-5dbf5363151c} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4252 | 2024.12.21 00:50:19.002390 [ 260 ] {88b868aa-f101-4c50-9c73-5dbf5363151c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002083 sec., 2880.460873739798 rows/sec., 234.88 KiB/sec. | ||
| 4253 | 2024.12.21 00:50:19.002469 [ 260 ] {88b868aa-f101-4c50-9c73-5dbf5363151c} <Debug> TCPHandler: Processed in 0.002522557 sec. | ||
| 4254 | 2024.12.21 00:50:19.002783 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4255 | 2024.12.21 00:50:19.003034 [ 263 ] {c3dac4af-9261-4a12-b2eb-b40060cd6d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4256 | 2024.12.21 00:50:19.003133 [ 263 ] {c3dac4af-9261-4a12-b2eb-b40060cd6d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4257 | 2024.12.21 00:50:19.004079 [ 263 ] {c3dac4af-9261-4a12-b2eb-b40060cd6d84} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4258 | 2024.12.21 00:50:19.004139 [ 263 ] {c3dac4af-9261-4a12-b2eb-b40060cd6d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4259 | 2024.12.21 00:50:19.004648 [ 263 ] {c3dac4af-9261-4a12-b2eb-b40060cd6d84} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4260 | 2024.12.21 00:50:19.004930 [ 263 ] {c3dac4af-9261-4a12-b2eb-b40060cd6d84} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4261 | 2024.12.21 00:50:19.005204 [ 263 ] {c3dac4af-9261-4a12-b2eb-b40060cd6d84} <Debug> executeQuery: Read 113 rows, 9.66 KiB in 0.002248 sec., 50266.903914590745 rows/sec., 4.20 MiB/sec. | ||
| 4262 | 2024.12.21 00:50:19.005289 [ 263 ] {c3dac4af-9261-4a12-b2eb-b40060cd6d84} <Debug> TCPHandler: Processed in 0.00266997 sec. | ||
| 4263 | 2024.12.21 00:50:19.005460 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4264 | 2024.12.21 00:50:19.005587 [ 260 ] {fabf73fa-43b7-4fbd-aa14-57efa9e889a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4265 | 2024.12.21 00:50:19.005641 [ 260 ] {fabf73fa-43b7-4fbd-aa14-57efa9e889a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4266 | 2024.12.21 00:50:19.006259 [ 260 ] {fabf73fa-43b7-4fbd-aa14-57efa9e889a6} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4267 | 2024.12.21 00:50:19.006302 [ 260 ] {fabf73fa-43b7-4fbd-aa14-57efa9e889a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4268 | 2024.12.21 00:50:19.006695 [ 260 ] {fabf73fa-43b7-4fbd-aa14-57efa9e889a6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4269 | 2024.12.21 00:50:19.006950 [ 260 ] {fabf73fa-43b7-4fbd-aa14-57efa9e889a6} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4270 | 2024.12.21 00:50:19.007171 [ 260 ] {fabf73fa-43b7-4fbd-aa14-57efa9e889a6} <Debug> executeQuery: Read 33 rows, 2.45 KiB in 0.001615 sec., 20433.43653250774 rows/sec., 1.48 MiB/sec. | ||
| 4271 | 2024.12.21 00:50:19.007231 [ 260 ] {fabf73fa-43b7-4fbd-aa14-57efa9e889a6} <Debug> TCPHandler: Processed in 0.001830274 sec. | ||
| 4272 | 2024.12.21 00:50:19.007396 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4273 | 2024.12.21 00:50:19.007534 [ 263 ] {a8d0d4c7-0ae1-4038-b1c5-6fa0ce44ccd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4274 | 2024.12.21 00:50:19.007596 [ 263 ] {a8d0d4c7-0ae1-4038-b1c5-6fa0ce44ccd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4275 | 2024.12.21 00:50:19.008336 [ 263 ] {a8d0d4c7-0ae1-4038-b1c5-6fa0ce44ccd5} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4276 | 2024.12.21 00:50:19.008388 [ 263 ] {a8d0d4c7-0ae1-4038-b1c5-6fa0ce44ccd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4277 | 2024.12.21 00:50:19.008826 [ 263 ] {a8d0d4c7-0ae1-4038-b1c5-6fa0ce44ccd5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4278 | 2024.12.21 00:50:19.009094 [ 263 ] {a8d0d4c7-0ae1-4038-b1c5-6fa0ce44ccd5} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4279 | 2024.12.21 00:50:19.009314 [ 263 ] {a8d0d4c7-0ae1-4038-b1c5-6fa0ce44ccd5} <Debug> executeQuery: Read 97 rows, 7.77 KiB in 0.001814 sec., 53472.98787210584 rows/sec., 4.18 MiB/sec. | ||
| 4280 | 2024.12.21 00:50:19.009393 [ 263 ] {a8d0d4c7-0ae1-4038-b1c5-6fa0ce44ccd5} <Debug> TCPHandler: Processed in 0.002063828 sec. | ||
| 4281 | 2024.12.21 00:50:19.009544 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4282 | 2024.12.21 00:50:19.009666 [ 260 ] {3bb5116a-3f14-47f9-b1bb-d8bd9f24d3fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4283 | 2024.12.21 00:50:19.009720 [ 260 ] {3bb5116a-3f14-47f9-b1bb-d8bd9f24d3fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4284 | 2024.12.21 00:50:19.010300 [ 260 ] {3bb5116a-3f14-47f9-b1bb-d8bd9f24d3fa} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4285 | 2024.12.21 00:50:19.010340 [ 260 ] {3bb5116a-3f14-47f9-b1bb-d8bd9f24d3fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4286 | 2024.12.21 00:50:19.010745 [ 260 ] {3bb5116a-3f14-47f9-b1bb-d8bd9f24d3fa} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4287 | 2024.12.21 00:50:19.010981 [ 260 ] {3bb5116a-3f14-47f9-b1bb-d8bd9f24d3fa} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4288 | 2024.12.21 00:50:19.011191 [ 260 ] {3bb5116a-3f14-47f9-b1bb-d8bd9f24d3fa} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001552 sec., 105025.77319587629 rows/sec., 7.31 MiB/sec. | ||
| 4289 | 2024.12.21 00:50:19.011247 [ 260 ] {3bb5116a-3f14-47f9-b1bb-d8bd9f24d3fa} <Debug> TCPHandler: Processed in 0.001759733 sec. | ||
| 4290 | 2024.12.21 00:50:19.011408 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4291 | 2024.12.21 00:50:19.011563 [ 263 ] {841ae069-1d25-447a-b061-50073c1865da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4292 | 2024.12.21 00:50:19.011677 [ 263 ] {841ae069-1d25-447a-b061-50073c1865da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4293 | 2024.12.21 00:50:19.012999 [ 263 ] {841ae069-1d25-447a-b061-50073c1865da} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4294 | 2024.12.21 00:50:19.013044 [ 263 ] {841ae069-1d25-447a-b061-50073c1865da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4295 | 2024.12.21 00:50:19.013763 [ 263 ] {841ae069-1d25-447a-b061-50073c1865da} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4296 | 2024.12.21 00:50:19.014071 [ 263 ] {841ae069-1d25-447a-b061-50073c1865da} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4297 | 2024.12.21 00:50:19.014310 [ 263 ] {841ae069-1d25-447a-b061-50073c1865da} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002784 sec., 9698.275862068966 rows/sec., 17.38 MiB/sec. | ||
| 4298 | 2024.12.21 00:50:19.014468 [ 263 ] {841ae069-1d25-447a-b061-50073c1865da} <Debug> TCPHandler: Processed in 0.003132478 sec. | ||
| 4299 | 2024.12.21 00:50:19.014614 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4300 | 2024.12.21 00:50:19.014734 [ 260 ] {667292f6-499e-4aab-95d5-7b16e2d9d2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4301 | 2024.12.21 00:50:19.014791 [ 260 ] {667292f6-499e-4aab-95d5-7b16e2d9d2a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4302 | 2024.12.21 00:50:19.015290 [ 260 ] {667292f6-499e-4aab-95d5-7b16e2d9d2a7} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4303 | 2024.12.21 00:50:19.015330 [ 260 ] {667292f6-499e-4aab-95d5-7b16e2d9d2a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4304 | 2024.12.21 00:50:19.015706 [ 260 ] {667292f6-499e-4aab-95d5-7b16e2d9d2a7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4305 | 2024.12.21 00:50:19.015985 [ 260 ] {667292f6-499e-4aab-95d5-7b16e2d9d2a7} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4306 | 2024.12.21 00:50:19.016193 [ 260 ] {667292f6-499e-4aab-95d5-7b16e2d9d2a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec. | ||
| 4307 | 2024.12.21 00:50:19.016245 [ 260 ] {667292f6-499e-4aab-95d5-7b16e2d9d2a7} <Debug> TCPHandler: Processed in 0.001688361 sec. | ||
| 4308 | 2024.12.21 00:50:19.937367 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4309 | 2024.12.21 00:50:19.938009 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4310 | 2024.12.21 00:50:19.938055 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4311 | 2024.12.21 00:50:19.938595 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4312 | 2024.12.21 00:50:19.938863 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4313 | 2024.12.21 00:50:19.939070 [ 100 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4314 | 2024.12.21 00:50:19.939141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4315 | 2024.12.21 00:50:19.939168 [ 100 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4316 | 2024.12.21 00:50:19.939205 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4317 | 2024.12.21 00:50:19.939411 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 4318 | 2024.12.21 00:50:19.939659 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4319 | 2024.12.21 00:50:19.939735 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 4320 | 2024.12.21 00:50:19.939899 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 4321 | 2024.12.21 00:50:19.940186 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 4322 | 2024.12.21 00:50:19.940340 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 4323 | 2024.12.21 00:50:19.940518 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 4324 | 2024.12.21 00:50:19.940694 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 4325 | 2024.12.21 00:50:19.943192 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003889542 sec., 2477926.707051884 rows/sec., 35.45 MiB/sec. | ||
| 4326 | 2024.12.21 00:50:19.943593 [ 193 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4327 | 2024.12.21 00:50:19.944106 [ 193 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_21_4} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4328 | 2024.12.21 00:50:19.944231 [ 193 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_21_4} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4329 | 2024.12.21 00:50:19.944337 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 4330 | 2024.12.21 00:50:20.550779 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4331 | 2024.12.21 00:50:20.573389 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4332 | 2024.12.21 00:50:20.573450 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4333 | 2024.12.21 00:50:20.581631 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4334 | 2024.12.21 00:50:20.582415 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4335 | 2024.12.21 00:50:20.582787 [ 99 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4336 | 2024.12.21 00:50:20.582930 [ 99 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4337 | 2024.12.21 00:50:20.583017 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4338 | 2024.12.21 00:50:20.583409 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 4339 | 2024.12.21 00:50:20.598594 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4340 | 2024.12.21 00:50:20.599971 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4341 | 2024.12.21 00:50:20.601187 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 4342 | 2024.12.21 00:50:20.606246 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 4343 | 2024.12.21 00:50:20.611665 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 4344 | 2024.12.21 00:50:20.617294 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 4345 | 2024.12.21 00:50:20.622822 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 4346 | 2024.12.21 00:50:20.627506 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 4347 | 2024.12.21 00:50:20.685804 [ 202 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.102634584 sec., 1549.1854090819913 rows/sec., 8.01 MiB/sec. | ||
| 4348 | 2024.12.21 00:50:20.688242 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4349 | 2024.12.21 00:50:20.691387 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_21_4} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4350 | 2024.12.21 00:50:20.691483 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_21_4} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4351 | 2024.12.21 00:50:20.693892 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4352 | 2024.12.21 00:50:21.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.00 MiB, peak 196.55 MiB, free memory in arenas 0.00 B, will set to 188.05 MiB (RSS), difference: 2.05 MiB | ||
| 4353 | 2024.12.21 00:50:22.461433 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 608 | ||
| 4354 | 2024.12.21 00:50:22.464694 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4355 | 2024.12.21 00:50:22.464757 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4356 | 2024.12.21 00:50:22.466262 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4357 | 2024.12.21 00:50:22.466614 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4358 | 2024.12.21 00:50:22.467343 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 608 | ||
| 4359 | 2024.12.21 00:50:24.002388 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4360 | 2024.12.21 00:50:24.002583 [ 260 ] {65828a0c-0a06-4ec0-8e1b-c0abc7ca6775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4361 | 2024.12.21 00:50:24.002658 [ 260 ] {65828a0c-0a06-4ec0-8e1b-c0abc7ca6775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4362 | 2024.12.21 00:50:24.003411 [ 260 ] {65828a0c-0a06-4ec0-8e1b-c0abc7ca6775} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4363 | 2024.12.21 00:50:24.003458 [ 260 ] {65828a0c-0a06-4ec0-8e1b-c0abc7ca6775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4364 | 2024.12.21 00:50:24.003915 [ 260 ] {65828a0c-0a06-4ec0-8e1b-c0abc7ca6775} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4365 | 2024.12.21 00:50:24.004227 [ 260 ] {65828a0c-0a06-4ec0-8e1b-c0abc7ca6775} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4366 | 2024.12.21 00:50:24.004483 [ 260 ] {65828a0c-0a06-4ec0-8e1b-c0abc7ca6775} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00195 sec., 7179.48717948718 rows/sec., 516.83 KiB/sec. | ||
| 4367 | 2024.12.21 00:50:24.004550 [ 260 ] {65828a0c-0a06-4ec0-8e1b-c0abc7ca6775} <Debug> TCPHandler: Processed in 0.002297093 sec. | ||
| 4368 | 2024.12.21 00:50:24.004823 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4369 | 2024.12.21 00:50:24.005026 [ 263 ] {5333c918-f0ae-49e1-ade1-d069220a41d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4370 | 2024.12.21 00:50:24.005108 [ 263 ] {5333c918-f0ae-49e1-ade1-d069220a41d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4371 | 2024.12.21 00:50:24.005991 [ 263 ] {5333c918-f0ae-49e1-ade1-d069220a41d2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4372 | 2024.12.21 00:50:24.006048 [ 263 ] {5333c918-f0ae-49e1-ade1-d069220a41d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4373 | 2024.12.21 00:50:24.006531 [ 263 ] {5333c918-f0ae-49e1-ade1-d069220a41d2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4374 | 2024.12.21 00:50:24.006798 [ 263 ] {5333c918-f0ae-49e1-ade1-d069220a41d2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4375 | 2024.12.21 00:50:24.007086 [ 263 ] {5333c918-f0ae-49e1-ade1-d069220a41d2} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002115 sec., 107328.60520094562 rows/sec., 9.38 MiB/sec. | ||
| 4376 | 2024.12.21 00:50:24.007301 [ 263 ] {5333c918-f0ae-49e1-ade1-d069220a41d2} <Debug> TCPHandler: Processed in 0.002612649 sec. | ||
| 4377 | 2024.12.21 00:50:24.007510 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4378 | 2024.12.21 00:50:24.007633 [ 260 ] {643fc64b-ab90-4cb3-9fc4-5db7d50c1a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4379 | 2024.12.21 00:50:24.007690 [ 260 ] {643fc64b-ab90-4cb3-9fc4-5db7d50c1a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4380 | 2024.12.21 00:50:24.008300 [ 260 ] {643fc64b-ab90-4cb3-9fc4-5db7d50c1a19} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4381 | 2024.12.21 00:50:24.008342 [ 260 ] {643fc64b-ab90-4cb3-9fc4-5db7d50c1a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4382 | 2024.12.21 00:50:24.008717 [ 260 ] {643fc64b-ab90-4cb3-9fc4-5db7d50c1a19} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4383 | 2024.12.21 00:50:24.008971 [ 260 ] {643fc64b-ab90-4cb3-9fc4-5db7d50c1a19} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4384 | 2024.12.21 00:50:24.009198 [ 260 ] {643fc64b-ab90-4cb3-9fc4-5db7d50c1a19} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001594 sec., 11919.69887076537 rows/sec., 852.19 KiB/sec. | ||
| 4385 | 2024.12.21 00:50:24.009253 [ 260 ] {643fc64b-ab90-4cb3-9fc4-5db7d50c1a19} <Debug> TCPHandler: Processed in 0.001813493 sec. | ||
| 4386 | 2024.12.21 00:50:24.009422 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4387 | 2024.12.21 00:50:24.009556 [ 263 ] {871f0ac7-8334-4e94-a9f4-bb30929abf42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4388 | 2024.12.21 00:50:24.009614 [ 263 ] {871f0ac7-8334-4e94-a9f4-bb30929abf42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4389 | 2024.12.21 00:50:24.010257 [ 263 ] {871f0ac7-8334-4e94-a9f4-bb30929abf42} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4390 | 2024.12.21 00:50:24.010301 [ 263 ] {871f0ac7-8334-4e94-a9f4-bb30929abf42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4391 | 2024.12.21 00:50:24.010697 [ 263 ] {871f0ac7-8334-4e94-a9f4-bb30929abf42} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4392 | 2024.12.21 00:50:24.010946 [ 263 ] {871f0ac7-8334-4e94-a9f4-bb30929abf42} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4393 | 2024.12.21 00:50:24.011113 [ 95 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4394 | 2024.12.21 00:50:24.011193 [ 95 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4395 | 2024.12.21 00:50:24.011200 [ 263 ] {871f0ac7-8334-4e94-a9f4-bb30929abf42} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001668 sec., 8393.285371702637 rows/sec., 587.81 KiB/sec. | ||
| 4396 | 2024.12.21 00:50:24.011225 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4397 | 2024.12.21 00:50:24.011376 [ 263 ] {871f0ac7-8334-4e94-a9f4-bb30929abf42} <Debug> TCPHandler: Processed in 0.002014698 sec. | ||
| 4398 | 2024.12.21 00:50:24.011531 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 4399 | 2024.12.21 00:50:24.011586 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4400 | 2024.12.21 00:50:24.011851 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4401 | 2024.12.21 00:50:24.011858 [ 260 ] {31798e34-959f-48ac-aa97-1fc92ca4880a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4402 | 2024.12.21 00:50:24.011923 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 4403 | 2024.12.21 00:50:24.011970 [ 260 ] {31798e34-959f-48ac-aa97-1fc92ca4880a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4404 | 2024.12.21 00:50:24.012314 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 4405 | 2024.12.21 00:50:24.012725 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 4406 | 2024.12.21 00:50:24.013181 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
| 4407 | 2024.12.21 00:50:24.013604 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 4408 | 2024.12.21 00:50:24.013873 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 4409 | 2024.12.21 00:50:24.014668 [ 260 ] {31798e34-959f-48ac-aa97-1fc92ca4880a} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2024.12.21 00:50:24.014724 [ 260 ] {31798e34-959f-48ac-aa97-1fc92ca4880a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4411 | 2024.12.21 00:50:24.015680 [ 260 ] {31798e34-959f-48ac-aa97-1fc92ca4880a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4412 | 2024.12.21 00:50:24.016283 [ 260 ] {31798e34-959f-48ac-aa97-1fc92ca4880a} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4413 | 2024.12.21 00:50:24.016814 [ 260 ] {31798e34-959f-48ac-aa97-1fc92ca4880a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005028 sec., 2585.5210819411295 rows/sec., 161.21 KiB/sec. | ||
| 4414 | 2024.12.21 00:50:24.016944 [ 200 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005561403 sec., 97277.61142287296 rows/sec., 6.97 MiB/sec. | ||
| 4415 | 2024.12.21 00:50:24.016973 [ 260 ] {31798e34-959f-48ac-aa97-1fc92ca4880a} <Debug> TCPHandler: Processed in 0.005480241 sec. | ||
| 4416 | 2024.12.21 00:50:24.017158 [ 200 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4417 | 2024.12.21 00:50:24.017178 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4418 | 2024.12.21 00:50:24.017339 [ 263 ] {75cdacd8-595d-42d5-86f0-fde9d6b2b01e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4419 | 2024.12.21 00:50:24.017402 [ 263 ] {75cdacd8-595d-42d5-86f0-fde9d6b2b01e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4420 | 2024.12.21 00:50:24.017511 [ 200 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_11_2} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4421 | 2024.12.21 00:50:24.017637 [ 200 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_11_2} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4422 | 2024.12.21 00:50:24.017760 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4423 | 2024.12.21 00:50:24.018237 [ 263 ] {75cdacd8-595d-42d5-86f0-fde9d6b2b01e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4424 | 2024.12.21 00:50:24.018279 [ 263 ] {75cdacd8-595d-42d5-86f0-fde9d6b2b01e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4425 | 2024.12.21 00:50:24.018666 [ 263 ] {75cdacd8-595d-42d5-86f0-fde9d6b2b01e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4426 | 2024.12.21 00:50:24.018926 [ 263 ] {75cdacd8-595d-42d5-86f0-fde9d6b2b01e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4427 | 2024.12.21 00:50:24.019147 [ 263 ] {75cdacd8-595d-42d5-86f0-fde9d6b2b01e} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001842 sec., 213897.93702497284 rows/sec., 15.19 MiB/sec. | ||
| 4428 | 2024.12.21 00:50:24.019205 [ 263 ] {75cdacd8-595d-42d5-86f0-fde9d6b2b01e} <Debug> TCPHandler: Processed in 0.002101629 sec. | ||
| 4429 | 2024.12.21 00:50:24.019405 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4430 | 2024.12.21 00:50:24.019631 [ 260 ] {0c5aa645-10fd-444d-90e8-cce0cc04c7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4431 | 2024.12.21 00:50:24.019725 [ 260 ] {0c5aa645-10fd-444d-90e8-cce0cc04c7bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4432 | 2024.12.21 00:50:24.020482 [ 260 ] {0c5aa645-10fd-444d-90e8-cce0cc04c7bb} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4433 | 2024.12.21 00:50:24.020521 [ 260 ] {0c5aa645-10fd-444d-90e8-cce0cc04c7bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4434 | 2024.12.21 00:50:24.020883 [ 260 ] {0c5aa645-10fd-444d-90e8-cce0cc04c7bb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4435 | 2024.12.21 00:50:24.021128 [ 260 ] {0c5aa645-10fd-444d-90e8-cce0cc04c7bb} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4436 | 2024.12.21 00:50:24.021292 [ 95 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4437 | 2024.12.21 00:50:24.021377 [ 260 ] {0c5aa645-10fd-444d-90e8-cce0cc04c7bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001795 sec., 3342.6183844011143 rows/sec., 174.64 KiB/sec. | ||
| 4438 | 2024.12.21 00:50:24.021387 [ 95 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4439 | 2024.12.21 00:50:24.021487 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4440 | 2024.12.21 00:50:24.021502 [ 260 ] {0c5aa645-10fd-444d-90e8-cce0cc04c7bb} <Debug> TCPHandler: Processed in 0.00220382 sec. | ||
| 4441 | 2024.12.21 00:50:24.021793 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4442 | 2024.12.21 00:50:24.021976 [ 200 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 4443 | 2024.12.21 00:50:24.022214 [ 263 ] {b16830f0-b29a-4944-9569-ffa09ef4903e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4444 | 2024.12.21 00:50:24.022331 [ 263 ] {b16830f0-b29a-4944-9569-ffa09ef4903e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4445 | 2024.12.21 00:50:24.022349 [ 200 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4446 | 2024.12.21 00:50:24.022396 [ 200 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 4447 | 2024.12.21 00:50:24.022557 [ 200 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 4448 | 2024.12.21 00:50:24.022843 [ 200 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 4449 | 2024.12.21 00:50:24.023179 [ 200 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 4450 | 2024.12.21 00:50:24.023414 [ 200 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 4451 | 2024.12.21 00:50:24.023687 [ 200 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 4452 | 2024.12.21 00:50:24.024190 [ 263 ] {b16830f0-b29a-4944-9569-ffa09ef4903e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4453 | 2024.12.21 00:50:24.024235 [ 263 ] {b16830f0-b29a-4944-9569-ffa09ef4903e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4454 | 2024.12.21 00:50:24.024889 [ 263 ] {b16830f0-b29a-4944-9569-ffa09ef4903e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4455 | 2024.12.21 00:50:24.025405 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.00377384 sec., 17488.8177559197 rows/sec., 913.72 KiB/sec. | ||
| 4456 | 2024.12.21 00:50:24.025429 [ 263 ] {b16830f0-b29a-4944-9569-ffa09ef4903e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4457 | 2024.12.21 00:50:24.025618 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4458 | 2024.12.21 00:50:24.026035 [ 263 ] {b16830f0-b29a-4944-9569-ffa09ef4903e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003921 sec., 60443.764345830146 rows/sec., 4.05 MiB/sec. | ||
| 4459 | 2024.12.21 00:50:24.026407 [ 263 ] {b16830f0-b29a-4944-9569-ffa09ef4903e} <Debug> TCPHandler: Processed in 0.004785638 sec. | ||
| 4460 | 2024.12.21 00:50:24.026617 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_11_2} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4461 | 2024.12.21 00:50:24.026637 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4462 | 2024.12.21 00:50:24.026722 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_11_2} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4463 | 2024.12.21 00:50:24.026805 [ 260 ] {5185ac00-2d98-4ec2-b7e6-3126d0a8769c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4464 | 2024.12.21 00:50:24.026830 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 4465 | 2024.12.21 00:50:24.026874 [ 260 ] {5185ac00-2d98-4ec2-b7e6-3126d0a8769c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4466 | 2024.12.21 00:50:24.027379 [ 260 ] {5185ac00-2d98-4ec2-b7e6-3126d0a8769c} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4467 | 2024.12.21 00:50:24.027416 [ 260 ] {5185ac00-2d98-4ec2-b7e6-3126d0a8769c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4468 | 2024.12.21 00:50:24.027759 [ 260 ] {5185ac00-2d98-4ec2-b7e6-3126d0a8769c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4469 | 2024.12.21 00:50:24.027990 [ 260 ] {5185ac00-2d98-4ec2-b7e6-3126d0a8769c} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4470 | 2024.12.21 00:50:24.028145 [ 95 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4471 | 2024.12.21 00:50:24.028205 [ 95 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4472 | 2024.12.21 00:50:24.028230 [ 260 ] {5185ac00-2d98-4ec2-b7e6-3126d0a8769c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001473 sec., 678.8866259334692 rows/sec., 45.75 KiB/sec. | ||
| 4473 | 2024.12.21 00:50:24.028244 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4474 | 2024.12.21 00:50:24.028346 [ 260 ] {5185ac00-2d98-4ec2-b7e6-3126d0a8769c} <Debug> TCPHandler: Processed in 0.001808063 sec. | ||
| 4475 | 2024.12.21 00:50:24.028576 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 4476 | 2024.12.21 00:50:24.028591 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4477 | 2024.12.21 00:50:24.028839 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4478 | 2024.12.21 00:50:24.028865 [ 263 ] {5b2e8d8d-f3e5-4df8-ba08-226547b573d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4479 | 2024.12.21 00:50:24.028912 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part | ||
| 4480 | 2024.12.21 00:50:24.029032 [ 263 ] {5b2e8d8d-f3e5-4df8-ba08-226547b573d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4481 | 2024.12.21 00:50:24.029277 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4482 | 2024.12.21 00:50:24.029641 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4483 | 2024.12.21 00:50:24.030000 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4484 | 2024.12.21 00:50:24.030359 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4485 | 2024.12.21 00:50:24.030738 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4486 | 2024.12.21 00:50:24.034607 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.006231046 sec., 1925.8403805717371 rows/sec., 129.14 KiB/sec. | ||
| 4487 | 2024.12.21 00:50:24.034719 [ 263 ] {5b2e8d8d-f3e5-4df8-ba08-226547b573d5} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4488 | 2024.12.21 00:50:24.034778 [ 263 ] {5b2e8d8d-f3e5-4df8-ba08-226547b573d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4489 | 2024.12.21 00:50:24.034817 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4490 | 2024.12.21 00:50:24.035458 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_11_2} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4491 | 2024.12.21 00:50:24.035667 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_11_2} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4492 | 2024.12.21 00:50:24.035846 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4493 | 2024.12.21 00:50:24.036123 [ 263 ] {5b2e8d8d-f3e5-4df8-ba08-226547b573d5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4494 | 2024.12.21 00:50:24.036402 [ 263 ] {5b2e8d8d-f3e5-4df8-ba08-226547b573d5} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4495 | 2024.12.21 00:50:24.036678 [ 263 ] {5b2e8d8d-f3e5-4df8-ba08-226547b573d5} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007905 sec., 1518.0265654648956 rows/sec., 2.72 MiB/sec. | ||
| 4496 | 2024.12.21 00:50:24.036812 [ 263 ] {5b2e8d8d-f3e5-4df8-ba08-226547b573d5} <Debug> TCPHandler: Processed in 0.008347635 sec. | ||
| 4497 | 2024.12.21 00:50:24.037062 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4498 | 2024.12.21 00:50:24.037287 [ 260 ] {3a3961c2-6169-4be5-8624-d9f8844cbfef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4499 | 2024.12.21 00:50:24.037375 [ 260 ] {3a3961c2-6169-4be5-8624-d9f8844cbfef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4500 | 2024.12.21 00:50:24.037869 [ 260 ] {3a3961c2-6169-4be5-8624-d9f8844cbfef} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4501 | 2024.12.21 00:50:24.037908 [ 260 ] {3a3961c2-6169-4be5-8624-d9f8844cbfef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4502 | 2024.12.21 00:50:24.038290 [ 260 ] {3a3961c2-6169-4be5-8624-d9f8844cbfef} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4503 | 2024.12.21 00:50:24.038553 [ 260 ] {3a3961c2-6169-4be5-8624-d9f8844cbfef} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4504 | 2024.12.21 00:50:24.038783 [ 260 ] {3a3961c2-6169-4be5-8624-d9f8844cbfef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001551 sec., 52869.116698903934 rows/sec., 3.36 MiB/sec. | ||
| 4505 | 2024.12.21 00:50:24.038835 [ 260 ] {3a3961c2-6169-4be5-8624-d9f8844cbfef} <Debug> TCPHandler: Processed in 0.001882695 sec. | ||
| 4506 | 2024.12.21 00:50:27.276819 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4507 | 2024.12.21 00:50:27.276873 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4508 | 2024.12.21 00:50:27.439270 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4509 | 2024.12.21 00:50:27.439962 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4510 | 2024.12.21 00:50:27.440016 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4511 | 2024.12.21 00:50:27.440563 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4512 | 2024.12.21 00:50:27.440827 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4513 | 2024.12.21 00:50:27.441083 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4514 | 2024.12.21 00:50:28.098675 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4515 | 2024.12.21 00:50:28.118680 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4516 | 2024.12.21 00:50:28.118746 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4517 | 2024.12.21 00:50:28.125711 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4518 | 2024.12.21 00:50:28.126519 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4519 | 2024.12.21 00:50:28.129544 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4520 | 2024.12.21 00:50:28.999633 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4521 | 2024.12.21 00:50:28.999840 [ 260 ] {b9c8cf54-832f-44cc-b04f-57faa0f23df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4522 | 2024.12.21 00:50:28.999916 [ 260 ] {b9c8cf54-832f-44cc-b04f-57faa0f23df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4523 | 2024.12.21 00:50:29.000955 [ 260 ] {b9c8cf54-832f-44cc-b04f-57faa0f23df9} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4524 | 2024.12.21 00:50:29.000999 [ 260 ] {b9c8cf54-832f-44cc-b04f-57faa0f23df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4525 | 2024.12.21 00:50:29.001458 [ 260 ] {b9c8cf54-832f-44cc-b04f-57faa0f23df9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4526 | 2024.12.21 00:50:29.001718 [ 260 ] {b9c8cf54-832f-44cc-b04f-57faa0f23df9} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4527 | 2024.12.21 00:50:29.001975 [ 260 ] {b9c8cf54-832f-44cc-b04f-57faa0f23df9} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002186 sec., 50320.21957913998 rows/sec., 4.22 MiB/sec. | ||
| 4528 | 2024.12.21 00:50:29.002109 [ 260 ] {b9c8cf54-832f-44cc-b04f-57faa0f23df9} <Debug> TCPHandler: Processed in 0.002610469 sec. | ||
| 4529 | 2024.12.21 00:50:29.002403 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4530 | 2024.12.21 00:50:29.002592 [ 263 ] {e560f6d1-3f77-4ab2-8dd3-86df7914e3cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4531 | 2024.12.21 00:50:29.002674 [ 263 ] {e560f6d1-3f77-4ab2-8dd3-86df7914e3cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4532 | 2024.12.21 00:50:29.003512 [ 263 ] {e560f6d1-3f77-4ab2-8dd3-86df7914e3cb} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4533 | 2024.12.21 00:50:29.003564 [ 263 ] {e560f6d1-3f77-4ab2-8dd3-86df7914e3cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4534 | 2024.12.21 00:50:29.004019 [ 263 ] {e560f6d1-3f77-4ab2-8dd3-86df7914e3cb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4535 | 2024.12.21 00:50:29.004315 [ 263 ] {e560f6d1-3f77-4ab2-8dd3-86df7914e3cb} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4536 | 2024.12.21 00:50:29.004610 [ 263 ] {e560f6d1-3f77-4ab2-8dd3-86df7914e3cb} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002055 sec., 13138.686131386861 rows/sec., 987.97 KiB/sec. | ||
| 4537 | 2024.12.21 00:50:29.004888 [ 263 ] {e560f6d1-3f77-4ab2-8dd3-86df7914e3cb} <Debug> TCPHandler: Processed in 0.002639509 sec. | ||
| 4538 | 2024.12.21 00:50:29.005075 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4539 | 2024.12.21 00:50:29.005199 [ 260 ] {3e51a053-a508-45cd-8abd-bfeaf339920f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4540 | 2024.12.21 00:50:29.005252 [ 260 ] {3e51a053-a508-45cd-8abd-bfeaf339920f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4541 | 2024.12.21 00:50:29.005911 [ 260 ] {3e51a053-a508-45cd-8abd-bfeaf339920f} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4542 | 2024.12.21 00:50:29.005953 [ 260 ] {3e51a053-a508-45cd-8abd-bfeaf339920f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4543 | 2024.12.21 00:50:29.006335 [ 260 ] {3e51a053-a508-45cd-8abd-bfeaf339920f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4544 | 2024.12.21 00:50:29.006584 [ 260 ] {3e51a053-a508-45cd-8abd-bfeaf339920f} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4545 | 2024.12.21 00:50:29.006829 [ 260 ] {3e51a053-a508-45cd-8abd-bfeaf339920f} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001649 sec., 55184.960582171014 rows/sec., 4.31 MiB/sec. | ||
| 4546 | 2024.12.21 00:50:29.006971 [ 260 ] {3e51a053-a508-45cd-8abd-bfeaf339920f} <Debug> TCPHandler: Processed in 0.001946336 sec. | ||
| 4547 | 2024.12.21 00:50:29.007201 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4548 | 2024.12.21 00:50:29.007353 [ 263 ] {7cc9a77f-e78d-492e-bd9d-4dbc1911fb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4549 | 2024.12.21 00:50:29.007432 [ 263 ] {7cc9a77f-e78d-492e-bd9d-4dbc1911fb70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4550 | 2024.12.21 00:50:29.008120 [ 263 ] {7cc9a77f-e78d-492e-bd9d-4dbc1911fb70} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4551 | 2024.12.21 00:50:29.008168 [ 263 ] {7cc9a77f-e78d-492e-bd9d-4dbc1911fb70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4552 | 2024.12.21 00:50:29.008650 [ 263 ] {7cc9a77f-e78d-492e-bd9d-4dbc1911fb70} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4553 | 2024.12.21 00:50:29.008943 [ 263 ] {7cc9a77f-e78d-492e-bd9d-4dbc1911fb70} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4554 | 2024.12.21 00:50:29.009169 [ 263 ] {7cc9a77f-e78d-492e-bd9d-4dbc1911fb70} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001857 sec., 86160.47388260635 rows/sec., 6.00 MiB/sec. | ||
| 4555 | 2024.12.21 00:50:29.009252 [ 263 ] {7cc9a77f-e78d-492e-bd9d-4dbc1911fb70} <Debug> TCPHandler: Processed in 0.00215436 sec. | ||
| 4556 | 2024.12.21 00:50:29.009425 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4557 | 2024.12.21 00:50:29.009549 [ 260 ] {411a9de9-46ea-4f17-a171-10eb04024ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4558 | 2024.12.21 00:50:29.009633 [ 260 ] {411a9de9-46ea-4f17-a171-10eb04024ab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4559 | 2024.12.21 00:50:29.010823 [ 260 ] {411a9de9-46ea-4f17-a171-10eb04024ab1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4560 | 2024.12.21 00:50:29.010864 [ 260 ] {411a9de9-46ea-4f17-a171-10eb04024ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4561 | 2024.12.21 00:50:29.011535 [ 260 ] {411a9de9-46ea-4f17-a171-10eb04024ab1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4562 | 2024.12.21 00:50:29.011811 [ 260 ] {411a9de9-46ea-4f17-a171-10eb04024ab1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4563 | 2024.12.21 00:50:29.012096 [ 260 ] {411a9de9-46ea-4f17-a171-10eb04024ab1} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002567 sec., 10518.114530580444 rows/sec., 18.85 MiB/sec. | ||
| 4564 | 2024.12.21 00:50:29.012589 [ 260 ] {411a9de9-46ea-4f17-a171-10eb04024ab1} <Debug> TCPHandler: Processed in 0.00322562 sec. | ||
| 4565 | 2024.12.21 00:50:29.012748 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4566 | 2024.12.21 00:50:29.012883 [ 263 ] {1cc1ef4a-094b-4e1f-8ee5-30e3a403d224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4567 | 2024.12.21 00:50:29.012945 [ 263 ] {1cc1ef4a-094b-4e1f-8ee5-30e3a403d224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4568 | 2024.12.21 00:50:29.013511 [ 263 ] {1cc1ef4a-094b-4e1f-8ee5-30e3a403d224} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4569 | 2024.12.21 00:50:29.013554 [ 263 ] {1cc1ef4a-094b-4e1f-8ee5-30e3a403d224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4570 | 2024.12.21 00:50:29.013974 [ 263 ] {1cc1ef4a-094b-4e1f-8ee5-30e3a403d224} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4571 | 2024.12.21 00:50:29.014229 [ 263 ] {1cc1ef4a-094b-4e1f-8ee5-30e3a403d224} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4572 | 2024.12.21 00:50:29.014464 [ 263 ] {1cc1ef4a-094b-4e1f-8ee5-30e3a403d224} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001611 sec., 37243.947858472995 rows/sec., 2.51 MiB/sec. | ||
| 4573 | 2024.12.21 00:50:29.014688 [ 263 ] {1cc1ef4a-094b-4e1f-8ee5-30e3a403d224} <Debug> TCPHandler: Processed in 0.001997877 sec. | ||
| 4574 | 2024.12.21 00:50:31.883209 [ 78 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4575 | 2024.12.21 00:50:31.883274 [ 78 ] {} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2024.12.21 00:50:31.883297 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4577 | 2024.12.21 00:50:31.883441 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::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 | ||
| 4578 | 2024.12.21 00:50:31.883585 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4579 | 2024.12.21 00:50:31.883629 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 4580 | 2024.12.21 00:50:31.883746 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::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 | ||
| 4581 | 2024.12.21 00:50:31.884048 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4582 | 2024.12.21 00:50:31.884195 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 4583 | 2024.12.21 00:50:31.884415 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 4584 | 2024.12.21 00:50:31.885523 [ 198 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.00216535 sec., 11083.658530953426 rows/sec., 947.09 KiB/sec. | ||
| 4585 | 2024.12.21 00:50:31.885734 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4586 | 2024.12.21 00:50:31.886172 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_5_1} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4587 | 2024.12.21 00:50:31.886281 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_5_1} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4588 | 2024.12.21 00:50:31.886401 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4589 | 2024.12.21 00:50:32.467539 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 642 | ||
| 4590 | 2024.12.21 00:50:32.470656 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4591 | 2024.12.21 00:50:32.470710 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4592 | 2024.12.21 00:50:32.472220 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4593 | 2024.12.21 00:50:32.472558 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4594 | 2024.12.21 00:50:32.473153 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 642 | ||
| 4595 | 2024.12.21 00:50:32.774070 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4596 | 2024.12.21 00:50:32.774287 [ 260 ] {d63af3da-b0db-4fdb-a96c-3ba18f9392dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4597 | 2024.12.21 00:50:32.774370 [ 260 ] {d63af3da-b0db-4fdb-a96c-3ba18f9392dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4598 | 2024.12.21 00:50:32.775174 [ 260 ] {d63af3da-b0db-4fdb-a96c-3ba18f9392dd} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4599 | 2024.12.21 00:50:32.775223 [ 260 ] {d63af3da-b0db-4fdb-a96c-3ba18f9392dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4600 | 2024.12.21 00:50:32.775667 [ 260 ] {d63af3da-b0db-4fdb-a96c-3ba18f9392dd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4601 | 2024.12.21 00:50:32.775929 [ 260 ] {d63af3da-b0db-4fdb-a96c-3ba18f9392dd} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4602 | 2024.12.21 00:50:32.776171 [ 260 ] {d63af3da-b0db-4fdb-a96c-3ba18f9392dd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec. | ||
| 4603 | 2024.12.21 00:50:32.776241 [ 260 ] {d63af3da-b0db-4fdb-a96c-3ba18f9392dd} <Debug> TCPHandler: Processed in 0.002319393 sec. | ||
| 4604 | 2024.12.21 00:50:32.776520 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4605 | 2024.12.21 00:50:32.776733 [ 263 ] {61b35653-1afb-4982-a8bd-5efb95b91acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4606 | 2024.12.21 00:50:32.776819 [ 263 ] {61b35653-1afb-4982-a8bd-5efb95b91acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4607 | 2024.12.21 00:50:32.777667 [ 263 ] {61b35653-1afb-4982-a8bd-5efb95b91acf} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4608 | 2024.12.21 00:50:32.777721 [ 263 ] {61b35653-1afb-4982-a8bd-5efb95b91acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4609 | 2024.12.21 00:50:32.778146 [ 263 ] {61b35653-1afb-4982-a8bd-5efb95b91acf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4610 | 2024.12.21 00:50:32.778400 [ 263 ] {61b35653-1afb-4982-a8bd-5efb95b91acf} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4611 | 2024.12.21 00:50:32.778642 [ 263 ] {61b35653-1afb-4982-a8bd-5efb95b91acf} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001966 sec., 2034.587995930824 rows/sec., 165.91 KiB/sec. | ||
| 4612 | 2024.12.21 00:50:32.778707 [ 263 ] {61b35653-1afb-4982-a8bd-5efb95b91acf} <Debug> TCPHandler: Processed in 0.002329643 sec. | ||
| 4613 | 2024.12.21 00:50:32.778875 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4614 | 2024.12.21 00:50:32.779023 [ 260 ] {9b0f9c61-f122-45ba-ab5c-7b4729a9e71e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4615 | 2024.12.21 00:50:32.779085 [ 260 ] {9b0f9c61-f122-45ba-ab5c-7b4729a9e71e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4616 | 2024.12.21 00:50:32.780306 [ 260 ] {9b0f9c61-f122-45ba-ab5c-7b4729a9e71e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4617 | 2024.12.21 00:50:32.780347 [ 260 ] {9b0f9c61-f122-45ba-ab5c-7b4729a9e71e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4618 | 2024.12.21 00:50:32.780805 [ 260 ] {9b0f9c61-f122-45ba-ab5c-7b4729a9e71e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4619 | 2024.12.21 00:50:32.781049 [ 260 ] {9b0f9c61-f122-45ba-ab5c-7b4729a9e71e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4620 | 2024.12.21 00:50:32.781235 [ 260 ] {9b0f9c61-f122-45ba-ab5c-7b4729a9e71e} <Debug> executeQuery: Read 1369 rows, 116.58 KiB in 0.002248 sec., 608985.7651245552 rows/sec., 50.64 MiB/sec. | ||
| 4621 | 2024.12.21 00:50:32.781293 [ 260 ] {9b0f9c61-f122-45ba-ab5c-7b4729a9e71e} <Debug> TCPHandler: Processed in 0.002488466 sec. | ||
| 4622 | 2024.12.21 00:50:32.781452 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4623 | 2024.12.21 00:50:32.781598 [ 263 ] {a5dbd717-c7be-42b1-8d6d-a31056d96120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4624 | 2024.12.21 00:50:32.781661 [ 263 ] {a5dbd717-c7be-42b1-8d6d-a31056d96120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4625 | 2024.12.21 00:50:32.782388 [ 263 ] {a5dbd717-c7be-42b1-8d6d-a31056d96120} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4626 | 2024.12.21 00:50:32.782438 [ 263 ] {a5dbd717-c7be-42b1-8d6d-a31056d96120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4627 | 2024.12.21 00:50:32.782868 [ 263 ] {a5dbd717-c7be-42b1-8d6d-a31056d96120} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4628 | 2024.12.21 00:50:32.783116 [ 263 ] {a5dbd717-c7be-42b1-8d6d-a31056d96120} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4629 | 2024.12.21 00:50:32.783360 [ 263 ] {a5dbd717-c7be-42b1-8d6d-a31056d96120} <Debug> executeQuery: Read 23 rows, 1.64 KiB in 0.001796 sec., 12806.236080178172 rows/sec., 911.86 KiB/sec. | ||
| 4630 | 2024.12.21 00:50:32.783417 [ 263 ] {a5dbd717-c7be-42b1-8d6d-a31056d96120} <Debug> TCPHandler: Processed in 0.002037548 sec. | ||
| 4631 | 2024.12.21 00:50:32.783563 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4632 | 2024.12.21 00:50:32.783704 [ 260 ] {d9b8f1b1-499a-4bdd-9b25-e2c78b873cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4633 | 2024.12.21 00:50:32.783764 [ 260 ] {d9b8f1b1-499a-4bdd-9b25-e2c78b873cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4634 | 2024.12.21 00:50:32.784533 [ 260 ] {d9b8f1b1-499a-4bdd-9b25-e2c78b873cb8} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4635 | 2024.12.21 00:50:32.784574 [ 260 ] {d9b8f1b1-499a-4bdd-9b25-e2c78b873cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4636 | 2024.12.21 00:50:32.784950 [ 260 ] {d9b8f1b1-499a-4bdd-9b25-e2c78b873cb8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4637 | 2024.12.21 00:50:32.785195 [ 260 ] {d9b8f1b1-499a-4bdd-9b25-e2c78b873cb8} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4638 | 2024.12.21 00:50:32.785416 [ 260 ] {d9b8f1b1-499a-4bdd-9b25-e2c78b873cb8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001743 sec., 138841.07860011474 rows/sec., 9.41 MiB/sec. | ||
| 4639 | 2024.12.21 00:50:32.785639 [ 260 ] {d9b8f1b1-499a-4bdd-9b25-e2c78b873cb8} <Debug> TCPHandler: Processed in 0.002132129 sec. | ||
| 4640 | 2024.12.21 00:50:32.785825 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4641 | 2024.12.21 00:50:32.785967 [ 263 ] {0d3152c9-ae55-4b98-b482-786822657991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4642 | 2024.12.21 00:50:32.786028 [ 263 ] {0d3152c9-ae55-4b98-b482-786822657991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4643 | 2024.12.21 00:50:32.786711 [ 263 ] {0d3152c9-ae55-4b98-b482-786822657991} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4644 | 2024.12.21 00:50:32.786752 [ 263 ] {0d3152c9-ae55-4b98-b482-786822657991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4645 | 2024.12.21 00:50:32.787170 [ 263 ] {0d3152c9-ae55-4b98-b482-786822657991} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4646 | 2024.12.21 00:50:32.787435 [ 263 ] {0d3152c9-ae55-4b98-b482-786822657991} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4647 | 2024.12.21 00:50:32.787649 [ 263 ] {0d3152c9-ae55-4b98-b482-786822657991} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001713 sec., 7589.025102159953 rows/sec., 473.17 KiB/sec. | ||
| 4648 | 2024.12.21 00:50:32.787706 [ 263 ] {0d3152c9-ae55-4b98-b482-786822657991} <Debug> TCPHandler: Processed in 0.001962387 sec. | ||
| 4649 | 2024.12.21 00:50:32.787851 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4650 | 2024.12.21 00:50:32.787971 [ 260 ] {d7de50bd-ce26-4a03-a5fb-ddc546ced139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4651 | 2024.12.21 00:50:32.788021 [ 260 ] {d7de50bd-ce26-4a03-a5fb-ddc546ced139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4652 | 2024.12.21 00:50:32.788870 [ 260 ] {d7de50bd-ce26-4a03-a5fb-ddc546ced139} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4653 | 2024.12.21 00:50:32.788908 [ 260 ] {d7de50bd-ce26-4a03-a5fb-ddc546ced139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4654 | 2024.12.21 00:50:32.789321 [ 260 ] {d7de50bd-ce26-4a03-a5fb-ddc546ced139} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4655 | 2024.12.21 00:50:32.789565 [ 260 ] {d7de50bd-ce26-4a03-a5fb-ddc546ced139} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4656 | 2024.12.21 00:50:32.789759 [ 260 ] {d7de50bd-ce26-4a03-a5fb-ddc546ced139} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.001814 sec., 470782.8004410143 rows/sec., 34.05 MiB/sec. | ||
| 4657 | 2024.12.21 00:50:32.789894 [ 260 ] {d7de50bd-ce26-4a03-a5fb-ddc546ced139} <Debug> TCPHandler: Processed in 0.002098539 sec. | ||
| 4658 | 2024.12.21 00:50:32.790049 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4659 | 2024.12.21 00:50:32.790171 [ 263 ] {fd94109c-02e4-4b35-aa93-fa0638fa02b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4660 | 2024.12.21 00:50:32.790224 [ 263 ] {fd94109c-02e4-4b35-aa93-fa0638fa02b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4661 | 2024.12.21 00:50:32.790723 [ 263 ] {fd94109c-02e4-4b35-aa93-fa0638fa02b3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4662 | 2024.12.21 00:50:32.790762 [ 263 ] {fd94109c-02e4-4b35-aa93-fa0638fa02b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4663 | 2024.12.21 00:50:32.791139 [ 263 ] {fd94109c-02e4-4b35-aa93-fa0638fa02b3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4664 | 2024.12.21 00:50:32.791380 [ 263 ] {fd94109c-02e4-4b35-aa93-fa0638fa02b3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4665 | 2024.12.21 00:50:32.791642 [ 263 ] {fd94109c-02e4-4b35-aa93-fa0638fa02b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001499 sec., 4002.6684456304206 rows/sec., 209.12 KiB/sec. | ||
| 4666 | 2024.12.21 00:50:32.791827 [ 263 ] {fd94109c-02e4-4b35-aa93-fa0638fa02b3} <Debug> TCPHandler: Processed in 0.001831274 sec. | ||
| 4667 | 2024.12.21 00:50:32.791990 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4668 | 2024.12.21 00:50:32.792134 [ 260 ] {7e11dac5-7ad7-46ee-b66d-b2120b459e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4669 | 2024.12.21 00:50:32.792200 [ 260 ] {7e11dac5-7ad7-46ee-b66d-b2120b459e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4670 | 2024.12.21 00:50:32.792981 [ 260 ] {7e11dac5-7ad7-46ee-b66d-b2120b459e41} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4671 | 2024.12.21 00:50:32.793023 [ 260 ] {7e11dac5-7ad7-46ee-b66d-b2120b459e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4672 | 2024.12.21 00:50:32.793469 [ 260 ] {7e11dac5-7ad7-46ee-b66d-b2120b459e41} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4673 | 2024.12.21 00:50:32.793720 [ 260 ] {7e11dac5-7ad7-46ee-b66d-b2120b459e41} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4674 | 2024.12.21 00:50:32.793900 [ 260 ] {7e11dac5-7ad7-46ee-b66d-b2120b459e41} <Debug> executeQuery: Read 917 rows, 62.63 KiB in 0.0018 sec., 509444.44444444444 rows/sec., 33.98 MiB/sec. | ||
| 4675 | 2024.12.21 00:50:32.793955 [ 260 ] {7e11dac5-7ad7-46ee-b66d-b2120b459e41} <Debug> TCPHandler: Processed in 0.002031708 sec. | ||
| 4676 | 2024.12.21 00:50:32.794104 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4677 | 2024.12.21 00:50:32.794248 [ 263 ] {69766cbc-0f2d-41e6-84b3-0bf13aa27ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4678 | 2024.12.21 00:50:32.794311 [ 263 ] {69766cbc-0f2d-41e6-84b3-0bf13aa27ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4679 | 2024.12.21 00:50:32.794836 [ 263 ] {69766cbc-0f2d-41e6-84b3-0bf13aa27ac2} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4680 | 2024.12.21 00:50:32.794875 [ 263 ] {69766cbc-0f2d-41e6-84b3-0bf13aa27ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4681 | 2024.12.21 00:50:32.795235 [ 263 ] {69766cbc-0f2d-41e6-84b3-0bf13aa27ac2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4682 | 2024.12.21 00:50:32.795467 [ 263 ] {69766cbc-0f2d-41e6-84b3-0bf13aa27ac2} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4683 | 2024.12.21 00:50:32.795675 [ 263 ] {69766cbc-0f2d-41e6-84b3-0bf13aa27ac2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00146 sec., 684.9315068493152 rows/sec., 46.15 KiB/sec. | ||
| 4684 | 2024.12.21 00:50:32.795728 [ 263 ] {69766cbc-0f2d-41e6-84b3-0bf13aa27ac2} <Debug> TCPHandler: Processed in 0.001691931 sec. | ||
| 4685 | 2024.12.21 00:50:32.795897 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4686 | 2024.12.21 00:50:32.796038 [ 260 ] {223bf3d8-86a2-41eb-b205-fa5e29e2979e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4687 | 2024.12.21 00:50:32.796131 [ 260 ] {223bf3d8-86a2-41eb-b205-fa5e29e2979e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4688 | 2024.12.21 00:50:32.797322 [ 260 ] {223bf3d8-86a2-41eb-b205-fa5e29e2979e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4689 | 2024.12.21 00:50:32.797362 [ 260 ] {223bf3d8-86a2-41eb-b205-fa5e29e2979e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4690 | 2024.12.21 00:50:32.797978 [ 260 ] {223bf3d8-86a2-41eb-b205-fa5e29e2979e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4691 | 2024.12.21 00:50:32.798240 [ 260 ] {223bf3d8-86a2-41eb-b205-fa5e29e2979e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4692 | 2024.12.21 00:50:32.798460 [ 260 ] {223bf3d8-86a2-41eb-b205-fa5e29e2979e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002453 sec., 4891.9690175295555 rows/sec., 8.77 MiB/sec. | ||
| 4693 | 2024.12.21 00:50:32.798564 [ 260 ] {223bf3d8-86a2-41eb-b205-fa5e29e2979e} <Debug> TCPHandler: Processed in 0.002736821 sec. | ||
| 4694 | 2024.12.21 00:50:32.798709 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4695 | 2024.12.21 00:50:32.798827 [ 263 ] {9b68e787-2a91-41a1-acb5-db24b9f0dd94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4696 | 2024.12.21 00:50:32.798879 [ 263 ] {9b68e787-2a91-41a1-acb5-db24b9f0dd94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4697 | 2024.12.21 00:50:32.799386 [ 263 ] {9b68e787-2a91-41a1-acb5-db24b9f0dd94} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4698 | 2024.12.21 00:50:32.799425 [ 263 ] {9b68e787-2a91-41a1-acb5-db24b9f0dd94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4699 | 2024.12.21 00:50:32.799800 [ 263 ] {9b68e787-2a91-41a1-acb5-db24b9f0dd94} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4700 | 2024.12.21 00:50:32.800055 [ 263 ] {9b68e787-2a91-41a1-acb5-db24b9f0dd94} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4701 | 2024.12.21 00:50:32.800264 [ 263 ] {9b68e787-2a91-41a1-acb5-db24b9f0dd94} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.001462 sec., 45143.63885088919 rows/sec., 2.82 MiB/sec. | ||
| 4702 | 2024.12.21 00:50:32.800317 [ 263 ] {9b68e787-2a91-41a1-acb5-db24b9f0dd94} <Debug> TCPHandler: Processed in 0.001665101 sec. | ||
| 4703 | 2024.12.21 00:50:33.991950 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4704 | 2024.12.21 00:50:33.992142 [ 260 ] {7b754db1-bf5d-4f97-8461-b73434763bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4705 | 2024.12.21 00:50:33.992215 [ 260 ] {7b754db1-bf5d-4f97-8461-b73434763bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4706 | 2024.12.21 00:50:33.993008 [ 260 ] {7b754db1-bf5d-4f97-8461-b73434763bee} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4707 | 2024.12.21 00:50:33.993202 [ 260 ] {7b754db1-bf5d-4f97-8461-b73434763bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4708 | 2024.12.21 00:50:33.993641 [ 260 ] {7b754db1-bf5d-4f97-8461-b73434763bee} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4709 | 2024.12.21 00:50:33.993929 [ 260 ] {7b754db1-bf5d-4f97-8461-b73434763bee} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4710 | 2024.12.21 00:50:33.994189 [ 74 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4711 | 2024.12.21 00:50:33.994276 [ 260 ] {7b754db1-bf5d-4f97-8461-b73434763bee} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002177 sec., 25723.47266881029 rows/sec., 1.96 MiB/sec. | ||
| 4712 | 2024.12.21 00:50:33.994292 [ 74 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4713 | 2024.12.21 00:50:33.994386 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4714 | 2024.12.21 00:50:33.994475 [ 260 ] {7b754db1-bf5d-4f97-8461-b73434763bee} <Debug> TCPHandler: Processed in 0.002646509 sec. | ||
| 4715 | 2024.12.21 00:50:33.994682 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 4716 | 2024.12.21 00:50:33.994875 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4717 | 2024.12.21 00:50:33.994935 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1432 rows starting from the beginning of the part | ||
| 4718 | 2024.12.21 00:50:33.994945 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4719 | 2024.12.21 00:50:33.995060 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 113 rows starting from the beginning of the part | ||
| 4720 | 2024.12.21 00:50:33.995227 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 227 rows starting from the beginning of the part | ||
| 4721 | 2024.12.21 00:50:33.995230 [ 263 ] {81ad4bc9-0a9c-4b32-8d81-db8562d37891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4722 | 2024.12.21 00:50:33.995471 [ 263 ] {81ad4bc9-0a9c-4b32-8d81-db8562d37891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4723 | 2024.12.21 00:50:33.995713 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 110 rows starting from the beginning of the part | ||
| 4724 | 2024.12.21 00:50:33.996049 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1369 rows starting from the beginning of the part | ||
| 4725 | 2024.12.21 00:50:33.996244 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
| 4726 | 2024.12.21 00:50:33.997258 [ 263 ] {81ad4bc9-0a9c-4b32-8d81-db8562d37891} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4727 | 2024.12.21 00:50:33.997316 [ 263 ] {81ad4bc9-0a9c-4b32-8d81-db8562d37891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4728 | 2024.12.21 00:50:33.998020 [ 263 ] {81ad4bc9-0a9c-4b32-8d81-db8562d37891} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4729 | 2024.12.21 00:50:33.998297 [ 263 ] {81ad4bc9-0a9c-4b32-8d81-db8562d37891} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4730 | 2024.12.21 00:50:33.998549 [ 73 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4731 | 2024.12.21 00:50:33.998655 [ 73 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4732 | 2024.12.21 00:50:33.998746 [ 263 ] {81ad4bc9-0a9c-4b32-8d81-db8562d37891} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003621 sec., 17674.67550400442 rows/sec., 1.38 MiB/sec. | ||
| 4733 | 2024.12.21 00:50:33.998765 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4734 | 2024.12.21 00:50:33.999202 [ 263 ] {81ad4bc9-0a9c-4b32-8d81-db8562d37891} <Debug> TCPHandler: Processed in 0.004535444 sec. | ||
| 4735 | 2024.12.21 00:50:33.999277 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.004743688 sec., 697136.9111965204 rows/sec., 60.86 MiB/sec. | ||
| 4736 | 2024.12.21 00:50:33.999425 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 4737 | 2024.12.21 00:50:33.999487 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4738 | 2024.12.21 00:50:33.999594 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4739 | 2024.12.21 00:50:33.999643 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4740 | 2024.12.21 00:50:33.999772 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part | ||
| 4741 | 2024.12.21 00:50:33.999869 [ 260 ] {690184d9-3cc6-4582-80c4-08b424794593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4742 | 2024.12.21 00:50:34.000150 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 97 rows starting from the beginning of the part | ||
| 4743 | 2024.12.21 00:50:34.000159 [ 260 ] {690184d9-3cc6-4582-80c4-08b424794593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4744 | 2024.12.21 00:50:34.000217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.35 MiB, peak 196.55 MiB, free memory in arenas 0.00 B, will set to 188.93 MiB (RSS), difference: -3.42 MiB | ||
| 4745 | 2024.12.21 00:50:34.000992 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 394 rows starting from the beginning of the part | ||
| 4746 | 2024.12.21 00:50:34.001155 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_31_6} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4747 | 2024.12.21 00:50:34.001889 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 91 rows starting from the beginning of the part | ||
| 4748 | 2024.12.21 00:50:34.001933 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_31_6} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4749 | 2024.12.21 00:50:34.002500 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 4750 | 2024.12.21 00:50:34.002703 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 854 rows starting from the beginning of the part | ||
| 4751 | 2024.12.21 00:50:34.003056 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
| 4752 | 2024.12.21 00:50:34.004822 [ 260 ] {690184d9-3cc6-4582-80c4-08b424794593} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4753 | 2024.12.21 00:50:34.004894 [ 260 ] {690184d9-3cc6-4582-80c4-08b424794593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4754 | 2024.12.21 00:50:34.006087 [ 260 ] {690184d9-3cc6-4582-80c4-08b424794593} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4755 | 2024.12.21 00:50:34.006605 [ 260 ] {690184d9-3cc6-4582-80c4-08b424794593} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4756 | 2024.12.21 00:50:34.006843 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.007811265 sec., 308912.83294063126 rows/sec., 23.69 MiB/sec. | ||
| 4757 | 2024.12.21 00:50:34.006933 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4758 | 2024.12.21 00:50:34.007002 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4759 | 2024.12.21 00:50:34.007037 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4760 | 2024.12.21 00:50:34.007052 [ 260 ] {690184d9-3cc6-4582-80c4-08b424794593} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.007344 sec., 5718.954248366013 rows/sec., 407.43 KiB/sec. | ||
| 4761 | 2024.12.21 00:50:34.007351 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4762 | 2024.12.21 00:50:34.007381 [ 260 ] {690184d9-3cc6-4582-80c4-08b424794593} <Debug> TCPHandler: Processed in 0.008004558 sec. | ||
| 4763 | 2024.12.21 00:50:34.007554 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 4764 | 2024.12.21 00:50:34.007709 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4765 | 2024.12.21 00:50:34.007949 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4766 | 2024.12.21 00:50:34.007978 [ 263 ] {00c8c229-cdb3-4521-a9a4-38025bdcb5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4767 | 2024.12.21 00:50:34.008011 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8410 rows starting from the beginning of the part | ||
| 4768 | 2024.12.21 00:50:34.008095 [ 263 ] {00c8c229-cdb3-4521-a9a4-38025bdcb5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4769 | 2024.12.21 00:50:34.008433 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 163 rows starting from the beginning of the part | ||
| 4770 | 2024.12.21 00:50:34.008601 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_31_6} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4771 | 2024.12.21 00:50:34.009076 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part | ||
| 4772 | 2024.12.21 00:50:34.009097 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_31_6} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4773 | 2024.12.21 00:50:34.009495 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 4774 | 2024.12.21 00:50:34.009529 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 4775 | 2024.12.21 00:50:34.009815 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 917 rows starting from the beginning of the part | ||
| 4776 | 2024.12.21 00:50:34.010201 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 42 rows starting from the beginning of the part | ||
| 4777 | 2024.12.21 00:50:34.010927 [ 263 ] {00c8c229-cdb3-4521-a9a4-38025bdcb5a2} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4778 | 2024.12.21 00:50:34.010976 [ 263 ] {00c8c229-cdb3-4521-a9a4-38025bdcb5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4779 | 2024.12.21 00:50:34.011454 [ 263 ] {00c8c229-cdb3-4521-a9a4-38025bdcb5a2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4780 | 2024.12.21 00:50:34.011763 [ 263 ] {00c8c229-cdb3-4521-a9a4-38025bdcb5a2} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4781 | 2024.12.21 00:50:34.012029 [ 73 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4782 | 2024.12.21 00:50:34.012125 [ 73 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4783 | 2024.12.21 00:50:34.012186 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4784 | 2024.12.21 00:50:34.012244 [ 263 ] {00c8c229-cdb3-4521-a9a4-38025bdcb5a2} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.004351 sec., 3677.3155596414617 rows/sec., 254.97 KiB/sec. | ||
| 4785 | 2024.12.21 00:50:34.012657 [ 263 ] {00c8c229-cdb3-4521-a9a4-38025bdcb5a2} <Debug> TCPHandler: Processed in 0.005100964 sec. | ||
| 4786 | 2024.12.21 00:50:34.012853 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 4787 | 2024.12.21 00:50:34.013015 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4788 | 2024.12.21 00:50:34.013069 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1588 rows starting from the beginning of the part | ||
| 4789 | 2024.12.21 00:50:34.013163 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4790 | 2024.12.21 00:50:34.013415 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 4791 | 2024.12.21 00:50:34.013889 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4792 | 2024.12.21 00:50:34.014094 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 66 rows starting from the beginning of the part | ||
| 4793 | 2024.12.21 00:50:34.014256 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part | ||
| 4794 | 2024.12.21 00:50:34.015570 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9929 rows, containing 5 columns (5 merged, 0 gathered) in 0.008415786 sec., 1179806.6158051072 rows/sec., 79.67 MiB/sec. | ||
| 4795 | 2024.12.21 00:50:34.015883 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4796 | 2024.12.21 00:50:34.016210 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1872 rows, containing 4 columns (4 merged, 0 gathered) in 0.003845391 sec., 486816.5551955575 rows/sec., 31.91 MiB/sec. | ||
| 4797 | 2024.12.21 00:50:34.016291 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4798 | 2024.12.21 00:50:34.016392 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4799 | 2024.12.21 00:50:34.016479 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4800 | 2024.12.21 00:50:34.016498 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 4801 | 2024.12.21 00:50:34.016790 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_31_6} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4802 | 2024.12.21 00:50:34.016876 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_31_6} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4803 | 2024.12.21 00:50:34.016952 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4804 | 2024.12.21 00:50:34.941228 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4805 | 2024.12.21 00:50:34.942076 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4806 | 2024.12.21 00:50:34.942120 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4807 | 2024.12.21 00:50:34.942681 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4808 | 2024.12.21 00:50:34.942962 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4809 | 2024.12.21 00:50:34.943270 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4810 | 2024.12.21 00:50:35.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.89 MiB, peak 196.55 MiB, free memory in arenas 0.00 B, will set to 189.58 MiB (RSS), difference: 3.69 MiB | ||
| 4811 | 2024.12.21 00:50:35.629604 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4812 | 2024.12.21 00:50:35.649955 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4813 | 2024.12.21 00:50:35.650015 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4814 | 2024.12.21 00:50:35.657518 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4815 | 2024.12.21 00:50:35.658315 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2024.12.21 00:50:35.661245 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4817 | 2024.12.21 00:50:38.998464 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4818 | 2024.12.21 00:50:38.998683 [ 260 ] {29cdf768-690a-40b6-9d36-abade7de0cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4819 | 2024.12.21 00:50:38.998766 [ 260 ] {29cdf768-690a-40b6-9d36-abade7de0cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4820 | 2024.12.21 00:50:38.999611 [ 260 ] {29cdf768-690a-40b6-9d36-abade7de0cfd} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4821 | 2024.12.21 00:50:38.999659 [ 260 ] {29cdf768-690a-40b6-9d36-abade7de0cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4822 | 2024.12.21 00:50:39.000109 [ 260 ] {29cdf768-690a-40b6-9d36-abade7de0cfd} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4823 | 2024.12.21 00:50:39.000463 [ 260 ] {29cdf768-690a-40b6-9d36-abade7de0cfd} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4824 | 2024.12.21 00:50:39.000738 [ 260 ] {29cdf768-690a-40b6-9d36-abade7de0cfd} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002114 sec., 52034.05865657522 rows/sec., 4.36 MiB/sec. | ||
| 4825 | 2024.12.21 00:50:39.000883 [ 260 ] {29cdf768-690a-40b6-9d36-abade7de0cfd} <Debug> TCPHandler: Processed in 0.002554147 sec. | ||
| 4826 | 2024.12.21 00:50:39.001174 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4827 | 2024.12.21 00:50:39.001377 [ 263 ] {9487474d-0659-4eec-8486-065080aac500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4828 | 2024.12.21 00:50:39.001474 [ 263 ] {9487474d-0659-4eec-8486-065080aac500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4829 | 2024.12.21 00:50:39.002340 [ 263 ] {9487474d-0659-4eec-8486-065080aac500} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4830 | 2024.12.21 00:50:39.002397 [ 263 ] {9487474d-0659-4eec-8486-065080aac500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4831 | 2024.12.21 00:50:39.002893 [ 263 ] {9487474d-0659-4eec-8486-065080aac500} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4832 | 2024.12.21 00:50:39.003191 [ 263 ] {9487474d-0659-4eec-8486-065080aac500} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4833 | 2024.12.21 00:50:39.003415 [ 66 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4834 | 2024.12.21 00:50:39.003494 [ 66 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4835 | 2024.12.21 00:50:39.003501 [ 263 ] {9487474d-0659-4eec-8486-065080aac500} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002173 sec., 12425.21859180856 rows/sec., 934.32 KiB/sec. | ||
| 4836 | 2024.12.21 00:50:39.003529 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4837 | 2024.12.21 00:50:39.003751 [ 263 ] {9487474d-0659-4eec-8486-065080aac500} <Debug> TCPHandler: Processed in 0.00271175 sec. | ||
| 4838 | 2024.12.21 00:50:39.003846 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 4839 | 2024.12.21 00:50:39.004035 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4840 | 2024.12.21 00:50:39.004408 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4841 | 2024.12.21 00:50:39.004405 [ 260 ] {c8afb404-4256-4b53-8030-dd90c574687c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4842 | 2024.12.21 00:50:39.004485 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 64 rows starting from the beginning of the part | ||
| 4843 | 2024.12.21 00:50:39.004531 [ 260 ] {c8afb404-4256-4b53-8030-dd90c574687c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4844 | 2024.12.21 00:50:39.004855 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 33 rows starting from the beginning of the part | ||
| 4845 | 2024.12.21 00:50:39.005224 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 19 rows starting from the beginning of the part | ||
| 4846 | 2024.12.21 00:50:39.005564 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part | ||
| 4847 | 2024.12.21 00:50:39.006024 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part | ||
| 4848 | 2024.12.21 00:50:39.006451 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part | ||
| 4849 | 2024.12.21 00:50:39.007622 [ 260 ] {c8afb404-4256-4b53-8030-dd90c574687c} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4850 | 2024.12.21 00:50:39.007702 [ 260 ] {c8afb404-4256-4b53-8030-dd90c574687c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4851 | 2024.12.21 00:50:39.008803 [ 260 ] {c8afb404-4256-4b53-8030-dd90c574687c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4852 | 2024.12.21 00:50:39.009344 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.005689626 sec., 33921.386045409665 rows/sec., 2.56 MiB/sec. | ||
| 4853 | 2024.12.21 00:50:39.009374 [ 260 ] {c8afb404-4256-4b53-8030-dd90c574687c} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4854 | 2024.12.21 00:50:39.009586 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4855 | 2024.12.21 00:50:39.009908 [ 260 ] {c8afb404-4256-4b53-8030-dd90c574687c} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005638 sec., 16140.47534586733 rows/sec., 1.26 MiB/sec. | ||
| 4856 | 2024.12.21 00:50:39.010089 [ 260 ] {c8afb404-4256-4b53-8030-dd90c574687c} <Debug> TCPHandler: Processed in 0.006194585 sec. | ||
| 4857 | 2024.12.21 00:50:39.010267 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_26_5} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4858 | 2024.12.21 00:50:39.010295 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4859 | 2024.12.21 00:50:39.010363 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_26_5} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4860 | 2024.12.21 00:50:39.010472 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4861 | 2024.12.21 00:50:39.010478 [ 263 ] {f29c81e7-17b8-4596-b244-65d1619befe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4862 | 2024.12.21 00:50:39.010555 [ 263 ] {f29c81e7-17b8-4596-b244-65d1619befe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4863 | 2024.12.21 00:50:39.011202 [ 263 ] {f29c81e7-17b8-4596-b244-65d1619befe9} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4864 | 2024.12.21 00:50:39.011245 [ 263 ] {f29c81e7-17b8-4596-b244-65d1619befe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4865 | 2024.12.21 00:50:39.011666 [ 263 ] {f29c81e7-17b8-4596-b244-65d1619befe9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4866 | 2024.12.21 00:50:39.011915 [ 263 ] {f29c81e7-17b8-4596-b244-65d1619befe9} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4867 | 2024.12.21 00:50:39.012144 [ 263 ] {f29c81e7-17b8-4596-b244-65d1619befe9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001731 sec., 92432.12016175622 rows/sec., 6.44 MiB/sec. | ||
| 4868 | 2024.12.21 00:50:39.012210 [ 263 ] {f29c81e7-17b8-4596-b244-65d1619befe9} <Debug> TCPHandler: Processed in 0.001998747 sec. | ||
| 4869 | 2024.12.21 00:50:39.012372 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4870 | 2024.12.21 00:50:39.012500 [ 260 ] {3c0ba36c-d64d-4c19-a5a4-cd0fab271edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4871 | 2024.12.21 00:50:39.012588 [ 260 ] {3c0ba36c-d64d-4c19-a5a4-cd0fab271edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4872 | 2024.12.21 00:50:39.013796 [ 260 ] {3c0ba36c-d64d-4c19-a5a4-cd0fab271edc} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4873 | 2024.12.21 00:50:39.013837 [ 260 ] {3c0ba36c-d64d-4c19-a5a4-cd0fab271edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4874 | 2024.12.21 00:50:39.014502 [ 260 ] {3c0ba36c-d64d-4c19-a5a4-cd0fab271edc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4875 | 2024.12.21 00:50:39.014767 [ 260 ] {3c0ba36c-d64d-4c19-a5a4-cd0fab271edc} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4876 | 2024.12.21 00:50:39.014967 [ 66 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4877 | 2024.12.21 00:50:39.015035 [ 66 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4878 | 2024.12.21 00:50:39.015071 [ 260 ] {3c0ba36c-d64d-4c19-a5a4-cd0fab271edc} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002592 sec., 10416.666666666666 rows/sec., 18.67 MiB/sec. | ||
| 4879 | 2024.12.21 00:50:39.015078 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4880 | 2024.12.21 00:50:39.015749 [ 260 ] {3c0ba36c-d64d-4c19-a5a4-cd0fab271edc} <Debug> TCPHandler: Processed in 0.003426664 sec. | ||
| 4881 | 2024.12.21 00:50:39.015980 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 4882 | 2024.12.21 00:50:39.016133 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4883 | 2024.12.21 00:50:39.016444 [ 263 ] {1df519c5-dc18-4a30-a9af-ab60d63de767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4884 | 2024.12.21 00:50:39.016580 [ 263 ] {1df519c5-dc18-4a30-a9af-ab60d63de767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4885 | 2024.12.21 00:50:39.016937 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4886 | 2024.12.21 00:50:39.017240 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 405 rows starting from the beginning of the part | ||
| 4887 | 2024.12.21 00:50:39.017959 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part | ||
| 4888 | 2024.12.21 00:50:39.018784 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part | ||
| 4889 | 2024.12.21 00:50:39.018902 [ 263 ] {1df519c5-dc18-4a30-a9af-ab60d63de767} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4890 | 2024.12.21 00:50:39.019005 [ 263 ] {1df519c5-dc18-4a30-a9af-ab60d63de767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4891 | 2024.12.21 00:50:39.019486 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part | ||
| 4892 | 2024.12.21 00:50:39.020187 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part | ||
| 4893 | 2024.12.21 00:50:39.020585 [ 263 ] {1df519c5-dc18-4a30-a9af-ab60d63de767} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4894 | 2024.12.21 00:50:39.020836 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part | ||
| 4895 | 2024.12.21 00:50:39.021405 [ 263 ] {1df519c5-dc18-4a30-a9af-ab60d63de767} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4896 | 2024.12.21 00:50:39.022177 [ 263 ] {1df519c5-dc18-4a30-a9af-ab60d63de767} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005832 sec., 10288.065843621398 rows/sec., 709.98 KiB/sec. | ||
| 4897 | 2024.12.21 00:50:39.022320 [ 263 ] {1df519c5-dc18-4a30-a9af-ab60d63de767} <Debug> TCPHandler: Processed in 0.006407329 sec. | ||
| 4898 | 2024.12.21 00:50:39.026167 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 19 columns (19 merged, 0 gathered) in 0.010866562 sec., 46932.96739115831 rows/sec., 84.10 MiB/sec. | ||
| 4899 | 2024.12.21 00:50:39.027147 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4900 | 2024.12.21 00:50:39.027563 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4901 | 2024.12.21 00:50:39.027641 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4902 | 2024.12.21 00:50:39.027795 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. | ||
| 4903 | 2024.12.21 00:50:42.276939 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4904 | 2024.12.21 00:50:42.277020 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4905 | 2024.12.21 00:50:42.443399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 4906 | 2024.12.21 00:50:42.444126 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4907 | 2024.12.21 00:50:42.444172 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4908 | 2024.12.21 00:50:42.444703 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4909 | 2024.12.21 00:50:42.444962 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4910 | 2024.12.21 00:50:42.445212 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4911 | 2024.12.21 00:50:42.473350 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 686 | ||
| 4912 | 2024.12.21 00:50:42.476796 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4913 | 2024.12.21 00:50:42.476852 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4914 | 2024.12.21 00:50:42.478376 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4915 | 2024.12.21 00:50:42.478704 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4916 | 2024.12.21 00:50:42.478933 [ 60 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4917 | 2024.12.21 00:50:42.479041 [ 60 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4918 | 2024.12.21 00:50:42.479102 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4919 | 2024.12.21 00:50:42.479629 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 4920 | 2024.12.21 00:50:42.480246 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 686 | ||
| 4921 | 2024.12.21 00:50:42.480715 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4922 | 2024.12.21 00:50:42.480885 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 494 rows starting from the beginning of the part | ||
| 4923 | 2024.12.21 00:50:42.481494 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 4924 | 2024.12.21 00:50:42.482091 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 44 rows starting from the beginning of the part | ||
| 4925 | 2024.12.21 00:50:42.482663 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 4926 | 2024.12.21 00:50:42.483235 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 4927 | 2024.12.21 00:50:42.483800 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 44 rows starting from the beginning of the part | ||
| 4928 | 2024.12.21 00:50:42.491341 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 72 columns (72 merged, 0 gathered) in 0.012047224 sec., 56942.57863886319 rows/sec., 49.21 MiB/sec. | ||
| 4929 | 2024.12.21 00:50:42.492551 [ 194 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4930 | 2024.12.21 00:50:42.493320 [ 194 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_16_3} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4931 | 2024.12.21 00:50:42.493398 [ 194 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_16_3} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4932 | 2024.12.21 00:50:42.493704 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 4933 | 2024.12.21 00:50:43.161307 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4934 | 2024.12.21 00:50:43.183520 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4935 | 2024.12.21 00:50:43.183568 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4936 | 2024.12.21 00:50:43.191153 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4937 | 2024.12.21 00:50:43.191924 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4938 | 2024.12.21 00:50:43.195160 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4939 | 2024.12.21 00:50:44.003610 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4940 | 2024.12.21 00:50:44.003822 [ 260 ] {ae38f633-04ea-43a2-a264-dd1e62bb04ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4941 | 2024.12.21 00:50:44.003896 [ 260 ] {ae38f633-04ea-43a2-a264-dd1e62bb04ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4942 | 2024.12.21 00:50:44.004661 [ 260 ] {ae38f633-04ea-43a2-a264-dd1e62bb04ee} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4943 | 2024.12.21 00:50:44.004709 [ 260 ] {ae38f633-04ea-43a2-a264-dd1e62bb04ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4944 | 2024.12.21 00:50:44.005157 [ 260 ] {ae38f633-04ea-43a2-a264-dd1e62bb04ee} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4945 | 2024.12.21 00:50:44.005426 [ 260 ] {ae38f633-04ea-43a2-a264-dd1e62bb04ee} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4946 | 2024.12.21 00:50:44.005629 [ 58 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4947 | 2024.12.21 00:50:44.005694 [ 260 ] {ae38f633-04ea-43a2-a264-dd1e62bb04ee} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec. | ||
| 4948 | 2024.12.21 00:50:44.005705 [ 58 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4949 | 2024.12.21 00:50:44.005779 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4950 | 2024.12.21 00:50:44.005842 [ 260 ] {ae38f633-04ea-43a2-a264-dd1e62bb04ee} <Debug> TCPHandler: Processed in 0.002385384 sec. | ||
| 4951 | 2024.12.21 00:50:44.006056 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 4952 | 2024.12.21 00:50:44.006195 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4953 | 2024.12.21 00:50:44.006215 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4954 | 2024.12.21 00:50:44.006276 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 4955 | 2024.12.21 00:50:44.006500 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 4956 | 2024.12.21 00:50:44.006520 [ 263 ] {6a4ef0b7-174c-42e6-9479-39449085cc49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4957 | 2024.12.21 00:50:44.006706 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 4958 | 2024.12.21 00:50:44.006714 [ 263 ] {6a4ef0b7-174c-42e6-9479-39449085cc49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4959 | 2024.12.21 00:50:44.007158 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 4960 | 2024.12.21 00:50:44.007501 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 4961 | 2024.12.21 00:50:44.009642 [ 263 ] {6a4ef0b7-174c-42e6-9479-39449085cc49} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4962 | 2024.12.21 00:50:44.009748 [ 263 ] {6a4ef0b7-174c-42e6-9479-39449085cc49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4963 | 2024.12.21 00:50:44.009954 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004056165 sec., 17257.680592382214 rows/sec., 1.28 MiB/sec. | ||
| 4964 | 2024.12.21 00:50:44.010143 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4965 | 2024.12.21 00:50:44.010492 [ 263 ] {6a4ef0b7-174c-42e6-9479-39449085cc49} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4966 | 2024.12.21 00:50:44.010599 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_13_3} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4967 | 2024.12.21 00:50:44.010714 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_13_3} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4968 | 2024.12.21 00:50:44.010841 [ 263 ] {6a4ef0b7-174c-42e6-9479-39449085cc49} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4969 | 2024.12.21 00:50:44.010849 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4970 | 2024.12.21 00:50:44.011165 [ 263 ] {6a4ef0b7-174c-42e6-9479-39449085cc49} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.004764 sec., 47649.03442485307 rows/sec., 4.17 MiB/sec. | ||
| 4971 | 2024.12.21 00:50:44.011398 [ 263 ] {6a4ef0b7-174c-42e6-9479-39449085cc49} <Debug> TCPHandler: Processed in 0.005407451 sec. | ||
| 4972 | 2024.12.21 00:50:44.011623 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4973 | 2024.12.21 00:50:44.011752 [ 260 ] {3fc55785-c0cd-432f-8d9d-99d26907a53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4974 | 2024.12.21 00:50:44.011806 [ 260 ] {3fc55785-c0cd-432f-8d9d-99d26907a53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4975 | 2024.12.21 00:50:44.012439 [ 260 ] {3fc55785-c0cd-432f-8d9d-99d26907a53d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4976 | 2024.12.21 00:50:44.012480 [ 260 ] {3fc55785-c0cd-432f-8d9d-99d26907a53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4977 | 2024.12.21 00:50:44.012846 [ 260 ] {3fc55785-c0cd-432f-8d9d-99d26907a53d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4978 | 2024.12.21 00:50:44.013087 [ 260 ] {3fc55785-c0cd-432f-8d9d-99d26907a53d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4979 | 2024.12.21 00:50:44.013385 [ 260 ] {3fc55785-c0cd-432f-8d9d-99d26907a53d} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001643 sec., 11564.211807668898 rows/sec., 826.78 KiB/sec. | ||
| 4980 | 2024.12.21 00:50:44.013823 [ 260 ] {3fc55785-c0cd-432f-8d9d-99d26907a53d} <Debug> TCPHandler: Processed in 0.002290193 sec. | ||
| 4981 | 2024.12.21 00:50:44.014043 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4982 | 2024.12.21 00:50:44.014197 [ 263 ] {76fab748-bf68-4c9a-99b0-28a13675fb0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4983 | 2024.12.21 00:50:44.014267 [ 263 ] {76fab748-bf68-4c9a-99b0-28a13675fb0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4984 | 2024.12.21 00:50:44.015015 [ 263 ] {76fab748-bf68-4c9a-99b0-28a13675fb0a} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4985 | 2024.12.21 00:50:44.015059 [ 263 ] {76fab748-bf68-4c9a-99b0-28a13675fb0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4986 | 2024.12.21 00:50:44.015439 [ 263 ] {76fab748-bf68-4c9a-99b0-28a13675fb0a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4987 | 2024.12.21 00:50:44.015688 [ 263 ] {76fab748-bf68-4c9a-99b0-28a13675fb0a} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4988 | 2024.12.21 00:50:44.015927 [ 263 ] {76fab748-bf68-4c9a-99b0-28a13675fb0a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001767 sec., 7923.03338992643 rows/sec., 554.88 KiB/sec. | ||
| 4989 | 2024.12.21 00:50:44.015999 [ 263 ] {76fab748-bf68-4c9a-99b0-28a13675fb0a} <Debug> TCPHandler: Processed in 0.002038337 sec. | ||
| 4990 | 2024.12.21 00:50:44.016167 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4991 | 2024.12.21 00:50:44.016307 [ 260 ] {91bdc11c-c8e4-42d9-810d-cc5bab64fbb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4992 | 2024.12.21 00:50:44.016365 [ 260 ] {91bdc11c-c8e4-42d9-810d-cc5bab64fbb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4993 | 2024.12.21 00:50:44.017024 [ 260 ] {91bdc11c-c8e4-42d9-810d-cc5bab64fbb3} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4994 | 2024.12.21 00:50:44.017064 [ 260 ] {91bdc11c-c8e4-42d9-810d-cc5bab64fbb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4995 | 2024.12.21 00:50:44.017421 [ 260 ] {91bdc11c-c8e4-42d9-810d-cc5bab64fbb3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4996 | 2024.12.21 00:50:44.017663 [ 260 ] {91bdc11c-c8e4-42d9-810d-cc5bab64fbb3} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4997 | 2024.12.21 00:50:44.017830 [ 58 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4998 | 2024.12.21 00:50:44.017914 [ 58 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4999 | 2024.12.21 00:50:44.017931 [ 260 ] {91bdc11c-c8e4-42d9-810d-cc5bab64fbb3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001638 sec., 7936.507936507937 rows/sec., 494.84 KiB/sec. | ||
| 5000 | 2024.12.21 00:50:44.017971 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5001 | 2024.12.21 00:50:44.018066 [ 260 ] {91bdc11c-c8e4-42d9-810d-cc5bab64fbb3} <Debug> TCPHandler: Processed in 0.001965377 sec. | ||
| 5002 | 2024.12.21 00:50:44.018385 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5003 | 2024.12.21 00:50:44.018783 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 5004 | 2024.12.21 00:50:44.018801 [ 263 ] {0e16595b-1785-412c-8df3-a230c8d117ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5005 | 2024.12.21 00:50:44.018950 [ 263 ] {0e16595b-1785-412c-8df3-a230c8d117ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5006 | 2024.12.21 00:50:44.019182 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5007 | 2024.12.21 00:50:44.019248 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 5008 | 2024.12.21 00:50:44.019590 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 5009 | 2024.12.21 00:50:44.020029 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 5010 | 2024.12.21 00:50:44.020321 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 5011 | 2024.12.21 00:50:44.020640 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 5012 | 2024.12.21 00:50:44.021643 [ 263 ] {0e16595b-1785-412c-8df3-a230c8d117ce} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5013 | 2024.12.21 00:50:44.021711 [ 263 ] {0e16595b-1785-412c-8df3-a230c8d117ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5014 | 2024.12.21 00:50:44.022774 [ 263 ] {0e16595b-1785-412c-8df3-a230c8d117ce} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5015 | 2024.12.21 00:50:44.022859 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004735787 sec., 13725.279451968596 rows/sec., 909.38 KiB/sec. | ||
| 5016 | 2024.12.21 00:50:44.023042 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5017 | 2024.12.21 00:50:44.023221 [ 263 ] {0e16595b-1785-412c-8df3-a230c8d117ce} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5018 | 2024.12.21 00:50:44.023726 [ 263 ] {0e16595b-1785-412c-8df3-a230c8d117ce} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.005016 sec., 78548.64433811803 rows/sec., 5.58 MiB/sec. | ||
| 5019 | 2024.12.21 00:50:44.023758 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_13_3} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5020 | 2024.12.21 00:50:44.024112 [ 263 ] {0e16595b-1785-412c-8df3-a230c8d117ce} <Debug> TCPHandler: Processed in 0.0059298 sec. | ||
| 5021 | 2024.12.21 00:50:44.024314 [ 186 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_13_3} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5022 | 2024.12.21 00:50:44.024372 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5023 | 2024.12.21 00:50:44.024483 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5024 | 2024.12.21 00:50:44.024553 [ 260 ] {b211d221-eae2-4eb9-8f2f-1383a4998bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5025 | 2024.12.21 00:50:44.024608 [ 260 ] {b211d221-eae2-4eb9-8f2f-1383a4998bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5026 | 2024.12.21 00:50:44.025093 [ 260 ] {b211d221-eae2-4eb9-8f2f-1383a4998bc1} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5027 | 2024.12.21 00:50:44.025133 [ 260 ] {b211d221-eae2-4eb9-8f2f-1383a4998bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5028 | 2024.12.21 00:50:44.025501 [ 260 ] {b211d221-eae2-4eb9-8f2f-1383a4998bc1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5029 | 2024.12.21 00:50:44.025748 [ 260 ] {b211d221-eae2-4eb9-8f2f-1383a4998bc1} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5030 | 2024.12.21 00:50:44.026006 [ 260 ] {b211d221-eae2-4eb9-8f2f-1383a4998bc1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001488 sec., 4032.2580645161293 rows/sec., 210.67 KiB/sec. | ||
| 5031 | 2024.12.21 00:50:44.026185 [ 260 ] {b211d221-eae2-4eb9-8f2f-1383a4998bc1} <Debug> TCPHandler: Processed in 0.001923695 sec. | ||
| 5032 | 2024.12.21 00:50:44.026362 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5033 | 2024.12.21 00:50:44.026510 [ 263 ] {b3c1fd1d-bc32-4c7a-810e-7c1d38a77f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5034 | 2024.12.21 00:50:44.026578 [ 263 ] {b3c1fd1d-bc32-4c7a-810e-7c1d38a77f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5035 | 2024.12.21 00:50:44.027234 [ 263 ] {b3c1fd1d-bc32-4c7a-810e-7c1d38a77f63} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5036 | 2024.12.21 00:50:44.027273 [ 263 ] {b3c1fd1d-bc32-4c7a-810e-7c1d38a77f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5037 | 2024.12.21 00:50:44.027680 [ 263 ] {b3c1fd1d-bc32-4c7a-810e-7c1d38a77f63} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5038 | 2024.12.21 00:50:44.027931 [ 263 ] {b3c1fd1d-bc32-4c7a-810e-7c1d38a77f63} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5039 | 2024.12.21 00:50:44.028167 [ 263 ] {b3c1fd1d-bc32-4c7a-810e-7c1d38a77f63} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001693 sec., 139988.18665091554 rows/sec., 9.38 MiB/sec. | ||
| 5040 | 2024.12.21 00:50:44.028230 [ 263 ] {b3c1fd1d-bc32-4c7a-810e-7c1d38a77f63} <Debug> TCPHandler: Processed in 0.001935856 sec. | ||
| 5041 | 2024.12.21 00:50:44.028390 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5042 | 2024.12.21 00:50:44.028532 [ 260 ] {7cad8359-2804-4596-b51e-a29348fbc5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5043 | 2024.12.21 00:50:44.028594 [ 260 ] {7cad8359-2804-4596-b51e-a29348fbc5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5044 | 2024.12.21 00:50:44.029168 [ 260 ] {7cad8359-2804-4596-b51e-a29348fbc5d8} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5045 | 2024.12.21 00:50:44.029209 [ 260 ] {7cad8359-2804-4596-b51e-a29348fbc5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5046 | 2024.12.21 00:50:44.029584 [ 260 ] {7cad8359-2804-4596-b51e-a29348fbc5d8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5047 | 2024.12.21 00:50:44.029851 [ 260 ] {7cad8359-2804-4596-b51e-a29348fbc5d8} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5048 | 2024.12.21 00:50:44.030076 [ 260 ] {7cad8359-2804-4596-b51e-a29348fbc5d8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001575 sec., 634.9206349206349 rows/sec., 42.78 KiB/sec. | ||
| 5049 | 2024.12.21 00:50:44.030130 [ 260 ] {7cad8359-2804-4596-b51e-a29348fbc5d8} <Debug> TCPHandler: Processed in 0.001805363 sec. | ||
| 5050 | 2024.12.21 00:50:44.030281 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5051 | 2024.12.21 00:50:44.030426 [ 263 ] {df9c523d-14d3-42c8-86e6-26252df291ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5052 | 2024.12.21 00:50:44.030526 [ 263 ] {df9c523d-14d3-42c8-86e6-26252df291ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5053 | 2024.12.21 00:50:44.031730 [ 263 ] {df9c523d-14d3-42c8-86e6-26252df291ea} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5054 | 2024.12.21 00:50:44.031771 [ 263 ] {df9c523d-14d3-42c8-86e6-26252df291ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5055 | 2024.12.21 00:50:44.032392 [ 263 ] {df9c523d-14d3-42c8-86e6-26252df291ea} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5056 | 2024.12.21 00:50:44.032650 [ 263 ] {df9c523d-14d3-42c8-86e6-26252df291ea} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5057 | 2024.12.21 00:50:44.032892 [ 263 ] {df9c523d-14d3-42c8-86e6-26252df291ea} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002501 sec., 4798.080767692923 rows/sec., 8.60 MiB/sec. | ||
| 5058 | 2024.12.21 00:50:44.033004 [ 263 ] {df9c523d-14d3-42c8-86e6-26252df291ea} <Debug> TCPHandler: Processed in 0.002790532 sec. | ||
| 5059 | 2024.12.21 00:50:44.033215 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5060 | 2024.12.21 00:50:44.033443 [ 260 ] {1a968d1a-3936-48d5-8975-ceb3e7ee4ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5061 | 2024.12.21 00:50:44.033539 [ 260 ] {1a968d1a-3936-48d5-8975-ceb3e7ee4ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5062 | 2024.12.21 00:50:44.034230 [ 260 ] {1a968d1a-3936-48d5-8975-ceb3e7ee4ff7} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5063 | 2024.12.21 00:50:44.034271 [ 260 ] {1a968d1a-3936-48d5-8975-ceb3e7ee4ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5064 | 2024.12.21 00:50:44.034660 [ 260 ] {1a968d1a-3936-48d5-8975-ceb3e7ee4ff7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5065 | 2024.12.21 00:50:44.034911 [ 260 ] {1a968d1a-3936-48d5-8975-ceb3e7ee4ff7} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5066 | 2024.12.21 00:50:44.035157 [ 260 ] {1a968d1a-3936-48d5-8975-ceb3e7ee4ff7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001768 sec., 46380.090497737554 rows/sec., 2.95 MiB/sec. | ||
| 5067 | 2024.12.21 00:50:44.035356 [ 260 ] {1a968d1a-3936-48d5-8975-ceb3e7ee4ff7} <Debug> TCPHandler: Processed in 0.002245641 sec. | ||
| 5068 | 2024.12.21 00:50:49.000965 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5069 | 2024.12.21 00:50:49.001162 [ 260 ] {e16f0522-80ba-403d-9703-cce2a140918f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5070 | 2024.12.21 00:50:49.001233 [ 260 ] {e16f0522-80ba-403d-9703-cce2a140918f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5071 | 2024.12.21 00:50:49.001979 [ 260 ] {e16f0522-80ba-403d-9703-cce2a140918f} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5072 | 2024.12.21 00:50:49.002023 [ 260 ] {e16f0522-80ba-403d-9703-cce2a140918f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5073 | 2024.12.21 00:50:49.002459 [ 260 ] {e16f0522-80ba-403d-9703-cce2a140918f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5074 | 2024.12.21 00:50:49.002750 [ 260 ] {e16f0522-80ba-403d-9703-cce2a140918f} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5075 | 2024.12.21 00:50:49.003031 [ 260 ] {e16f0522-80ba-403d-9703-cce2a140918f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001921 sec., 1041.124414367517 rows/sec., 84.90 KiB/sec. | ||
| 5076 | 2024.12.21 00:50:49.003128 [ 260 ] {e16f0522-80ba-403d-9703-cce2a140918f} <Debug> TCPHandler: Processed in 0.002299502 sec. | ||
| 5077 | 2024.12.21 00:50:49.003444 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5078 | 2024.12.21 00:50:49.003661 [ 263 ] {71183081-e818-4f01-9957-2c6626748b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5079 | 2024.12.21 00:50:49.003746 [ 263 ] {71183081-e818-4f01-9957-2c6626748b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5080 | 2024.12.21 00:50:49.004642 [ 263 ] {71183081-e818-4f01-9957-2c6626748b71} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5081 | 2024.12.21 00:50:49.004700 [ 263 ] {71183081-e818-4f01-9957-2c6626748b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5082 | 2024.12.21 00:50:49.005174 [ 263 ] {71183081-e818-4f01-9957-2c6626748b71} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5083 | 2024.12.21 00:50:49.005444 [ 263 ] {71183081-e818-4f01-9957-2c6626748b71} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5084 | 2024.12.21 00:50:49.005711 [ 263 ] {71183081-e818-4f01-9957-2c6626748b71} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.002104 sec., 52756.65399239544 rows/sec., 4.42 MiB/sec. | ||
| 5085 | 2024.12.21 00:50:49.005798 [ 263 ] {71183081-e818-4f01-9957-2c6626748b71} <Debug> TCPHandler: Processed in 0.002514167 sec. | ||
| 5086 | 2024.12.21 00:50:49.005989 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5087 | 2024.12.21 00:50:49.006127 [ 260 ] {8b190b91-606c-4183-b070-41a558c84ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5088 | 2024.12.21 00:50:49.006181 [ 260 ] {8b190b91-606c-4183-b070-41a558c84ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5089 | 2024.12.21 00:50:49.006804 [ 260 ] {8b190b91-606c-4183-b070-41a558c84ea0} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5090 | 2024.12.21 00:50:49.006846 [ 260 ] {8b190b91-606c-4183-b070-41a558c84ea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5091 | 2024.12.21 00:50:49.007229 [ 260 ] {8b190b91-606c-4183-b070-41a558c84ea0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5092 | 2024.12.21 00:50:49.007479 [ 260 ] {8b190b91-606c-4183-b070-41a558c84ea0} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5093 | 2024.12.21 00:50:49.007680 [ 260 ] {8b190b91-606c-4183-b070-41a558c84ea0} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001585 sec., 18296.52996845426 rows/sec., 1.34 MiB/sec. | ||
| 5094 | 2024.12.21 00:50:49.007739 [ 260 ] {8b190b91-606c-4183-b070-41a558c84ea0} <Debug> TCPHandler: Processed in 0.001821034 sec. | ||
| 5095 | 2024.12.21 00:50:49.007912 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5096 | 2024.12.21 00:50:49.008051 [ 263 ] {a011cb59-11a9-433e-a421-440a1d893c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5097 | 2024.12.21 00:50:49.008112 [ 263 ] {a011cb59-11a9-433e-a421-440a1d893c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5098 | 2024.12.21 00:50:49.008833 [ 263 ] {a011cb59-11a9-433e-a421-440a1d893c56} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5099 | 2024.12.21 00:50:49.008879 [ 263 ] {a011cb59-11a9-433e-a421-440a1d893c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5100 | 2024.12.21 00:50:49.009279 [ 263 ] {a011cb59-11a9-433e-a421-440a1d893c56} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5101 | 2024.12.21 00:50:49.009542 [ 263 ] {a011cb59-11a9-433e-a421-440a1d893c56} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5102 | 2024.12.21 00:50:49.009814 [ 263 ] {a011cb59-11a9-433e-a421-440a1d893c56} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001793 sec., 51868.37702175125 rows/sec., 4.05 MiB/sec. | ||
| 5103 | 2024.12.21 00:50:49.010047 [ 263 ] {a011cb59-11a9-433e-a421-440a1d893c56} <Debug> TCPHandler: Processed in 0.00219657 sec. | ||
| 5104 | 2024.12.21 00:50:49.010241 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5105 | 2024.12.21 00:50:49.010364 [ 260 ] {44fede93-848c-4bb4-98b1-d88c08a3689d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5106 | 2024.12.21 00:50:49.010421 [ 260 ] {44fede93-848c-4bb4-98b1-d88c08a3689d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5107 | 2024.12.21 00:50:49.011013 [ 260 ] {44fede93-848c-4bb4-98b1-d88c08a3689d} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5108 | 2024.12.21 00:50:49.011053 [ 260 ] {44fede93-848c-4bb4-98b1-d88c08a3689d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5109 | 2024.12.21 00:50:49.011452 [ 260 ] {44fede93-848c-4bb4-98b1-d88c08a3689d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5110 | 2024.12.21 00:50:49.011697 [ 260 ] {44fede93-848c-4bb4-98b1-d88c08a3689d} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5111 | 2024.12.21 00:50:49.011887 [ 260 ] {44fede93-848c-4bb4-98b1-d88c08a3689d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001551 sec., 103803.99742101869 rows/sec., 7.23 MiB/sec. | ||
| 5112 | 2024.12.21 00:50:49.012009 [ 260 ] {44fede93-848c-4bb4-98b1-d88c08a3689d} <Debug> TCPHandler: Processed in 0.001830874 sec. | ||
| 5113 | 2024.12.21 00:50:49.012178 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5114 | 2024.12.21 00:50:49.012308 [ 263 ] {8d723126-742a-44b1-89c8-fe68c7885302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5115 | 2024.12.21 00:50:49.012405 [ 263 ] {8d723126-742a-44b1-89c8-fe68c7885302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5116 | 2024.12.21 00:50:49.013691 [ 263 ] {8d723126-742a-44b1-89c8-fe68c7885302} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5117 | 2024.12.21 00:50:49.013737 [ 263 ] {8d723126-742a-44b1-89c8-fe68c7885302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5118 | 2024.12.21 00:50:49.014417 [ 263 ] {8d723126-742a-44b1-89c8-fe68c7885302} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5119 | 2024.12.21 00:50:49.014687 [ 263 ] {8d723126-742a-44b1-89c8-fe68c7885302} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5120 | 2024.12.21 00:50:49.015043 [ 263 ] {8d723126-742a-44b1-89c8-fe68c7885302} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002741 sec., 9850.419554906968 rows/sec., 17.65 MiB/sec. | ||
| 5121 | 2024.12.21 00:50:49.015443 [ 263 ] {8d723126-742a-44b1-89c8-fe68c7885302} <Debug> TCPHandler: Processed in 0.003328612 sec. | ||
| 5122 | 2024.12.21 00:50:49.015616 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5123 | 2024.12.21 00:50:49.015758 [ 260 ] {b2f9ddcf-c530-41b9-bfa4-ab335a9794bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5124 | 2024.12.21 00:50:49.015818 [ 260 ] {b2f9ddcf-c530-41b9-bfa4-ab335a9794bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5125 | 2024.12.21 00:50:49.016330 [ 260 ] {b2f9ddcf-c530-41b9-bfa4-ab335a9794bb} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5126 | 2024.12.21 00:50:49.016366 [ 260 ] {b2f9ddcf-c530-41b9-bfa4-ab335a9794bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5127 | 2024.12.21 00:50:49.016739 [ 260 ] {b2f9ddcf-c530-41b9-bfa4-ab335a9794bb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5128 | 2024.12.21 00:50:49.016994 [ 260 ] {b2f9ddcf-c530-41b9-bfa4-ab335a9794bb} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5129 | 2024.12.21 00:50:49.017191 [ 260 ] {b2f9ddcf-c530-41b9-bfa4-ab335a9794bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. | ||
| 5130 | 2024.12.21 00:50:49.017265 [ 260 ] {b2f9ddcf-c530-41b9-bfa4-ab335a9794bb} <Debug> TCPHandler: Processed in 0.001721172 sec. | ||
| 5131 | 2024.12.21 00:50:49.945332 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5132 | 2024.12.21 00:50:49.946058 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5133 | 2024.12.21 00:50:49.946095 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5134 | 2024.12.21 00:50:49.946615 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5135 | 2024.12.21 00:50:49.946873 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5136 | 2024.12.21 00:50:49.947109 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5137 | 2024.12.21 00:50:50.695223 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5138 | 2024.12.21 00:50:50.716541 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5139 | 2024.12.21 00:50:50.716604 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5140 | 2024.12.21 00:50:50.723971 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5141 | 2024.12.21 00:50:50.724725 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5142 | 2024.12.21 00:50:50.728969 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5143 | 2024.12.21 00:50:52.480493 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 722 | ||
| 5144 | 2024.12.21 00:50:52.483698 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5145 | 2024.12.21 00:50:52.483753 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5146 | 2024.12.21 00:50:52.485247 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5147 | 2024.12.21 00:50:52.485567 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5148 | 2024.12.21 00:50:52.486536 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 722 | ||
| 5149 | 2024.12.21 00:50:54.003379 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5150 | 2024.12.21 00:50:54.003595 [ 260 ] {2c163e7b-d7c4-4470-b651-def9cde96dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5151 | 2024.12.21 00:50:54.003677 [ 260 ] {2c163e7b-d7c4-4470-b651-def9cde96dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5152 | 2024.12.21 00:50:54.004506 [ 260 ] {2c163e7b-d7c4-4470-b651-def9cde96dad} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5153 | 2024.12.21 00:50:54.004555 [ 260 ] {2c163e7b-d7c4-4470-b651-def9cde96dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5154 | 2024.12.21 00:50:54.004992 [ 260 ] {2c163e7b-d7c4-4470-b651-def9cde96dad} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5155 | 2024.12.21 00:50:54.005245 [ 260 ] {2c163e7b-d7c4-4470-b651-def9cde96dad} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5156 | 2024.12.21 00:50:54.005497 [ 260 ] {2c163e7b-d7c4-4470-b651-def9cde96dad} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001961 sec., 7139.214686384497 rows/sec., 513.93 KiB/sec. | ||
| 5157 | 2024.12.21 00:50:54.005627 [ 260 ] {2c163e7b-d7c4-4470-b651-def9cde96dad} <Debug> TCPHandler: Processed in 0.002394855 sec. | ||
| 5158 | 2024.12.21 00:50:54.005898 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5159 | 2024.12.21 00:50:54.006092 [ 263 ] {b7585747-2841-4631-8f6e-e025fe15a1c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5160 | 2024.12.21 00:50:54.006171 [ 263 ] {b7585747-2841-4631-8f6e-e025fe15a1c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5161 | 2024.12.21 00:50:54.007119 [ 263 ] {b7585747-2841-4631-8f6e-e025fe15a1c3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5162 | 2024.12.21 00:50:54.007170 [ 263 ] {b7585747-2841-4631-8f6e-e025fe15a1c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5163 | 2024.12.21 00:50:54.007642 [ 263 ] {b7585747-2841-4631-8f6e-e025fe15a1c3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5164 | 2024.12.21 00:50:54.007910 [ 263 ] {b7585747-2841-4631-8f6e-e025fe15a1c3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5165 | 2024.12.21 00:50:54.008175 [ 263 ] {b7585747-2841-4631-8f6e-e025fe15a1c3} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002134 sec., 106373.0084348641 rows/sec., 9.30 MiB/sec. | ||
| 5166 | 2024.12.21 00:50:54.008322 [ 263 ] {b7585747-2841-4631-8f6e-e025fe15a1c3} <Debug> TCPHandler: Processed in 0.002564788 sec. | ||
| 5167 | 2024.12.21 00:50:54.008520 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5168 | 2024.12.21 00:50:54.008669 [ 260 ] {44ebc213-3463-4aab-b243-9034ff70dd3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5169 | 2024.12.21 00:50:54.008732 [ 260 ] {44ebc213-3463-4aab-b243-9034ff70dd3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5170 | 2024.12.21 00:50:54.009402 [ 260 ] {44ebc213-3463-4aab-b243-9034ff70dd3f} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5171 | 2024.12.21 00:50:54.009444 [ 260 ] {44ebc213-3463-4aab-b243-9034ff70dd3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5172 | 2024.12.21 00:50:54.009815 [ 260 ] {44ebc213-3463-4aab-b243-9034ff70dd3f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5173 | 2024.12.21 00:50:54.010054 [ 260 ] {44ebc213-3463-4aab-b243-9034ff70dd3f} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5174 | 2024.12.21 00:50:54.010277 [ 260 ] {44ebc213-3463-4aab-b243-9034ff70dd3f} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001645 sec., 11550.151975683892 rows/sec., 825.77 KiB/sec. | ||
| 5175 | 2024.12.21 00:50:54.010333 [ 260 ] {44ebc213-3463-4aab-b243-9034ff70dd3f} <Debug> TCPHandler: Processed in 0.001885695 sec. | ||
| 5176 | 2024.12.21 00:50:54.010517 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5177 | 2024.12.21 00:50:54.010657 [ 263 ] {fefd75f3-d72e-46b0-b279-0d23bf1dd624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5178 | 2024.12.21 00:50:54.010716 [ 263 ] {fefd75f3-d72e-46b0-b279-0d23bf1dd624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5179 | 2024.12.21 00:50:54.011377 [ 263 ] {fefd75f3-d72e-46b0-b279-0d23bf1dd624} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5180 | 2024.12.21 00:50:54.011423 [ 263 ] {fefd75f3-d72e-46b0-b279-0d23bf1dd624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5181 | 2024.12.21 00:50:54.011817 [ 263 ] {fefd75f3-d72e-46b0-b279-0d23bf1dd624} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5182 | 2024.12.21 00:50:54.012070 [ 263 ] {fefd75f3-d72e-46b0-b279-0d23bf1dd624} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5183 | 2024.12.21 00:50:54.012312 [ 263 ] {fefd75f3-d72e-46b0-b279-0d23bf1dd624} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001688 sec., 8293.838862559242 rows/sec., 580.85 KiB/sec. | ||
| 5184 | 2024.12.21 00:50:54.012384 [ 263 ] {fefd75f3-d72e-46b0-b279-0d23bf1dd624} <Debug> TCPHandler: Processed in 0.001943086 sec. | ||
| 5185 | 2024.12.21 00:50:54.012538 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5186 | 2024.12.21 00:50:54.012661 [ 260 ] {20906934-4525-4e7b-b128-1f47e6992906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5187 | 2024.12.21 00:50:54.012713 [ 260 ] {20906934-4525-4e7b-b128-1f47e6992906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5188 | 2024.12.21 00:50:54.013301 [ 260 ] {20906934-4525-4e7b-b128-1f47e6992906} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5189 | 2024.12.21 00:50:54.013341 [ 260 ] {20906934-4525-4e7b-b128-1f47e6992906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5190 | 2024.12.21 00:50:54.013711 [ 260 ] {20906934-4525-4e7b-b128-1f47e6992906} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5191 | 2024.12.21 00:50:54.013948 [ 260 ] {20906934-4525-4e7b-b128-1f47e6992906} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5192 | 2024.12.21 00:50:54.014169 [ 260 ] {20906934-4525-4e7b-b128-1f47e6992906} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001534 sec., 8474.57627118644 rows/sec., 528.39 KiB/sec. | ||
| 5193 | 2024.12.21 00:50:54.014228 [ 260 ] {20906934-4525-4e7b-b128-1f47e6992906} <Debug> TCPHandler: Processed in 0.001747292 sec. | ||
| 5194 | 2024.12.21 00:50:54.014399 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5195 | 2024.12.21 00:50:54.014554 [ 263 ] {04612147-a678-4611-877c-9c05d6c64c83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5196 | 2024.12.21 00:50:54.014620 [ 263 ] {04612147-a678-4611-877c-9c05d6c64c83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5197 | 2024.12.21 00:50:54.015556 [ 263 ] {04612147-a678-4611-877c-9c05d6c64c83} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5198 | 2024.12.21 00:50:54.015600 [ 263 ] {04612147-a678-4611-877c-9c05d6c64c83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5199 | 2024.12.21 00:50:54.016024 [ 263 ] {04612147-a678-4611-877c-9c05d6c64c83} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5200 | 2024.12.21 00:50:54.016274 [ 263 ] {04612147-a678-4611-877c-9c05d6c64c83} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5201 | 2024.12.21 00:50:54.016555 [ 263 ] {04612147-a678-4611-877c-9c05d6c64c83} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.002034 sec., 193706.98131760082 rows/sec., 13.75 MiB/sec. | ||
| 5202 | 2024.12.21 00:50:54.016765 [ 263 ] {04612147-a678-4611-877c-9c05d6c64c83} <Debug> TCPHandler: Processed in 0.002436165 sec. | ||
| 5203 | 2024.12.21 00:50:54.016987 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5204 | 2024.12.21 00:50:54.017123 [ 260 ] {0d7f1192-0a6c-482f-af7c-89207e9dba64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5205 | 2024.12.21 00:50:54.017182 [ 260 ] {0d7f1192-0a6c-482f-af7c-89207e9dba64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5206 | 2024.12.21 00:50:54.017719 [ 260 ] {0d7f1192-0a6c-482f-af7c-89207e9dba64} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5207 | 2024.12.21 00:50:54.017765 [ 260 ] {0d7f1192-0a6c-482f-af7c-89207e9dba64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5208 | 2024.12.21 00:50:54.018199 [ 260 ] {0d7f1192-0a6c-482f-af7c-89207e9dba64} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5209 | 2024.12.21 00:50:54.018434 [ 260 ] {0d7f1192-0a6c-482f-af7c-89207e9dba64} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5210 | 2024.12.21 00:50:54.018646 [ 260 ] {0d7f1192-0a6c-482f-af7c-89207e9dba64} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 201.85 KiB/sec. | ||
| 5211 | 2024.12.21 00:50:54.018696 [ 260 ] {0d7f1192-0a6c-482f-af7c-89207e9dba64} <Debug> TCPHandler: Processed in 0.001804503 sec. | ||
| 5212 | 2024.12.21 00:50:54.018848 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5213 | 2024.12.21 00:50:54.018979 [ 263 ] {bd270380-2ee5-4601-92e3-80ab0c07915b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5214 | 2024.12.21 00:50:54.019040 [ 263 ] {bd270380-2ee5-4601-92e3-80ab0c07915b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5215 | 2024.12.21 00:50:54.019660 [ 263 ] {bd270380-2ee5-4601-92e3-80ab0c07915b} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5216 | 2024.12.21 00:50:54.019700 [ 263 ] {bd270380-2ee5-4601-92e3-80ab0c07915b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5217 | 2024.12.21 00:50:54.020101 [ 263 ] {bd270380-2ee5-4601-92e3-80ab0c07915b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5218 | 2024.12.21 00:50:54.020343 [ 263 ] {bd270380-2ee5-4601-92e3-80ab0c07915b} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5219 | 2024.12.21 00:50:54.020563 [ 263 ] {bd270380-2ee5-4601-92e3-80ab0c07915b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001616 sec., 146658.41584158415 rows/sec., 9.83 MiB/sec. | ||
| 5220 | 2024.12.21 00:50:54.020623 [ 263 ] {bd270380-2ee5-4601-92e3-80ab0c07915b} <Debug> TCPHandler: Processed in 0.001838774 sec. | ||
| 5221 | 2024.12.21 00:50:54.020780 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5222 | 2024.12.21 00:50:54.020921 [ 260 ] {ccc427b7-e28c-4de8-9601-33f879f26e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5223 | 2024.12.21 00:50:54.020983 [ 260 ] {ccc427b7-e28c-4de8-9601-33f879f26e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5224 | 2024.12.21 00:50:54.021481 [ 260 ] {ccc427b7-e28c-4de8-9601-33f879f26e14} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5225 | 2024.12.21 00:50:54.021520 [ 260 ] {ccc427b7-e28c-4de8-9601-33f879f26e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5226 | 2024.12.21 00:50:54.021881 [ 260 ] {ccc427b7-e28c-4de8-9601-33f879f26e14} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5227 | 2024.12.21 00:50:54.022111 [ 260 ] {ccc427b7-e28c-4de8-9601-33f879f26e14} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5228 | 2024.12.21 00:50:54.022350 [ 260 ] {ccc427b7-e28c-4de8-9601-33f879f26e14} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00146 sec., 684.9315068493152 rows/sec., 46.15 KiB/sec. | ||
| 5229 | 2024.12.21 00:50:54.022403 [ 260 ] {ccc427b7-e28c-4de8-9601-33f879f26e14} <Debug> TCPHandler: Processed in 0.001692241 sec. | ||
| 5230 | 2024.12.21 00:50:54.022563 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5231 | 2024.12.21 00:50:54.022706 [ 263 ] {be17b350-cc2c-4822-b77c-6ac4d1b2ba29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5232 | 2024.12.21 00:50:54.022805 [ 263 ] {be17b350-cc2c-4822-b77c-6ac4d1b2ba29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5233 | 2024.12.21 00:50:54.023987 [ 263 ] {be17b350-cc2c-4822-b77c-6ac4d1b2ba29} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5234 | 2024.12.21 00:50:54.024027 [ 263 ] {be17b350-cc2c-4822-b77c-6ac4d1b2ba29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5235 | 2024.12.21 00:50:54.024647 [ 263 ] {be17b350-cc2c-4822-b77c-6ac4d1b2ba29} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5236 | 2024.12.21 00:50:54.024905 [ 263 ] {be17b350-cc2c-4822-b77c-6ac4d1b2ba29} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5237 | 2024.12.21 00:50:54.025166 [ 263 ] {be17b350-cc2c-4822-b77c-6ac4d1b2ba29} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002491 sec., 4817.342432757928 rows/sec., 8.63 MiB/sec. | ||
| 5238 | 2024.12.21 00:50:54.025277 [ 263 ] {be17b350-cc2c-4822-b77c-6ac4d1b2ba29} <Debug> TCPHandler: Processed in 0.002782631 sec. | ||
| 5239 | 2024.12.21 00:50:54.025517 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5240 | 2024.12.21 00:50:54.025743 [ 260 ] {000214bb-d181-401b-9d4f-fbcfac4d9972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5241 | 2024.12.21 00:50:54.025835 [ 260 ] {000214bb-d181-401b-9d4f-fbcfac4d9972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5242 | 2024.12.21 00:50:54.026512 [ 260 ] {000214bb-d181-401b-9d4f-fbcfac4d9972} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5243 | 2024.12.21 00:50:54.026551 [ 260 ] {000214bb-d181-401b-9d4f-fbcfac4d9972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5244 | 2024.12.21 00:50:54.026934 [ 260 ] {000214bb-d181-401b-9d4f-fbcfac4d9972} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5245 | 2024.12.21 00:50:54.027168 [ 260 ] {000214bb-d181-401b-9d4f-fbcfac4d9972} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5246 | 2024.12.21 00:50:54.027403 [ 260 ] {000214bb-d181-401b-9d4f-fbcfac4d9972} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001717 sec., 47757.716948165405 rows/sec., 3.03 MiB/sec. | ||
| 5247 | 2024.12.21 00:50:54.027456 [ 260 ] {000214bb-d181-401b-9d4f-fbcfac4d9972} <Debug> TCPHandler: Processed in 0.002049528 sec. | ||
| 5248 | 2024.12.21 00:50:57.277085 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5249 | 2024.12.21 00:50:57.277140 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5250 | 2024.12.21 00:50:57.447228 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5251 | 2024.12.21 00:50:57.447923 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5252 | 2024.12.21 00:50:57.447977 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5253 | 2024.12.21 00:50:57.448560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5254 | 2024.12.21 00:50:57.448839 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5255 | 2024.12.21 00:50:57.449051 [ 38 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5256 | 2024.12.21 00:50:57.449118 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5257 | 2024.12.21 00:50:57.449162 [ 38 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5258 | 2024.12.21 00:50:57.449195 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5259 | 2024.12.21 00:50:57.449408 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 5260 | 2024.12.21 00:50:57.449626 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5261 | 2024.12.21 00:50:57.449676 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 5262 | 2024.12.21 00:50:57.449776 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 5263 | 2024.12.21 00:50:57.449965 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 5264 | 2024.12.21 00:50:57.450191 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 5265 | 2024.12.21 00:50:57.450343 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 5266 | 2024.12.21 00:50:57.450454 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 5267 | 2024.12.21 00:50:57.453134 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003869392 sec., 3089891.1250139554 rows/sec., 44.20 MiB/sec. | ||
| 5268 | 2024.12.21 00:50:57.453591 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5269 | 2024.12.21 00:50:57.453961 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_26_5} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5270 | 2024.12.21 00:50:57.454053 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_26_5} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5271 | 2024.12.21 00:50:57.454173 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 5272 | 2024.12.21 00:50:58.229032 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5273 | 2024.12.21 00:50:58.249837 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5274 | 2024.12.21 00:50:58.249886 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5275 | 2024.12.21 00:50:58.257584 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5276 | 2024.12.21 00:50:58.258365 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5277 | 2024.12.21 00:50:58.258749 [ 37 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5278 | 2024.12.21 00:50:58.258886 [ 37 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5279 | 2024.12.21 00:50:58.258964 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5280 | 2024.12.21 00:50:58.259439 [ 202 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 5281 | 2024.12.21 00:50:58.273221 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5282 | 2024.12.21 00:50:58.274957 [ 202 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5283 | 2024.12.21 00:50:58.276517 [ 202 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 5284 | 2024.12.21 00:50:58.282483 [ 202 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 5285 | 2024.12.21 00:50:58.288267 [ 202 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 5286 | 2024.12.21 00:50:58.293882 [ 202 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 5287 | 2024.12.21 00:50:58.299702 [ 202 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 5288 | 2024.12.21 00:50:58.304270 [ 202 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 5289 | 2024.12.21 00:50:58.365276 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.106139439 sec., 1846.6274350668086 rows/sec., 9.55 MiB/sec. | ||
| 5290 | 2024.12.21 00:50:58.367041 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5291 | 2024.12.21 00:50:58.369544 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_26_5} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5292 | 2024.12.21 00:50:58.369656 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_26_5} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5293 | 2024.12.21 00:50:58.371223 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5294 | 2024.12.21 00:50:58.998786 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5295 | 2024.12.21 00:50:58.998992 [ 260 ] {3261e119-34eb-4681-8a1f-a2090bf1de3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5296 | 2024.12.21 00:50:58.999069 [ 260 ] {3261e119-34eb-4681-8a1f-a2090bf1de3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5297 | 2024.12.21 00:50:58.999946 [ 260 ] {3261e119-34eb-4681-8a1f-a2090bf1de3c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5298 | 2024.12.21 00:50:58.999998 [ 260 ] {3261e119-34eb-4681-8a1f-a2090bf1de3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5299 | 2024.12.21 00:50:59.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.56 MiB, peak 204.10 MiB, free memory in arenas 0.00 B, will set to 195.48 MiB (RSS), difference: 1.93 MiB | ||
| 5300 | 2024.12.21 00:50:59.000713 [ 260 ] {3261e119-34eb-4681-8a1f-a2090bf1de3c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5301 | 2024.12.21 00:50:59.000986 [ 260 ] {3261e119-34eb-4681-8a1f-a2090bf1de3c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5302 | 2024.12.21 00:50:59.001222 [ 36 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5303 | 2024.12.21 00:50:59.001251 [ 260 ] {3261e119-34eb-4681-8a1f-a2090bf1de3c} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002313 sec., 47557.284911370516 rows/sec., 3.99 MiB/sec. | ||
| 5304 | 2024.12.21 00:50:59.001302 [ 36 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5305 | 2024.12.21 00:50:59.001391 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5306 | 2024.12.21 00:50:59.001400 [ 260 ] {3261e119-34eb-4681-8a1f-a2090bf1de3c} <Debug> TCPHandler: Processed in 0.002751401 sec. | ||
| 5307 | 2024.12.21 00:50:59.001721 [ 198 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 5308 | 2024.12.21 00:50:59.001758 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5309 | 2024.12.21 00:50:59.002101 [ 263 ] {7b4ef286-752b-486d-940d-19b845a1d1ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5310 | 2024.12.21 00:50:59.002105 [ 198 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5311 | 2024.12.21 00:50:59.002178 [ 198 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1432 rows starting from the beginning of the part | ||
| 5312 | 2024.12.21 00:50:59.002213 [ 263 ] {7b4ef286-752b-486d-940d-19b845a1d1ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5313 | 2024.12.21 00:50:59.002521 [ 198 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 110 rows starting from the beginning of the part | ||
| 5314 | 2024.12.21 00:50:59.002778 [ 198 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 227 rows starting from the beginning of the part | ||
| 5315 | 2024.12.21 00:50:59.003234 [ 198 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 111 rows starting from the beginning of the part | ||
| 5316 | 2024.12.21 00:50:59.003695 [ 198 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 227 rows starting from the beginning of the part | ||
| 5317 | 2024.12.21 00:50:59.004020 [ 198 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 110 rows starting from the beginning of the part | ||
| 5318 | 2024.12.21 00:50:59.005289 [ 263 ] {7b4ef286-752b-486d-940d-19b845a1d1ca} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5319 | 2024.12.21 00:50:59.005349 [ 263 ] {7b4ef286-752b-486d-940d-19b845a1d1ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5320 | 2024.12.21 00:50:59.006558 [ 263 ] {7b4ef286-752b-486d-940d-19b845a1d1ca} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5321 | 2024.12.21 00:50:59.006984 [ 263 ] {7b4ef286-752b-486d-940d-19b845a1d1ca} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5322 | 2024.12.21 00:50:59.007557 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2217 rows, containing 5 columns (5 merged, 0 gathered) in 0.006025461 sec., 367938.65232884255 rows/sec., 32.42 MiB/sec. | ||
| 5323 | 2024.12.21 00:50:59.007580 [ 263 ] {7b4ef286-752b-486d-940d-19b845a1d1ca} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00558 sec., 4838.709677419355 rows/sec., 363.85 KiB/sec. | ||
| 5324 | 2024.12.21 00:50:59.007729 [ 263 ] {7b4ef286-752b-486d-940d-19b845a1d1ca} <Debug> TCPHandler: Processed in 0.006179045 sec. | ||
| 5325 | 2024.12.21 00:50:59.007906 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5326 | 2024.12.21 00:50:59.007911 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5327 | 2024.12.21 00:50:59.008059 [ 260 ] {602459c1-341f-49c0-8ff7-a1fcd270bcba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5328 | 2024.12.21 00:50:59.008120 [ 260 ] {602459c1-341f-49c0-8ff7-a1fcd270bcba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5329 | 2024.12.21 00:50:59.008307 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_36_7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5330 | 2024.12.21 00:50:59.008455 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_36_7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5331 | 2024.12.21 00:50:59.008575 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 5332 | 2024.12.21 00:50:59.008964 [ 260 ] {602459c1-341f-49c0-8ff7-a1fcd270bcba} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5333 | 2024.12.21 00:50:59.009009 [ 260 ] {602459c1-341f-49c0-8ff7-a1fcd270bcba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5334 | 2024.12.21 00:50:59.009418 [ 260 ] {602459c1-341f-49c0-8ff7-a1fcd270bcba} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5335 | 2024.12.21 00:50:59.009666 [ 260 ] {602459c1-341f-49c0-8ff7-a1fcd270bcba} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5336 | 2024.12.21 00:50:59.009853 [ 36 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5337 | 2024.12.21 00:50:59.009909 [ 36 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5338 | 2024.12.21 00:50:59.009930 [ 260 ] {602459c1-341f-49c0-8ff7-a1fcd270bcba} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.0019 sec., 47894.73684210526 rows/sec., 3.74 MiB/sec. | ||
| 5339 | 2024.12.21 00:50:59.009948 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5340 | 2024.12.21 00:50:59.010153 [ 260 ] {602459c1-341f-49c0-8ff7-a1fcd270bcba} <Debug> TCPHandler: Processed in 0.002304663 sec. | ||
| 5341 | 2024.12.21 00:50:59.010361 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 5342 | 2024.12.21 00:50:59.010461 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5343 | 2024.12.21 00:50:59.010841 [ 263 ] {137a2481-df86-4454-adb3-cbb01c2a229f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5344 | 2024.12.21 00:50:59.010891 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5345 | 2024.12.21 00:50:59.010986 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 5346 | 2024.12.21 00:50:59.011008 [ 263 ] {137a2481-df86-4454-adb3-cbb01c2a229f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5347 | 2024.12.21 00:50:59.011264 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 91 rows starting from the beginning of the part | ||
| 5348 | 2024.12.21 00:50:59.011591 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 394 rows starting from the beginning of the part | ||
| 5349 | 2024.12.21 00:50:59.011890 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 93 rows starting from the beginning of the part | ||
| 5350 | 2024.12.21 00:50:59.012214 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 394 rows starting from the beginning of the part | ||
| 5351 | 2024.12.21 00:50:59.012336 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 91 rows starting from the beginning of the part | ||
| 5352 | 2024.12.21 00:50:59.013195 [ 263 ] {137a2481-df86-4454-adb3-cbb01c2a229f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5353 | 2024.12.21 00:50:59.013238 [ 263 ] {137a2481-df86-4454-adb3-cbb01c2a229f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5354 | 2024.12.21 00:50:59.013871 [ 263 ] {137a2481-df86-4454-adb3-cbb01c2a229f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5355 | 2024.12.21 00:50:59.014162 [ 263 ] {137a2481-df86-4454-adb3-cbb01c2a229f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5356 | 2024.12.21 00:50:59.014337 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5357 | 2024.12.21 00:50:59.014416 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5358 | 2024.12.21 00:50:59.014479 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5359 | 2024.12.21 00:50:59.014584 [ 263 ] {137a2481-df86-4454-adb3-cbb01c2a229f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003845 sec., 41612.483745123536 rows/sec., 2.90 MiB/sec. | ||
| 5360 | 2024.12.21 00:50:59.014743 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 5 columns (5 merged, 0 gathered) in 0.004672937 sec., 422860.3980751292 rows/sec., 32.39 MiB/sec. | ||
| 5361 | 2024.12.21 00:50:59.014956 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 5362 | 2024.12.21 00:50:59.014965 [ 263 ] {137a2481-df86-4454-adb3-cbb01c2a229f} <Debug> TCPHandler: Processed in 0.004669117 sec. | ||
| 5363 | 2024.12.21 00:50:59.015275 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5364 | 2024.12.21 00:50:59.015316 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5365 | 2024.12.21 00:50:59.015324 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5366 | 2024.12.21 00:50:59.015384 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9929 rows starting from the beginning of the part | ||
| 5367 | 2024.12.21 00:50:59.015744 [ 260 ] {8c5b5113-58a4-4151-a471-8b270458cb24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5368 | 2024.12.21 00:50:59.015880 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
| 5369 | 2024.12.21 00:50:59.016321 [ 260 ] {8c5b5113-58a4-4151-a471-8b270458cb24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5370 | 2024.12.21 00:50:59.016355 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 5371 | 2024.12.21 00:50:59.016843 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 161 rows starting from the beginning of the part | ||
| 5372 | 2024.12.21 00:50:59.017240 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_36_7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5373 | 2024.12.21 00:50:59.017517 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 5374 | 2024.12.21 00:50:59.017776 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_36_7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5375 | 2024.12.21 00:50:59.018095 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 5376 | 2024.12.21 00:50:59.018166 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5377 | 2024.12.21 00:50:59.020477 [ 260 ] {8c5b5113-58a4-4151-a471-8b270458cb24} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5378 | 2024.12.21 00:50:59.020528 [ 260 ] {8c5b5113-58a4-4151-a471-8b270458cb24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5379 | 2024.12.21 00:50:59.021632 [ 260 ] {8c5b5113-58a4-4151-a471-8b270458cb24} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5380 | 2024.12.21 00:50:59.022232 [ 260 ] {8c5b5113-58a4-4151-a471-8b270458cb24} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5381 | 2024.12.21 00:50:59.022547 [ 260 ] {8c5b5113-58a4-4151-a471-8b270458cb24} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007018 sec., 3847.249928754631 rows/sec., 6.89 MiB/sec. | ||
| 5382 | 2024.12.21 00:50:59.022856 [ 260 ] {8c5b5113-58a4-4151-a471-8b270458cb24} <Debug> TCPHandler: Processed in 0.007738243 sec. | ||
| 5383 | 2024.12.21 00:50:59.023024 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5384 | 2024.12.21 00:50:59.023165 [ 263 ] {5b6b64e1-9b2f-413f-a335-64f3dd764490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5385 | 2024.12.21 00:50:59.023242 [ 263 ] {5b6b64e1-9b2f-413f-a335-64f3dd764490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5386 | 2024.12.21 00:50:59.023938 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10884 rows, containing 5 columns (5 merged, 0 gathered) in 0.009297292 sec., 1170663.4577035978 rows/sec., 79.14 MiB/sec. | ||
| 5387 | 2024.12.21 00:50:59.024255 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5388 | 2024.12.21 00:50:59.024261 [ 263 ] {5b6b64e1-9b2f-413f-a335-64f3dd764490} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5389 | 2024.12.21 00:50:59.024316 [ 263 ] {5b6b64e1-9b2f-413f-a335-64f3dd764490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5390 | 2024.12.21 00:50:59.024630 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5391 | 2024.12.21 00:50:59.024750 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5392 | 2024.12.21 00:50:59.024805 [ 263 ] {5b6b64e1-9b2f-413f-a335-64f3dd764490} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5393 | 2024.12.21 00:50:59.024852 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
| 5394 | 2024.12.21 00:50:59.025068 [ 263 ] {5b6b64e1-9b2f-413f-a335-64f3dd764490} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5395 | 2024.12.21 00:50:59.025205 [ 36 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5396 | 2024.12.21 00:50:59.025244 [ 36 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5397 | 2024.12.21 00:50:59.025267 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5398 | 2024.12.21 00:50:59.025276 [ 263 ] {5b6b64e1-9b2f-413f-a335-64f3dd764490} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002149 sec., 27919.96277338297 rows/sec., 1.88 MiB/sec. | ||
| 5399 | 2024.12.21 00:50:59.025586 [ 263 ] {5b6b64e1-9b2f-413f-a335-64f3dd764490} <Debug> TCPHandler: Processed in 0.002613099 sec. | ||
| 5400 | 2024.12.21 00:50:59.025631 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 5401 | 2024.12.21 00:50:59.025953 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5402 | 2024.12.21 00:50:59.025989 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1872 rows starting from the beginning of the part | ||
| 5403 | 2024.12.21 00:50:59.026074 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 5404 | 2024.12.21 00:50:59.026257 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 5405 | 2024.12.21 00:50:59.026473 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 5406 | 2024.12.21 00:50:59.026573 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 5407 | 2024.12.21 00:50:59.026828 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 5408 | 2024.12.21 00:50:59.028244 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2216 rows, containing 4 columns (4 merged, 0 gathered) in 0.002902954 sec., 763360.3563818097 rows/sec., 50.03 MiB/sec. | ||
| 5409 | 2024.12.21 00:50:59.028501 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5410 | 2024.12.21 00:50:59.028807 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_36_7} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5411 | 2024.12.21 00:50:59.028886 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_36_7} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5412 | 2024.12.21 00:50:59.028970 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 5413 | 2024.12.21 00:51:02.486786 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 756 | ||
| 5414 | 2024.12.21 00:51:02.490151 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2024.12.21 00:51:02.490208 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5416 | 2024.12.21 00:51:02.491701 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5417 | 2024.12.21 00:51:02.492028 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2024.12.21 00:51:02.492646 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 756 | ||
| 5419 | 2024.12.21 00:51:02.773995 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5420 | 2024.12.21 00:51:02.774190 [ 260 ] {f8eb45b1-4083-48df-bdab-b33ef8c2356d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5421 | 2024.12.21 00:51:02.774265 [ 260 ] {f8eb45b1-4083-48df-bdab-b33ef8c2356d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5422 | 2024.12.21 00:51:02.775087 [ 260 ] {f8eb45b1-4083-48df-bdab-b33ef8c2356d} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2024.12.21 00:51:02.775142 [ 260 ] {f8eb45b1-4083-48df-bdab-b33ef8c2356d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5424 | 2024.12.21 00:51:02.775590 [ 260 ] {f8eb45b1-4083-48df-bdab-b33ef8c2356d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5425 | 2024.12.21 00:51:02.775845 [ 260 ] {f8eb45b1-4083-48df-bdab-b33ef8c2356d} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2024.12.21 00:51:02.776087 [ 260 ] {f8eb45b1-4083-48df-bdab-b33ef8c2356d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec. | ||
| 5427 | 2024.12.21 00:51:02.776214 [ 260 ] {f8eb45b1-4083-48df-bdab-b33ef8c2356d} <Debug> TCPHandler: Processed in 0.002358304 sec. | ||
| 5428 | 2024.12.21 00:51:02.776521 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5429 | 2024.12.21 00:51:02.776729 [ 263 ] {ddb1ef5b-09cf-41d3-b7c8-7e07bd8edf07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5430 | 2024.12.21 00:51:02.776810 [ 263 ] {ddb1ef5b-09cf-41d3-b7c8-7e07bd8edf07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5431 | 2024.12.21 00:51:02.777619 [ 263 ] {ddb1ef5b-09cf-41d3-b7c8-7e07bd8edf07} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5432 | 2024.12.21 00:51:02.777666 [ 263 ] {ddb1ef5b-09cf-41d3-b7c8-7e07bd8edf07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5433 | 2024.12.21 00:51:02.778082 [ 263 ] {ddb1ef5b-09cf-41d3-b7c8-7e07bd8edf07} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5434 | 2024.12.21 00:51:02.778340 [ 263 ] {ddb1ef5b-09cf-41d3-b7c8-7e07bd8edf07} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2024.12.21 00:51:02.778610 [ 263 ] {ddb1ef5b-09cf-41d3-b7c8-7e07bd8edf07} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001934 sec., 3102.3784901758017 rows/sec., 252.98 KiB/sec. | ||
| 5436 | 2024.12.21 00:51:02.778791 [ 263 ] {ddb1ef5b-09cf-41d3-b7c8-7e07bd8edf07} <Debug> TCPHandler: Processed in 0.002412205 sec. | ||
| 5437 | 2024.12.21 00:51:02.778964 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5438 | 2024.12.21 00:51:02.779109 [ 260 ] {e89743de-7df6-42d3-9931-d5a87576e740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5439 | 2024.12.21 00:51:02.779171 [ 260 ] {e89743de-7df6-42d3-9931-d5a87576e740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5440 | 2024.12.21 00:51:02.780506 [ 260 ] {e89743de-7df6-42d3-9931-d5a87576e740} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5441 | 2024.12.21 00:51:02.780548 [ 260 ] {e89743de-7df6-42d3-9931-d5a87576e740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5442 | 2024.12.21 00:51:02.781016 [ 260 ] {e89743de-7df6-42d3-9931-d5a87576e740} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5443 | 2024.12.21 00:51:02.781276 [ 260 ] {e89743de-7df6-42d3-9931-d5a87576e740} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5444 | 2024.12.21 00:51:02.781512 [ 260 ] {e89743de-7df6-42d3-9931-d5a87576e740} <Debug> executeQuery: Read 1370 rows, 116.66 KiB in 0.002438 sec., 561936.0131255127 rows/sec., 46.73 MiB/sec. | ||
| 5445 | 2024.12.21 00:51:02.781578 [ 260 ] {e89743de-7df6-42d3-9931-d5a87576e740} <Debug> TCPHandler: Processed in 0.00268299 sec. | ||
| 5446 | 2024.12.21 00:51:02.781754 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5447 | 2024.12.21 00:51:02.781902 [ 263 ] {4beef3dd-e0c2-4618-9d8b-d68759823ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5448 | 2024.12.21 00:51:02.781962 [ 263 ] {4beef3dd-e0c2-4618-9d8b-d68759823ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5449 | 2024.12.21 00:51:02.782661 [ 263 ] {4beef3dd-e0c2-4618-9d8b-d68759823ff0} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5450 | 2024.12.21 00:51:02.782702 [ 263 ] {4beef3dd-e0c2-4618-9d8b-d68759823ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5451 | 2024.12.21 00:51:02.783064 [ 263 ] {4beef3dd-e0c2-4618-9d8b-d68759823ff0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5452 | 2024.12.21 00:51:02.783299 [ 263 ] {4beef3dd-e0c2-4618-9d8b-d68759823ff0} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5453 | 2024.12.21 00:51:02.783474 [ 27 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5454 | 2024.12.21 00:51:02.783540 [ 263 ] {4beef3dd-e0c2-4618-9d8b-d68759823ff0} <Debug> executeQuery: Read 25 rows, 1.78 KiB in 0.001669 sec., 14979.029358897544 rows/sec., 1.04 MiB/sec. | ||
| 5455 | 2024.12.21 00:51:02.783565 [ 27 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5456 | 2024.12.21 00:51:02.783638 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5457 | 2024.12.21 00:51:02.783665 [ 263 ] {4beef3dd-e0c2-4618-9d8b-d68759823ff0} <Debug> TCPHandler: Processed in 0.001982697 sec. | ||
| 5458 | 2024.12.21 00:51:02.783959 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5459 | 2024.12.21 00:51:02.784065 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 5460 | 2024.12.21 00:51:02.784395 [ 260 ] {a7fa54c4-99ae-4007-895e-7e2c6e224a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5461 | 2024.12.21 00:51:02.784565 [ 260 ] {a7fa54c4-99ae-4007-895e-7e2c6e224a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5462 | 2024.12.21 00:51:02.784603 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5463 | 2024.12.21 00:51:02.784706 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 64 rows starting from the beginning of the part | ||
| 5464 | 2024.12.21 00:51:02.784976 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 19 rows starting from the beginning of the part | ||
| 5465 | 2024.12.21 00:51:02.785397 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 29 rows starting from the beginning of the part | ||
| 5466 | 2024.12.21 00:51:02.785721 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 19 rows starting from the beginning of the part | ||
| 5467 | 2024.12.21 00:51:02.786082 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part | ||
| 5468 | 2024.12.21 00:51:02.786517 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 25 rows starting from the beginning of the part | ||
| 5469 | 2024.12.21 00:51:02.787931 [ 260 ] {a7fa54c4-99ae-4007-895e-7e2c6e224a41} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5470 | 2024.12.21 00:51:02.788009 [ 260 ] {a7fa54c4-99ae-4007-895e-7e2c6e224a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5471 | 2024.12.21 00:51:02.789088 [ 260 ] {a7fa54c4-99ae-4007-895e-7e2c6e224a41} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5472 | 2024.12.21 00:51:02.789470 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.005726206 sec., 31958.33331878036 rows/sec., 2.40 MiB/sec. | ||
| 5473 | 2024.12.21 00:51:02.789631 [ 260 ] {a7fa54c4-99ae-4007-895e-7e2c6e224a41} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5474 | 2024.12.21 00:51:02.789683 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5475 | 2024.12.21 00:51:02.790040 [ 260 ] {a7fa54c4-99ae-4007-895e-7e2c6e224a41} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005799 sec., 41731.33298844628 rows/sec., 2.83 MiB/sec. | ||
| 5476 | 2024.12.21 00:51:02.790215 [ 260 ] {a7fa54c4-99ae-4007-895e-7e2c6e224a41} <Debug> TCPHandler: Processed in 0.006421899 sec. | ||
| 5477 | 2024.12.21 00:51:02.790250 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_31_6} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5478 | 2024.12.21 00:51:02.790403 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_31_6} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5479 | 2024.12.21 00:51:02.790436 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5480 | 2024.12.21 00:51:02.790546 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5481 | 2024.12.21 00:51:02.790639 [ 263 ] {ef9104b9-6bdb-4602-84d5-3db949b93ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5482 | 2024.12.21 00:51:02.790702 [ 263 ] {ef9104b9-6bdb-4602-84d5-3db949b93ec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5483 | 2024.12.21 00:51:02.791390 [ 263 ] {ef9104b9-6bdb-4602-84d5-3db949b93ec8} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5484 | 2024.12.21 00:51:02.791438 [ 263 ] {ef9104b9-6bdb-4602-84d5-3db949b93ec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5485 | 2024.12.21 00:51:02.791792 [ 263 ] {ef9104b9-6bdb-4602-84d5-3db949b93ec8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5486 | 2024.12.21 00:51:02.792027 [ 263 ] {ef9104b9-6bdb-4602-84d5-3db949b93ec8} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5487 | 2024.12.21 00:51:02.792273 [ 263 ] {ef9104b9-6bdb-4602-84d5-3db949b93ec8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001664 sec., 7812.500000000001 rows/sec., 487.11 KiB/sec. | ||
| 5488 | 2024.12.21 00:51:02.792479 [ 263 ] {ef9104b9-6bdb-4602-84d5-3db949b93ec8} <Debug> TCPHandler: Processed in 0.00213406 sec. | ||
| 5489 | 2024.12.21 00:51:02.792640 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5490 | 2024.12.21 00:51:02.792761 [ 260 ] {fc4f04c3-ca15-42a2-9098-fbbb9d05e16d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5491 | 2024.12.21 00:51:02.792812 [ 260 ] {fc4f04c3-ca15-42a2-9098-fbbb9d05e16d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5492 | 2024.12.21 00:51:02.793771 [ 260 ] {fc4f04c3-ca15-42a2-9098-fbbb9d05e16d} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5493 | 2024.12.21 00:51:02.793817 [ 260 ] {fc4f04c3-ca15-42a2-9098-fbbb9d05e16d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5494 | 2024.12.21 00:51:02.794224 [ 260 ] {fc4f04c3-ca15-42a2-9098-fbbb9d05e16d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5495 | 2024.12.21 00:51:02.794471 [ 260 ] {fc4f04c3-ca15-42a2-9098-fbbb9d05e16d} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5496 | 2024.12.21 00:51:02.794718 [ 260 ] {fc4f04c3-ca15-42a2-9098-fbbb9d05e16d} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.001971 sec., 434297.31100963976 rows/sec., 31.42 MiB/sec. | ||
| 5497 | 2024.12.21 00:51:02.794930 [ 260 ] {fc4f04c3-ca15-42a2-9098-fbbb9d05e16d} <Debug> TCPHandler: Processed in 0.002343103 sec. | ||
| 5498 | 2024.12.21 00:51:02.795114 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5499 | 2024.12.21 00:51:02.795254 [ 263 ] {f044093a-3bee-4b08-b113-0b746ab4a166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5500 | 2024.12.21 00:51:02.795314 [ 263 ] {f044093a-3bee-4b08-b113-0b746ab4a166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5501 | 2024.12.21 00:51:02.795848 [ 263 ] {f044093a-3bee-4b08-b113-0b746ab4a166} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5502 | 2024.12.21 00:51:02.795888 [ 263 ] {f044093a-3bee-4b08-b113-0b746ab4a166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5503 | 2024.12.21 00:51:02.796274 [ 263 ] {f044093a-3bee-4b08-b113-0b746ab4a166} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5504 | 2024.12.21 00:51:02.796508 [ 263 ] {f044093a-3bee-4b08-b113-0b746ab4a166} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5505 | 2024.12.21 00:51:02.796734 [ 263 ] {f044093a-3bee-4b08-b113-0b746ab4a166} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 208.15 KiB/sec. | ||
| 5506 | 2024.12.21 00:51:02.796789 [ 263 ] {f044093a-3bee-4b08-b113-0b746ab4a166} <Debug> TCPHandler: Processed in 0.001749293 sec. | ||
| 5507 | 2024.12.21 00:51:02.796953 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5508 | 2024.12.21 00:51:02.797075 [ 260 ] {da25a34c-1f9f-431e-b415-df3dafac6758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5509 | 2024.12.21 00:51:02.797130 [ 260 ] {da25a34c-1f9f-431e-b415-df3dafac6758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5510 | 2024.12.21 00:51:02.797916 [ 260 ] {da25a34c-1f9f-431e-b415-df3dafac6758} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5511 | 2024.12.21 00:51:02.797956 [ 260 ] {da25a34c-1f9f-431e-b415-df3dafac6758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5512 | 2024.12.21 00:51:02.798400 [ 260 ] {da25a34c-1f9f-431e-b415-df3dafac6758} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5513 | 2024.12.21 00:51:02.798646 [ 260 ] {da25a34c-1f9f-431e-b415-df3dafac6758} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5514 | 2024.12.21 00:51:02.798858 [ 260 ] {da25a34c-1f9f-431e-b415-df3dafac6758} <Debug> executeQuery: Read 918 rows, 62.70 KiB in 0.001808 sec., 507743.36283185845 rows/sec., 33.87 MiB/sec. | ||
| 5515 | 2024.12.21 00:51:02.798914 [ 260 ] {da25a34c-1f9f-431e-b415-df3dafac6758} <Debug> TCPHandler: Processed in 0.002020737 sec. | ||
| 5516 | 2024.12.21 00:51:02.799064 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5517 | 2024.12.21 00:51:02.799184 [ 263 ] {88199108-0377-4eab-b0f3-760544755b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5518 | 2024.12.21 00:51:02.799237 [ 263 ] {88199108-0377-4eab-b0f3-760544755b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5519 | 2024.12.21 00:51:02.799720 [ 263 ] {88199108-0377-4eab-b0f3-760544755b8f} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5520 | 2024.12.21 00:51:02.799759 [ 263 ] {88199108-0377-4eab-b0f3-760544755b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5521 | 2024.12.21 00:51:02.800170 [ 263 ] {88199108-0377-4eab-b0f3-760544755b8f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5522 | 2024.12.21 00:51:02.800412 [ 263 ] {88199108-0377-4eab-b0f3-760544755b8f} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5523 | 2024.12.21 00:51:02.800634 [ 263 ] {88199108-0377-4eab-b0f3-760544755b8f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001476 sec., 677.5067750677506 rows/sec., 45.65 KiB/sec. | ||
| 5524 | 2024.12.21 00:51:02.800691 [ 263 ] {88199108-0377-4eab-b0f3-760544755b8f} <Debug> TCPHandler: Processed in 0.001683771 sec. | ||
| 5525 | 2024.12.21 00:51:02.800841 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5526 | 2024.12.21 00:51:02.800963 [ 260 ] {1e5e50b2-2764-42aa-82ba-26acbe8bb0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5527 | 2024.12.21 00:51:02.801047 [ 260 ] {1e5e50b2-2764-42aa-82ba-26acbe8bb0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5528 | 2024.12.21 00:51:02.802198 [ 260 ] {1e5e50b2-2764-42aa-82ba-26acbe8bb0d1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5529 | 2024.12.21 00:51:02.802238 [ 260 ] {1e5e50b2-2764-42aa-82ba-26acbe8bb0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5530 | 2024.12.21 00:51:02.802869 [ 260 ] {1e5e50b2-2764-42aa-82ba-26acbe8bb0d1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5531 | 2024.12.21 00:51:02.803144 [ 260 ] {1e5e50b2-2764-42aa-82ba-26acbe8bb0d1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5532 | 2024.12.21 00:51:02.803329 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5533 | 2024.12.21 00:51:02.803402 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5534 | 2024.12.21 00:51:02.803442 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5535 | 2024.12.21 00:51:02.803455 [ 260 ] {1e5e50b2-2764-42aa-82ba-26acbe8bb0d1} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002506 sec., 4788.507581803671 rows/sec., 8.58 MiB/sec. | ||
| 5536 | 2024.12.21 00:51:02.803772 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 5537 | 2024.12.21 00:51:02.803835 [ 260 ] {1e5e50b2-2764-42aa-82ba-26acbe8bb0d1} <Debug> TCPHandler: Processed in 0.003048996 sec. | ||
| 5538 | 2024.12.21 00:51:02.804071 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5539 | 2024.12.21 00:51:02.804352 [ 263 ] {35dc6de7-e7de-4f96-9c7e-e420d95f394e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5540 | 2024.12.21 00:51:02.804479 [ 263 ] {35dc6de7-e7de-4f96-9c7e-e420d95f394e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5541 | 2024.12.21 00:51:02.804583 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5542 | 2024.12.21 00:51:02.804824 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 510 rows starting from the beginning of the part | ||
| 5543 | 2024.12.21 00:51:02.805668 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part | ||
| 5544 | 2024.12.21 00:51:02.806480 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 27 rows starting from the beginning of the part | ||
| 5545 | 2024.12.21 00:51:02.806726 [ 263 ] {35dc6de7-e7de-4f96-9c7e-e420d95f394e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5546 | 2024.12.21 00:51:02.806868 [ 263 ] {35dc6de7-e7de-4f96-9c7e-e420d95f394e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5547 | 2024.12.21 00:51:02.807179 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part | ||
| 5548 | 2024.12.21 00:51:02.807843 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part | ||
| 5549 | 2024.12.21 00:51:02.808501 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part | ||
| 5550 | 2024.12.21 00:51:02.808760 [ 263 ] {35dc6de7-e7de-4f96-9c7e-e420d95f394e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5551 | 2024.12.21 00:51:02.809578 [ 263 ] {35dc6de7-e7de-4f96-9c7e-e420d95f394e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5552 | 2024.12.21 00:51:02.810174 [ 263 ] {35dc6de7-e7de-4f96-9c7e-e420d95f394e} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.005867 sec., 11249.360831770922 rows/sec., 719.90 KiB/sec. | ||
| 5553 | 2024.12.21 00:51:02.810502 [ 263 ] {35dc6de7-e7de-4f96-9c7e-e420d95f394e} <Debug> TCPHandler: Processed in 0.006539061 sec. | ||
| 5554 | 2024.12.21 00:51:02.816826 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 19 columns (19 merged, 0 gathered) in 0.013304007 sec., 45099.19455093492 rows/sec., 80.82 MiB/sec. | ||
| 5555 | 2024.12.21 00:51:02.817552 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5556 | 2024.12.21 00:51:02.817950 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5557 | 2024.12.21 00:51:02.818033 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5558 | 2024.12.21 00:51:02.818151 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
| 5559 | 2024.12.21 00:51:03.991453 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5560 | 2024.12.21 00:51:03.991660 [ 260 ] {457483cf-cc5a-4fd3-bcff-1f0ab5942f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5561 | 2024.12.21 00:51:03.991743 [ 260 ] {457483cf-cc5a-4fd3-bcff-1f0ab5942f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5562 | 2024.12.21 00:51:03.992611 [ 260 ] {457483cf-cc5a-4fd3-bcff-1f0ab5942f13} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5563 | 2024.12.21 00:51:03.992660 [ 260 ] {457483cf-cc5a-4fd3-bcff-1f0ab5942f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5564 | 2024.12.21 00:51:03.993081 [ 260 ] {457483cf-cc5a-4fd3-bcff-1f0ab5942f13} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5565 | 2024.12.21 00:51:03.993330 [ 260 ] {457483cf-cc5a-4fd3-bcff-1f0ab5942f13} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5566 | 2024.12.21 00:51:03.993589 [ 260 ] {457483cf-cc5a-4fd3-bcff-1f0ab5942f13} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001986 sec., 28197.381671701914 rows/sec., 2.15 MiB/sec. | ||
| 5567 | 2024.12.21 00:51:03.993685 [ 260 ] {457483cf-cc5a-4fd3-bcff-1f0ab5942f13} <Debug> TCPHandler: Processed in 0.002378004 sec. | ||
| 5568 | 2024.12.21 00:51:03.993967 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5569 | 2024.12.21 00:51:03.994278 [ 263 ] {47529559-c3d3-4ace-a5da-d6cf9ab7f32d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5570 | 2024.12.21 00:51:03.994362 [ 263 ] {47529559-c3d3-4ace-a5da-d6cf9ab7f32d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5571 | 2024.12.21 00:51:03.995313 [ 263 ] {47529559-c3d3-4ace-a5da-d6cf9ab7f32d} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5572 | 2024.12.21 00:51:03.995358 [ 263 ] {47529559-c3d3-4ace-a5da-d6cf9ab7f32d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5573 | 2024.12.21 00:51:03.995911 [ 263 ] {47529559-c3d3-4ace-a5da-d6cf9ab7f32d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5574 | 2024.12.21 00:51:03.996215 [ 263 ] {47529559-c3d3-4ace-a5da-d6cf9ab7f32d} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5575 | 2024.12.21 00:51:03.996489 [ 263 ] {47529559-c3d3-4ace-a5da-d6cf9ab7f32d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002272 sec., 28169.014084507042 rows/sec., 2.20 MiB/sec. | ||
| 5576 | 2024.12.21 00:51:03.996698 [ 263 ] {47529559-c3d3-4ace-a5da-d6cf9ab7f32d} <Debug> TCPHandler: Processed in 0.002885964 sec. | ||
| 5577 | 2024.12.21 00:51:03.996931 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5578 | 2024.12.21 00:51:03.997065 [ 260 ] {7248a7f2-d40e-4807-b311-30f7a0b36609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5579 | 2024.12.21 00:51:03.997138 [ 260 ] {7248a7f2-d40e-4807-b311-30f7a0b36609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5580 | 2024.12.21 00:51:03.997788 [ 260 ] {7248a7f2-d40e-4807-b311-30f7a0b36609} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5581 | 2024.12.21 00:51:03.997832 [ 260 ] {7248a7f2-d40e-4807-b311-30f7a0b36609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5582 | 2024.12.21 00:51:03.998275 [ 260 ] {7248a7f2-d40e-4807-b311-30f7a0b36609} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5583 | 2024.12.21 00:51:03.998538 [ 260 ] {7248a7f2-d40e-4807-b311-30f7a0b36609} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5584 | 2024.12.21 00:51:03.998740 [ 260 ] {7248a7f2-d40e-4807-b311-30f7a0b36609} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001709 sec., 24575.775307197193 rows/sec., 1.71 MiB/sec. | ||
| 5585 | 2024.12.21 00:51:03.998799 [ 260 ] {7248a7f2-d40e-4807-b311-30f7a0b36609} <Debug> TCPHandler: Processed in 0.001928686 sec. | ||
| 5586 | 2024.12.21 00:51:03.998979 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5587 | 2024.12.21 00:51:03.999114 [ 263 ] {aeab2349-cde5-44a1-8766-d9e4e03e81ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5588 | 2024.12.21 00:51:03.999177 [ 263 ] {aeab2349-cde5-44a1-8766-d9e4e03e81ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5589 | 2024.12.21 00:51:03.999713 [ 263 ] {aeab2349-cde5-44a1-8766-d9e4e03e81ee} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5590 | 2024.12.21 00:51:03.999757 [ 263 ] {aeab2349-cde5-44a1-8766-d9e4e03e81ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5591 | 2024.12.21 00:51:04.000600 [ 263 ] {aeab2349-cde5-44a1-8766-d9e4e03e81ee} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5592 | 2024.12.21 00:51:04.001010 [ 263 ] {aeab2349-cde5-44a1-8766-d9e4e03e81ee} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5593 | 2024.12.21 00:51:04.001382 [ 263 ] {aeab2349-cde5-44a1-8766-d9e4e03e81ee} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.002296 sec., 6968.641114982579 rows/sec., 483.18 KiB/sec. | ||
| 5594 | 2024.12.21 00:51:04.001584 [ 263 ] {aeab2349-cde5-44a1-8766-d9e4e03e81ee} <Debug> TCPHandler: Processed in 0.00266772 sec. | ||
| 5595 | 2024.12.21 00:51:04.949252 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5596 | 2024.12.21 00:51:04.949921 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5597 | 2024.12.21 00:51:04.949962 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5598 | 2024.12.21 00:51:04.950485 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5599 | 2024.12.21 00:51:04.950757 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5600 | 2024.12.21 00:51:04.950957 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5601 | 2024.12.21 00:51:05.773290 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5602 | 2024.12.21 00:51:05.792166 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5603 | 2024.12.21 00:51:05.792223 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5604 | 2024.12.21 00:51:05.799427 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5605 | 2024.12.21 00:51:05.800206 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5606 | 2024.12.21 00:51:05.802873 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5607 | 2024.12.21 00:51:08.999258 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5608 | 2024.12.21 00:51:08.999521 [ 260 ] {86a4952b-90c6-4f27-b899-47506179e876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5609 | 2024.12.21 00:51:08.999614 [ 260 ] {86a4952b-90c6-4f27-b899-47506179e876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5610 | 2024.12.21 00:51:09.000621 [ 260 ] {86a4952b-90c6-4f27-b899-47506179e876} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5611 | 2024.12.21 00:51:09.000671 [ 260 ] {86a4952b-90c6-4f27-b899-47506179e876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5612 | 2024.12.21 00:51:09.001127 [ 260 ] {86a4952b-90c6-4f27-b899-47506179e876} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5613 | 2024.12.21 00:51:09.001459 [ 260 ] {86a4952b-90c6-4f27-b899-47506179e876} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5614 | 2024.12.21 00:51:09.001779 [ 260 ] {86a4952b-90c6-4f27-b899-47506179e876} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002311 sec., 47598.44223279965 rows/sec., 3.99 MiB/sec. | ||
| 5615 | 2024.12.21 00:51:09.002041 [ 260 ] {86a4952b-90c6-4f27-b899-47506179e876} <Debug> TCPHandler: Processed in 0.002916234 sec. | ||
| 5616 | 2024.12.21 00:51:09.002332 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5617 | 2024.12.21 00:51:09.002532 [ 263 ] {e482f5c9-5a20-4bae-a098-8068fa487b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5618 | 2024.12.21 00:51:09.002615 [ 263 ] {e482f5c9-5a20-4bae-a098-8068fa487b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5619 | 2024.12.21 00:51:09.003449 [ 263 ] {e482f5c9-5a20-4bae-a098-8068fa487b3c} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5620 | 2024.12.21 00:51:09.003498 [ 263 ] {e482f5c9-5a20-4bae-a098-8068fa487b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5621 | 2024.12.21 00:51:09.003981 [ 263 ] {e482f5c9-5a20-4bae-a098-8068fa487b3c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5622 | 2024.12.21 00:51:09.004264 [ 263 ] {e482f5c9-5a20-4bae-a098-8068fa487b3c} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5623 | 2024.12.21 00:51:09.004576 [ 263 ] {e482f5c9-5a20-4bae-a098-8068fa487b3c} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002095 sec., 12887.828162291169 rows/sec., 969.10 KiB/sec. | ||
| 5624 | 2024.12.21 00:51:09.004828 [ 263 ] {e482f5c9-5a20-4bae-a098-8068fa487b3c} <Debug> TCPHandler: Processed in 0.002627239 sec. | ||
| 5625 | 2024.12.21 00:51:09.005039 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5626 | 2024.12.21 00:51:09.005174 [ 260 ] {fac4e6db-284e-43b3-864a-68f970a79385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5627 | 2024.12.21 00:51:09.005231 [ 260 ] {fac4e6db-284e-43b3-864a-68f970a79385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5628 | 2024.12.21 00:51:09.005907 [ 260 ] {fac4e6db-284e-43b3-864a-68f970a79385} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5629 | 2024.12.21 00:51:09.005952 [ 260 ] {fac4e6db-284e-43b3-864a-68f970a79385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5630 | 2024.12.21 00:51:09.006363 [ 260 ] {fac4e6db-284e-43b3-864a-68f970a79385} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5631 | 2024.12.21 00:51:09.006624 [ 260 ] {fac4e6db-284e-43b3-864a-68f970a79385} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5632 | 2024.12.21 00:51:09.006905 [ 260 ] {fac4e6db-284e-43b3-864a-68f970a79385} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001753 sec., 51911.00969766115 rows/sec., 4.05 MiB/sec. | ||
| 5633 | 2024.12.21 00:51:09.007106 [ 260 ] {fac4e6db-284e-43b3-864a-68f970a79385} <Debug> TCPHandler: Processed in 0.00212486 sec. | ||
| 5634 | 2024.12.21 00:51:09.007326 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5635 | 2024.12.21 00:51:09.007464 [ 263 ] {58fcf728-3b0d-4ab8-8fc5-a7b25a4692cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5636 | 2024.12.21 00:51:09.007529 [ 263 ] {58fcf728-3b0d-4ab8-8fc5-a7b25a4692cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5637 | 2024.12.21 00:51:09.008191 [ 263 ] {58fcf728-3b0d-4ab8-8fc5-a7b25a4692cf} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5638 | 2024.12.21 00:51:09.008236 [ 263 ] {58fcf728-3b0d-4ab8-8fc5-a7b25a4692cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5639 | 2024.12.21 00:51:09.008676 [ 263 ] {58fcf728-3b0d-4ab8-8fc5-a7b25a4692cf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5640 | 2024.12.21 00:51:09.008951 [ 263 ] {58fcf728-3b0d-4ab8-8fc5-a7b25a4692cf} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5641 | 2024.12.21 00:51:09.009203 [ 263 ] {58fcf728-3b0d-4ab8-8fc5-a7b25a4692cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001773 sec., 90242.52679075014 rows/sec., 6.29 MiB/sec. | ||
| 5642 | 2024.12.21 00:51:09.009273 [ 263 ] {58fcf728-3b0d-4ab8-8fc5-a7b25a4692cf} <Debug> TCPHandler: Processed in 0.002033968 sec. | ||
| 5643 | 2024.12.21 00:51:09.009459 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5644 | 2024.12.21 00:51:09.009589 [ 260 ] {cdcc8fbe-f443-4355-8625-3974e1c83d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5645 | 2024.12.21 00:51:09.009677 [ 260 ] {cdcc8fbe-f443-4355-8625-3974e1c83d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5646 | 2024.12.21 00:51:09.010878 [ 260 ] {cdcc8fbe-f443-4355-8625-3974e1c83d6e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5647 | 2024.12.21 00:51:09.010921 [ 260 ] {cdcc8fbe-f443-4355-8625-3974e1c83d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5648 | 2024.12.21 00:51:09.011577 [ 260 ] {cdcc8fbe-f443-4355-8625-3974e1c83d6e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5649 | 2024.12.21 00:51:09.011839 [ 260 ] {cdcc8fbe-f443-4355-8625-3974e1c83d6e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5650 | 2024.12.21 00:51:09.012094 [ 260 ] {cdcc8fbe-f443-4355-8625-3974e1c83d6e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002536 sec., 10646.687697160884 rows/sec., 19.08 MiB/sec. | ||
| 5651 | 2024.12.21 00:51:09.012213 [ 260 ] {cdcc8fbe-f443-4355-8625-3974e1c83d6e} <Debug> TCPHandler: Processed in 0.002817263 sec. | ||
| 5652 | 2024.12.21 00:51:09.012370 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5653 | 2024.12.21 00:51:09.012507 [ 263 ] {e5be6658-edf5-4b5e-94d6-abf8f5004161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5654 | 2024.12.21 00:51:09.012566 [ 263 ] {e5be6658-edf5-4b5e-94d6-abf8f5004161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5655 | 2024.12.21 00:51:09.013123 [ 263 ] {e5be6658-edf5-4b5e-94d6-abf8f5004161} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5656 | 2024.12.21 00:51:09.013177 [ 263 ] {e5be6658-edf5-4b5e-94d6-abf8f5004161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5657 | 2024.12.21 00:51:09.013592 [ 263 ] {e5be6658-edf5-4b5e-94d6-abf8f5004161} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5658 | 2024.12.21 00:51:09.013846 [ 263 ] {e5be6658-edf5-4b5e-94d6-abf8f5004161} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5659 | 2024.12.21 00:51:09.014118 [ 263 ] {e5be6658-edf5-4b5e-94d6-abf8f5004161} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001637 sec., 36652.41295051924 rows/sec., 2.47 MiB/sec. | ||
| 5660 | 2024.12.21 00:51:09.014299 [ 263 ] {e5be6658-edf5-4b5e-94d6-abf8f5004161} <Debug> TCPHandler: Processed in 0.001985877 sec. | ||
| 5661 | 2024.12.21 00:51:12.277189 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5662 | 2024.12.21 00:51:12.277243 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5663 | 2024.12.21 00:51:12.451073 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5664 | 2024.12.21 00:51:12.451837 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5665 | 2024.12.21 00:51:12.451887 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5666 | 2024.12.21 00:51:12.452447 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5667 | 2024.12.21 00:51:12.452718 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5668 | 2024.12.21 00:51:12.453025 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5669 | 2024.12.21 00:51:12.492873 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 800 | ||
| 5670 | 2024.12.21 00:51:12.496330 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5671 | 2024.12.21 00:51:12.496390 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5672 | 2024.12.21 00:51:12.497889 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5673 | 2024.12.21 00:51:12.498214 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5674 | 2024.12.21 00:51:12.499091 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 800 | ||
| 5675 | 2024.12.21 00:51:13.302934 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5676 | 2024.12.21 00:51:13.323577 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5677 | 2024.12.21 00:51:13.323637 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5678 | 2024.12.21 00:51:13.331036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5679 | 2024.12.21 00:51:13.331787 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5680 | 2024.12.21 00:51:13.334465 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5681 | 2024.12.21 00:51:14.002629 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5682 | 2024.12.21 00:51:14.002832 [ 260 ] {c0ced474-47d4-45f8-903d-48efd9cd64b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5683 | 2024.12.21 00:51:14.002905 [ 260 ] {c0ced474-47d4-45f8-903d-48efd9cd64b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5684 | 2024.12.21 00:51:14.003697 [ 260 ] {c0ced474-47d4-45f8-903d-48efd9cd64b0} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5685 | 2024.12.21 00:51:14.003743 [ 260 ] {c0ced474-47d4-45f8-903d-48efd9cd64b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5686 | 2024.12.21 00:51:14.004192 [ 260 ] {c0ced474-47d4-45f8-903d-48efd9cd64b0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5687 | 2024.12.21 00:51:14.004490 [ 260 ] {c0ced474-47d4-45f8-903d-48efd9cd64b0} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5688 | 2024.12.21 00:51:14.004758 [ 260 ] {c0ced474-47d4-45f8-903d-48efd9cd64b0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001981 sec., 7067.137809187278 rows/sec., 508.74 KiB/sec. | ||
| 5689 | 2024.12.21 00:51:14.004828 [ 260 ] {c0ced474-47d4-45f8-903d-48efd9cd64b0} <Debug> TCPHandler: Processed in 0.002331263 sec. | ||
| 5690 | 2024.12.21 00:51:14.005112 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5691 | 2024.12.21 00:51:14.005300 [ 263 ] {bee6125b-5e61-45d6-8f29-3706280cdd13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5692 | 2024.12.21 00:51:14.005380 [ 263 ] {bee6125b-5e61-45d6-8f29-3706280cdd13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5693 | 2024.12.21 00:51:14.006293 [ 263 ] {bee6125b-5e61-45d6-8f29-3706280cdd13} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5694 | 2024.12.21 00:51:14.006340 [ 263 ] {bee6125b-5e61-45d6-8f29-3706280cdd13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5695 | 2024.12.21 00:51:14.006799 [ 263 ] {bee6125b-5e61-45d6-8f29-3706280cdd13} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5696 | 2024.12.21 00:51:14.007096 [ 263 ] {bee6125b-5e61-45d6-8f29-3706280cdd13} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5697 | 2024.12.21 00:51:14.007336 [ 263 ] {bee6125b-5e61-45d6-8f29-3706280cdd13} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002079 sec., 109187.10918710918 rows/sec., 9.54 MiB/sec. | ||
| 5698 | 2024.12.21 00:51:14.007451 [ 263 ] {bee6125b-5e61-45d6-8f29-3706280cdd13} <Debug> TCPHandler: Processed in 0.002477466 sec. | ||
| 5699 | 2024.12.21 00:51:14.007695 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5700 | 2024.12.21 00:51:14.007825 [ 260 ] {c327019a-d12d-4da3-863c-144f5611a6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5701 | 2024.12.21 00:51:14.007879 [ 260 ] {c327019a-d12d-4da3-863c-144f5611a6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5702 | 2024.12.21 00:51:14.008523 [ 260 ] {c327019a-d12d-4da3-863c-144f5611a6a1} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5703 | 2024.12.21 00:51:14.008565 [ 260 ] {c327019a-d12d-4da3-863c-144f5611a6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5704 | 2024.12.21 00:51:14.008947 [ 260 ] {c327019a-d12d-4da3-863c-144f5611a6a1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5705 | 2024.12.21 00:51:14.009195 [ 260 ] {c327019a-d12d-4da3-863c-144f5611a6a1} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5706 | 2024.12.21 00:51:14.009441 [ 260 ] {c327019a-d12d-4da3-863c-144f5611a6a1} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001631 sec., 11649.294911097486 rows/sec., 832.86 KiB/sec. | ||
| 5707 | 2024.12.21 00:51:14.009576 [ 260 ] {c327019a-d12d-4da3-863c-144f5611a6a1} <Debug> TCPHandler: Processed in 0.001982117 sec. | ||
| 5708 | 2024.12.21 00:51:14.009800 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5709 | 2024.12.21 00:51:14.009938 [ 263 ] {b8f5f6af-25d3-4d68-987b-db3608717c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5710 | 2024.12.21 00:51:14.009996 [ 263 ] {b8f5f6af-25d3-4d68-987b-db3608717c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5711 | 2024.12.21 00:51:14.010629 [ 263 ] {b8f5f6af-25d3-4d68-987b-db3608717c18} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5712 | 2024.12.21 00:51:14.010669 [ 263 ] {b8f5f6af-25d3-4d68-987b-db3608717c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5713 | 2024.12.21 00:51:14.011057 [ 263 ] {b8f5f6af-25d3-4d68-987b-db3608717c18} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5714 | 2024.12.21 00:51:14.011298 [ 263 ] {b8f5f6af-25d3-4d68-987b-db3608717c18} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5715 | 2024.12.21 00:51:14.011428 [ 128 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5716 | 2024.12.21 00:51:14.011474 [ 128 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5717 | 2024.12.21 00:51:14.011496 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5718 | 2024.12.21 00:51:14.011501 [ 263 ] {b8f5f6af-25d3-4d68-987b-db3608717c18} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001593 sec., 8788.449466415568 rows/sec., 615.49 KiB/sec. | ||
| 5719 | 2024.12.21 00:51:14.011742 [ 263 ] {b8f5f6af-25d3-4d68-987b-db3608717c18} <Debug> TCPHandler: Processed in 0.002020907 sec. | ||
| 5720 | 2024.12.21 00:51:14.011821 [ 192 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 5721 | 2024.12.21 00:51:14.012060 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5722 | 2024.12.21 00:51:14.012320 [ 192 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5723 | 2024.12.21 00:51:14.012386 [ 260 ] {1436a7da-7982-4ac2-baff-59726963cb45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5724 | 2024.12.21 00:51:14.012394 [ 192 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 5725 | 2024.12.21 00:51:14.012475 [ 260 ] {1436a7da-7982-4ac2-baff-59726963cb45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5726 | 2024.12.21 00:51:14.012614 [ 192 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
| 5727 | 2024.12.21 00:51:14.013097 [ 192 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 5728 | 2024.12.21 00:51:14.013446 [ 192 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5729 | 2024.12.21 00:51:14.013813 [ 192 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
| 5730 | 2024.12.21 00:51:14.014226 [ 192 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 5731 | 2024.12.21 00:51:14.015619 [ 260 ] {1436a7da-7982-4ac2-baff-59726963cb45} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5732 | 2024.12.21 00:51:14.015694 [ 260 ] {1436a7da-7982-4ac2-baff-59726963cb45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5733 | 2024.12.21 00:51:14.016737 [ 260 ] {1436a7da-7982-4ac2-baff-59726963cb45} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5734 | 2024.12.21 00:51:14.017191 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005622964 sec., 136760.61237454126 rows/sec., 9.79 MiB/sec. | ||
| 5735 | 2024.12.21 00:51:14.017264 [ 260 ] {1436a7da-7982-4ac2-baff-59726963cb45} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5736 | 2024.12.21 00:51:14.017534 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5737 | 2024.12.21 00:51:14.017625 [ 260 ] {1436a7da-7982-4ac2-baff-59726963cb45} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005315 sec., 2445.9078080903105 rows/sec., 152.50 KiB/sec. | ||
| 5738 | 2024.12.21 00:51:14.017741 [ 260 ] {1436a7da-7982-4ac2-baff-59726963cb45} <Debug> TCPHandler: Processed in 0.005850018 sec. | ||
| 5739 | 2024.12.21 00:51:14.017951 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5740 | 2024.12.21 00:51:14.018116 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_16_3} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5741 | 2024.12.21 00:51:14.018158 [ 263 ] {8296d3ea-77da-48a3-a5ef-3c8ab8e18d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5742 | 2024.12.21 00:51:14.018247 [ 263 ] {8296d3ea-77da-48a3-a5ef-3c8ab8e18d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5743 | 2024.12.21 00:51:14.018274 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_16_3} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5744 | 2024.12.21 00:51:14.018483 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 5745 | 2024.12.21 00:51:14.019162 [ 263 ] {8296d3ea-77da-48a3-a5ef-3c8ab8e18d0b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5746 | 2024.12.21 00:51:14.019205 [ 263 ] {8296d3ea-77da-48a3-a5ef-3c8ab8e18d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5747 | 2024.12.21 00:51:14.019596 [ 263 ] {8296d3ea-77da-48a3-a5ef-3c8ab8e18d0b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5748 | 2024.12.21 00:51:14.019854 [ 263 ] {8296d3ea-77da-48a3-a5ef-3c8ab8e18d0b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5749 | 2024.12.21 00:51:14.020044 [ 263 ] {8296d3ea-77da-48a3-a5ef-3c8ab8e18d0b} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001945 sec., 202570.69408740362 rows/sec., 14.38 MiB/sec. | ||
| 5750 | 2024.12.21 00:51:14.020105 [ 263 ] {8296d3ea-77da-48a3-a5ef-3c8ab8e18d0b} <Debug> TCPHandler: Processed in 0.002229671 sec. | ||
| 5751 | 2024.12.21 00:51:14.020269 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5752 | 2024.12.21 00:51:14.020410 [ 260 ] {b9dc88bd-48da-49fb-9a97-198975b3a25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5753 | 2024.12.21 00:51:14.020471 [ 260 ] {b9dc88bd-48da-49fb-9a97-198975b3a25a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5754 | 2024.12.21 00:51:14.020990 [ 260 ] {b9dc88bd-48da-49fb-9a97-198975b3a25a} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5755 | 2024.12.21 00:51:14.021030 [ 260 ] {b9dc88bd-48da-49fb-9a97-198975b3a25a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5756 | 2024.12.21 00:51:14.021402 [ 260 ] {b9dc88bd-48da-49fb-9a97-198975b3a25a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5757 | 2024.12.21 00:51:14.021647 [ 260 ] {b9dc88bd-48da-49fb-9a97-198975b3a25a} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5758 | 2024.12.21 00:51:14.021815 [ 128 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5759 | 2024.12.21 00:51:14.021875 [ 128 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5760 | 2024.12.21 00:51:14.021899 [ 260 ] {b9dc88bd-48da-49fb-9a97-198975b3a25a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 206.51 KiB/sec. | ||
| 5761 | 2024.12.21 00:51:14.021913 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5762 | 2024.12.21 00:51:14.022052 [ 260 ] {b9dc88bd-48da-49fb-9a97-198975b3a25a} <Debug> TCPHandler: Processed in 0.001850684 sec. | ||
| 5763 | 2024.12.21 00:51:14.022336 [ 193 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 5764 | 2024.12.21 00:51:14.022469 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5765 | 2024.12.21 00:51:14.022701 [ 193 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5766 | 2024.12.21 00:51:14.022746 [ 263 ] {906fba44-b863-474d-859c-92b5b3c3bff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5767 | 2024.12.21 00:51:14.022764 [ 193 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 5768 | 2024.12.21 00:51:14.022968 [ 263 ] {906fba44-b863-474d-859c-92b5b3c3bff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5769 | 2024.12.21 00:51:14.022974 [ 193 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 5770 | 2024.12.21 00:51:14.023330 [ 193 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 5771 | 2024.12.21 00:51:14.023696 [ 193 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 5772 | 2024.12.21 00:51:14.024048 [ 193 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 5773 | 2024.12.21 00:51:14.024391 [ 193 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 5774 | 2024.12.21 00:51:14.025593 [ 263 ] {906fba44-b863-474d-859c-92b5b3c3bff1} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5775 | 2024.12.21 00:51:14.025662 [ 263 ] {906fba44-b863-474d-859c-92b5b3c3bff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5776 | 2024.12.21 00:51:14.026829 [ 263 ] {906fba44-b863-474d-859c-92b5b3c3bff1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5777 | 2024.12.21 00:51:14.027018 [ 186 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004964752 sec., 19336.31327405679 rows/sec., 1010.25 KiB/sec. | ||
| 5778 | 2024.12.21 00:51:14.027238 [ 263 ] {906fba44-b863-474d-859c-92b5b3c3bff1} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5779 | 2024.12.21 00:51:14.027297 [ 186 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5780 | 2024.12.21 00:51:14.027633 [ 263 ] {906fba44-b863-474d-859c-92b5b3c3bff1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004948 sec., 47898.1406628941 rows/sec., 3.21 MiB/sec. | ||
| 5781 | 2024.12.21 00:51:14.027788 [ 263 ] {906fba44-b863-474d-859c-92b5b3c3bff1} <Debug> TCPHandler: Processed in 0.005604594 sec. | ||
| 5782 | 2024.12.21 00:51:14.028031 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5783 | 2024.12.21 00:51:14.028031 [ 186 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_16_3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5784 | 2024.12.21 00:51:14.028231 [ 186 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_16_3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5785 | 2024.12.21 00:51:14.028267 [ 260 ] {faec5a4e-fff2-4577-a1a5-70f4b0e6023c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5786 | 2024.12.21 00:51:14.028396 [ 260 ] {faec5a4e-fff2-4577-a1a5-70f4b0e6023c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5787 | 2024.12.21 00:51:14.028402 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5788 | 2024.12.21 00:51:14.028967 [ 260 ] {faec5a4e-fff2-4577-a1a5-70f4b0e6023c} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5789 | 2024.12.21 00:51:14.029012 [ 260 ] {faec5a4e-fff2-4577-a1a5-70f4b0e6023c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5790 | 2024.12.21 00:51:14.029389 [ 260 ] {faec5a4e-fff2-4577-a1a5-70f4b0e6023c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5791 | 2024.12.21 00:51:14.029633 [ 260 ] {faec5a4e-fff2-4577-a1a5-70f4b0e6023c} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5792 | 2024.12.21 00:51:14.029808 [ 128 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5793 | 2024.12.21 00:51:14.029866 [ 128 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5794 | 2024.12.21 00:51:14.029881 [ 260 ] {faec5a4e-fff2-4577-a1a5-70f4b0e6023c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001682 sec., 594.5303210463734 rows/sec., 40.06 KiB/sec. | ||
| 5795 | 2024.12.21 00:51:14.029901 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5796 | 2024.12.21 00:51:14.030031 [ 260 ] {faec5a4e-fff2-4577-a1a5-70f4b0e6023c} <Debug> TCPHandler: Processed in 0.002114719 sec. | ||
| 5797 | 2024.12.21 00:51:14.030342 [ 189 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 5798 | 2024.12.21 00:51:14.030347 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5799 | 2024.12.21 00:51:14.030674 [ 263 ] {fed06ebf-8049-4185-8a94-55ec67f38237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5800 | 2024.12.21 00:51:14.030692 [ 189 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5801 | 2024.12.21 00:51:14.030761 [ 189 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 12 rows starting from the beginning of the part | ||
| 5802 | 2024.12.21 00:51:14.030871 [ 263 ] {fed06ebf-8049-4185-8a94-55ec67f38237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5803 | 2024.12.21 00:51:14.031087 [ 189 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5804 | 2024.12.21 00:51:14.031514 [ 189 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5805 | 2024.12.21 00:51:14.031886 [ 189 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5806 | 2024.12.21 00:51:14.032221 [ 189 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5807 | 2024.12.21 00:51:14.032573 [ 189 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5808 | 2024.12.21 00:51:14.036622 [ 189 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.006587092 sec., 2580.805004697065 rows/sec., 173.31 KiB/sec. | ||
| 5809 | 2024.12.21 00:51:14.036684 [ 263 ] {fed06ebf-8049-4185-8a94-55ec67f38237} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5810 | 2024.12.21 00:51:14.036743 [ 263 ] {fed06ebf-8049-4185-8a94-55ec67f38237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5811 | 2024.12.21 00:51:14.036786 [ 189 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5812 | 2024.12.21 00:51:14.037295 [ 189 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_16_3} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5813 | 2024.12.21 00:51:14.037493 [ 189 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_16_3} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5814 | 2024.12.21 00:51:14.037638 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5815 | 2024.12.21 00:51:14.037980 [ 263 ] {fed06ebf-8049-4185-8a94-55ec67f38237} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5816 | 2024.12.21 00:51:14.038251 [ 263 ] {fed06ebf-8049-4185-8a94-55ec67f38237} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5817 | 2024.12.21 00:51:14.038503 [ 263 ] {fed06ebf-8049-4185-8a94-55ec67f38237} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007924 sec., 1514.386673397274 rows/sec., 2.71 MiB/sec. | ||
| 5818 | 2024.12.21 00:51:14.039053 [ 263 ] {fed06ebf-8049-4185-8a94-55ec67f38237} <Debug> TCPHandler: Processed in 0.008880355 sec. | ||
| 5819 | 2024.12.21 00:51:14.039242 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5820 | 2024.12.21 00:51:14.039386 [ 260 ] {a5832842-c9b8-4839-a4c0-33a66bb540b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5821 | 2024.12.21 00:51:14.039446 [ 260 ] {a5832842-c9b8-4839-a4c0-33a66bb540b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5822 | 2024.12.21 00:51:14.039997 [ 260 ] {a5832842-c9b8-4839-a4c0-33a66bb540b9} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5823 | 2024.12.21 00:51:14.040037 [ 260 ] {a5832842-c9b8-4839-a4c0-33a66bb540b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5824 | 2024.12.21 00:51:14.040423 [ 260 ] {a5832842-c9b8-4839-a4c0-33a66bb540b9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5825 | 2024.12.21 00:51:14.040664 [ 260 ] {a5832842-c9b8-4839-a4c0-33a66bb540b9} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5826 | 2024.12.21 00:51:14.040898 [ 260 ] {a5832842-c9b8-4839-a4c0-33a66bb540b9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001544 sec., 53108.80829015544 rows/sec., 3.37 MiB/sec. | ||
| 5827 | 2024.12.21 00:51:14.040951 [ 260 ] {a5832842-c9b8-4839-a4c0-33a66bb540b9} <Debug> TCPHandler: Processed in 0.001778413 sec. | ||
| 5828 | 2024.12.21 00:51:18.998839 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5829 | 2024.12.21 00:51:18.999045 [ 260 ] {23cfd097-7eaf-40ca-bd73-4aa04406da6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5830 | 2024.12.21 00:51:18.999134 [ 260 ] {23cfd097-7eaf-40ca-bd73-4aa04406da6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5831 | 2024.12.21 00:51:19.000024 [ 260 ] {23cfd097-7eaf-40ca-bd73-4aa04406da6e} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5832 | 2024.12.21 00:51:19.000169 [ 260 ] {23cfd097-7eaf-40ca-bd73-4aa04406da6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5833 | 2024.12.21 00:51:19.000672 [ 260 ] {23cfd097-7eaf-40ca-bd73-4aa04406da6e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5834 | 2024.12.21 00:51:19.000978 [ 260 ] {23cfd097-7eaf-40ca-bd73-4aa04406da6e} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5835 | 2024.12.21 00:51:19.001291 [ 260 ] {23cfd097-7eaf-40ca-bd73-4aa04406da6e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002289 sec., 2621.2319790301444 rows/sec., 213.74 KiB/sec. | ||
| 5836 | 2024.12.21 00:51:19.001460 [ 260 ] {23cfd097-7eaf-40ca-bd73-4aa04406da6e} <Debug> TCPHandler: Processed in 0.002762221 sec. | ||
| 5837 | 2024.12.21 00:51:19.001725 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5838 | 2024.12.21 00:51:19.001912 [ 263 ] {9ac35f8f-adcf-489b-ab5c-62268cd5683a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5839 | 2024.12.21 00:51:19.001992 [ 263 ] {9ac35f8f-adcf-489b-ab5c-62268cd5683a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5840 | 2024.12.21 00:51:19.002813 [ 263 ] {9ac35f8f-adcf-489b-ab5c-62268cd5683a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5841 | 2024.12.21 00:51:19.002859 [ 263 ] {9ac35f8f-adcf-489b-ab5c-62268cd5683a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5842 | 2024.12.21 00:51:19.003295 [ 263 ] {9ac35f8f-adcf-489b-ab5c-62268cd5683a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5843 | 2024.12.21 00:51:19.003550 [ 263 ] {9ac35f8f-adcf-489b-ab5c-62268cd5683a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5844 | 2024.12.21 00:51:19.003754 [ 103 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5845 | 2024.12.21 00:51:19.003824 [ 263 ] {9ac35f8f-adcf-489b-ab5c-62268cd5683a} <Debug> executeQuery: Read 113 rows, 9.66 KiB in 0.001959 sec., 57682.49106687086 rows/sec., 4.82 MiB/sec. | ||
| 5846 | 2024.12.21 00:51:19.003839 [ 103 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5847 | 2024.12.21 00:51:19.003919 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5848 | 2024.12.21 00:51:19.003977 [ 263 ] {9ac35f8f-adcf-489b-ab5c-62268cd5683a} <Debug> TCPHandler: Processed in 0.002380864 sec. | ||
| 5849 | 2024.12.21 00:51:19.004224 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5850 | 2024.12.21 00:51:19.004221 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 5851 | 2024.12.21 00:51:19.004443 [ 260 ] {89636f43-e26d-410b-8756-82146c93fc9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5852 | 2024.12.21 00:51:19.004525 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5853 | 2024.12.21 00:51:19.004551 [ 260 ] {89636f43-e26d-410b-8756-82146c93fc9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5854 | 2024.12.21 00:51:19.004626 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1432 rows starting from the beginning of the part | ||
| 5855 | 2024.12.21 00:51:19.004990 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1370 rows starting from the beginning of the part | ||
| 5856 | 2024.12.21 00:51:19.005462 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part | ||
| 5857 | 2024.12.21 00:51:19.005891 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 110 rows starting from the beginning of the part | ||
| 5858 | 2024.12.21 00:51:19.006148 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 227 rows starting from the beginning of the part | ||
| 5859 | 2024.12.21 00:51:19.006526 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 113 rows starting from the beginning of the part | ||
| 5860 | 2024.12.21 00:51:19.007316 [ 260 ] {89636f43-e26d-410b-8756-82146c93fc9a} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5861 | 2024.12.21 00:51:19.007381 [ 260 ] {89636f43-e26d-410b-8756-82146c93fc9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5862 | 2024.12.21 00:51:19.008269 [ 260 ] {89636f43-e26d-410b-8756-82146c93fc9a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5863 | 2024.12.21 00:51:19.008909 [ 260 ] {89636f43-e26d-410b-8756-82146c93fc9a} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5864 | 2024.12.21 00:51:19.009368 [ 260 ] {89636f43-e26d-410b-8756-82146c93fc9a} <Debug> executeQuery: Read 33 rows, 2.45 KiB in 0.004995 sec., 6606.606606606606 rows/sec., 490.33 KiB/sec. | ||
| 5865 | 2024.12.21 00:51:19.009736 [ 260 ] {89636f43-e26d-410b-8756-82146c93fc9a} <Debug> TCPHandler: Processed in 0.005609065 sec. | ||
| 5866 | 2024.12.21 00:51:19.010205 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5867 | 2024.12.21 00:51:19.010358 [ 198 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006312217 sec., 524063.0985911923 rows/sec., 45.75 MiB/sec. | ||
| 5868 | 2024.12.21 00:51:19.010460 [ 263 ] {eda2f563-cab3-43f2-8a75-313cfdfa0406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5869 | 2024.12.21 00:51:19.010529 [ 263 ] {eda2f563-cab3-43f2-8a75-313cfdfa0406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5870 | 2024.12.21 00:51:19.010731 [ 198 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5871 | 2024.12.21 00:51:19.011365 [ 198 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_41_8} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5872 | 2024.12.21 00:51:19.011559 [ 198 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_41_8} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5873 | 2024.12.21 00:51:19.011730 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 5874 | 2024.12.21 00:51:19.011878 [ 263 ] {eda2f563-cab3-43f2-8a75-313cfdfa0406} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5875 | 2024.12.21 00:51:19.011926 [ 263 ] {eda2f563-cab3-43f2-8a75-313cfdfa0406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5876 | 2024.12.21 00:51:19.012325 [ 263 ] {eda2f563-cab3-43f2-8a75-313cfdfa0406} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5877 | 2024.12.21 00:51:19.012564 [ 263 ] {eda2f563-cab3-43f2-8a75-313cfdfa0406} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5878 | 2024.12.21 00:51:19.012733 [ 103 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5879 | 2024.12.21 00:51:19.012798 [ 103 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5880 | 2024.12.21 00:51:19.012816 [ 263 ] {eda2f563-cab3-43f2-8a75-313cfdfa0406} <Debug> executeQuery: Read 97 rows, 7.77 KiB in 0.002416 sec., 40149.00662251655 rows/sec., 3.14 MiB/sec. | ||
| 5881 | 2024.12.21 00:51:19.012841 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5882 | 2024.12.21 00:51:19.013008 [ 263 ] {eda2f563-cab3-43f2-8a75-313cfdfa0406} <Debug> TCPHandler: Processed in 0.003097467 sec. | ||
| 5883 | 2024.12.21 00:51:19.013064 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 5884 | 2024.12.21 00:51:19.013214 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5885 | 2024.12.21 00:51:19.013226 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5886 | 2024.12.21 00:51:19.013262 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5887 | 2024.12.21 00:51:19.013487 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 856 rows starting from the beginning of the part | ||
| 5888 | 2024.12.21 00:51:19.013612 [ 260 ] {755bd8b6-c2ed-4934-946a-f18ef28141ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5889 | 2024.12.21 00:51:19.013801 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part | ||
| 5890 | 2024.12.21 00:51:19.013855 [ 260 ] {755bd8b6-c2ed-4934-946a-f18ef28141ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5891 | 2024.12.21 00:51:19.014274 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 91 rows starting from the beginning of the part | ||
| 5892 | 2024.12.21 00:51:19.014654 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 394 rows starting from the beginning of the part | ||
| 5893 | 2024.12.21 00:51:19.014997 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 97 rows starting from the beginning of the part | ||
| 5894 | 2024.12.21 00:51:19.016133 [ 260 ] {755bd8b6-c2ed-4934-946a-f18ef28141ad} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5895 | 2024.12.21 00:51:19.016198 [ 260 ] {755bd8b6-c2ed-4934-946a-f18ef28141ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5896 | 2024.12.21 00:51:19.017323 [ 260 ] {755bd8b6-c2ed-4934-946a-f18ef28141ad} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5897 | 2024.12.21 00:51:19.017659 [ 260 ] {755bd8b6-c2ed-4934-946a-f18ef28141ad} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5898 | 2024.12.21 00:51:19.017873 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5899 | 2024.12.21 00:51:19.017991 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5900 | 2024.12.21 00:51:19.018088 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5901 | 2024.12.21 00:51:19.018204 [ 260 ] {755bd8b6-c2ed-4934-946a-f18ef28141ad} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.004729 sec., 34468.17508987101 rows/sec., 2.40 MiB/sec. | ||
| 5902 | 2024.12.21 00:51:19.018567 [ 260 ] {755bd8b6-c2ed-4934-946a-f18ef28141ad} <Debug> TCPHandler: Processed in 0.005440532 sec. | ||
| 5903 | 2024.12.21 00:51:19.018647 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.005660685 sec., 426626.8128327225 rows/sec., 32.72 MiB/sec. | ||
| 5904 | 2024.12.21 00:51:19.018789 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 5905 | 2024.12.21 00:51:19.018829 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5906 | 2024.12.21 00:51:19.019075 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5907 | 2024.12.21 00:51:19.019077 [ 263 ] {16083f8f-f023-41aa-99c3-0f2b6b475022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5908 | 2024.12.21 00:51:19.019070 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5909 | 2024.12.21 00:51:19.019124 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10884 rows starting from the beginning of the part | ||
| 5910 | 2024.12.21 00:51:19.019636 [ 263 ] {16083f8f-f023-41aa-99c3-0f2b6b475022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5911 | 2024.12.21 00:51:19.019644 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 918 rows starting from the beginning of the part | ||
| 5912 | 2024.12.21 00:51:19.020151 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part | ||
| 5913 | 2024.12.21 00:51:19.020643 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_41_8} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5914 | 2024.12.21 00:51:19.020743 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 5915 | 2024.12.21 00:51:19.021063 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_41_8} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5916 | 2024.12.21 00:51:19.021269 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 5917 | 2024.12.21 00:51:19.021459 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5918 | 2024.12.21 00:51:19.021723 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 163 rows starting from the beginning of the part | ||
| 5919 | 2024.12.21 00:51:19.024400 [ 263 ] {16083f8f-f023-41aa-99c3-0f2b6b475022} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5920 | 2024.12.21 00:51:19.024449 [ 263 ] {16083f8f-f023-41aa-99c3-0f2b6b475022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5921 | 2024.12.21 00:51:19.025163 [ 263 ] {16083f8f-f023-41aa-99c3-0f2b6b475022} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5922 | 2024.12.21 00:51:19.025870 [ 263 ] {16083f8f-f023-41aa-99c3-0f2b6b475022} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5923 | 2024.12.21 00:51:19.026145 [ 263 ] {16083f8f-f023-41aa-99c3-0f2b6b475022} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007166 sec., 3767.7923527770026 rows/sec., 6.75 MiB/sec. | ||
| 5924 | 2024.12.21 00:51:19.026275 [ 263 ] {16083f8f-f023-41aa-99c3-0f2b6b475022} <Debug> TCPHandler: Processed in 0.00759273 sec. | ||
| 5925 | 2024.12.21 00:51:19.026435 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5926 | 2024.12.21 00:51:19.026559 [ 260 ] {ec65fbc3-14bc-4b04-8e08-a77ad2ffa5ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5927 | 2024.12.21 00:51:19.026622 [ 260 ] {ec65fbc3-14bc-4b04-8e08-a77ad2ffa5ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5928 | 2024.12.21 00:51:19.027301 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12404 rows, containing 5 columns (5 merged, 0 gathered) in 0.009029317 sec., 1373747.3166575057 rows/sec., 92.84 MiB/sec. | ||
| 5929 | 2024.12.21 00:51:19.027579 [ 260 ] {ec65fbc3-14bc-4b04-8e08-a77ad2ffa5ca} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5930 | 2024.12.21 00:51:19.027639 [ 260 ] {ec65fbc3-14bc-4b04-8e08-a77ad2ffa5ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5931 | 2024.12.21 00:51:19.027666 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5932 | 2024.12.21 00:51:19.028295 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5933 | 2024.12.21 00:51:19.028486 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5934 | 2024.12.21 00:51:19.028538 [ 260 ] {ec65fbc3-14bc-4b04-8e08-a77ad2ffa5ca} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5935 | 2024.12.21 00:51:19.028621 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. | ||
| 5936 | 2024.12.21 00:51:19.028864 [ 260 ] {ec65fbc3-14bc-4b04-8e08-a77ad2ffa5ca} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5937 | 2024.12.21 00:51:19.029080 [ 103 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5938 | 2024.12.21 00:51:19.029164 [ 260 ] {ec65fbc3-14bc-4b04-8e08-a77ad2ffa5ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002625 sec., 22857.142857142855 rows/sec., 1.54 MiB/sec. | ||
| 5939 | 2024.12.21 00:51:19.029172 [ 103 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5940 | 2024.12.21 00:51:19.029288 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5941 | 2024.12.21 00:51:19.029328 [ 260 ] {ec65fbc3-14bc-4b04-8e08-a77ad2ffa5ca} <Debug> TCPHandler: Processed in 0.002952655 sec. | ||
| 5942 | 2024.12.21 00:51:19.029506 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 5943 | 2024.12.21 00:51:19.029601 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5944 | 2024.12.21 00:51:19.029632 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2216 rows starting from the beginning of the part | ||
| 5945 | 2024.12.21 00:51:19.029710 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 66 rows starting from the beginning of the part | ||
| 5946 | 2024.12.21 00:51:19.029795 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 5947 | 2024.12.21 00:51:19.030054 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5948 | 2024.12.21 00:51:19.030120 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 5949 | 2024.12.21 00:51:19.030377 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5950 | 2024.12.21 00:51:19.031857 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2500 rows, containing 4 columns (4 merged, 0 gathered) in 0.002450605 sec., 1020156.2471308106 rows/sec., 66.82 MiB/sec. | ||
| 5951 | 2024.12.21 00:51:19.032113 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5952 | 2024.12.21 00:51:19.032408 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_41_8} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5953 | 2024.12.21 00:51:19.032490 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_41_8} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5954 | 2024.12.21 00:51:19.032579 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5955 | 2024.12.21 00:51:19.953172 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 5956 | 2024.12.21 00:51:19.953930 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5957 | 2024.12.21 00:51:19.953983 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5958 | 2024.12.21 00:51:19.954530 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5959 | 2024.12.21 00:51:19.954814 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5960 | 2024.12.21 00:51:19.955130 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 5961 | 2024.12.21 00:51:20.834528 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5962 | 2024.12.21 00:51:20.856528 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5963 | 2024.12.21 00:51:20.856596 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5964 | 2024.12.21 00:51:20.864020 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5965 | 2024.12.21 00:51:20.864803 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5966 | 2024.12.21 00:51:20.867878 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5967 | 2024.12.21 00:51:22.499325 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 836 | ||
| 5968 | 2024.12.21 00:51:22.502569 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5969 | 2024.12.21 00:51:22.502635 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5970 | 2024.12.21 00:51:22.504126 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5971 | 2024.12.21 00:51:22.504445 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5972 | 2024.12.21 00:51:22.505894 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 836 | ||
| 5973 | 2024.12.21 00:51:24.003008 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5974 | 2024.12.21 00:51:24.003214 [ 260 ] {0ae9aa11-f8bb-4fb3-8f1d-f6b9dffb6c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5975 | 2024.12.21 00:51:24.003290 [ 260 ] {0ae9aa11-f8bb-4fb3-8f1d-f6b9dffb6c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5976 | 2024.12.21 00:51:24.004075 [ 260 ] {0ae9aa11-f8bb-4fb3-8f1d-f6b9dffb6c42} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5977 | 2024.12.21 00:51:24.004125 [ 260 ] {0ae9aa11-f8bb-4fb3-8f1d-f6b9dffb6c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5978 | 2024.12.21 00:51:24.004570 [ 260 ] {0ae9aa11-f8bb-4fb3-8f1d-f6b9dffb6c42} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5979 | 2024.12.21 00:51:24.004848 [ 260 ] {0ae9aa11-f8bb-4fb3-8f1d-f6b9dffb6c42} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5980 | 2024.12.21 00:51:24.005070 [ 156 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5981 | 2024.12.21 00:51:24.005133 [ 260 ] {0ae9aa11-f8bb-4fb3-8f1d-f6b9dffb6c42} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001971 sec., 7102.9934043632675 rows/sec., 511.32 KiB/sec. | ||
| 5982 | 2024.12.21 00:51:24.005152 [ 156 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2024.12.21 00:51:24.005224 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5984 | 2024.12.21 00:51:24.005278 [ 260 ] {0ae9aa11-f8bb-4fb3-8f1d-f6b9dffb6c42} <Debug> TCPHandler: Processed in 0.002408795 sec. | ||
| 5985 | 2024.12.21 00:51:24.005414 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 5986 | 2024.12.21 00:51:24.005523 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5987 | 2024.12.21 00:51:24.005576 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5988 | 2024.12.21 00:51:24.005588 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 5989 | 2024.12.21 00:51:24.005847 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 5990 | 2024.12.21 00:51:24.005936 [ 263 ] {4bc3846b-067f-4247-9017-b137778daae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5991 | 2024.12.21 00:51:24.006146 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 5992 | 2024.12.21 00:51:24.006146 [ 263 ] {4bc3846b-067f-4247-9017-b137778daae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5993 | 2024.12.21 00:51:24.006521 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 5994 | 2024.12.21 00:51:24.006802 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 5995 | 2024.12.21 00:51:24.008954 [ 263 ] {4bc3846b-067f-4247-9017-b137778daae1} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5996 | 2024.12.21 00:51:24.009046 [ 263 ] {4bc3846b-067f-4247-9017-b137778daae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 5997 | 2024.12.21 00:51:24.009424 [ 196 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004089666 sec., 17116.312187841257 rows/sec., 1.27 MiB/sec. | ||
| 5998 | 2024.12.21 00:51:24.009604 [ 196 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5999 | 2024.12.21 00:51:24.009830 [ 263 ] {4bc3846b-067f-4247-9017-b137778daae1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6000 | 2024.12.21 00:51:24.010036 [ 196 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_17_4} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6001 | 2024.12.21 00:51:24.010145 [ 263 ] {4bc3846b-067f-4247-9017-b137778daae1} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6002 | 2024.12.21 00:51:24.010169 [ 196 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_17_4} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6003 | 2024.12.21 00:51:24.010304 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6004 | 2024.12.21 00:51:24.010478 [ 263 ] {4bc3846b-067f-4247-9017-b137778daae1} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.004672 sec., 48587.32876712329 rows/sec., 4.25 MiB/sec. | ||
| 6005 | 2024.12.21 00:51:24.010721 [ 263 ] {4bc3846b-067f-4247-9017-b137778daae1} <Debug> TCPHandler: Processed in 0.005292458 sec. | ||
| 6006 | 2024.12.21 00:51:24.010972 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6007 | 2024.12.21 00:51:24.011110 [ 260 ] {70f1dee6-aa1d-4ad7-8879-36bade1cbea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6008 | 2024.12.21 00:51:24.011171 [ 260 ] {70f1dee6-aa1d-4ad7-8879-36bade1cbea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6009 | 2024.12.21 00:51:24.011900 [ 260 ] {70f1dee6-aa1d-4ad7-8879-36bade1cbea0} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6010 | 2024.12.21 00:51:24.011950 [ 260 ] {70f1dee6-aa1d-4ad7-8879-36bade1cbea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6011 | 2024.12.21 00:51:24.012345 [ 260 ] {70f1dee6-aa1d-4ad7-8879-36bade1cbea0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6012 | 2024.12.21 00:51:24.012589 [ 260 ] {70f1dee6-aa1d-4ad7-8879-36bade1cbea0} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6013 | 2024.12.21 00:51:24.012809 [ 260 ] {70f1dee6-aa1d-4ad7-8879-36bade1cbea0} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001736 sec., 10944.700460829494 rows/sec., 782.49 KiB/sec. | ||
| 6014 | 2024.12.21 00:51:24.012867 [ 260 ] {70f1dee6-aa1d-4ad7-8879-36bade1cbea0} <Debug> TCPHandler: Processed in 0.002000308 sec. | ||
| 6015 | 2024.12.21 00:51:24.013028 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6016 | 2024.12.21 00:51:24.013183 [ 263 ] {bba37f95-f188-4f31-b49d-d9fd3a2e4cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6017 | 2024.12.21 00:51:24.013251 [ 263 ] {bba37f95-f188-4f31-b49d-d9fd3a2e4cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6018 | 2024.12.21 00:51:24.014017 [ 263 ] {bba37f95-f188-4f31-b49d-d9fd3a2e4cb8} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6019 | 2024.12.21 00:51:24.014065 [ 263 ] {bba37f95-f188-4f31-b49d-d9fd3a2e4cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6020 | 2024.12.21 00:51:24.014450 [ 263 ] {bba37f95-f188-4f31-b49d-d9fd3a2e4cb8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6021 | 2024.12.21 00:51:24.014700 [ 263 ] {bba37f95-f188-4f31-b49d-d9fd3a2e4cb8} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2024.12.21 00:51:24.014947 [ 263 ] {bba37f95-f188-4f31-b49d-d9fd3a2e4cb8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001801 sec., 7773.459189339255 rows/sec., 544.40 KiB/sec. | ||
| 6023 | 2024.12.21 00:51:24.015162 [ 263 ] {bba37f95-f188-4f31-b49d-d9fd3a2e4cb8} <Debug> TCPHandler: Processed in 0.002192311 sec. | ||
| 6024 | 2024.12.21 00:51:24.015321 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6025 | 2024.12.21 00:51:24.015440 [ 260 ] {beb67e14-dcd1-48f1-87d1-172dfc4cfc24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6026 | 2024.12.21 00:51:24.015490 [ 260 ] {beb67e14-dcd1-48f1-87d1-172dfc4cfc24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6027 | 2024.12.21 00:51:24.016061 [ 260 ] {beb67e14-dcd1-48f1-87d1-172dfc4cfc24} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6028 | 2024.12.21 00:51:24.016099 [ 260 ] {beb67e14-dcd1-48f1-87d1-172dfc4cfc24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6029 | 2024.12.21 00:51:24.016462 [ 260 ] {beb67e14-dcd1-48f1-87d1-172dfc4cfc24} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6030 | 2024.12.21 00:51:24.016707 [ 260 ] {beb67e14-dcd1-48f1-87d1-172dfc4cfc24} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6031 | 2024.12.21 00:51:24.016879 [ 156 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6032 | 2024.12.21 00:51:24.016940 [ 156 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6033 | 2024.12.21 00:51:24.016959 [ 260 ] {beb67e14-dcd1-48f1-87d1-172dfc4cfc24} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec. | ||
| 6034 | 2024.12.21 00:51:24.016979 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6035 | 2024.12.21 00:51:24.017124 [ 260 ] {beb67e14-dcd1-48f1-87d1-172dfc4cfc24} <Debug> TCPHandler: Processed in 0.001854914 sec. | ||
| 6036 | 2024.12.21 00:51:24.017434 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6037 | 2024.12.21 00:51:24.017592 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 6038 | 2024.12.21 00:51:24.017696 [ 263 ] {a324a527-95ad-4451-b235-678c393592d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6039 | 2024.12.21 00:51:24.017804 [ 263 ] {a324a527-95ad-4451-b235-678c393592d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6040 | 2024.12.21 00:51:24.017944 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6041 | 2024.12.21 00:51:24.018049 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 6042 | 2024.12.21 00:51:24.018366 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 6043 | 2024.12.21 00:51:24.018760 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 6044 | 2024.12.21 00:51:24.019158 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 6045 | 2024.12.21 00:51:24.019486 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 6046 | 2024.12.21 00:51:24.020532 [ 263 ] {a324a527-95ad-4451-b235-678c393592d7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6047 | 2024.12.21 00:51:24.020597 [ 263 ] {a324a527-95ad-4451-b235-678c393592d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6048 | 2024.12.21 00:51:24.021647 [ 263 ] {a324a527-95ad-4451-b235-678c393592d7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6049 | 2024.12.21 00:51:24.021847 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004709217 sec., 13802.719220626273 rows/sec., 914.51 KiB/sec. | ||
| 6050 | 2024.12.21 00:51:24.022072 [ 197 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6051 | 2024.12.21 00:51:24.022091 [ 263 ] {a324a527-95ad-4451-b235-678c393592d7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6052 | 2024.12.21 00:51:24.022675 [ 263 ] {a324a527-95ad-4451-b235-678c393592d7} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.005004 sec., 78737.01039168665 rows/sec., 5.59 MiB/sec. | ||
| 6053 | 2024.12.21 00:51:24.023032 [ 263 ] {a324a527-95ad-4451-b235-678c393592d7} <Debug> TCPHandler: Processed in 0.005783527 sec. | ||
| 6054 | 2024.12.21 00:51:24.023074 [ 197 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_17_4} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6055 | 2024.12.21 00:51:24.023351 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6056 | 2024.12.21 00:51:24.023406 [ 197 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_17_4} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6057 | 2024.12.21 00:51:24.023513 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6058 | 2024.12.21 00:51:24.023546 [ 260 ] {464ffad0-33f0-4afb-a614-940532c97a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6059 | 2024.12.21 00:51:24.023605 [ 260 ] {464ffad0-33f0-4afb-a614-940532c97a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6060 | 2024.12.21 00:51:24.024134 [ 260 ] {464ffad0-33f0-4afb-a614-940532c97a12} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6061 | 2024.12.21 00:51:24.024172 [ 260 ] {464ffad0-33f0-4afb-a614-940532c97a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6062 | 2024.12.21 00:51:24.024536 [ 260 ] {464ffad0-33f0-4afb-a614-940532c97a12} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6063 | 2024.12.21 00:51:24.024776 [ 260 ] {464ffad0-33f0-4afb-a614-940532c97a12} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6064 | 2024.12.21 00:51:24.025084 [ 260 ] {464ffad0-33f0-4afb-a614-940532c97a12} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 201.72 KiB/sec. | ||
| 6065 | 2024.12.21 00:51:24.025242 [ 260 ] {464ffad0-33f0-4afb-a614-940532c97a12} <Debug> TCPHandler: Processed in 0.002068488 sec. | ||
| 6066 | 2024.12.21 00:51:24.025416 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6067 | 2024.12.21 00:51:24.025563 [ 263 ] {ad64b8a1-16e8-48d6-be05-e73c0adb76d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6068 | 2024.12.21 00:51:24.025631 [ 263 ] {ad64b8a1-16e8-48d6-be05-e73c0adb76d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6069 | 2024.12.21 00:51:24.026310 [ 263 ] {ad64b8a1-16e8-48d6-be05-e73c0adb76d7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6070 | 2024.12.21 00:51:24.026348 [ 263 ] {ad64b8a1-16e8-48d6-be05-e73c0adb76d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6071 | 2024.12.21 00:51:24.026748 [ 263 ] {ad64b8a1-16e8-48d6-be05-e73c0adb76d7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6072 | 2024.12.21 00:51:24.026989 [ 263 ] {ad64b8a1-16e8-48d6-be05-e73c0adb76d7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6073 | 2024.12.21 00:51:24.027170 [ 263 ] {ad64b8a1-16e8-48d6-be05-e73c0adb76d7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001644 sec., 144160.58394160584 rows/sec., 9.66 MiB/sec. | ||
| 6074 | 2024.12.21 00:51:24.027226 [ 263 ] {ad64b8a1-16e8-48d6-be05-e73c0adb76d7} <Debug> TCPHandler: Processed in 0.001879455 sec. | ||
| 6075 | 2024.12.21 00:51:24.027375 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6076 | 2024.12.21 00:51:24.027515 [ 260 ] {0961b8f4-c789-4c0f-9c7e-5a975351f026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6077 | 2024.12.21 00:51:24.027575 [ 260 ] {0961b8f4-c789-4c0f-9c7e-5a975351f026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6078 | 2024.12.21 00:51:24.028123 [ 260 ] {0961b8f4-c789-4c0f-9c7e-5a975351f026} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6079 | 2024.12.21 00:51:24.028162 [ 260 ] {0961b8f4-c789-4c0f-9c7e-5a975351f026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6080 | 2024.12.21 00:51:24.028525 [ 260 ] {0961b8f4-c789-4c0f-9c7e-5a975351f026} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6081 | 2024.12.21 00:51:24.028762 [ 260 ] {0961b8f4-c789-4c0f-9c7e-5a975351f026} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6082 | 2024.12.21 00:51:24.028973 [ 260 ] {0961b8f4-c789-4c0f-9c7e-5a975351f026} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec. | ||
| 6083 | 2024.12.21 00:51:24.029027 [ 260 ] {0961b8f4-c789-4c0f-9c7e-5a975351f026} <Debug> TCPHandler: Processed in 0.001718352 sec. | ||
| 6084 | 2024.12.21 00:51:24.029181 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6085 | 2024.12.21 00:51:24.029322 [ 263 ] {5cfb3d2a-8045-45cb-88fb-26776f681094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6086 | 2024.12.21 00:51:24.029416 [ 263 ] {5cfb3d2a-8045-45cb-88fb-26776f681094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6087 | 2024.12.21 00:51:24.030616 [ 263 ] {5cfb3d2a-8045-45cb-88fb-26776f681094} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6088 | 2024.12.21 00:51:24.030653 [ 263 ] {5cfb3d2a-8045-45cb-88fb-26776f681094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6089 | 2024.12.21 00:51:24.031263 [ 263 ] {5cfb3d2a-8045-45cb-88fb-26776f681094} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6090 | 2024.12.21 00:51:24.031525 [ 263 ] {5cfb3d2a-8045-45cb-88fb-26776f681094} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6091 | 2024.12.21 00:51:24.031729 [ 263 ] {5cfb3d2a-8045-45cb-88fb-26776f681094} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002439 sec., 4920.049200492004 rows/sec., 8.82 MiB/sec. | ||
| 6092 | 2024.12.21 00:51:24.031830 [ 263 ] {5cfb3d2a-8045-45cb-88fb-26776f681094} <Debug> TCPHandler: Processed in 0.00271628 sec. | ||
| 6093 | 2024.12.21 00:51:24.031993 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6094 | 2024.12.21 00:51:24.032132 [ 260 ] {c074ba85-954b-445c-8e92-1b2a2abe2cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6095 | 2024.12.21 00:51:24.032190 [ 260 ] {c074ba85-954b-445c-8e92-1b2a2abe2cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6096 | 2024.12.21 00:51:24.032773 [ 260 ] {c074ba85-954b-445c-8e92-1b2a2abe2cdf} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6097 | 2024.12.21 00:51:24.032818 [ 260 ] {c074ba85-954b-445c-8e92-1b2a2abe2cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6098 | 2024.12.21 00:51:24.033231 [ 260 ] {c074ba85-954b-445c-8e92-1b2a2abe2cdf} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6099 | 2024.12.21 00:51:24.033469 [ 260 ] {c074ba85-954b-445c-8e92-1b2a2abe2cdf} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6100 | 2024.12.21 00:51:24.033676 [ 260 ] {c074ba85-954b-445c-8e92-1b2a2abe2cdf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001576 sec., 52030.45685279188 rows/sec., 3.30 MiB/sec. | ||
| 6101 | 2024.12.21 00:51:24.033727 [ 260 ] {c074ba85-954b-445c-8e92-1b2a2abe2cdf} <Debug> TCPHandler: Processed in 0.001802704 sec. | ||
| 6102 | 2024.12.21 00:51:27.277285 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6103 | 2024.12.21 00:51:27.277345 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6104 | 2024.12.21 00:51:27.455250 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6105 | 2024.12.21 00:51:27.456036 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6106 | 2024.12.21 00:51:27.456094 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6107 | 2024.12.21 00:51:27.456646 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6108 | 2024.12.21 00:51:27.456918 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6109 | 2024.12.21 00:51:27.457174 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6110 | 2024.12.21 00:51:28.367936 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6111 | 2024.12.21 00:51:28.389448 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6112 | 2024.12.21 00:51:28.389507 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6113 | 2024.12.21 00:51:28.396803 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6114 | 2024.12.21 00:51:28.397573 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6115 | 2024.12.21 00:51:28.400537 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6116 | 2024.12.21 00:51:28.999435 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6117 | 2024.12.21 00:51:28.999662 [ 260 ] {50de2fed-7c90-434a-afba-6acab29b8d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6118 | 2024.12.21 00:51:28.999734 [ 260 ] {50de2fed-7c90-434a-afba-6acab29b8d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6119 | 2024.12.21 00:51:29.000690 [ 260 ] {50de2fed-7c90-434a-afba-6acab29b8d0f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6120 | 2024.12.21 00:51:29.000739 [ 260 ] {50de2fed-7c90-434a-afba-6acab29b8d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6121 | 2024.12.21 00:51:29.001200 [ 260 ] {50de2fed-7c90-434a-afba-6acab29b8d0f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6122 | 2024.12.21 00:51:29.001476 [ 260 ] {50de2fed-7c90-434a-afba-6acab29b8d0f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6123 | 2024.12.21 00:51:29.001687 [ 260 ] {50de2fed-7c90-434a-afba-6acab29b8d0f} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002092 sec., 52581.261950286804 rows/sec., 4.41 MiB/sec. | ||
| 6124 | 2024.12.21 00:51:29.001752 [ 260 ] {50de2fed-7c90-434a-afba-6acab29b8d0f} <Debug> TCPHandler: Processed in 0.002499226 sec. | ||
| 6125 | 2024.12.21 00:51:29.002012 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6126 | 2024.12.21 00:51:29.002209 [ 263 ] {8b6e0d48-baa8-4aac-981e-1f29141082ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6127 | 2024.12.21 00:51:29.002291 [ 263 ] {8b6e0d48-baa8-4aac-981e-1f29141082ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6128 | 2024.12.21 00:51:29.003095 [ 263 ] {8b6e0d48-baa8-4aac-981e-1f29141082ba} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6129 | 2024.12.21 00:51:29.003149 [ 263 ] {8b6e0d48-baa8-4aac-981e-1f29141082ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6130 | 2024.12.21 00:51:29.003607 [ 263 ] {8b6e0d48-baa8-4aac-981e-1f29141082ba} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6131 | 2024.12.21 00:51:29.003893 [ 263 ] {8b6e0d48-baa8-4aac-981e-1f29141082ba} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6132 | 2024.12.21 00:51:29.004089 [ 41 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6133 | 2024.12.21 00:51:29.004156 [ 41 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6134 | 2024.12.21 00:51:29.004189 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6135 | 2024.12.21 00:51:29.004213 [ 263 ] {8b6e0d48-baa8-4aac-981e-1f29141082ba} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002045 sec., 13202.933985330073 rows/sec., 992.80 KiB/sec. | ||
| 6136 | 2024.12.21 00:51:29.004479 [ 263 ] {8b6e0d48-baa8-4aac-981e-1f29141082ba} <Debug> TCPHandler: Processed in 0.002599298 sec. | ||
| 6137 | 2024.12.21 00:51:29.004524 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 6138 | 2024.12.21 00:51:29.004677 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6139 | 2024.12.21 00:51:29.004752 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6140 | 2024.12.21 00:51:29.004838 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 64 rows starting from the beginning of the part | ||
| 6141 | 2024.12.21 00:51:29.004914 [ 260 ] {432694bb-0e1c-4efa-b1a5-98d7ec384359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6142 | 2024.12.21 00:51:29.005060 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 27 rows starting from the beginning of the part | ||
| 6143 | 2024.12.21 00:51:29.005057 [ 260 ] {432694bb-0e1c-4efa-b1a5-98d7ec384359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6144 | 2024.12.21 00:51:29.005428 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 19 rows starting from the beginning of the part | ||
| 6145 | 2024.12.21 00:51:29.005660 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 33 rows starting from the beginning of the part | ||
| 6146 | 2024.12.21 00:51:29.005956 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 19 rows starting from the beginning of the part | ||
| 6147 | 2024.12.21 00:51:29.006370 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 27 rows starting from the beginning of the part | ||
| 6148 | 2024.12.21 00:51:29.008144 [ 260 ] {432694bb-0e1c-4efa-b1a5-98d7ec384359} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6149 | 2024.12.21 00:51:29.008222 [ 260 ] {432694bb-0e1c-4efa-b1a5-98d7ec384359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6150 | 2024.12.21 00:51:29.009307 [ 260 ] {432694bb-0e1c-4efa-b1a5-98d7ec384359} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6151 | 2024.12.21 00:51:29.009467 [ 199 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.005166406 sec., 36582.49080695555 rows/sec., 2.76 MiB/sec. | ||
| 6152 | 2024.12.21 00:51:29.009651 [ 199 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6153 | 2024.12.21 00:51:29.009819 [ 260 ] {432694bb-0e1c-4efa-b1a5-98d7ec384359} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6154 | 2024.12.21 00:51:29.010235 [ 260 ] {432694bb-0e1c-4efa-b1a5-98d7ec384359} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005391 sec., 16879.985160452605 rows/sec., 1.32 MiB/sec. | ||
| 6155 | 2024.12.21 00:51:29.010399 [ 199 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_36_7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6156 | 2024.12.21 00:51:29.010419 [ 260 ] {432694bb-0e1c-4efa-b1a5-98d7ec384359} <Debug> TCPHandler: Processed in 0.005816658 sec. | ||
| 6157 | 2024.12.21 00:51:29.010577 [ 199 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_36_7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6158 | 2024.12.21 00:51:29.010625 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6159 | 2024.12.21 00:51:29.010730 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6160 | 2024.12.21 00:51:29.010854 [ 263 ] {32504440-4dc8-4ce5-a42d-f5b89b2684ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6161 | 2024.12.21 00:51:29.010922 [ 263 ] {32504440-4dc8-4ce5-a42d-f5b89b2684ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6162 | 2024.12.21 00:51:29.011603 [ 263 ] {32504440-4dc8-4ce5-a42d-f5b89b2684ad} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6163 | 2024.12.21 00:51:29.011649 [ 263 ] {32504440-4dc8-4ce5-a42d-f5b89b2684ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6164 | 2024.12.21 00:51:29.012109 [ 263 ] {32504440-4dc8-4ce5-a42d-f5b89b2684ad} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6165 | 2024.12.21 00:51:29.012382 [ 263 ] {32504440-4dc8-4ce5-a42d-f5b89b2684ad} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6166 | 2024.12.21 00:51:29.012637 [ 263 ] {32504440-4dc8-4ce5-a42d-f5b89b2684ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001819 sec., 87960.4178119846 rows/sec., 6.13 MiB/sec. | ||
| 6167 | 2024.12.21 00:51:29.012724 [ 263 ] {32504440-4dc8-4ce5-a42d-f5b89b2684ad} <Debug> TCPHandler: Processed in 0.002190821 sec. | ||
| 6168 | 2024.12.21 00:51:29.012896 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6169 | 2024.12.21 00:51:29.013027 [ 260 ] {c3ec6dc6-7622-4f1a-8b47-eceb8b1f4642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6170 | 2024.12.21 00:51:29.013112 [ 260 ] {c3ec6dc6-7622-4f1a-8b47-eceb8b1f4642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6171 | 2024.12.21 00:51:29.014324 [ 260 ] {c3ec6dc6-7622-4f1a-8b47-eceb8b1f4642} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6172 | 2024.12.21 00:51:29.014364 [ 260 ] {c3ec6dc6-7622-4f1a-8b47-eceb8b1f4642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6173 | 2024.12.21 00:51:29.015042 [ 260 ] {c3ec6dc6-7622-4f1a-8b47-eceb8b1f4642} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6174 | 2024.12.21 00:51:29.015308 [ 260 ] {c3ec6dc6-7622-4f1a-8b47-eceb8b1f4642} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6175 | 2024.12.21 00:51:29.015459 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6176 | 2024.12.21 00:51:29.015511 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6177 | 2024.12.21 00:51:29.015535 [ 260 ] {c3ec6dc6-7622-4f1a-8b47-eceb8b1f4642} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002537 sec., 10642.49113125739 rows/sec., 19.07 MiB/sec. | ||
| 6178 | 2024.12.21 00:51:29.015541 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6179 | 2024.12.21 00:51:29.016000 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 6180 | 2024.12.21 00:51:29.016128 [ 260 ] {c3ec6dc6-7622-4f1a-8b47-eceb8b1f4642} <Debug> TCPHandler: Processed in 0.003285401 sec. | ||
| 6181 | 2024.12.21 00:51:29.016737 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6182 | 2024.12.21 00:51:29.017108 [ 263 ] {8c9390ec-5a11-402d-98a5-bc359b7d5c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6183 | 2024.12.21 00:51:29.017240 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6184 | 2024.12.21 00:51:29.017252 [ 263 ] {8c9390ec-5a11-402d-98a5-bc359b7d5c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6185 | 2024.12.21 00:51:29.017488 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 600 rows starting from the beginning of the part | ||
| 6186 | 2024.12.21 00:51:29.018418 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 27 rows starting from the beginning of the part | ||
| 6187 | 2024.12.21 00:51:29.019146 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 12 rows starting from the beginning of the part | ||
| 6188 | 2024.12.21 00:51:29.019756 [ 263 ] {8c9390ec-5a11-402d-98a5-bc359b7d5c1d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6189 | 2024.12.21 00:51:29.019868 [ 263 ] {8c9390ec-5a11-402d-98a5-bc359b7d5c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6190 | 2024.12.21 00:51:29.019894 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 27 rows starting from the beginning of the part | ||
| 6191 | 2024.12.21 00:51:29.020660 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 12 rows starting from the beginning of the part | ||
| 6192 | 2024.12.21 00:51:29.021351 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 27 rows starting from the beginning of the part | ||
| 6193 | 2024.12.21 00:51:29.021501 [ 263 ] {8c9390ec-5a11-402d-98a5-bc359b7d5c1d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6194 | 2024.12.21 00:51:29.022367 [ 263 ] {8c9390ec-5a11-402d-98a5-bc359b7d5c1d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6195 | 2024.12.21 00:51:29.022815 [ 263 ] {8c9390ec-5a11-402d-98a5-bc359b7d5c1d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005799 sec., 10346.611484738747 rows/sec., 714.02 KiB/sec. | ||
| 6196 | 2024.12.21 00:51:29.023021 [ 263 ] {8c9390ec-5a11-402d-98a5-bc359b7d5c1d} <Debug> TCPHandler: Processed in 0.006752425 sec. | ||
| 6197 | 2024.12.21 00:51:29.027167 [ 189 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 705 rows, containing 19 columns (19 merged, 0 gathered) in 0.011534614 sec., 61120.380794710596 rows/sec., 109.52 MiB/sec. | ||
| 6198 | 2024.12.21 00:51:29.028146 [ 186 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6199 | 2024.12.21 00:51:29.028631 [ 186 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6200 | 2024.12.21 00:51:29.028720 [ 186 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6201 | 2024.12.21 00:51:29.028890 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB. | ||
| 6202 | 2024.12.21 00:51:31.621712 [ 52 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6203 | 2024.12.21 00:51:31.621775 [ 52 ] {} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6204 | 2024.12.21 00:51:31.621797 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6205 | 2024.12.21 00:51:31.622183 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::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 | ||
| 6206 | 2024.12.21 00:51:31.622405 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6207 | 2024.12.21 00:51:31.622443 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::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 | ||
| 6208 | 2024.12.21 00:51:31.622532 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 6209 | 2024.12.21 00:51:31.622736 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 6210 | 2024.12.21 00:51:31.623128 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 6211 | 2024.12.21 00:51:31.623388 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 6212 | 2024.12.21 00:51:31.624561 [ 189 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00266015 sec., 13533.07144333966 rows/sec., 1.13 MiB/sec. | ||
| 6213 | 2024.12.21 00:51:31.624828 [ 189 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6214 | 2024.12.21 00:51:31.625340 [ 189 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_9_2} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6215 | 2024.12.21 00:51:31.625433 [ 189 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_9_2} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6216 | 2024.12.21 00:51:31.625533 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6217 | 2024.12.21 00:51:32.506095 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 870 | ||
| 6218 | 2024.12.21 00:51:32.509214 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6219 | 2024.12.21 00:51:32.509276 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6220 | 2024.12.21 00:51:32.510745 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6221 | 2024.12.21 00:51:32.511067 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6222 | 2024.12.21 00:51:32.511300 [ 76 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6223 | 2024.12.21 00:51:32.511418 [ 76 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6224 | 2024.12.21 00:51:32.511483 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6225 | 2024.12.21 00:51:32.512081 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 6226 | 2024.12.21 00:51:32.513197 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 870 | ||
| 6227 | 2024.12.21 00:51:32.513583 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6228 | 2024.12.21 00:51:32.513757 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 686 rows starting from the beginning of the part | ||
| 6229 | 2024.12.21 00:51:32.514354 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part | ||
| 6230 | 2024.12.21 00:51:32.514825 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 6231 | 2024.12.21 00:51:32.515281 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 44 rows starting from the beginning of the part | ||
| 6232 | 2024.12.21 00:51:32.515742 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 6233 | 2024.12.21 00:51:32.516193 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 6234 | 2024.12.21 00:51:32.524274 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 72 columns (72 merged, 0 gathered) in 0.012630584 sec., 68880.42548151375 rows/sec., 57.24 MiB/sec. | ||
| 6235 | 2024.12.21 00:51:32.525304 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6236 | 2024.12.21 00:51:32.526014 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_21_4} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6237 | 2024.12.21 00:51:32.526096 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_21_4} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6238 | 2024.12.21 00:51:32.526315 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 6239 | 2024.12.21 00:51:32.773974 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6240 | 2024.12.21 00:51:32.774192 [ 260 ] {88424687-46db-421a-8852-7e176d84491d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6241 | 2024.12.21 00:51:32.774277 [ 260 ] {88424687-46db-421a-8852-7e176d84491d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6242 | 2024.12.21 00:51:32.775064 [ 260 ] {88424687-46db-421a-8852-7e176d84491d} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6243 | 2024.12.21 00:51:32.775115 [ 260 ] {88424687-46db-421a-8852-7e176d84491d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6244 | 2024.12.21 00:51:32.775559 [ 260 ] {88424687-46db-421a-8852-7e176d84491d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6245 | 2024.12.21 00:51:32.775822 [ 260 ] {88424687-46db-421a-8852-7e176d84491d} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6246 | 2024.12.21 00:51:32.776066 [ 260 ] {88424687-46db-421a-8852-7e176d84491d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001934 sec., 7238.8831437435365 rows/sec., 521.10 KiB/sec. | ||
| 6247 | 2024.12.21 00:51:32.776135 [ 260 ] {88424687-46db-421a-8852-7e176d84491d} <Debug> TCPHandler: Processed in 0.002316063 sec. | ||
| 6248 | 2024.12.21 00:51:32.776360 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6249 | 2024.12.21 00:51:32.776518 [ 263 ] {968c5d9f-fd00-4f5e-8971-8fe0565b9a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6250 | 2024.12.21 00:51:32.776584 [ 263 ] {968c5d9f-fd00-4f5e-8971-8fe0565b9a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6251 | 2024.12.21 00:51:32.777257 [ 263 ] {968c5d9f-fd00-4f5e-8971-8fe0565b9a07} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6252 | 2024.12.21 00:51:32.777296 [ 263 ] {968c5d9f-fd00-4f5e-8971-8fe0565b9a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6253 | 2024.12.21 00:51:32.777672 [ 263 ] {968c5d9f-fd00-4f5e-8971-8fe0565b9a07} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6254 | 2024.12.21 00:51:32.777916 [ 263 ] {968c5d9f-fd00-4f5e-8971-8fe0565b9a07} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6255 | 2024.12.21 00:51:32.778136 [ 263 ] {968c5d9f-fd00-4f5e-8971-8fe0565b9a07} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001657 sec., 2414.0012070006032 rows/sec., 196.84 KiB/sec. | ||
| 6256 | 2024.12.21 00:51:32.778214 [ 263 ] {968c5d9f-fd00-4f5e-8971-8fe0565b9a07} <Debug> TCPHandler: Processed in 0.001972687 sec. | ||
| 6257 | 2024.12.21 00:51:32.778372 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6258 | 2024.12.21 00:51:32.778520 [ 260 ] {0f813c35-d7a8-4bb3-b83c-be1c9f992f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6259 | 2024.12.21 00:51:32.778581 [ 260 ] {0f813c35-d7a8-4bb3-b83c-be1c9f992f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6260 | 2024.12.21 00:51:32.780035 [ 260 ] {0f813c35-d7a8-4bb3-b83c-be1c9f992f34} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6261 | 2024.12.21 00:51:32.780078 [ 260 ] {0f813c35-d7a8-4bb3-b83c-be1c9f992f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6262 | 2024.12.21 00:51:32.780534 [ 260 ] {0f813c35-d7a8-4bb3-b83c-be1c9f992f34} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6263 | 2024.12.21 00:51:32.780777 [ 260 ] {0f813c35-d7a8-4bb3-b83c-be1c9f992f34} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6264 | 2024.12.21 00:51:32.781055 [ 260 ] {0f813c35-d7a8-4bb3-b83c-be1c9f992f34} <Debug> executeQuery: Read 1369 rows, 116.58 KiB in 0.002566 sec., 533515.1987529228 rows/sec., 44.37 MiB/sec. | ||
| 6265 | 2024.12.21 00:51:32.781267 [ 260 ] {0f813c35-d7a8-4bb3-b83c-be1c9f992f34} <Debug> TCPHandler: Processed in 0.002961035 sec. | ||
| 6266 | 2024.12.21 00:51:32.781489 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6267 | 2024.12.21 00:51:32.781607 [ 263 ] {7c01724c-712a-4a45-90fb-fcffbe983719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6268 | 2024.12.21 00:51:32.781655 [ 263 ] {7c01724c-712a-4a45-90fb-fcffbe983719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6269 | 2024.12.21 00:51:32.782222 [ 263 ] {7c01724c-712a-4a45-90fb-fcffbe983719} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6270 | 2024.12.21 00:51:32.782259 [ 263 ] {7c01724c-712a-4a45-90fb-fcffbe983719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6271 | 2024.12.21 00:51:32.782610 [ 263 ] {7c01724c-712a-4a45-90fb-fcffbe983719} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6272 | 2024.12.21 00:51:32.782850 [ 263 ] {7c01724c-712a-4a45-90fb-fcffbe983719} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6273 | 2024.12.21 00:51:32.783043 [ 263 ] {7c01724c-712a-4a45-90fb-fcffbe983719} <Debug> executeQuery: Read 23 rows, 1.64 KiB in 0.001457 sec., 15785.861358956761 rows/sec., 1.10 MiB/sec. | ||
| 6274 | 2024.12.21 00:51:32.783171 [ 263 ] {7c01724c-712a-4a45-90fb-fcffbe983719} <Debug> TCPHandler: Processed in 0.001768933 sec. | ||
| 6275 | 2024.12.21 00:51:32.783330 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6276 | 2024.12.21 00:51:32.783506 [ 260 ] {f6a18cdb-b6a0-4acf-9d7d-30480fb839d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6277 | 2024.12.21 00:51:32.783567 [ 260 ] {f6a18cdb-b6a0-4acf-9d7d-30480fb839d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6278 | 2024.12.21 00:51:32.784362 [ 260 ] {f6a18cdb-b6a0-4acf-9d7d-30480fb839d5} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6279 | 2024.12.21 00:51:32.784401 [ 260 ] {f6a18cdb-b6a0-4acf-9d7d-30480fb839d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6280 | 2024.12.21 00:51:32.784771 [ 260 ] {f6a18cdb-b6a0-4acf-9d7d-30480fb839d5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6281 | 2024.12.21 00:51:32.785007 [ 260 ] {f6a18cdb-b6a0-4acf-9d7d-30480fb839d5} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6282 | 2024.12.21 00:51:32.785230 [ 260 ] {f6a18cdb-b6a0-4acf-9d7d-30480fb839d5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001745 sec., 138681.94842406877 rows/sec., 9.40 MiB/sec. | ||
| 6283 | 2024.12.21 00:51:32.785492 [ 260 ] {f6a18cdb-b6a0-4acf-9d7d-30480fb839d5} <Debug> TCPHandler: Processed in 0.002224262 sec. | ||
| 6284 | 2024.12.21 00:51:32.785704 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6285 | 2024.12.21 00:51:32.785826 [ 263 ] {3fed25cd-318e-428b-98ad-d98c3e56c2b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6286 | 2024.12.21 00:51:32.785874 [ 263 ] {3fed25cd-318e-428b-98ad-d98c3e56c2b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6287 | 2024.12.21 00:51:32.786476 [ 263 ] {3fed25cd-318e-428b-98ad-d98c3e56c2b9} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6288 | 2024.12.21 00:51:32.786515 [ 263 ] {3fed25cd-318e-428b-98ad-d98c3e56c2b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6289 | 2024.12.21 00:51:32.786869 [ 263 ] {3fed25cd-318e-428b-98ad-d98c3e56c2b9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6290 | 2024.12.21 00:51:32.787104 [ 263 ] {3fed25cd-318e-428b-98ad-d98c3e56c2b9} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6291 | 2024.12.21 00:51:32.787312 [ 263 ] {3fed25cd-318e-428b-98ad-d98c3e56c2b9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001512 sec., 8597.883597883598 rows/sec., 536.08 KiB/sec. | ||
| 6292 | 2024.12.21 00:51:32.787367 [ 263 ] {3fed25cd-318e-428b-98ad-d98c3e56c2b9} <Debug> TCPHandler: Processed in 0.001766673 sec. | ||
| 6293 | 2024.12.21 00:51:32.787521 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6294 | 2024.12.21 00:51:32.787659 [ 260 ] {d32fc179-89b8-4c8d-b2b9-53de11f9f786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6295 | 2024.12.21 00:51:32.787717 [ 260 ] {d32fc179-89b8-4c8d-b2b9-53de11f9f786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6296 | 2024.12.21 00:51:32.788693 [ 260 ] {d32fc179-89b8-4c8d-b2b9-53de11f9f786} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2024.12.21 00:51:32.788733 [ 260 ] {d32fc179-89b8-4c8d-b2b9-53de11f9f786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6298 | 2024.12.21 00:51:32.789127 [ 260 ] {d32fc179-89b8-4c8d-b2b9-53de11f9f786} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6299 | 2024.12.21 00:51:32.789378 [ 260 ] {d32fc179-89b8-4c8d-b2b9-53de11f9f786} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6300 | 2024.12.21 00:51:32.789639 [ 260 ] {d32fc179-89b8-4c8d-b2b9-53de11f9f786} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.001997 sec., 427641.46219328995 rows/sec., 30.93 MiB/sec. | ||
| 6301 | 2024.12.21 00:51:32.789850 [ 260 ] {d32fc179-89b8-4c8d-b2b9-53de11f9f786} <Debug> TCPHandler: Processed in 0.002391325 sec. | ||
| 6302 | 2024.12.21 00:51:32.790034 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6303 | 2024.12.21 00:51:32.790151 [ 263 ] {fe76aeab-585c-428e-a2bd-d826c84c26fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6304 | 2024.12.21 00:51:32.790199 [ 263 ] {fe76aeab-585c-428e-a2bd-d826c84c26fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6305 | 2024.12.21 00:51:32.790664 [ 263 ] {fe76aeab-585c-428e-a2bd-d826c84c26fc} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6306 | 2024.12.21 00:51:32.790702 [ 263 ] {fe76aeab-585c-428e-a2bd-d826c84c26fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6307 | 2024.12.21 00:51:32.791068 [ 263 ] {fe76aeab-585c-428e-a2bd-d826c84c26fc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6308 | 2024.12.21 00:51:32.791300 [ 263 ] {fe76aeab-585c-428e-a2bd-d826c84c26fc} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6309 | 2024.12.21 00:51:32.791520 [ 263 ] {fe76aeab-585c-428e-a2bd-d826c84c26fc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001391 sec., 4313.443565780014 rows/sec., 225.36 KiB/sec. | ||
| 6310 | 2024.12.21 00:51:32.791572 [ 263 ] {fe76aeab-585c-428e-a2bd-d826c84c26fc} <Debug> TCPHandler: Processed in 0.001627961 sec. | ||
| 6311 | 2024.12.21 00:51:32.791711 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6312 | 2024.12.21 00:51:32.791830 [ 260 ] {16970e79-a0e2-4c87-bd9f-babc8524d390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6313 | 2024.12.21 00:51:32.791883 [ 260 ] {16970e79-a0e2-4c87-bd9f-babc8524d390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6314 | 2024.12.21 00:51:32.792650 [ 260 ] {16970e79-a0e2-4c87-bd9f-babc8524d390} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6315 | 2024.12.21 00:51:32.792689 [ 260 ] {16970e79-a0e2-4c87-bd9f-babc8524d390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6316 | 2024.12.21 00:51:32.793122 [ 260 ] {16970e79-a0e2-4c87-bd9f-babc8524d390} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6317 | 2024.12.21 00:51:32.793356 [ 260 ] {16970e79-a0e2-4c87-bd9f-babc8524d390} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6318 | 2024.12.21 00:51:32.793565 [ 260 ] {16970e79-a0e2-4c87-bd9f-babc8524d390} <Debug> executeQuery: Read 917 rows, 62.63 KiB in 0.00176 sec., 521022.72727272724 rows/sec., 34.75 MiB/sec. | ||
| 6319 | 2024.12.21 00:51:32.793622 [ 260 ] {16970e79-a0e2-4c87-bd9f-babc8524d390} <Debug> TCPHandler: Processed in 0.001967487 sec. | ||
| 6320 | 2024.12.21 00:51:32.793755 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6321 | 2024.12.21 00:51:32.793876 [ 263 ] {57c1d598-3309-466b-b4bb-fac5803ac528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6322 | 2024.12.21 00:51:32.793928 [ 263 ] {57c1d598-3309-466b-b4bb-fac5803ac528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6323 | 2024.12.21 00:51:32.794397 [ 263 ] {57c1d598-3309-466b-b4bb-fac5803ac528} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6324 | 2024.12.21 00:51:32.794437 [ 263 ] {57c1d598-3309-466b-b4bb-fac5803ac528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6325 | 2024.12.21 00:51:32.794786 [ 263 ] {57c1d598-3309-466b-b4bb-fac5803ac528} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6326 | 2024.12.21 00:51:32.795025 [ 263 ] {57c1d598-3309-466b-b4bb-fac5803ac528} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6327 | 2024.12.21 00:51:32.795235 [ 263 ] {57c1d598-3309-466b-b4bb-fac5803ac528} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001383 sec., 723.0657989877079 rows/sec., 48.72 KiB/sec. | ||
| 6328 | 2024.12.21 00:51:32.795289 [ 263 ] {57c1d598-3309-466b-b4bb-fac5803ac528} <Debug> TCPHandler: Processed in 0.00158992 sec. | ||
| 6329 | 2024.12.21 00:51:32.795442 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6330 | 2024.12.21 00:51:32.795583 [ 260 ] {43739f1b-b32a-4fae-acf1-2cc70be52a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6331 | 2024.12.21 00:51:32.795678 [ 260 ] {43739f1b-b32a-4fae-acf1-2cc70be52a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6332 | 2024.12.21 00:51:32.796911 [ 260 ] {43739f1b-b32a-4fae-acf1-2cc70be52a24} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6333 | 2024.12.21 00:51:32.796951 [ 260 ] {43739f1b-b32a-4fae-acf1-2cc70be52a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6334 | 2024.12.21 00:51:32.797564 [ 260 ] {43739f1b-b32a-4fae-acf1-2cc70be52a24} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6335 | 2024.12.21 00:51:32.797819 [ 260 ] {43739f1b-b32a-4fae-acf1-2cc70be52a24} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6336 | 2024.12.21 00:51:32.798117 [ 260 ] {43739f1b-b32a-4fae-acf1-2cc70be52a24} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002566 sec., 4676.539360872954 rows/sec., 8.38 MiB/sec. | ||
| 6337 | 2024.12.21 00:51:32.798673 [ 260 ] {43739f1b-b32a-4fae-acf1-2cc70be52a24} <Debug> TCPHandler: Processed in 0.003292081 sec. | ||
| 6338 | 2024.12.21 00:51:32.798827 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6339 | 2024.12.21 00:51:32.798947 [ 263 ] {94081a58-c8ec-42a1-930d-c9d431bb1f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6340 | 2024.12.21 00:51:32.798997 [ 263 ] {94081a58-c8ec-42a1-930d-c9d431bb1f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6341 | 2024.12.21 00:51:32.799491 [ 263 ] {94081a58-c8ec-42a1-930d-c9d431bb1f42} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6342 | 2024.12.21 00:51:32.799530 [ 263 ] {94081a58-c8ec-42a1-930d-c9d431bb1f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6343 | 2024.12.21 00:51:32.799903 [ 263 ] {94081a58-c8ec-42a1-930d-c9d431bb1f42} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6344 | 2024.12.21 00:51:32.800143 [ 263 ] {94081a58-c8ec-42a1-930d-c9d431bb1f42} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6345 | 2024.12.21 00:51:32.800363 [ 263 ] {94081a58-c8ec-42a1-930d-c9d431bb1f42} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.001441 sec., 45801.52671755725 rows/sec., 2.86 MiB/sec. | ||
| 6346 | 2024.12.21 00:51:32.800417 [ 263 ] {94081a58-c8ec-42a1-930d-c9d431bb1f42} <Debug> TCPHandler: Processed in 0.001650401 sec. | ||
| 6347 | 2024.12.21 00:51:33.991935 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6348 | 2024.12.21 00:51:33.992153 [ 260 ] {0232bdb7-e237-4537-be5c-a3ebca2b03be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6349 | 2024.12.21 00:51:33.992236 [ 260 ] {0232bdb7-e237-4537-be5c-a3ebca2b03be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6350 | 2024.12.21 00:51:33.993084 [ 260 ] {0232bdb7-e237-4537-be5c-a3ebca2b03be} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6351 | 2024.12.21 00:51:33.993134 [ 260 ] {0232bdb7-e237-4537-be5c-a3ebca2b03be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6352 | 2024.12.21 00:51:33.993558 [ 260 ] {0232bdb7-e237-4537-be5c-a3ebca2b03be} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6353 | 2024.12.21 00:51:33.993830 [ 260 ] {0232bdb7-e237-4537-be5c-a3ebca2b03be} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6354 | 2024.12.21 00:51:33.994189 [ 260 ] {0232bdb7-e237-4537-be5c-a3ebca2b03be} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002088 sec., 26819.92337164751 rows/sec., 2.05 MiB/sec. | ||
| 6355 | 2024.12.21 00:51:33.994317 [ 260 ] {0232bdb7-e237-4537-be5c-a3ebca2b03be} <Debug> TCPHandler: Processed in 0.002525927 sec. | ||
| 6356 | 2024.12.21 00:51:33.994708 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6357 | 2024.12.21 00:51:33.994945 [ 263 ] {7e6a6cf8-1e39-40de-b771-84ba0f2d3950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6358 | 2024.12.21 00:51:33.995040 [ 263 ] {7e6a6cf8-1e39-40de-b771-84ba0f2d3950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6359 | 2024.12.21 00:51:33.996091 [ 263 ] {7e6a6cf8-1e39-40de-b771-84ba0f2d3950} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6360 | 2024.12.21 00:51:33.996157 [ 263 ] {7e6a6cf8-1e39-40de-b771-84ba0f2d3950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6361 | 2024.12.21 00:51:33.996658 [ 263 ] {7e6a6cf8-1e39-40de-b771-84ba0f2d3950} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6362 | 2024.12.21 00:51:33.996951 [ 263 ] {7e6a6cf8-1e39-40de-b771-84ba0f2d3950} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6363 | 2024.12.21 00:51:33.997238 [ 263 ] {7e6a6cf8-1e39-40de-b771-84ba0f2d3950} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002369 sec., 27015.61840439004 rows/sec., 2.11 MiB/sec. | ||
| 6364 | 2024.12.21 00:51:33.997322 [ 263 ] {7e6a6cf8-1e39-40de-b771-84ba0f2d3950} <Debug> TCPHandler: Processed in 0.002830882 sec. | ||
| 6365 | 2024.12.21 00:51:33.997497 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6366 | 2024.12.21 00:51:33.997642 [ 260 ] {e66805a5-5bc8-46b5-88a8-b93999db4b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6367 | 2024.12.21 00:51:33.997719 [ 260 ] {e66805a5-5bc8-46b5-88a8-b93999db4b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6368 | 2024.12.21 00:51:33.998410 [ 260 ] {e66805a5-5bc8-46b5-88a8-b93999db4b01} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6369 | 2024.12.21 00:51:33.998452 [ 260 ] {e66805a5-5bc8-46b5-88a8-b93999db4b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6370 | 2024.12.21 00:51:33.998873 [ 260 ] {e66805a5-5bc8-46b5-88a8-b93999db4b01} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6371 | 2024.12.21 00:51:33.999131 [ 260 ] {e66805a5-5bc8-46b5-88a8-b93999db4b01} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6372 | 2024.12.21 00:51:33.999358 [ 260 ] {e66805a5-5bc8-46b5-88a8-b93999db4b01} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001757 sec., 23904.38247011952 rows/sec., 1.66 MiB/sec. | ||
| 6373 | 2024.12.21 00:51:33.999429 [ 260 ] {e66805a5-5bc8-46b5-88a8-b93999db4b01} <Debug> TCPHandler: Processed in 0.001992857 sec. | ||
| 6374 | 2024.12.21 00:51:33.999605 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6375 | 2024.12.21 00:51:33.999748 [ 263 ] {cf713cad-0f70-4170-ba63-8a918c870b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6376 | 2024.12.21 00:51:33.999811 [ 263 ] {cf713cad-0f70-4170-ba63-8a918c870b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6377 | 2024.12.21 00:51:34.000587 [ 263 ] {cf713cad-0f70-4170-ba63-8a918c870b26} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6378 | 2024.12.21 00:51:34.000668 [ 263 ] {cf713cad-0f70-4170-ba63-8a918c870b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6379 | 2024.12.21 00:51:34.001086 [ 263 ] {cf713cad-0f70-4170-ba63-8a918c870b26} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6380 | 2024.12.21 00:51:34.001372 [ 263 ] {cf713cad-0f70-4170-ba63-8a918c870b26} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6381 | 2024.12.21 00:51:34.001665 [ 263 ] {cf713cad-0f70-4170-ba63-8a918c870b26} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001947 sec., 8217.770929635337 rows/sec., 569.79 KiB/sec. | ||
| 6382 | 2024.12.21 00:51:34.001866 [ 263 ] {cf713cad-0f70-4170-ba63-8a918c870b26} <Debug> TCPHandler: Processed in 0.002320663 sec. | ||
| 6383 | 2024.12.21 00:51:34.957334 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6384 | 2024.12.21 00:51:34.958458 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6385 | 2024.12.21 00:51:34.958506 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6386 | 2024.12.21 00:51:34.959036 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6387 | 2024.12.21 00:51:34.959306 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6388 | 2024.12.21 00:51:34.959525 [ 79 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6389 | 2024.12.21 00:51:34.959573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6390 | 2024.12.21 00:51:34.959622 [ 79 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6391 | 2024.12.21 00:51:34.959654 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6392 | 2024.12.21 00:51:34.959813 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 6393 | 2024.12.21 00:51:34.959975 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6394 | 2024.12.21 00:51:34.960023 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 6395 | 2024.12.21 00:51:34.960116 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 6396 | 2024.12.21 00:51:34.960328 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 6397 | 2024.12.21 00:51:34.960468 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 6398 | 2024.12.21 00:51:34.960722 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 6399 | 2024.12.21 00:51:34.960873 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 6400 | 2024.12.21 00:51:34.962964 [ 188 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.00323554 sec., 4392775.239990852 rows/sec., 62.84 MiB/sec. | ||
| 6401 | 2024.12.21 00:51:34.963392 [ 188 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6402 | 2024.12.21 00:51:34.963723 [ 188 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_31_6} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6403 | 2024.12.21 00:51:34.963820 [ 188 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_31_6} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6404 | 2024.12.21 00:51:34.963942 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6405 | 2024.12.21 00:51:35.900590 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6406 | 2024.12.21 00:51:35.922183 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6407 | 2024.12.21 00:51:35.922247 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6408 | 2024.12.21 00:51:35.929760 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6409 | 2024.12.21 00:51:35.930533 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6410 | 2024.12.21 00:51:35.930937 [ 82 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6411 | 2024.12.21 00:51:35.931074 [ 82 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6412 | 2024.12.21 00:51:35.931150 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6413 | 2024.12.21 00:51:35.931696 [ 187 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 6414 | 2024.12.21 00:51:35.945888 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6415 | 2024.12.21 00:51:35.947777 [ 187 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6416 | 2024.12.21 00:51:35.949328 [ 187 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 6417 | 2024.12.21 00:51:35.954905 [ 187 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 6418 | 2024.12.21 00:51:35.960390 [ 187 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 6419 | 2024.12.21 00:51:35.965997 [ 187 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 6420 | 2024.12.21 00:51:35.971597 [ 187 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 6421 | 2024.12.21 00:51:35.975958 [ 187 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 6422 | 2024.12.21 00:51:36.000223 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.49 MiB, peak 211.49 MiB, free memory in arenas 0.00 B, will set to 203.42 MiB (RSS), difference: -8.07 MiB | ||
| 6423 | 2024.12.21 00:51:36.035812 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.104465888 sec., 2239.9656431389353 rows/sec., 11.58 MiB/sec. | ||
| 6424 | 2024.12.21 00:51:36.038746 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6425 | 2024.12.21 00:51:36.041827 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_31_6} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6426 | 2024.12.21 00:51:36.041966 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_31_6} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6427 | 2024.12.21 00:51:36.044581 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6428 | 2024.12.21 00:51:37.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.02 MiB, peak 211.49 MiB, free memory in arenas 0.00 B, will set to 204.46 MiB (RSS), difference: 10.44 MiB | ||
| 6429 | 2024.12.21 00:51:38.998942 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6430 | 2024.12.21 00:51:38.999174 [ 260 ] {ff84b7f4-4c99-4f7d-a803-8b4355f2a987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6431 | 2024.12.21 00:51:38.999264 [ 260 ] {ff84b7f4-4c99-4f7d-a803-8b4355f2a987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6432 | 2024.12.21 00:51:39.000121 [ 260 ] {ff84b7f4-4c99-4f7d-a803-8b4355f2a987} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6433 | 2024.12.21 00:51:39.000190 [ 260 ] {ff84b7f4-4c99-4f7d-a803-8b4355f2a987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6434 | 2024.12.21 00:51:39.000805 [ 260 ] {ff84b7f4-4c99-4f7d-a803-8b4355f2a987} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6435 | 2024.12.21 00:51:39.001079 [ 260 ] {ff84b7f4-4c99-4f7d-a803-8b4355f2a987} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6436 | 2024.12.21 00:51:39.001310 [ 104 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6437 | 2024.12.21 00:51:39.001378 [ 260 ] {ff84b7f4-4c99-4f7d-a803-8b4355f2a987} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002268 sec., 48500.881834215164 rows/sec., 4.06 MiB/sec. | ||
| 6438 | 2024.12.21 00:51:39.001399 [ 104 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6439 | 2024.12.21 00:51:39.001472 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6440 | 2024.12.21 00:51:39.001534 [ 260 ] {ff84b7f4-4c99-4f7d-a803-8b4355f2a987} <Debug> TCPHandler: Processed in 0.00273116 sec. | ||
| 6441 | 2024.12.21 00:51:39.001932 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6442 | 2024.12.21 00:51:39.002020 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 6443 | 2024.12.21 00:51:39.002309 [ 263 ] {77834bb5-e958-4846-bcfc-390bc1c30c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6444 | 2024.12.21 00:51:39.002385 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6445 | 2024.12.21 00:51:39.002442 [ 263 ] {77834bb5-e958-4846-bcfc-390bc1c30c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6446 | 2024.12.21 00:51:39.002450 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1432 rows starting from the beginning of the part | ||
| 6447 | 2024.12.21 00:51:39.002779 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 227 rows starting from the beginning of the part | ||
| 6448 | 2024.12.21 00:51:39.003115 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 110 rows starting from the beginning of the part | ||
| 6449 | 2024.12.21 00:51:39.003475 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1369 rows starting from the beginning of the part | ||
| 6450 | 2024.12.21 00:51:39.003823 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part | ||
| 6451 | 2024.12.21 00:51:39.004144 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 110 rows starting from the beginning of the part | ||
| 6452 | 2024.12.21 00:51:39.005251 [ 263 ] {77834bb5-e958-4846-bcfc-390bc1c30c58} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6453 | 2024.12.21 00:51:39.005326 [ 263 ] {77834bb5-e958-4846-bcfc-390bc1c30c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6454 | 2024.12.21 00:51:39.006386 [ 263 ] {77834bb5-e958-4846-bcfc-390bc1c30c58} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6455 | 2024.12.21 00:51:39.006898 [ 263 ] {77834bb5-e958-4846-bcfc-390bc1c30c58} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6456 | 2024.12.21 00:51:39.007290 [ 263 ] {77834bb5-e958-4846-bcfc-390bc1c30c58} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00506 sec., 5335.96837944664 rows/sec., 401.24 KiB/sec. | ||
| 6457 | 2024.12.21 00:51:39.007681 [ 263 ] {77834bb5-e958-4846-bcfc-390bc1c30c58} <Debug> TCPHandler: Processed in 0.006008891 sec. | ||
| 6458 | 2024.12.21 00:51:39.007869 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3304 rows, containing 5 columns (5 merged, 0 gathered) in 0.006217505 sec., 531402.8698006676 rows/sec., 46.40 MiB/sec. | ||
| 6459 | 2024.12.21 00:51:39.007930 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6460 | 2024.12.21 00:51:39.008089 [ 260 ] {b874052c-62fd-4f86-9637-a5949379ddac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6461 | 2024.12.21 00:51:39.008159 [ 260 ] {b874052c-62fd-4f86-9637-a5949379ddac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6462 | 2024.12.21 00:51:39.008165 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6463 | 2024.12.21 00:51:39.008898 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_46_9} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6464 | 2024.12.21 00:51:39.009061 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_46_9} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6465 | 2024.12.21 00:51:39.009216 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6466 | 2024.12.21 00:51:39.009463 [ 260 ] {b874052c-62fd-4f86-9637-a5949379ddac} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6467 | 2024.12.21 00:51:39.009508 [ 260 ] {b874052c-62fd-4f86-9637-a5949379ddac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6468 | 2024.12.21 00:51:39.009889 [ 260 ] {b874052c-62fd-4f86-9637-a5949379ddac} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6469 | 2024.12.21 00:51:39.010135 [ 260 ] {b874052c-62fd-4f86-9637-a5949379ddac} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6470 | 2024.12.21 00:51:39.010316 [ 104 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6471 | 2024.12.21 00:51:39.010377 [ 104 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6472 | 2024.12.21 00:51:39.010397 [ 260 ] {b874052c-62fd-4f86-9637-a5949379ddac} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002353 sec., 38674.03314917127 rows/sec., 3.02 MiB/sec. | ||
| 6473 | 2024.12.21 00:51:39.010415 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6474 | 2024.12.21 00:51:39.010584 [ 260 ] {b874052c-62fd-4f86-9637-a5949379ddac} <Debug> TCPHandler: Processed in 0.002750641 sec. | ||
| 6475 | 2024.12.21 00:51:39.010673 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 6476 | 2024.12.21 00:51:39.010799 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6477 | 2024.12.21 00:51:39.010862 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6478 | 2024.12.21 00:51:39.010903 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 6479 | 2024.12.21 00:51:39.011102 [ 263 ] {4b354cf9-317d-46b9-92e8-2c1f35968cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6480 | 2024.12.21 00:51:39.011183 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 394 rows starting from the beginning of the part | ||
| 6481 | 2024.12.21 00:51:39.011265 [ 263 ] {4b354cf9-317d-46b9-92e8-2c1f35968cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6482 | 2024.12.21 00:51:39.011478 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 91 rows starting from the beginning of the part | ||
| 6483 | 2024.12.21 00:51:39.011843 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 854 rows starting from the beginning of the part | ||
| 6484 | 2024.12.21 00:51:39.012196 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part | ||
| 6485 | 2024.12.21 00:51:39.012562 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 91 rows starting from the beginning of the part | ||
| 6486 | 2024.12.21 00:51:39.013866 [ 263 ] {4b354cf9-317d-46b9-92e8-2c1f35968cbf} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6487 | 2024.12.21 00:51:39.013938 [ 263 ] {4b354cf9-317d-46b9-92e8-2c1f35968cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6488 | 2024.12.21 00:51:39.015011 [ 263 ] {4b354cf9-317d-46b9-92e8-2c1f35968cbf} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6489 | 2024.12.21 00:51:39.015338 [ 263 ] {4b354cf9-317d-46b9-92e8-2c1f35968cbf} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6490 | 2024.12.21 00:51:39.015722 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6491 | 2024.12.21 00:51:39.015792 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6492 | 2024.12.21 00:51:39.015802 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.005242987 sec., 459089.44653114723 rows/sec., 35.20 MiB/sec. | ||
| 6493 | 2024.12.21 00:51:39.015834 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6494 | 2024.12.21 00:51:39.015863 [ 263 ] {4b354cf9-317d-46b9-92e8-2c1f35968cbf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004891 sec., 32713.14659578818 rows/sec., 2.28 MiB/sec. | ||
| 6495 | 2024.12.21 00:51:39.016196 [ 263 ] {4b354cf9-317d-46b9-92e8-2c1f35968cbf} <Debug> TCPHandler: Processed in 0.005490941 sec. | ||
| 6496 | 2024.12.21 00:51:39.016204 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 6497 | 2024.12.21 00:51:39.016336 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6498 | 2024.12.21 00:51:39.016504 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6499 | 2024.12.21 00:51:39.016677 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6500 | 2024.12.21 00:51:39.016798 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12404 rows starting from the beginning of the part | ||
| 6501 | 2024.12.21 00:51:39.016813 [ 260 ] {ecfbbea0-caa9-4eab-b38f-b894a644bade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6502 | 2024.12.21 00:51:39.017259 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part | ||
| 6503 | 2024.12.21 00:51:39.017461 [ 260 ] {ecfbbea0-caa9-4eab-b38f-b894a644bade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6504 | 2024.12.21 00:51:39.017667 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_46_9} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6505 | 2024.12.21 00:51:39.017728 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 6506 | 2024.12.21 00:51:39.018327 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_46_9} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6507 | 2024.12.21 00:51:39.018466 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 917 rows starting from the beginning of the part | ||
| 6508 | 2024.12.21 00:51:39.018955 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6509 | 2024.12.21 00:51:39.019150 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part | ||
| 6510 | 2024.12.21 00:51:39.019532 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 6511 | 2024.12.21 00:51:39.022889 [ 260 ] {ecfbbea0-caa9-4eab-b38f-b894a644bade} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6512 | 2024.12.21 00:51:39.022957 [ 260 ] {ecfbbea0-caa9-4eab-b38f-b894a644bade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6513 | 2024.12.21 00:51:39.024454 [ 260 ] {ecfbbea0-caa9-4eab-b38f-b894a644bade} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6514 | 2024.12.21 00:51:39.025054 [ 260 ] {ecfbbea0-caa9-4eab-b38f-b894a644bade} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6515 | 2024.12.21 00:51:39.025457 [ 260 ] {ecfbbea0-caa9-4eab-b38f-b894a644bade} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.008742 sec., 3088.538091969801 rows/sec., 5.53 MiB/sec. | ||
| 6516 | 2024.12.21 00:51:39.025620 [ 260 ] {ecfbbea0-caa9-4eab-b38f-b894a644bade} <Debug> TCPHandler: Processed in 0.009264772 sec. | ||
| 6517 | 2024.12.21 00:51:39.025799 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6518 | 2024.12.21 00:51:39.025927 [ 263 ] {d7b59f0c-d455-4517-9c93-b73d90531453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6519 | 2024.12.21 00:51:39.025982 [ 263 ] {d7b59f0c-d455-4517-9c93-b73d90531453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6520 | 2024.12.21 00:51:39.026595 [ 263 ] {d7b59f0c-d455-4517-9c93-b73d90531453} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6521 | 2024.12.21 00:51:39.026657 [ 263 ] {d7b59f0c-d455-4517-9c93-b73d90531453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6522 | 2024.12.21 00:51:39.026828 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13920 rows, containing 5 columns (5 merged, 0 gathered) in 0.010872371 sec., 1280309.511145269 rows/sec., 86.51 MiB/sec. | ||
| 6523 | 2024.12.21 00:51:39.027224 [ 263 ] {d7b59f0c-d455-4517-9c93-b73d90531453} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6524 | 2024.12.21 00:51:39.027392 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6525 | 2024.12.21 00:51:39.027629 [ 263 ] {d7b59f0c-d455-4517-9c93-b73d90531453} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6526 | 2024.12.21 00:51:39.027951 [ 111 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6527 | 2024.12.21 00:51:39.028086 [ 111 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6528 | 2024.12.21 00:51:39.028152 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6529 | 2024.12.21 00:51:39.028151 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6530 | 2024.12.21 00:51:39.028190 [ 263 ] {d7b59f0c-d455-4517-9c93-b73d90531453} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002276 sec., 26362.038664323376 rows/sec., 1.78 MiB/sec. | ||
| 6531 | 2024.12.21 00:51:39.028541 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6532 | 2024.12.21 00:51:39.028597 [ 263 ] {d7b59f0c-d455-4517-9c93-b73d90531453} <Debug> TCPHandler: Processed in 0.002860073 sec. | ||
| 6533 | 2024.12.21 00:51:39.028613 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 6534 | 2024.12.21 00:51:39.028812 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.59 MiB. | ||
| 6535 | 2024.12.21 00:51:39.028902 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6536 | 2024.12.21 00:51:39.028935 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2500 rows starting from the beginning of the part | ||
| 6537 | 2024.12.21 00:51:39.029003 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
| 6538 | 2024.12.21 00:51:39.029220 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 6539 | 2024.12.21 00:51:39.029431 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 66 rows starting from the beginning of the part | ||
| 6540 | 2024.12.21 00:51:39.029541 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part | ||
| 6541 | 2024.12.21 00:51:39.029740 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 6542 | 2024.12.21 00:51:39.031310 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2784 rows, containing 4 columns (4 merged, 0 gathered) in 0.003018816 sec., 922215.8621128283 rows/sec., 60.37 MiB/sec. | ||
| 6543 | 2024.12.21 00:51:39.031571 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6544 | 2024.12.21 00:51:39.031865 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_46_9} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6545 | 2024.12.21 00:51:39.031942 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_46_9} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6546 | 2024.12.21 00:51:39.032014 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6547 | 2024.12.21 00:51:42.277396 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6548 | 2024.12.21 00:51:42.277474 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6549 | 2024.12.21 00:51:42.459738 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6550 | 2024.12.21 00:51:42.460931 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6551 | 2024.12.21 00:51:42.460996 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6552 | 2024.12.21 00:51:42.461534 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6553 | 2024.12.21 00:51:42.461801 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6554 | 2024.12.21 00:51:42.462055 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6555 | 2024.12.21 00:51:42.513456 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 914 | ||
| 6556 | 2024.12.21 00:51:42.517124 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2024.12.21 00:51:42.517178 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6558 | 2024.12.21 00:51:42.518695 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6559 | 2024.12.21 00:51:42.519035 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6560 | 2024.12.21 00:51:42.519635 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 914 | ||
| 6561 | 2024.12.21 00:51:43.001705 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001174381 sec. | ||
| 6562 | 2024.12.21 00:51:43.445975 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6563 | 2024.12.21 00:51:43.464923 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6564 | 2024.12.21 00:51:43.464984 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6565 | 2024.12.21 00:51:43.471837 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6566 | 2024.12.21 00:51:43.472586 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6567 | 2024.12.21 00:51:43.475118 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6568 | 2024.12.21 00:51:44.002402 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6569 | 2024.12.21 00:51:44.002628 [ 260 ] {7a0b270b-5011-480b-8791-6cee51617ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6570 | 2024.12.21 00:51:44.002706 [ 260 ] {7a0b270b-5011-480b-8791-6cee51617ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6571 | 2024.12.21 00:51:44.003490 [ 260 ] {7a0b270b-5011-480b-8791-6cee51617ea1} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6572 | 2024.12.21 00:51:44.003542 [ 260 ] {7a0b270b-5011-480b-8791-6cee51617ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6573 | 2024.12.21 00:51:44.003986 [ 260 ] {7a0b270b-5011-480b-8791-6cee51617ea1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6574 | 2024.12.21 00:51:44.004250 [ 260 ] {7a0b270b-5011-480b-8791-6cee51617ea1} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6575 | 2024.12.21 00:51:44.004502 [ 260 ] {7a0b270b-5011-480b-8791-6cee51617ea1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001937 sec., 7227.671657201859 rows/sec., 520.30 KiB/sec. | ||
| 6576 | 2024.12.21 00:51:44.004570 [ 260 ] {7a0b270b-5011-480b-8791-6cee51617ea1} <Debug> TCPHandler: Processed in 0.002301833 sec. | ||
| 6577 | 2024.12.21 00:51:44.004869 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6578 | 2024.12.21 00:51:44.005076 [ 263 ] {153f4f95-66d6-4e39-ba49-106e03197ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6579 | 2024.12.21 00:51:44.005181 [ 263 ] {153f4f95-66d6-4e39-ba49-106e03197ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6580 | 2024.12.21 00:51:44.006096 [ 263 ] {153f4f95-66d6-4e39-ba49-106e03197ed7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6581 | 2024.12.21 00:51:44.006144 [ 263 ] {153f4f95-66d6-4e39-ba49-106e03197ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6582 | 2024.12.21 00:51:44.006602 [ 263 ] {153f4f95-66d6-4e39-ba49-106e03197ed7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6583 | 2024.12.21 00:51:44.006865 [ 263 ] {153f4f95-66d6-4e39-ba49-106e03197ed7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6584 | 2024.12.21 00:51:44.007078 [ 263 ] {153f4f95-66d6-4e39-ba49-106e03197ed7} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002067 sec., 109820.99661344945 rows/sec., 9.60 MiB/sec. | ||
| 6585 | 2024.12.21 00:51:44.007150 [ 263 ] {153f4f95-66d6-4e39-ba49-106e03197ed7} <Debug> TCPHandler: Processed in 0.002442075 sec. | ||
| 6586 | 2024.12.21 00:51:44.007308 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6587 | 2024.12.21 00:51:44.007441 [ 260 ] {87ceaff9-cffe-4312-97ff-4892859598dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6588 | 2024.12.21 00:51:44.007495 [ 260 ] {87ceaff9-cffe-4312-97ff-4892859598dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6589 | 2024.12.21 00:51:44.008123 [ 260 ] {87ceaff9-cffe-4312-97ff-4892859598dd} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6590 | 2024.12.21 00:51:44.008164 [ 260 ] {87ceaff9-cffe-4312-97ff-4892859598dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6591 | 2024.12.21 00:51:44.008540 [ 260 ] {87ceaff9-cffe-4312-97ff-4892859598dd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6592 | 2024.12.21 00:51:44.008781 [ 260 ] {87ceaff9-cffe-4312-97ff-4892859598dd} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6593 | 2024.12.21 00:51:44.009021 [ 260 ] {87ceaff9-cffe-4312-97ff-4892859598dd} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001607 sec., 11823.273179838208 rows/sec., 845.30 KiB/sec. | ||
| 6594 | 2024.12.21 00:51:44.009130 [ 260 ] {87ceaff9-cffe-4312-97ff-4892859598dd} <Debug> TCPHandler: Processed in 0.001878555 sec. | ||
| 6595 | 2024.12.21 00:51:44.009320 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6596 | 2024.12.21 00:51:44.009452 [ 263 ] {3c84a1a9-d056-4898-883a-62c119920773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6597 | 2024.12.21 00:51:44.009509 [ 263 ] {3c84a1a9-d056-4898-883a-62c119920773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6598 | 2024.12.21 00:51:44.010118 [ 263 ] {3c84a1a9-d056-4898-883a-62c119920773} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6599 | 2024.12.21 00:51:44.010159 [ 263 ] {3c84a1a9-d056-4898-883a-62c119920773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6600 | 2024.12.21 00:51:44.010527 [ 263 ] {3c84a1a9-d056-4898-883a-62c119920773} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6601 | 2024.12.21 00:51:44.010766 [ 263 ] {3c84a1a9-d056-4898-883a-62c119920773} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6602 | 2024.12.21 00:51:44.010987 [ 263 ] {3c84a1a9-d056-4898-883a-62c119920773} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001565 sec., 8945.686900958466 rows/sec., 626.50 KiB/sec. | ||
| 6603 | 2024.12.21 00:51:44.011198 [ 263 ] {3c84a1a9-d056-4898-883a-62c119920773} <Debug> TCPHandler: Processed in 0.001952546 sec. | ||
| 6604 | 2024.12.21 00:51:44.011372 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6605 | 2024.12.21 00:51:44.011514 [ 260 ] {5a79ab40-a779-4482-abcc-3e1d88ac7b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6606 | 2024.12.21 00:51:44.011577 [ 260 ] {5a79ab40-a779-4482-abcc-3e1d88ac7b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6607 | 2024.12.21 00:51:44.012177 [ 260 ] {5a79ab40-a779-4482-abcc-3e1d88ac7b29} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6608 | 2024.12.21 00:51:44.012217 [ 260 ] {5a79ab40-a779-4482-abcc-3e1d88ac7b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6609 | 2024.12.21 00:51:44.012585 [ 260 ] {5a79ab40-a779-4482-abcc-3e1d88ac7b29} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6610 | 2024.12.21 00:51:44.012828 [ 260 ] {5a79ab40-a779-4482-abcc-3e1d88ac7b29} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6611 | 2024.12.21 00:51:44.013046 [ 260 ] {5a79ab40-a779-4482-abcc-3e1d88ac7b29} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001566 sec., 8301.404853128992 rows/sec., 517.59 KiB/sec. | ||
| 6612 | 2024.12.21 00:51:44.013102 [ 260 ] {5a79ab40-a779-4482-abcc-3e1d88ac7b29} <Debug> TCPHandler: Processed in 0.001801314 sec. | ||
| 6613 | 2024.12.21 00:51:44.013255 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6614 | 2024.12.21 00:51:44.013378 [ 263 ] {e10fbb47-ee0d-4704-8265-dec030cefbad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6615 | 2024.12.21 00:51:44.013431 [ 263 ] {e10fbb47-ee0d-4704-8265-dec030cefbad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6616 | 2024.12.21 00:51:44.014144 [ 263 ] {e10fbb47-ee0d-4704-8265-dec030cefbad} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6617 | 2024.12.21 00:51:44.014183 [ 263 ] {e10fbb47-ee0d-4704-8265-dec030cefbad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6618 | 2024.12.21 00:51:44.014572 [ 263 ] {e10fbb47-ee0d-4704-8265-dec030cefbad} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6619 | 2024.12.21 00:51:44.014810 [ 263 ] {e10fbb47-ee0d-4704-8265-dec030cefbad} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6620 | 2024.12.21 00:51:44.015024 [ 263 ] {e10fbb47-ee0d-4704-8265-dec030cefbad} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001673 sec., 235505.08069336522 rows/sec., 16.72 MiB/sec. | ||
| 6621 | 2024.12.21 00:51:44.015085 [ 263 ] {e10fbb47-ee0d-4704-8265-dec030cefbad} <Debug> TCPHandler: Processed in 0.001888115 sec. | ||
| 6622 | 2024.12.21 00:51:44.015227 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6623 | 2024.12.21 00:51:44.015350 [ 260 ] {26841d3a-b86b-4b69-9a3a-14de4d4447bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6624 | 2024.12.21 00:51:44.015404 [ 260 ] {26841d3a-b86b-4b69-9a3a-14de4d4447bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6625 | 2024.12.21 00:51:44.016006 [ 260 ] {26841d3a-b86b-4b69-9a3a-14de4d4447bc} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6626 | 2024.12.21 00:51:44.016059 [ 260 ] {26841d3a-b86b-4b69-9a3a-14de4d4447bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6627 | 2024.12.21 00:51:44.016620 [ 260 ] {26841d3a-b86b-4b69-9a3a-14de4d4447bc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6628 | 2024.12.21 00:51:44.016916 [ 260 ] {26841d3a-b86b-4b69-9a3a-14de4d4447bc} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6629 | 2024.12.21 00:51:44.017149 [ 260 ] {26841d3a-b86b-4b69-9a3a-14de4d4447bc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001825 sec., 3287.671232876712 rows/sec., 171.77 KiB/sec. | ||
| 6630 | 2024.12.21 00:51:44.017209 [ 260 ] {26841d3a-b86b-4b69-9a3a-14de4d4447bc} <Debug> TCPHandler: Processed in 0.002037688 sec. | ||
| 6631 | 2024.12.21 00:51:44.017367 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6632 | 2024.12.21 00:51:44.017511 [ 263 ] {34ea0a18-7dc4-4364-848e-9bb9a724baa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6633 | 2024.12.21 00:51:44.017575 [ 263 ] {34ea0a18-7dc4-4364-848e-9bb9a724baa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6634 | 2024.12.21 00:51:44.018180 [ 263 ] {34ea0a18-7dc4-4364-848e-9bb9a724baa8} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6635 | 2024.12.21 00:51:44.018220 [ 263 ] {34ea0a18-7dc4-4364-848e-9bb9a724baa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6636 | 2024.12.21 00:51:44.018640 [ 263 ] {34ea0a18-7dc4-4364-848e-9bb9a724baa8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6637 | 2024.12.21 00:51:44.018929 [ 263 ] {34ea0a18-7dc4-4364-848e-9bb9a724baa8} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6638 | 2024.12.21 00:51:44.019218 [ 263 ] {34ea0a18-7dc4-4364-848e-9bb9a724baa8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001739 sec., 136285.22139160437 rows/sec., 9.13 MiB/sec. | ||
| 6639 | 2024.12.21 00:51:44.019302 [ 263 ] {34ea0a18-7dc4-4364-848e-9bb9a724baa8} <Debug> TCPHandler: Processed in 0.002004648 sec. | ||
| 6640 | 2024.12.21 00:51:44.019458 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6641 | 2024.12.21 00:51:44.019578 [ 260 ] {598c049a-168f-4b5b-8dfe-349c3f2f3747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6642 | 2024.12.21 00:51:44.019632 [ 260 ] {598c049a-168f-4b5b-8dfe-349c3f2f3747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6643 | 2024.12.21 00:51:44.020101 [ 260 ] {598c049a-168f-4b5b-8dfe-349c3f2f3747} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6644 | 2024.12.21 00:51:44.020140 [ 260 ] {598c049a-168f-4b5b-8dfe-349c3f2f3747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6645 | 2024.12.21 00:51:44.020505 [ 260 ] {598c049a-168f-4b5b-8dfe-349c3f2f3747} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6646 | 2024.12.21 00:51:44.020747 [ 260 ] {598c049a-168f-4b5b-8dfe-349c3f2f3747} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6647 | 2024.12.21 00:51:44.020972 [ 260 ] {598c049a-168f-4b5b-8dfe-349c3f2f3747} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec. | ||
| 6648 | 2024.12.21 00:51:44.021076 [ 260 ] {598c049a-168f-4b5b-8dfe-349c3f2f3747} <Debug> TCPHandler: Processed in 0.001674131 sec. | ||
| 6649 | 2024.12.21 00:51:44.021220 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6650 | 2024.12.21 00:51:44.021340 [ 263 ] {5bad367d-6e25-4a5f-b2f0-a6e6c8162ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6651 | 2024.12.21 00:51:44.021425 [ 263 ] {5bad367d-6e25-4a5f-b2f0-a6e6c8162ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6652 | 2024.12.21 00:51:44.022552 [ 263 ] {5bad367d-6e25-4a5f-b2f0-a6e6c8162ea1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6653 | 2024.12.21 00:51:44.022591 [ 263 ] {5bad367d-6e25-4a5f-b2f0-a6e6c8162ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6654 | 2024.12.21 00:51:44.023222 [ 263 ] {5bad367d-6e25-4a5f-b2f0-a6e6c8162ea1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6655 | 2024.12.21 00:51:44.023486 [ 263 ] {5bad367d-6e25-4a5f-b2f0-a6e6c8162ea1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6656 | 2024.12.21 00:51:44.023785 [ 263 ] {5bad367d-6e25-4a5f-b2f0-a6e6c8162ea1} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002466 sec., 4866.1800486618 rows/sec., 8.72 MiB/sec. | ||
| 6657 | 2024.12.21 00:51:44.024266 [ 263 ] {5bad367d-6e25-4a5f-b2f0-a6e6c8162ea1} <Debug> TCPHandler: Processed in 0.003102078 sec. | ||
| 6658 | 2024.12.21 00:51:44.024478 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6659 | 2024.12.21 00:51:44.024615 [ 260 ] {36b09f7e-e8b1-4e13-8136-6b93afbcec5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6660 | 2024.12.21 00:51:44.024673 [ 260 ] {36b09f7e-e8b1-4e13-8136-6b93afbcec5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6661 | 2024.12.21 00:51:44.025221 [ 260 ] {36b09f7e-e8b1-4e13-8136-6b93afbcec5d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6662 | 2024.12.21 00:51:44.025267 [ 260 ] {36b09f7e-e8b1-4e13-8136-6b93afbcec5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6663 | 2024.12.21 00:51:44.025703 [ 260 ] {36b09f7e-e8b1-4e13-8136-6b93afbcec5d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6664 | 2024.12.21 00:51:44.025946 [ 260 ] {36b09f7e-e8b1-4e13-8136-6b93afbcec5d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6665 | 2024.12.21 00:51:44.026161 [ 260 ] {36b09f7e-e8b1-4e13-8136-6b93afbcec5d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001576 sec., 52030.45685279188 rows/sec., 3.30 MiB/sec. | ||
| 6666 | 2024.12.21 00:51:44.026268 [ 260 ] {36b09f7e-e8b1-4e13-8136-6b93afbcec5d} <Debug> TCPHandler: Processed in 0.001905145 sec. | ||
| 6667 | 2024.12.21 00:51:49.000113 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6668 | 2024.12.21 00:51:49.000421 [ 260 ] {cd3b0c59-06a2-4a13-ae80-484019bcc217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6669 | 2024.12.21 00:51:49.000522 [ 260 ] {cd3b0c59-06a2-4a13-ae80-484019bcc217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6670 | 2024.12.21 00:51:49.001277 [ 260 ] {cd3b0c59-06a2-4a13-ae80-484019bcc217} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6671 | 2024.12.21 00:51:49.001325 [ 260 ] {cd3b0c59-06a2-4a13-ae80-484019bcc217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6672 | 2024.12.21 00:51:49.001751 [ 260 ] {cd3b0c59-06a2-4a13-ae80-484019bcc217} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6673 | 2024.12.21 00:51:49.002021 [ 260 ] {cd3b0c59-06a2-4a13-ae80-484019bcc217} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6674 | 2024.12.21 00:51:49.002373 [ 260 ] {cd3b0c59-06a2-4a13-ae80-484019bcc217} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002019 sec., 990.5894006934126 rows/sec., 80.78 KiB/sec. | ||
| 6675 | 2024.12.21 00:51:49.002540 [ 260 ] {cd3b0c59-06a2-4a13-ae80-484019bcc217} <Debug> TCPHandler: Processed in 0.002564068 sec. | ||
| 6676 | 2024.12.21 00:51:49.002805 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6677 | 2024.12.21 00:51:49.002996 [ 263 ] {e78b562d-a5ce-422d-bdac-45c8d5c6fd8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6678 | 2024.12.21 00:51:49.003070 [ 263 ] {e78b562d-a5ce-422d-bdac-45c8d5c6fd8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6679 | 2024.12.21 00:51:49.003944 [ 263 ] {e78b562d-a5ce-422d-bdac-45c8d5c6fd8e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6680 | 2024.12.21 00:51:49.003995 [ 263 ] {e78b562d-a5ce-422d-bdac-45c8d5c6fd8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6681 | 2024.12.21 00:51:49.004435 [ 263 ] {e78b562d-a5ce-422d-bdac-45c8d5c6fd8e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6682 | 2024.12.21 00:51:49.004706 [ 263 ] {e78b562d-a5ce-422d-bdac-45c8d5c6fd8e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6683 | 2024.12.21 00:51:49.004948 [ 263 ] {e78b562d-a5ce-422d-bdac-45c8d5c6fd8e} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.002004 sec., 55389.22155688622 rows/sec., 4.64 MiB/sec. | ||
| 6684 | 2024.12.21 00:51:49.005022 [ 263 ] {e78b562d-a5ce-422d-bdac-45c8d5c6fd8e} <Debug> TCPHandler: Processed in 0.002347834 sec. | ||
| 6685 | 2024.12.21 00:51:49.005204 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6686 | 2024.12.21 00:51:49.005336 [ 260 ] {0d15f25d-ab9a-4b16-b44c-cb0484a385a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6687 | 2024.12.21 00:51:49.005391 [ 260 ] {0d15f25d-ab9a-4b16-b44c-cb0484a385a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6688 | 2024.12.21 00:51:49.006032 [ 260 ] {0d15f25d-ab9a-4b16-b44c-cb0484a385a9} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6689 | 2024.12.21 00:51:49.006074 [ 260 ] {0d15f25d-ab9a-4b16-b44c-cb0484a385a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6690 | 2024.12.21 00:51:49.006469 [ 260 ] {0d15f25d-ab9a-4b16-b44c-cb0484a385a9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6691 | 2024.12.21 00:51:49.006725 [ 260 ] {0d15f25d-ab9a-4b16-b44c-cb0484a385a9} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6692 | 2024.12.21 00:51:49.006965 [ 260 ] {0d15f25d-ab9a-4b16-b44c-cb0484a385a9} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001661 sec., 17459.36183022276 rows/sec., 1.28 MiB/sec. | ||
| 6693 | 2024.12.21 00:51:49.007026 [ 260 ] {0d15f25d-ab9a-4b16-b44c-cb0484a385a9} <Debug> TCPHandler: Processed in 0.001889345 sec. | ||
| 6694 | 2024.12.21 00:51:49.007206 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6695 | 2024.12.21 00:51:49.007340 [ 263 ] {19f1c244-479e-4b6f-a061-629ed221840e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6696 | 2024.12.21 00:51:49.007400 [ 263 ] {19f1c244-479e-4b6f-a061-629ed221840e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6697 | 2024.12.21 00:51:49.008060 [ 263 ] {19f1c244-479e-4b6f-a061-629ed221840e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6698 | 2024.12.21 00:51:49.008103 [ 263 ] {19f1c244-479e-4b6f-a061-629ed221840e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6699 | 2024.12.21 00:51:49.008480 [ 263 ] {19f1c244-479e-4b6f-a061-629ed221840e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6700 | 2024.12.21 00:51:49.008730 [ 263 ] {19f1c244-479e-4b6f-a061-629ed221840e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6701 | 2024.12.21 00:51:49.008986 [ 263 ] {19f1c244-479e-4b6f-a061-629ed221840e} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001667 sec., 55788.84223155369 rows/sec., 4.36 MiB/sec. | ||
| 6702 | 2024.12.21 00:51:49.009107 [ 263 ] {19f1c244-479e-4b6f-a061-629ed221840e} <Debug> TCPHandler: Processed in 0.001961596 sec. | ||
| 6703 | 2024.12.21 00:51:49.009330 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6704 | 2024.12.21 00:51:49.009453 [ 260 ] {da9f0444-4a5d-462c-8c79-98c20c3fc1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6705 | 2024.12.21 00:51:49.009509 [ 260 ] {da9f0444-4a5d-462c-8c79-98c20c3fc1e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6706 | 2024.12.21 00:51:49.010110 [ 260 ] {da9f0444-4a5d-462c-8c79-98c20c3fc1e9} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6707 | 2024.12.21 00:51:49.010150 [ 260 ] {da9f0444-4a5d-462c-8c79-98c20c3fc1e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6708 | 2024.12.21 00:51:49.010557 [ 260 ] {da9f0444-4a5d-462c-8c79-98c20c3fc1e9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6709 | 2024.12.21 00:51:49.010795 [ 260 ] {da9f0444-4a5d-462c-8c79-98c20c3fc1e9} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6710 | 2024.12.21 00:51:49.011020 [ 260 ] {da9f0444-4a5d-462c-8c79-98c20c3fc1e9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001594 sec., 101003.76411543287 rows/sec., 7.03 MiB/sec. | ||
| 6711 | 2024.12.21 00:51:49.011075 [ 260 ] {da9f0444-4a5d-462c-8c79-98c20c3fc1e9} <Debug> TCPHandler: Processed in 0.001834734 sec. | ||
| 6712 | 2024.12.21 00:51:49.011227 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6713 | 2024.12.21 00:51:49.011349 [ 263 ] {8b233286-9b9c-453a-a246-40a6689f86d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6714 | 2024.12.21 00:51:49.011436 [ 263 ] {8b233286-9b9c-453a-a246-40a6689f86d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6715 | 2024.12.21 00:51:49.012610 [ 263 ] {8b233286-9b9c-453a-a246-40a6689f86d8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6716 | 2024.12.21 00:51:49.012650 [ 263 ] {8b233286-9b9c-453a-a246-40a6689f86d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6717 | 2024.12.21 00:51:49.013291 [ 263 ] {8b233286-9b9c-453a-a246-40a6689f86d8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6718 | 2024.12.21 00:51:49.013545 [ 263 ] {8b233286-9b9c-453a-a246-40a6689f86d8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6719 | 2024.12.21 00:51:49.013804 [ 263 ] {8b233286-9b9c-453a-a246-40a6689f86d8} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002483 sec., 10873.942811115587 rows/sec., 19.49 MiB/sec. | ||
| 6720 | 2024.12.21 00:51:49.013919 [ 263 ] {8b233286-9b9c-453a-a246-40a6689f86d8} <Debug> TCPHandler: Processed in 0.002751091 sec. | ||
| 6721 | 2024.12.21 00:51:49.014089 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6722 | 2024.12.21 00:51:49.014210 [ 260 ] {6d237f35-ccc3-4c52-879b-57c144f9d108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6723 | 2024.12.21 00:51:49.014262 [ 260 ] {6d237f35-ccc3-4c52-879b-57c144f9d108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6724 | 2024.12.21 00:51:49.014784 [ 260 ] {6d237f35-ccc3-4c52-879b-57c144f9d108} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6725 | 2024.12.21 00:51:49.014824 [ 260 ] {6d237f35-ccc3-4c52-879b-57c144f9d108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6726 | 2024.12.21 00:51:49.015198 [ 260 ] {6d237f35-ccc3-4c52-879b-57c144f9d108} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6727 | 2024.12.21 00:51:49.015438 [ 260 ] {6d237f35-ccc3-4c52-879b-57c144f9d108} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6728 | 2024.12.21 00:51:49.015691 [ 260 ] {6d237f35-ccc3-4c52-879b-57c144f9d108} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec. | ||
| 6729 | 2024.12.21 00:51:49.015872 [ 260 ] {6d237f35-ccc3-4c52-879b-57c144f9d108} <Debug> TCPHandler: Processed in 0.001838794 sec. | ||
| 6730 | 2024.12.21 00:51:49.962211 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6731 | 2024.12.21 00:51:49.963124 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6732 | 2024.12.21 00:51:49.963174 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6733 | 2024.12.21 00:51:49.963722 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6734 | 2024.12.21 00:51:49.963984 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6735 | 2024.12.21 00:51:49.964241 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6736 | 2024.12.21 00:51:50.975184 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6737 | 2024.12.21 00:51:50.995052 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6738 | 2024.12.21 00:51:50.995111 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6739 | 2024.12.21 00:51:51.000231 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.13 MiB, peak 211.49 MiB, free memory in arenas 0.00 B, will set to 205.62 MiB (RSS), difference: -4.52 MiB | ||
| 6740 | 2024.12.21 00:51:51.002838 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6741 | 2024.12.21 00:51:51.003602 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6742 | 2024.12.21 00:51:51.007788 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6743 | 2024.12.21 00:51:52.000264 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.62 MiB, peak 211.49 MiB, free memory in arenas 0.00 B, will set to 205.70 MiB (RSS), difference: 4.08 MiB | ||
| 6744 | 2024.12.21 00:51:52.519850 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 950 | ||
| 6745 | 2024.12.21 00:51:52.523419 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6746 | 2024.12.21 00:51:52.523486 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6747 | 2024.12.21 00:51:52.524997 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6748 | 2024.12.21 00:51:52.525310 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6749 | 2024.12.21 00:51:52.526510 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 950 | ||
| 6750 | 2024.12.21 00:51:54.001817 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6751 | 2024.12.21 00:51:54.002218 [ 260 ] {9293a888-aa96-432a-9643-116245ae5627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6752 | 2024.12.21 00:51:54.002293 [ 260 ] {9293a888-aa96-432a-9643-116245ae5627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6753 | 2024.12.21 00:51:54.003204 [ 260 ] {9293a888-aa96-432a-9643-116245ae5627} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6754 | 2024.12.21 00:51:54.003264 [ 260 ] {9293a888-aa96-432a-9643-116245ae5627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6755 | 2024.12.21 00:51:54.003720 [ 260 ] {9293a888-aa96-432a-9643-116245ae5627} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6756 | 2024.12.21 00:51:54.004012 [ 260 ] {9293a888-aa96-432a-9643-116245ae5627} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6757 | 2024.12.21 00:51:54.004253 [ 260 ] {9293a888-aa96-432a-9643-116245ae5627} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002084 sec., 6717.85028790787 rows/sec., 483.60 KiB/sec. | ||
| 6758 | 2024.12.21 00:51:54.004435 [ 260 ] {9293a888-aa96-432a-9643-116245ae5627} <Debug> TCPHandler: Processed in 0.002754471 sec. | ||
| 6759 | 2024.12.21 00:51:54.004728 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6760 | 2024.12.21 00:51:54.004932 [ 263 ] {eddac117-1435-4b10-af32-07a8ad6840b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6761 | 2024.12.21 00:51:54.005018 [ 263 ] {eddac117-1435-4b10-af32-07a8ad6840b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6762 | 2024.12.21 00:51:54.006104 [ 263 ] {eddac117-1435-4b10-af32-07a8ad6840b8} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6763 | 2024.12.21 00:51:54.006159 [ 263 ] {eddac117-1435-4b10-af32-07a8ad6840b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6764 | 2024.12.21 00:51:54.006666 [ 263 ] {eddac117-1435-4b10-af32-07a8ad6840b8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6765 | 2024.12.21 00:51:54.006955 [ 263 ] {eddac117-1435-4b10-af32-07a8ad6840b8} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6766 | 2024.12.21 00:51:54.007261 [ 263 ] {eddac117-1435-4b10-af32-07a8ad6840b8} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002381 sec., 95338.09323813525 rows/sec., 8.33 MiB/sec. | ||
| 6767 | 2024.12.21 00:51:54.007527 [ 263 ] {eddac117-1435-4b10-af32-07a8ad6840b8} <Debug> TCPHandler: Processed in 0.002938904 sec. | ||
| 6768 | 2024.12.21 00:51:54.007741 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6769 | 2024.12.21 00:51:54.007873 [ 260 ] {c9b78156-f83c-42fe-a25d-dfc68c446109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6770 | 2024.12.21 00:51:54.007928 [ 260 ] {c9b78156-f83c-42fe-a25d-dfc68c446109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6771 | 2024.12.21 00:51:54.008553 [ 260 ] {c9b78156-f83c-42fe-a25d-dfc68c446109} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6772 | 2024.12.21 00:51:54.008594 [ 260 ] {c9b78156-f83c-42fe-a25d-dfc68c446109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6773 | 2024.12.21 00:51:54.009000 [ 260 ] {c9b78156-f83c-42fe-a25d-dfc68c446109} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6774 | 2024.12.21 00:51:54.009265 [ 260 ] {c9b78156-f83c-42fe-a25d-dfc68c446109} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6775 | 2024.12.21 00:51:54.009413 [ 141 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6776 | 2024.12.21 00:51:54.009451 [ 141 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6777 | 2024.12.21 00:51:54.009469 [ 260 ] {c9b78156-f83c-42fe-a25d-dfc68c446109} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001625 sec., 11692.307692307693 rows/sec., 835.94 KiB/sec. | ||
| 6778 | 2024.12.21 00:51:54.009478 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6779 | 2024.12.21 00:51:54.009589 [ 260 ] {c9b78156-f83c-42fe-a25d-dfc68c446109} <Debug> TCPHandler: Processed in 0.001905286 sec. | ||
| 6780 | 2024.12.21 00:51:54.009861 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6781 | 2024.12.21 00:51:54.009873 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 6782 | 2024.12.21 00:51:54.010352 [ 263 ] {82485add-db26-4e63-b911-36f4fb9834b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6783 | 2024.12.21 00:51:54.010412 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6784 | 2024.12.21 00:51:54.010539 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 64 rows starting from the beginning of the part | ||
| 6785 | 2024.12.21 00:51:54.010549 [ 263 ] {82485add-db26-4e63-b911-36f4fb9834b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6786 | 2024.12.21 00:51:54.010916 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 23 rows starting from the beginning of the part | ||
| 6787 | 2024.12.21 00:51:54.011360 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part | ||
| 6788 | 2024.12.21 00:51:54.011594 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 19 rows starting from the beginning of the part | ||
| 6789 | 2024.12.21 00:51:54.011952 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 29 rows starting from the beginning of the part | ||
| 6790 | 2024.12.21 00:51:54.012352 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 19 rows starting from the beginning of the part | ||
| 6791 | 2024.12.21 00:51:54.014064 [ 263 ] {82485add-db26-4e63-b911-36f4fb9834b6} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6792 | 2024.12.21 00:51:54.014144 [ 263 ] {82485add-db26-4e63-b911-36f4fb9834b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6793 | 2024.12.21 00:51:54.015311 [ 263 ] {82485add-db26-4e63-b911-36f4fb9834b6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6794 | 2024.12.21 00:51:54.015490 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005902099 sec., 30667.05590672064 rows/sec., 2.30 MiB/sec. | ||
| 6795 | 2024.12.21 00:51:54.015687 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6796 | 2024.12.21 00:51:54.015848 [ 263 ] {82485add-db26-4e63-b911-36f4fb9834b6} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6797 | 2024.12.21 00:51:54.016325 [ 263 ] {82485add-db26-4e63-b911-36f4fb9834b6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00617 sec., 2269.0437601296594 rows/sec., 158.91 KiB/sec. | ||
| 6798 | 2024.12.21 00:51:54.016340 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_41_8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6799 | 2024.12.21 00:51:54.016524 [ 263 ] {82485add-db26-4e63-b911-36f4fb9834b6} <Debug> TCPHandler: Processed in 0.006802376 sec. | ||
| 6800 | 2024.12.21 00:51:54.016561 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_41_8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6801 | 2024.12.21 00:51:54.016708 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6802 | 2024.12.21 00:51:54.016741 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6803 | 2024.12.21 00:51:54.016885 [ 260 ] {db44ae58-904a-461f-a142-ca974174e1f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6804 | 2024.12.21 00:51:54.016943 [ 260 ] {db44ae58-904a-461f-a142-ca974174e1f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6805 | 2024.12.21 00:51:54.017580 [ 260 ] {db44ae58-904a-461f-a142-ca974174e1f7} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6806 | 2024.12.21 00:51:54.017619 [ 260 ] {db44ae58-904a-461f-a142-ca974174e1f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6807 | 2024.12.21 00:51:54.018007 [ 260 ] {db44ae58-904a-461f-a142-ca974174e1f7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6808 | 2024.12.21 00:51:54.018255 [ 260 ] {db44ae58-904a-461f-a142-ca974174e1f7} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6809 | 2024.12.21 00:51:54.018440 [ 260 ] {db44ae58-904a-461f-a142-ca974174e1f7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec. | ||
| 6810 | 2024.12.21 00:51:54.018494 [ 260 ] {db44ae58-904a-461f-a142-ca974174e1f7} <Debug> TCPHandler: Processed in 0.001854435 sec. | ||
| 6811 | 2024.12.21 00:51:54.018720 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6812 | 2024.12.21 00:51:54.018876 [ 263 ] {9c228d0a-5fd5-49a5-affe-9b711a03f182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6813 | 2024.12.21 00:51:54.018943 [ 263 ] {9c228d0a-5fd5-49a5-affe-9b711a03f182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6814 | 2024.12.21 00:51:54.019753 [ 263 ] {9c228d0a-5fd5-49a5-affe-9b711a03f182} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6815 | 2024.12.21 00:51:54.019797 [ 263 ] {9c228d0a-5fd5-49a5-affe-9b711a03f182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6816 | 2024.12.21 00:51:54.020217 [ 263 ] {9c228d0a-5fd5-49a5-affe-9b711a03f182} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6817 | 2024.12.21 00:51:54.020460 [ 263 ] {9c228d0a-5fd5-49a5-affe-9b711a03f182} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6818 | 2024.12.21 00:51:54.020691 [ 263 ] {9c228d0a-5fd5-49a5-affe-9b711a03f182} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001858 sec., 212055.97416576964 rows/sec., 15.05 MiB/sec. | ||
| 6819 | 2024.12.21 00:51:54.020759 [ 263 ] {9c228d0a-5fd5-49a5-affe-9b711a03f182} <Debug> TCPHandler: Processed in 0.00215436 sec. | ||
| 6820 | 2024.12.21 00:51:54.020900 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6821 | 2024.12.21 00:51:54.021021 [ 260 ] {9fc7f4dc-ffec-41cd-a8aa-747dd9336498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6822 | 2024.12.21 00:51:54.021075 [ 260 ] {9fc7f4dc-ffec-41cd-a8aa-747dd9336498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6823 | 2024.12.21 00:51:54.021574 [ 260 ] {9fc7f4dc-ffec-41cd-a8aa-747dd9336498} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6824 | 2024.12.21 00:51:54.021611 [ 260 ] {9fc7f4dc-ffec-41cd-a8aa-747dd9336498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6825 | 2024.12.21 00:51:54.021979 [ 260 ] {9fc7f4dc-ffec-41cd-a8aa-747dd9336498} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6826 | 2024.12.21 00:51:54.022227 [ 260 ] {9fc7f4dc-ffec-41cd-a8aa-747dd9336498} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6827 | 2024.12.21 00:51:54.022425 [ 260 ] {9fc7f4dc-ffec-41cd-a8aa-747dd9336498} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec. | ||
| 6828 | 2024.12.21 00:51:54.022551 [ 260 ] {9fc7f4dc-ffec-41cd-a8aa-747dd9336498} <Debug> TCPHandler: Processed in 0.001705062 sec. | ||
| 6829 | 2024.12.21 00:51:54.022721 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6830 | 2024.12.21 00:51:54.022849 [ 263 ] {a2511f36-4fa7-49f6-af39-62ae3cd96f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6831 | 2024.12.21 00:51:54.022908 [ 263 ] {a2511f36-4fa7-49f6-af39-62ae3cd96f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6832 | 2024.12.21 00:51:54.023613 [ 263 ] {a2511f36-4fa7-49f6-af39-62ae3cd96f89} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6833 | 2024.12.21 00:51:54.023662 [ 263 ] {a2511f36-4fa7-49f6-af39-62ae3cd96f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6834 | 2024.12.21 00:51:54.024110 [ 263 ] {a2511f36-4fa7-49f6-af39-62ae3cd96f89} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6835 | 2024.12.21 00:51:54.024351 [ 263 ] {a2511f36-4fa7-49f6-af39-62ae3cd96f89} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6836 | 2024.12.21 00:51:54.024578 [ 263 ] {a2511f36-4fa7-49f6-af39-62ae3cd96f89} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001759 sec., 134735.64525298466 rows/sec., 9.03 MiB/sec. | ||
| 6837 | 2024.12.21 00:51:54.024649 [ 263 ] {a2511f36-4fa7-49f6-af39-62ae3cd96f89} <Debug> TCPHandler: Processed in 0.001989917 sec. | ||
| 6838 | 2024.12.21 00:51:54.024793 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6839 | 2024.12.21 00:51:54.024921 [ 260 ] {a04e2816-32dd-49d9-b6e3-e16045c95228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6840 | 2024.12.21 00:51:54.024975 [ 260 ] {a04e2816-32dd-49d9-b6e3-e16045c95228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6841 | 2024.12.21 00:51:54.025454 [ 260 ] {a04e2816-32dd-49d9-b6e3-e16045c95228} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6842 | 2024.12.21 00:51:54.025491 [ 260 ] {a04e2816-32dd-49d9-b6e3-e16045c95228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6843 | 2024.12.21 00:51:54.025870 [ 260 ] {a04e2816-32dd-49d9-b6e3-e16045c95228} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6844 | 2024.12.21 00:51:54.026108 [ 260 ] {a04e2816-32dd-49d9-b6e3-e16045c95228} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6845 | 2024.12.21 00:51:54.026317 [ 260 ] {a04e2816-32dd-49d9-b6e3-e16045c95228} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 47.55 KiB/sec. | ||
| 6846 | 2024.12.21 00:51:54.026509 [ 260 ] {a04e2816-32dd-49d9-b6e3-e16045c95228} <Debug> TCPHandler: Processed in 0.001771743 sec. | ||
| 6847 | 2024.12.21 00:51:54.026711 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6848 | 2024.12.21 00:51:54.026835 [ 263 ] {13e9e1a9-058c-416f-a8c3-33a8552461c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6849 | 2024.12.21 00:51:54.026922 [ 263 ] {13e9e1a9-058c-416f-a8c3-33a8552461c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6850 | 2024.12.21 00:51:54.028198 [ 263 ] {13e9e1a9-058c-416f-a8c3-33a8552461c0} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6851 | 2024.12.21 00:51:54.028239 [ 263 ] {13e9e1a9-058c-416f-a8c3-33a8552461c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6852 | 2024.12.21 00:51:54.028868 [ 263 ] {13e9e1a9-058c-416f-a8c3-33a8552461c0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6853 | 2024.12.21 00:51:54.029141 [ 263 ] {13e9e1a9-058c-416f-a8c3-33a8552461c0} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6854 | 2024.12.21 00:51:54.029331 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6855 | 2024.12.21 00:51:54.029407 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6856 | 2024.12.21 00:51:54.029446 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6857 | 2024.12.21 00:51:54.029467 [ 263 ] {13e9e1a9-058c-416f-a8c3-33a8552461c0} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002655 sec., 4519.774011299435 rows/sec., 8.10 MiB/sec. | ||
| 6858 | 2024.12.21 00:51:54.029706 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 6859 | 2024.12.21 00:51:54.029779 [ 263 ] {13e9e1a9-058c-416f-a8c3-33a8552461c0} <Debug> TCPHandler: Processed in 0.003163938 sec. | ||
| 6860 | 2024.12.21 00:51:54.029992 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6861 | 2024.12.21 00:51:54.030090 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6862 | 2024.12.21 00:51:54.030253 [ 260 ] {d2e21921-465c-4e2f-afc4-838433f03ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6863 | 2024.12.21 00:51:54.030263 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 705 rows starting from the beginning of the part | ||
| 6864 | 2024.12.21 00:51:54.030357 [ 260 ] {d2e21921-465c-4e2f-afc4-838433f03ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6865 | 2024.12.21 00:51:54.031114 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 12 rows starting from the beginning of the part | ||
| 6866 | 2024.12.21 00:51:54.031700 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part | ||
| 6867 | 2024.12.21 00:51:54.032421 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 12 rows starting from the beginning of the part | ||
| 6868 | 2024.12.21 00:51:54.032942 [ 260 ] {d2e21921-465c-4e2f-afc4-838433f03ee5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6869 | 2024.12.21 00:51:54.033057 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 27 rows starting from the beginning of the part | ||
| 6870 | 2024.12.21 00:51:54.033062 [ 260 ] {d2e21921-465c-4e2f-afc4-838433f03ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6871 | 2024.12.21 00:51:54.033662 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 12 rows starting from the beginning of the part | ||
| 6872 | 2024.12.21 00:51:54.034649 [ 260 ] {d2e21921-465c-4e2f-afc4-838433f03ee5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6873 | 2024.12.21 00:51:54.035166 [ 260 ] {d2e21921-465c-4e2f-afc4-838433f03ee5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6874 | 2024.12.21 00:51:54.035720 [ 260 ] {d2e21921-465c-4e2f-afc4-838433f03ee5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005555 sec., 14761.476147614761 rows/sec., 960.04 KiB/sec. | ||
| 6875 | 2024.12.21 00:51:54.035815 [ 260 ] {d2e21921-465c-4e2f-afc4-838433f03ee5} <Debug> TCPHandler: Processed in 0.00593572 sec. | ||
| 6876 | 2024.12.21 00:51:54.042808 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 795 rows, containing 19 columns (19 merged, 0 gathered) in 0.013265926 sec., 59927.96884288364 rows/sec., 107.39 MiB/sec. | ||
| 6877 | 2024.12.21 00:51:54.043892 [ 188 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6878 | 2024.12.21 00:51:54.044283 [ 188 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6879 | 2024.12.21 00:51:54.044360 [ 188 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6880 | 2024.12.21 00:51:54.044473 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. | ||
| 6881 | 2024.12.21 00:51:57.277532 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6882 | 2024.12.21 00:51:57.277587 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6883 | 2024.12.21 00:51:57.464360 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6884 | 2024.12.21 00:51:57.465045 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6885 | 2024.12.21 00:51:57.465086 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6886 | 2024.12.21 00:51:57.465625 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6887 | 2024.12.21 00:51:57.465880 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6888 | 2024.12.21 00:51:57.466109 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6889 | 2024.12.21 00:51:58.507842 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6890 | 2024.12.21 00:51:58.528921 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6891 | 2024.12.21 00:51:58.528980 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6892 | 2024.12.21 00:51:58.536590 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6893 | 2024.12.21 00:51:58.537365 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6894 | 2024.12.21 00:51:58.540209 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6895 | 2024.12.21 00:51:58.998289 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6896 | 2024.12.21 00:51:58.998554 [ 260 ] {786f9727-8fe5-48d3-84f1-d7ce2813b862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6897 | 2024.12.21 00:51:58.998655 [ 260 ] {786f9727-8fe5-48d3-84f1-d7ce2813b862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6898 | 2024.12.21 00:51:58.999748 [ 260 ] {786f9727-8fe5-48d3-84f1-d7ce2813b862} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6899 | 2024.12.21 00:51:58.999800 [ 260 ] {786f9727-8fe5-48d3-84f1-d7ce2813b862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6900 | 2024.12.21 00:51:59.000523 [ 260 ] {786f9727-8fe5-48d3-84f1-d7ce2813b862} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6901 | 2024.12.21 00:51:59.000792 [ 260 ] {786f9727-8fe5-48d3-84f1-d7ce2813b862} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6902 | 2024.12.21 00:51:59.001009 [ 260 ] {786f9727-8fe5-48d3-84f1-d7ce2813b862} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.00251 sec., 43824.701195219124 rows/sec., 3.67 MiB/sec. | ||
| 6903 | 2024.12.21 00:51:59.001077 [ 260 ] {786f9727-8fe5-48d3-84f1-d7ce2813b862} <Debug> TCPHandler: Processed in 0.002924174 sec. | ||
| 6904 | 2024.12.21 00:51:59.001354 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6905 | 2024.12.21 00:51:59.001546 [ 263 ] {3761d897-06b5-40b0-bd77-1c5d35f3f1ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6906 | 2024.12.21 00:51:59.001626 [ 263 ] {3761d897-06b5-40b0-bd77-1c5d35f3f1ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6907 | 2024.12.21 00:51:59.002524 [ 263 ] {3761d897-06b5-40b0-bd77-1c5d35f3f1ab} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6908 | 2024.12.21 00:51:59.002576 [ 263 ] {3761d897-06b5-40b0-bd77-1c5d35f3f1ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6909 | 2024.12.21 00:51:59.003076 [ 263 ] {3761d897-06b5-40b0-bd77-1c5d35f3f1ab} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6910 | 2024.12.21 00:51:59.003370 [ 263 ] {3761d897-06b5-40b0-bd77-1c5d35f3f1ab} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6911 | 2024.12.21 00:51:59.003663 [ 263 ] {3761d897-06b5-40b0-bd77-1c5d35f3f1ab} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002168 sec., 12453.87453874539 rows/sec., 936.47 KiB/sec. | ||
| 6912 | 2024.12.21 00:51:59.003754 [ 263 ] {3761d897-06b5-40b0-bd77-1c5d35f3f1ab} <Debug> TCPHandler: Processed in 0.002537017 sec. | ||
| 6913 | 2024.12.21 00:51:59.003948 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6914 | 2024.12.21 00:51:59.004083 [ 260 ] {f8254505-8530-40b3-9ac2-f3d587641f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6915 | 2024.12.21 00:51:59.004145 [ 260 ] {f8254505-8530-40b3-9ac2-f3d587641f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6916 | 2024.12.21 00:51:59.004848 [ 260 ] {f8254505-8530-40b3-9ac2-f3d587641f61} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6917 | 2024.12.21 00:51:59.004893 [ 260 ] {f8254505-8530-40b3-9ac2-f3d587641f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6918 | 2024.12.21 00:51:59.005282 [ 260 ] {f8254505-8530-40b3-9ac2-f3d587641f61} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6919 | 2024.12.21 00:51:59.005550 [ 260 ] {f8254505-8530-40b3-9ac2-f3d587641f61} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6920 | 2024.12.21 00:51:59.005739 [ 260 ] {f8254505-8530-40b3-9ac2-f3d587641f61} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001689 sec., 53878.03433984606 rows/sec., 4.21 MiB/sec. | ||
| 6921 | 2024.12.21 00:51:59.005802 [ 260 ] {f8254505-8530-40b3-9ac2-f3d587641f61} <Debug> TCPHandler: Processed in 0.001913256 sec. | ||
| 6922 | 2024.12.21 00:51:59.005981 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6923 | 2024.12.21 00:51:59.006125 [ 263 ] {bc2f3ade-9fd6-4c99-8e1b-e719abd93d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6924 | 2024.12.21 00:51:59.006194 [ 263 ] {bc2f3ade-9fd6-4c99-8e1b-e719abd93d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6925 | 2024.12.21 00:51:59.006888 [ 263 ] {bc2f3ade-9fd6-4c99-8e1b-e719abd93d6a} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6926 | 2024.12.21 00:51:59.006934 [ 263 ] {bc2f3ade-9fd6-4c99-8e1b-e719abd93d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6927 | 2024.12.21 00:51:59.007434 [ 263 ] {bc2f3ade-9fd6-4c99-8e1b-e719abd93d6a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6928 | 2024.12.21 00:51:59.007756 [ 263 ] {bc2f3ade-9fd6-4c99-8e1b-e719abd93d6a} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6929 | 2024.12.21 00:51:59.008022 [ 263 ] {bc2f3ade-9fd6-4c99-8e1b-e719abd93d6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00193 sec., 82901.55440414508 rows/sec., 5.77 MiB/sec. | ||
| 6930 | 2024.12.21 00:51:59.008103 [ 263 ] {bc2f3ade-9fd6-4c99-8e1b-e719abd93d6a} <Debug> TCPHandler: Processed in 0.0021868 sec. | ||
| 6931 | 2024.12.21 00:51:59.008301 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6932 | 2024.12.21 00:51:59.008431 [ 260 ] {ed35edfc-aa16-431b-9cc9-10def2948672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6933 | 2024.12.21 00:51:59.008515 [ 260 ] {ed35edfc-aa16-431b-9cc9-10def2948672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6934 | 2024.12.21 00:51:59.009727 [ 260 ] {ed35edfc-aa16-431b-9cc9-10def2948672} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6935 | 2024.12.21 00:51:59.009768 [ 260 ] {ed35edfc-aa16-431b-9cc9-10def2948672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6936 | 2024.12.21 00:51:59.010434 [ 260 ] {ed35edfc-aa16-431b-9cc9-10def2948672} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6937 | 2024.12.21 00:51:59.010733 [ 260 ] {ed35edfc-aa16-431b-9cc9-10def2948672} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6938 | 2024.12.21 00:51:59.010994 [ 260 ] {ed35edfc-aa16-431b-9cc9-10def2948672} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002591 sec., 10420.686993438827 rows/sec., 18.67 MiB/sec. | ||
| 6939 | 2024.12.21 00:51:59.011589 [ 260 ] {ed35edfc-aa16-431b-9cc9-10def2948672} <Debug> TCPHandler: Processed in 0.003344792 sec. | ||
| 6940 | 2024.12.21 00:51:59.011780 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6941 | 2024.12.21 00:51:59.011919 [ 263 ] {e267165c-4fb1-4732-ae40-af6330770ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6942 | 2024.12.21 00:51:59.011977 [ 263 ] {e267165c-4fb1-4732-ae40-af6330770ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6943 | 2024.12.21 00:51:59.012541 [ 263 ] {e267165c-4fb1-4732-ae40-af6330770ab3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6944 | 2024.12.21 00:51:59.012590 [ 263 ] {e267165c-4fb1-4732-ae40-af6330770ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6945 | 2024.12.21 00:51:59.013034 [ 263 ] {e267165c-4fb1-4732-ae40-af6330770ab3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6946 | 2024.12.21 00:51:59.013305 [ 263 ] {e267165c-4fb1-4732-ae40-af6330770ab3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6947 | 2024.12.21 00:51:59.013550 [ 263 ] {e267165c-4fb1-4732-ae40-af6330770ab3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001665 sec., 36036.036036036036 rows/sec., 2.43 MiB/sec. | ||
| 6948 | 2024.12.21 00:51:59.013624 [ 263 ] {e267165c-4fb1-4732-ae40-af6330770ab3} <Debug> TCPHandler: Processed in 0.001909155 sec. | ||
| 6949 | 2024.12.21 00:52:02.526762 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 984 | ||
| 6950 | 2024.12.21 00:52:02.530020 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6951 | 2024.12.21 00:52:02.530069 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6952 | 2024.12.21 00:52:02.531621 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6953 | 2024.12.21 00:52:02.531938 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6954 | 2024.12.21 00:52:02.533137 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 984 | ||
| 6955 | 2024.12.21 00:52:02.773440 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6956 | 2024.12.21 00:52:02.773755 [ 260 ] {41b1a8a9-5749-4672-906c-5a3bfce40516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6957 | 2024.12.21 00:52:02.773839 [ 260 ] {41b1a8a9-5749-4672-906c-5a3bfce40516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6958 | 2024.12.21 00:52:02.774686 [ 260 ] {41b1a8a9-5749-4672-906c-5a3bfce40516} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6959 | 2024.12.21 00:52:02.774739 [ 260 ] {41b1a8a9-5749-4672-906c-5a3bfce40516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6960 | 2024.12.21 00:52:02.775186 [ 260 ] {41b1a8a9-5749-4672-906c-5a3bfce40516} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6961 | 2024.12.21 00:52:02.775460 [ 260 ] {41b1a8a9-5749-4672-906c-5a3bfce40516} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6962 | 2024.12.21 00:52:02.775678 [ 131 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6963 | 2024.12.21 00:52:02.775747 [ 260 ] {41b1a8a9-5749-4672-906c-5a3bfce40516} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002047 sec., 6839.276990718124 rows/sec., 492.34 KiB/sec. | ||
| 6964 | 2024.12.21 00:52:02.775803 [ 131 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6965 | 2024.12.21 00:52:02.775954 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6966 | 2024.12.21 00:52:02.775974 [ 260 ] {41b1a8a9-5749-4672-906c-5a3bfce40516} <Debug> TCPHandler: Processed in 0.00268253 sec. | ||
| 6967 | 2024.12.21 00:52:02.776314 [ 190 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 6968 | 2024.12.21 00:52:02.776359 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6969 | 2024.12.21 00:52:02.776668 [ 190 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6970 | 2024.12.21 00:52:02.776696 [ 263 ] {5a33629d-29fb-4560-9667-12de53d69165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6971 | 2024.12.21 00:52:02.776738 [ 190 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 6972 | 2024.12.21 00:52:02.776817 [ 263 ] {5a33629d-29fb-4560-9667-12de53d69165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6973 | 2024.12.21 00:52:02.776981 [ 190 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 6974 | 2024.12.21 00:52:02.777314 [ 190 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 6975 | 2024.12.21 00:52:02.777612 [ 190 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 6976 | 2024.12.21 00:52:02.777953 [ 190 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 6977 | 2024.12.21 00:52:02.779607 [ 263 ] {5a33629d-29fb-4560-9667-12de53d69165} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6978 | 2024.12.21 00:52:02.779690 [ 263 ] {5a33629d-29fb-4560-9667-12de53d69165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6979 | 2024.12.21 00:52:02.780456 [ 190 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004369611 sec., 16019.732648970356 rows/sec., 1.19 MiB/sec. | ||
| 6980 | 2024.12.21 00:52:02.780732 [ 263 ] {5a33629d-29fb-4560-9667-12de53d69165} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6981 | 2024.12.21 00:52:02.780746 [ 199 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6982 | 2024.12.21 00:52:02.781181 [ 263 ] {5a33629d-29fb-4560-9667-12de53d69165} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6983 | 2024.12.21 00:52:02.781327 [ 199 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_21_5} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6984 | 2024.12.21 00:52:02.781601 [ 199 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_21_5} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6985 | 2024.12.21 00:52:02.781622 [ 263 ] {5a33629d-29fb-4560-9667-12de53d69165} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.005029 sec., 1193.0801352157487 rows/sec., 97.29 KiB/sec. | ||
| 6986 | 2024.12.21 00:52:02.781870 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6987 | 2024.12.21 00:52:02.781872 [ 263 ] {5a33629d-29fb-4560-9667-12de53d69165} <Debug> TCPHandler: Processed in 0.005714706 sec. | ||
| 6988 | 2024.12.21 00:52:02.782078 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6989 | 2024.12.21 00:52:02.782222 [ 260 ] {6fdbbb4e-2e22-447e-8abf-5bf445774c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6990 | 2024.12.21 00:52:02.782287 [ 260 ] {6fdbbb4e-2e22-447e-8abf-5bf445774c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6991 | 2024.12.21 00:52:02.783576 [ 260 ] {6fdbbb4e-2e22-447e-8abf-5bf445774c1f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6992 | 2024.12.21 00:52:02.783620 [ 260 ] {6fdbbb4e-2e22-447e-8abf-5bf445774c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6993 | 2024.12.21 00:52:02.784119 [ 260 ] {6fdbbb4e-2e22-447e-8abf-5bf445774c1f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6994 | 2024.12.21 00:52:02.784377 [ 260 ] {6fdbbb4e-2e22-447e-8abf-5bf445774c1f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6995 | 2024.12.21 00:52:02.784552 [ 131 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6996 | 2024.12.21 00:52:02.784607 [ 131 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6997 | 2024.12.21 00:52:02.784632 [ 260 ] {6fdbbb4e-2e22-447e-8abf-5bf445774c1f} <Debug> executeQuery: Read 1370 rows, 116.66 KiB in 0.002442 sec., 561015.561015561 rows/sec., 46.65 MiB/sec. | ||
| 6998 | 2024.12.21 00:52:02.784646 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6999 | 2024.12.21 00:52:02.784798 [ 260 ] {6fdbbb4e-2e22-447e-8abf-5bf445774c1f} <Debug> TCPHandler: Processed in 0.002779822 sec. | ||
| 7000 | 2024.12.21 00:52:02.784874 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 7001 | 2024.12.21 00:52:02.785042 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7002 | 2024.12.21 00:52:02.785054 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7003 | 2024.12.21 00:52:02.785123 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1432 rows starting from the beginning of the part | ||
| 7004 | 2024.12.21 00:52:02.785394 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 227 rows starting from the beginning of the part | ||
| 7005 | 2024.12.21 00:52:02.785433 [ 263 ] {40bca4d9-7cd0-4256-9484-688e8b40d816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7006 | 2024.12.21 00:52:02.785634 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 111 rows starting from the beginning of the part | ||
| 7007 | 2024.12.21 00:52:02.785697 [ 263 ] {40bca4d9-7cd0-4256-9484-688e8b40d816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7008 | 2024.12.21 00:52:02.785877 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 227 rows starting from the beginning of the part | ||
| 7009 | 2024.12.21 00:52:02.786202 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 110 rows starting from the beginning of the part | ||
| 7010 | 2024.12.21 00:52:02.786484 [ 187 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1370 rows starting from the beginning of the part | ||
| 7011 | 2024.12.21 00:52:02.788116 [ 263 ] {40bca4d9-7cd0-4256-9484-688e8b40d816} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7012 | 2024.12.21 00:52:02.788195 [ 263 ] {40bca4d9-7cd0-4256-9484-688e8b40d816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7013 | 2024.12.21 00:52:02.789188 [ 263 ] {40bca4d9-7cd0-4256-9484-688e8b40d816} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7014 | 2024.12.21 00:52:02.789472 [ 263 ] {40bca4d9-7cd0-4256-9484-688e8b40d816} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7015 | 2024.12.21 00:52:02.789744 [ 263 ] {40bca4d9-7cd0-4256-9484-688e8b40d816} <Debug> executeQuery: Read 25 rows, 1.78 KiB in 0.004543 sec., 5502.97160466652 rows/sec., 391.23 KiB/sec. | ||
| 7016 | 2024.12.21 00:52:02.789931 [ 263 ] {40bca4d9-7cd0-4256-9484-688e8b40d816} <Debug> TCPHandler: Processed in 0.004986042 sec. | ||
| 7017 | 2024.12.21 00:52:02.790312 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7018 | 2024.12.21 00:52:02.790319 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3477 rows, containing 5 columns (5 merged, 0 gathered) in 0.005555313 sec., 625887.3262406636 rows/sec., 54.87 MiB/sec. | ||
| 7019 | 2024.12.21 00:52:02.790472 [ 260 ] {d1821b0e-a060-46de-becd-0a433e1c0e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7020 | 2024.12.21 00:52:02.790552 [ 260 ] {d1821b0e-a060-46de-becd-0a433e1c0e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7021 | 2024.12.21 00:52:02.790635 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7022 | 2024.12.21 00:52:02.791310 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_51_10} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7023 | 2024.12.21 00:52:02.791472 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_51_10} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7024 | 2024.12.21 00:52:02.791612 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 7025 | 2024.12.21 00:52:02.791895 [ 260 ] {d1821b0e-a060-46de-becd-0a433e1c0e12} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7026 | 2024.12.21 00:52:02.791940 [ 260 ] {d1821b0e-a060-46de-becd-0a433e1c0e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7027 | 2024.12.21 00:52:02.792321 [ 260 ] {d1821b0e-a060-46de-becd-0a433e1c0e12} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7028 | 2024.12.21 00:52:02.792572 [ 260 ] {d1821b0e-a060-46de-becd-0a433e1c0e12} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7029 | 2024.12.21 00:52:02.792747 [ 131 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7030 | 2024.12.21 00:52:02.792799 [ 131 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7031 | 2024.12.21 00:52:02.792821 [ 260 ] {d1821b0e-a060-46de-becd-0a433e1c0e12} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002377 sec., 101809.0029448885 rows/sec., 6.90 MiB/sec. | ||
| 7032 | 2024.12.21 00:52:02.792837 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7033 | 2024.12.21 00:52:02.793002 [ 260 ] {d1821b0e-a060-46de-becd-0a433e1c0e12} <Debug> TCPHandler: Processed in 0.002886224 sec. | ||
| 7034 | 2024.12.21 00:52:02.793084 [ 199 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 7035 | 2024.12.21 00:52:02.793230 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7036 | 2024.12.21 00:52:02.793246 [ 199 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7037 | 2024.12.21 00:52:02.793301 [ 199 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part | ||
| 7038 | 2024.12.21 00:52:02.793473 [ 263 ] {74f619c1-2fd7-4eff-b28b-c27cdaac3a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7039 | 2024.12.21 00:52:02.793606 [ 199 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 7040 | 2024.12.21 00:52:02.793628 [ 263 ] {74f619c1-2fd7-4eff-b28b-c27cdaac3a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7041 | 2024.12.21 00:52:02.794027 [ 199 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part | ||
| 7042 | 2024.12.21 00:52:02.794340 [ 199 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 7043 | 2024.12.21 00:52:02.794723 [ 199 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 7044 | 2024.12.21 00:52:02.795095 [ 199 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part | ||
| 7045 | 2024.12.21 00:52:02.796371 [ 263 ] {74f619c1-2fd7-4eff-b28b-c27cdaac3a0a} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7046 | 2024.12.21 00:52:02.796451 [ 263 ] {74f619c1-2fd7-4eff-b28b-c27cdaac3a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7047 | 2024.12.21 00:52:02.797539 [ 263 ] {74f619c1-2fd7-4eff-b28b-c27cdaac3a0a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7048 | 2024.12.21 00:52:02.798065 [ 263 ] {74f619c1-2fd7-4eff-b28b-c27cdaac3a0a} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7049 | 2024.12.21 00:52:02.798070 [ 199 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005119655 sec., 150205.43376457985 rows/sec., 10.75 MiB/sec. | ||
| 7050 | 2024.12.21 00:52:02.798316 [ 131 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7051 | 2024.12.21 00:52:02.798315 [ 199 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7052 | 2024.12.21 00:52:02.798405 [ 131 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7053 | 2024.12.21 00:52:02.798503 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7054 | 2024.12.21 00:52:02.798671 [ 263 ] {74f619c1-2fd7-4eff-b28b-c27cdaac3a0a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005262 sec., 2470.543519574306 rows/sec., 154.04 KiB/sec. | ||
| 7055 | 2024.12.21 00:52:02.798957 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 7056 | 2024.12.21 00:52:02.799123 [ 263 ] {74f619c1-2fd7-4eff-b28b-c27cdaac3a0a} <Debug> TCPHandler: Processed in 0.005990231 sec. | ||
| 7057 | 2024.12.21 00:52:02.799409 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7058 | 2024.12.21 00:52:02.799506 [ 199 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_21_4} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7059 | 2024.12.21 00:52:02.799571 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7060 | 2024.12.21 00:52:02.799724 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 7061 | 2024.12.21 00:52:02.799788 [ 260 ] {5d2e42b9-f144-4ace-a283-7186020c2441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7062 | 2024.12.21 00:52:02.799901 [ 199 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_21_4} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7063 | 2024.12.21 00:52:02.799957 [ 260 ] {5d2e42b9-f144-4ace-a283-7186020c2441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7064 | 2024.12.21 00:52:02.800299 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7065 | 2024.12.21 00:52:02.800546 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 7066 | 2024.12.21 00:52:02.801105 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 7067 | 2024.12.21 00:52:02.801534 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 7068 | 2024.12.21 00:52:02.801926 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 7069 | 2024.12.21 00:52:02.803634 [ 260 ] {5d2e42b9-f144-4ace-a283-7186020c2441} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7070 | 2024.12.21 00:52:02.803727 [ 260 ] {5d2e42b9-f144-4ace-a283-7186020c2441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7071 | 2024.12.21 00:52:02.804095 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005462792 sec., 11898.677452848287 rows/sec., 788.36 KiB/sec. | ||
| 7072 | 2024.12.21 00:52:02.804315 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7073 | 2024.12.21 00:52:02.804723 [ 260 ] {5d2e42b9-f144-4ace-a283-7186020c2441} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7074 | 2024.12.21 00:52:02.804884 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_21_5} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7075 | 2024.12.21 00:52:02.805080 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_21_5} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7076 | 2024.12.21 00:52:02.805261 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7077 | 2024.12.21 00:52:02.805278 [ 260 ] {5d2e42b9-f144-4ace-a283-7186020c2441} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7078 | 2024.12.21 00:52:02.805479 [ 131 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7079 | 2024.12.21 00:52:02.805541 [ 131 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7080 | 2024.12.21 00:52:02.805575 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7081 | 2024.12.21 00:52:02.805585 [ 260 ] {5d2e42b9-f144-4ace-a283-7186020c2441} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.005934 sec., 144253.45466801483 rows/sec., 10.44 MiB/sec. | ||
| 7082 | 2024.12.21 00:52:02.805900 [ 260 ] {5d2e42b9-f144-4ace-a283-7186020c2441} <Debug> TCPHandler: Processed in 0.006634073 sec. | ||
| 7083 | 2024.12.21 00:52:02.805936 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 7084 | 2024.12.21 00:52:02.806174 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7085 | 2024.12.21 00:52:02.806552 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7086 | 2024.12.21 00:52:02.806571 [ 263 ] {2b69a61c-19b1-4e6a-9432-82fd46258cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7087 | 2024.12.21 00:52:02.806685 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 7088 | 2024.12.21 00:52:02.806758 [ 263 ] {2b69a61c-19b1-4e6a-9432-82fd46258cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7089 | 2024.12.21 00:52:02.807291 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 394 rows starting from the beginning of the part | ||
| 7090 | 2024.12.21 00:52:02.807718 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 93 rows starting from the beginning of the part | ||
| 7091 | 2024.12.21 00:52:02.808075 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 394 rows starting from the beginning of the part | ||
| 7092 | 2024.12.21 00:52:02.808282 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 91 rows starting from the beginning of the part | ||
| 7093 | 2024.12.21 00:52:02.808498 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 856 rows starting from the beginning of the part | ||
| 7094 | 2024.12.21 00:52:02.809547 [ 263 ] {2b69a61c-19b1-4e6a-9432-82fd46258cc6} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7095 | 2024.12.21 00:52:02.809622 [ 263 ] {2b69a61c-19b1-4e6a-9432-82fd46258cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7096 | 2024.12.21 00:52:02.810639 [ 263 ] {2b69a61c-19b1-4e6a-9432-82fd46258cc6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7097 | 2024.12.21 00:52:02.811141 [ 263 ] {2b69a61c-19b1-4e6a-9432-82fd46258cc6} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7098 | 2024.12.21 00:52:02.811340 [ 131 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7099 | 2024.12.21 00:52:02.811410 [ 131 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7100 | 2024.12.21 00:52:02.811514 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7101 | 2024.12.21 00:52:02.811509 [ 263 ] {2b69a61c-19b1-4e6a-9432-82fd46258cc6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005013 sec., 1196.888090963495 rows/sec., 62.53 KiB/sec. | ||
| 7102 | 2024.12.21 00:52:02.812286 [ 186 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2741 rows, containing 5 columns (5 merged, 0 gathered) in 0.006626653 sec., 413632.6438097785 rows/sec., 31.56 MiB/sec. | ||
| 7103 | 2024.12.21 00:52:02.812409 [ 263 ] {2b69a61c-19b1-4e6a-9432-82fd46258cc6} <Debug> TCPHandler: Processed in 0.006376028 sec. | ||
| 7104 | 2024.12.21 00:52:02.812505 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 7105 | 2024.12.21 00:52:02.812793 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7106 | 2024.12.21 00:52:02.812808 [ 186 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7107 | 2024.12.21 00:52:02.812963 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7108 | 2024.12.21 00:52:02.813057 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 7109 | 2024.12.21 00:52:02.813217 [ 260 ] {7f4df800-565d-40d5-a9d9-3805df219433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7110 | 2024.12.21 00:52:02.813391 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 7111 | 2024.12.21 00:52:02.813476 [ 260 ] {7f4df800-565d-40d5-a9d9-3805df219433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7112 | 2024.12.21 00:52:02.813900 [ 186 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_51_10} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7113 | 2024.12.21 00:52:02.813916 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 7114 | 2024.12.21 00:52:02.814444 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 7115 | 2024.12.21 00:52:02.814514 [ 186 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_51_10} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7116 | 2024.12.21 00:52:02.814983 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 7117 | 2024.12.21 00:52:02.815099 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 7118 | 2024.12.21 00:52:02.815398 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 7119 | 2024.12.21 00:52:02.816748 [ 260 ] {7f4df800-565d-40d5-a9d9-3805df219433} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7120 | 2024.12.21 00:52:02.816820 [ 260 ] {7f4df800-565d-40d5-a9d9-3805df219433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7121 | 2024.12.21 00:52:02.817982 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.0059356 sec., 21227.845542152434 rows/sec., 1.08 MiB/sec. | ||
| 7122 | 2024.12.21 00:52:02.818112 [ 260 ] {7f4df800-565d-40d5-a9d9-3805df219433} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7123 | 2024.12.21 00:52:02.818140 [ 197 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7124 | 2024.12.21 00:52:02.818452 [ 260 ] {7f4df800-565d-40d5-a9d9-3805df219433} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7125 | 2024.12.21 00:52:02.818533 [ 197 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_21_4} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7126 | 2024.12.21 00:52:02.818719 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7127 | 2024.12.21 00:52:02.818796 [ 197 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_21_4} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7128 | 2024.12.21 00:52:02.818817 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7129 | 2024.12.21 00:52:02.818881 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7130 | 2024.12.21 00:52:02.818923 [ 260 ] {7f4df800-565d-40d5-a9d9-3805df219433} <Debug> executeQuery: Read 918 rows, 62.70 KiB in 0.005849 sec., 156949.90596683192 rows/sec., 10.47 MiB/sec. | ||
| 7131 | 2024.12.21 00:52:02.819157 [ 260 ] {7f4df800-565d-40d5-a9d9-3805df219433} <Debug> TCPHandler: Processed in 0.006549521 sec. | ||
| 7132 | 2024.12.21 00:52:02.819173 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7133 | 2024.12.21 00:52:02.819247 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 7134 | 2024.12.21 00:52:02.819361 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7135 | 2024.12.21 00:52:02.819404 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7136 | 2024.12.21 00:52:02.819447 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13920 rows starting from the beginning of the part | ||
| 7137 | 2024.12.21 00:52:02.819674 [ 263 ] {09d7407e-e991-426c-ba6d-e8814b19cdcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7138 | 2024.12.21 00:52:02.819729 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 7139 | 2024.12.21 00:52:02.819937 [ 263 ] {09d7407e-e991-426c-ba6d-e8814b19cdcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7140 | 2024.12.21 00:52:02.819989 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 161 rows starting from the beginning of the part | ||
| 7141 | 2024.12.21 00:52:02.820324 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 7142 | 2024.12.21 00:52:02.820625 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
| 7143 | 2024.12.21 00:52:02.820957 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 918 rows starting from the beginning of the part | ||
| 7144 | 2024.12.21 00:52:02.822349 [ 263 ] {09d7407e-e991-426c-ba6d-e8814b19cdcf} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7145 | 2024.12.21 00:52:02.822397 [ 263 ] {09d7407e-e991-426c-ba6d-e8814b19cdcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7146 | 2024.12.21 00:52:02.822952 [ 263 ] {09d7407e-e991-426c-ba6d-e8814b19cdcf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7147 | 2024.12.21 00:52:02.823416 [ 263 ] {09d7407e-e991-426c-ba6d-e8814b19cdcf} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7148 | 2024.12.21 00:52:02.823763 [ 131 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7149 | 2024.12.21 00:52:02.823855 [ 131 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7150 | 2024.12.21 00:52:02.823945 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7151 | 2024.12.21 00:52:02.824207 [ 263 ] {09d7407e-e991-426c-ba6d-e8814b19cdcf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004682 sec., 213.5839384878257 rows/sec., 14.39 KiB/sec. | ||
| 7152 | 2024.12.21 00:52:02.824496 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 7153 | 2024.12.21 00:52:02.824698 [ 263 ] {09d7407e-e991-426c-ba6d-e8814b19cdcf} <Debug> TCPHandler: Processed in 0.005420661 sec. | ||
| 7154 | 2024.12.21 00:52:02.825024 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7155 | 2024.12.21 00:52:02.825381 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7156 | 2024.12.21 00:52:02.825538 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 17 rows starting from the beginning of the part | ||
| 7157 | 2024.12.21 00:52:02.825631 [ 260 ] {3365f6c4-68e3-4f3f-881f-75eacc242663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7158 | 2024.12.21 00:52:02.825897 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 7159 | 2024.12.21 00:52:02.826113 [ 260 ] {3365f6c4-68e3-4f3f-881f-75eacc242663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7160 | 2024.12.21 00:52:02.826266 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 7161 | 2024.12.21 00:52:02.826867 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7162 | 2024.12.21 00:52:02.827347 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7163 | 2024.12.21 00:52:02.827980 [ 198 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7164 | 2024.12.21 00:52:02.830049 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15633 rows, containing 5 columns (5 merged, 0 gathered) in 0.010991674 sec., 1422258.3384478106 rows/sec., 96.06 MiB/sec. | ||
| 7165 | 2024.12.21 00:52:02.830957 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7166 | 2024.12.21 00:52:02.832284 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7167 | 2024.12.21 00:52:02.832858 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7168 | 2024.12.21 00:52:02.833322 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. | ||
| 7169 | 2024.12.21 00:52:02.834127 [ 260 ] {3365f6c4-68e3-4f3f-881f-75eacc242663} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7170 | 2024.12.21 00:52:02.834144 [ 192 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.010032786 sec., 2192.810650999633 rows/sec., 147.37 KiB/sec. | ||
| 7171 | 2024.12.21 00:52:02.834191 [ 260 ] {3365f6c4-68e3-4f3f-881f-75eacc242663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7172 | 2024.12.21 00:52:02.834377 [ 192 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7173 | 2024.12.21 00:52:02.835037 [ 192 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_21_4} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7174 | 2024.12.21 00:52:02.835257 [ 192 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_21_4} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7175 | 2024.12.21 00:52:02.835454 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7176 | 2024.12.21 00:52:02.835669 [ 260 ] {3365f6c4-68e3-4f3f-881f-75eacc242663} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7177 | 2024.12.21 00:52:02.835954 [ 260 ] {3365f6c4-68e3-4f3f-881f-75eacc242663} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7178 | 2024.12.21 00:52:02.836238 [ 260 ] {3365f6c4-68e3-4f3f-881f-75eacc242663} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.010831 sec., 1107.9309389714708 rows/sec., 1.99 MiB/sec. | ||
| 7179 | 2024.12.21 00:52:02.836625 [ 260 ] {3365f6c4-68e3-4f3f-881f-75eacc242663} <Debug> TCPHandler: Processed in 0.011783038 sec. | ||
| 7180 | 2024.12.21 00:52:02.836841 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7181 | 2024.12.21 00:52:02.836989 [ 263 ] {f5ba5b2d-7909-4054-bc50-59c1eccf9f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7182 | 2024.12.21 00:52:02.837052 [ 263 ] {f5ba5b2d-7909-4054-bc50-59c1eccf9f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7183 | 2024.12.21 00:52:02.837600 [ 263 ] {f5ba5b2d-7909-4054-bc50-59c1eccf9f5c} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7184 | 2024.12.21 00:52:02.837641 [ 263 ] {f5ba5b2d-7909-4054-bc50-59c1eccf9f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7185 | 2024.12.21 00:52:02.838032 [ 263 ] {f5ba5b2d-7909-4054-bc50-59c1eccf9f5c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7186 | 2024.12.21 00:52:02.838285 [ 263 ] {f5ba5b2d-7909-4054-bc50-59c1eccf9f5c} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7187 | 2024.12.21 00:52:02.838455 [ 131 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7188 | 2024.12.21 00:52:02.838520 [ 131 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7189 | 2024.12.21 00:52:02.838536 [ 263 ] {f5ba5b2d-7909-4054-bc50-59c1eccf9f5c} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.00157 sec., 42038.21656050955 rows/sec., 2.63 MiB/sec. | ||
| 7190 | 2024.12.21 00:52:02.838569 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7191 | 2024.12.21 00:52:02.838695 [ 263 ] {f5ba5b2d-7909-4054-bc50-59c1eccf9f5c} <Debug> TCPHandler: Processed in 0.001928866 sec. | ||
| 7192 | 2024.12.21 00:52:02.838877 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 7193 | 2024.12.21 00:52:02.839307 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7194 | 2024.12.21 00:52:02.839371 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2784 rows starting from the beginning of the part | ||
| 7195 | 2024.12.21 00:52:02.839460 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 7196 | 2024.12.21 00:52:02.839691 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 7197 | 2024.12.21 00:52:02.839868 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 7198 | 2024.12.21 00:52:02.840083 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 7199 | 2024.12.21 00:52:02.840227 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 66 rows starting from the beginning of the part | ||
| 7200 | 2024.12.21 00:52:02.841884 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3134 rows, containing 4 columns (4 merged, 0 gathered) in 0.003191299 sec., 982045.2423918912 rows/sec., 64.20 MiB/sec. | ||
| 7201 | 2024.12.21 00:52:02.842165 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7202 | 2024.12.21 00:52:02.842455 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_51_10} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7203 | 2024.12.21 00:52:02.842543 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_51_10} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7204 | 2024.12.21 00:52:02.842623 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7205 | 2024.12.21 00:52:03.992381 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7206 | 2024.12.21 00:52:03.992607 [ 260 ] {5e811892-cc5b-4646-97b5-5d99e41163e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7207 | 2024.12.21 00:52:03.992693 [ 260 ] {5e811892-cc5b-4646-97b5-5d99e41163e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7208 | 2024.12.21 00:52:03.993588 [ 260 ] {5e811892-cc5b-4646-97b5-5d99e41163e2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7209 | 2024.12.21 00:52:03.993643 [ 260 ] {5e811892-cc5b-4646-97b5-5d99e41163e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7210 | 2024.12.21 00:52:03.994083 [ 260 ] {5e811892-cc5b-4646-97b5-5d99e41163e2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7211 | 2024.12.21 00:52:03.994340 [ 260 ] {5e811892-cc5b-4646-97b5-5d99e41163e2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7212 | 2024.12.21 00:52:03.994605 [ 260 ] {5e811892-cc5b-4646-97b5-5d99e41163e2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00206 sec., 27184.466019417472 rows/sec., 2.08 MiB/sec. | ||
| 7213 | 2024.12.21 00:52:03.994672 [ 260 ] {5e811892-cc5b-4646-97b5-5d99e41163e2} <Debug> TCPHandler: Processed in 0.002439935 sec. | ||
| 7214 | 2024.12.21 00:52:03.994935 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7215 | 2024.12.21 00:52:03.995150 [ 263 ] {e2aa01dd-ec7c-4ceb-8134-26d7a02d7651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7216 | 2024.12.21 00:52:03.995233 [ 263 ] {e2aa01dd-ec7c-4ceb-8134-26d7a02d7651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7217 | 2024.12.21 00:52:03.996019 [ 263 ] {e2aa01dd-ec7c-4ceb-8134-26d7a02d7651} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7218 | 2024.12.21 00:52:03.996070 [ 263 ] {e2aa01dd-ec7c-4ceb-8134-26d7a02d7651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7219 | 2024.12.21 00:52:03.996505 [ 263 ] {e2aa01dd-ec7c-4ceb-8134-26d7a02d7651} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7220 | 2024.12.21 00:52:03.996762 [ 263 ] {e2aa01dd-ec7c-4ceb-8134-26d7a02d7651} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7221 | 2024.12.21 00:52:03.997016 [ 263 ] {e2aa01dd-ec7c-4ceb-8134-26d7a02d7651} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001922 sec., 33298.64724245577 rows/sec., 2.60 MiB/sec. | ||
| 7222 | 2024.12.21 00:52:03.997243 [ 263 ] {e2aa01dd-ec7c-4ceb-8134-26d7a02d7651} <Debug> TCPHandler: Processed in 0.002446835 sec. | ||
| 7223 | 2024.12.21 00:52:03.997489 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7224 | 2024.12.21 00:52:03.997670 [ 260 ] {ac0c438c-eced-45ac-b219-5c09c6e598e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7225 | 2024.12.21 00:52:03.997746 [ 260 ] {ac0c438c-eced-45ac-b219-5c09c6e598e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7226 | 2024.12.21 00:52:03.998544 [ 260 ] {ac0c438c-eced-45ac-b219-5c09c6e598e3} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7227 | 2024.12.21 00:52:03.998593 [ 260 ] {ac0c438c-eced-45ac-b219-5c09c6e598e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7228 | 2024.12.21 00:52:03.999098 [ 260 ] {ac0c438c-eced-45ac-b219-5c09c6e598e3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7229 | 2024.12.21 00:52:03.999387 [ 260 ] {ac0c438c-eced-45ac-b219-5c09c6e598e3} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7230 | 2024.12.21 00:52:03.999639 [ 260 ] {ac0c438c-eced-45ac-b219-5c09c6e598e3} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.002015 sec., 20843.672456575685 rows/sec., 1.45 MiB/sec. | ||
| 7231 | 2024.12.21 00:52:03.999708 [ 260 ] {ac0c438c-eced-45ac-b219-5c09c6e598e3} <Debug> TCPHandler: Processed in 0.002302593 sec. | ||
| 7232 | 2024.12.21 00:52:03.999909 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7233 | 2024.12.21 00:52:04.000071 [ 263 ] {c403ea9d-42c7-47f5-9780-d3629211201d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7234 | 2024.12.21 00:52:04.000148 [ 263 ] {c403ea9d-42c7-47f5-9780-d3629211201d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7235 | 2024.12.21 00:52:04.001339 [ 263 ] {c403ea9d-42c7-47f5-9780-d3629211201d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7236 | 2024.12.21 00:52:04.001393 [ 263 ] {c403ea9d-42c7-47f5-9780-d3629211201d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7237 | 2024.12.21 00:52:04.001902 [ 263 ] {c403ea9d-42c7-47f5-9780-d3629211201d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7238 | 2024.12.21 00:52:04.002198 [ 263 ] {c403ea9d-42c7-47f5-9780-d3629211201d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7239 | 2024.12.21 00:52:04.002506 [ 263 ] {c403ea9d-42c7-47f5-9780-d3629211201d} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.002467 sec., 6485.6100526955815 rows/sec., 449.69 KiB/sec. | ||
| 7240 | 2024.12.21 00:52:04.002670 [ 263 ] {c403ea9d-42c7-47f5-9780-d3629211201d} <Debug> TCPHandler: Processed in 0.002818122 sec. | ||
| 7241 | 2024.12.21 00:52:04.966256 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 7242 | 2024.12.21 00:52:04.967340 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7243 | 2024.12.21 00:52:04.967391 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7244 | 2024.12.21 00:52:04.967945 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7245 | 2024.12.21 00:52:04.968230 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7246 | 2024.12.21 00:52:04.968514 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 7247 | 2024.12.21 00:52:06.040275 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7248 | 2024.12.21 00:52:06.062107 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7249 | 2024.12.21 00:52:06.062181 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7250 | 2024.12.21 00:52:06.069838 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7251 | 2024.12.21 00:52:06.070603 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7252 | 2024.12.21 00:52:06.073431 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7253 | 2024.12.21 00:52:08.999109 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7254 | 2024.12.21 00:52:08.999579 [ 260 ] {74e15851-a9b0-4f1a-965c-58aaba2d3399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7255 | 2024.12.21 00:52:08.999668 [ 260 ] {74e15851-a9b0-4f1a-965c-58aaba2d3399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7256 | 2024.12.21 00:52:09.000664 [ 260 ] {74e15851-a9b0-4f1a-965c-58aaba2d3399} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7257 | 2024.12.21 00:52:09.000711 [ 260 ] {74e15851-a9b0-4f1a-965c-58aaba2d3399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7258 | 2024.12.21 00:52:09.001167 [ 260 ] {74e15851-a9b0-4f1a-965c-58aaba2d3399} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7259 | 2024.12.21 00:52:09.001433 [ 260 ] {74e15851-a9b0-4f1a-965c-58aaba2d3399} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7260 | 2024.12.21 00:52:09.001646 [ 260 ] {74e15851-a9b0-4f1a-965c-58aaba2d3399} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002126 sec., 51740.357478833495 rows/sec., 4.34 MiB/sec. | ||
| 7261 | 2024.12.21 00:52:09.001713 [ 260 ] {74e15851-a9b0-4f1a-965c-58aaba2d3399} <Debug> TCPHandler: Processed in 0.002746591 sec. | ||
| 7262 | 2024.12.21 00:52:09.001997 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7263 | 2024.12.21 00:52:09.002213 [ 263 ] {cd98752f-48d6-40e8-a236-b7797711f5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7264 | 2024.12.21 00:52:09.002299 [ 263 ] {cd98752f-48d6-40e8-a236-b7797711f5b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7265 | 2024.12.21 00:52:09.003078 [ 263 ] {cd98752f-48d6-40e8-a236-b7797711f5b2} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7266 | 2024.12.21 00:52:09.003132 [ 263 ] {cd98752f-48d6-40e8-a236-b7797711f5b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7267 | 2024.12.21 00:52:09.003570 [ 263 ] {cd98752f-48d6-40e8-a236-b7797711f5b2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7268 | 2024.12.21 00:52:09.003824 [ 263 ] {cd98752f-48d6-40e8-a236-b7797711f5b2} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7269 | 2024.12.21 00:52:09.004082 [ 263 ] {cd98752f-48d6-40e8-a236-b7797711f5b2} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001929 sec., 13996.889580093313 rows/sec., 1.03 MiB/sec. | ||
| 7270 | 2024.12.21 00:52:09.004200 [ 263 ] {cd98752f-48d6-40e8-a236-b7797711f5b2} <Debug> TCPHandler: Processed in 0.002352974 sec. | ||
| 7271 | 2024.12.21 00:52:09.004376 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7272 | 2024.12.21 00:52:09.004511 [ 260 ] {ce222a80-7194-43b3-b95b-acff03de0bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7273 | 2024.12.21 00:52:09.004566 [ 260 ] {ce222a80-7194-43b3-b95b-acff03de0bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7274 | 2024.12.21 00:52:09.005214 [ 260 ] {ce222a80-7194-43b3-b95b-acff03de0bc2} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7275 | 2024.12.21 00:52:09.005258 [ 260 ] {ce222a80-7194-43b3-b95b-acff03de0bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7276 | 2024.12.21 00:52:09.005710 [ 260 ] {ce222a80-7194-43b3-b95b-acff03de0bc2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7277 | 2024.12.21 00:52:09.005975 [ 260 ] {ce222a80-7194-43b3-b95b-acff03de0bc2} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7278 | 2024.12.21 00:52:09.006161 [ 260 ] {ce222a80-7194-43b3-b95b-acff03de0bc2} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001683 sec., 54070.112893642305 rows/sec., 4.22 MiB/sec. | ||
| 7279 | 2024.12.21 00:52:09.006220 [ 260 ] {ce222a80-7194-43b3-b95b-acff03de0bc2} <Debug> TCPHandler: Processed in 0.001916575 sec. | ||
| 7280 | 2024.12.21 00:52:09.006391 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7281 | 2024.12.21 00:52:09.006527 [ 263 ] {592544a4-cc71-485c-bb33-06c3d94b45cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7282 | 2024.12.21 00:52:09.006589 [ 263 ] {592544a4-cc71-485c-bb33-06c3d94b45cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7283 | 2024.12.21 00:52:09.007249 [ 263 ] {592544a4-cc71-485c-bb33-06c3d94b45cb} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7284 | 2024.12.21 00:52:09.007291 [ 263 ] {592544a4-cc71-485c-bb33-06c3d94b45cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7285 | 2024.12.21 00:52:09.007739 [ 263 ] {592544a4-cc71-485c-bb33-06c3d94b45cb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7286 | 2024.12.21 00:52:09.008006 [ 263 ] {592544a4-cc71-485c-bb33-06c3d94b45cb} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7287 | 2024.12.21 00:52:09.008232 [ 263 ] {592544a4-cc71-485c-bb33-06c3d94b45cb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001734 sec., 92272.2029988466 rows/sec., 6.43 MiB/sec. | ||
| 7288 | 2024.12.21 00:52:09.008305 [ 263 ] {592544a4-cc71-485c-bb33-06c3d94b45cb} <Debug> TCPHandler: Processed in 0.001976177 sec. | ||
| 7289 | 2024.12.21 00:52:09.008473 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7290 | 2024.12.21 00:52:09.008599 [ 260 ] {c89b7bce-4cba-47bd-a9df-15abe26a6f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7291 | 2024.12.21 00:52:09.008684 [ 260 ] {c89b7bce-4cba-47bd-a9df-15abe26a6f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7292 | 2024.12.21 00:52:09.009949 [ 260 ] {c89b7bce-4cba-47bd-a9df-15abe26a6f76} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7293 | 2024.12.21 00:52:09.009989 [ 260 ] {c89b7bce-4cba-47bd-a9df-15abe26a6f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7294 | 2024.12.21 00:52:09.010674 [ 260 ] {c89b7bce-4cba-47bd-a9df-15abe26a6f76} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7295 | 2024.12.21 00:52:09.010975 [ 260 ] {c89b7bce-4cba-47bd-a9df-15abe26a6f76} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7296 | 2024.12.21 00:52:09.011196 [ 260 ] {c89b7bce-4cba-47bd-a9df-15abe26a6f76} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002625 sec., 10285.714285714284 rows/sec., 18.43 MiB/sec. | ||
| 7297 | 2024.12.21 00:52:09.011331 [ 260 ] {c89b7bce-4cba-47bd-a9df-15abe26a6f76} <Debug> TCPHandler: Processed in 0.002915114 sec. | ||
| 7298 | 2024.12.21 00:52:09.011518 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7299 | 2024.12.21 00:52:09.011642 [ 263 ] {b4aaec5a-f3b5-4648-8e60-1c0a7a88e120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7300 | 2024.12.21 00:52:09.011698 [ 263 ] {b4aaec5a-f3b5-4648-8e60-1c0a7a88e120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7301 | 2024.12.21 00:52:09.012213 [ 263 ] {b4aaec5a-f3b5-4648-8e60-1c0a7a88e120} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7302 | 2024.12.21 00:52:09.012255 [ 263 ] {b4aaec5a-f3b5-4648-8e60-1c0a7a88e120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7303 | 2024.12.21 00:52:09.012648 [ 263 ] {b4aaec5a-f3b5-4648-8e60-1c0a7a88e120} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7304 | 2024.12.21 00:52:09.012888 [ 263 ] {b4aaec5a-f3b5-4648-8e60-1c0a7a88e120} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7305 | 2024.12.21 00:52:09.013118 [ 263 ] {b4aaec5a-f3b5-4648-8e60-1c0a7a88e120} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001506 sec., 39840.6374501992 rows/sec., 2.68 MiB/sec. | ||
| 7306 | 2024.12.21 00:52:09.013174 [ 263 ] {b4aaec5a-f3b5-4648-8e60-1c0a7a88e120} <Debug> TCPHandler: Processed in 0.001715302 sec. | ||
| 7307 | 2024.12.21 00:52:12.277624 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7308 | 2024.12.21 00:52:12.277676 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7309 | 2024.12.21 00:52:12.468624 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7310 | 2024.12.21 00:52:12.469294 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7311 | 2024.12.21 00:52:12.469337 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7312 | 2024.12.21 00:52:12.469939 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7313 | 2024.12.21 00:52:12.470220 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7314 | 2024.12.21 00:52:12.470385 [ 109 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7315 | 2024.12.21 00:52:12.470438 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7316 | 2024.12.21 00:52:12.470448 [ 109 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7317 | 2024.12.21 00:52:12.470473 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7318 | 2024.12.21 00:52:12.470611 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 7319 | 2024.12.21 00:52:12.470767 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7320 | 2024.12.21 00:52:12.470810 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 7321 | 2024.12.21 00:52:12.470897 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 7322 | 2024.12.21 00:52:12.470999 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 7323 | 2024.12.21 00:52:12.471248 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 7324 | 2024.12.21 00:52:12.471445 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 7325 | 2024.12.21 00:52:12.471672 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 7326 | 2024.12.21 00:52:12.474126 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003583767 sec., 4612744.076275048 rows/sec., 65.99 MiB/sec. | ||
| 7327 | 2024.12.21 00:52:12.474256 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7328 | 2024.12.21 00:52:12.474597 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_36_7} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7329 | 2024.12.21 00:52:12.474678 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_36_7} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7330 | 2024.12.21 00:52:12.474782 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7331 | 2024.12.21 00:52:12.533317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1028 | ||
| 7332 | 2024.12.21 00:52:12.536655 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7333 | 2024.12.21 00:52:12.536703 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7334 | 2024.12.21 00:52:12.538210 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7335 | 2024.12.21 00:52:12.538526 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7336 | 2024.12.21 00:52:12.539420 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1028 | ||
| 7337 | 2024.12.21 00:52:13.573484 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7338 | 2024.12.21 00:52:13.594515 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7339 | 2024.12.21 00:52:13.594574 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7340 | 2024.12.21 00:52:13.602046 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7341 | 2024.12.21 00:52:13.602837 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7342 | 2024.12.21 00:52:13.603147 [ 108 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7343 | 2024.12.21 00:52:13.603217 [ 108 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7344 | 2024.12.21 00:52:13.603265 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7345 | 2024.12.21 00:52:13.603740 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 7346 | 2024.12.21 00:52:13.618365 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7347 | 2024.12.21 00:52:13.620127 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7348 | 2024.12.21 00:52:13.621727 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 7349 | 2024.12.21 00:52:13.627403 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 7350 | 2024.12.21 00:52:13.633327 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 7351 | 2024.12.21 00:52:13.639117 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 7352 | 2024.12.21 00:52:13.645080 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 7353 | 2024.12.21 00:52:13.649715 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 7354 | 2024.12.21 00:52:13.709734 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.106323333 sec., 2558.234324727198 rows/sec., 13.23 MiB/sec. | ||
| 7355 | 2024.12.21 00:52:13.712548 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7356 | 2024.12.21 00:52:13.715504 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_36_7} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7357 | 2024.12.21 00:52:13.715592 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_36_7} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7358 | 2024.12.21 00:52:13.717889 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7359 | 2024.12.21 00:52:14.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.31 MiB, peak 222.20 MiB, free memory in arenas 0.00 B, will set to 211.65 MiB (RSS), difference: 1.34 MiB | ||
| 7360 | 2024.12.21 00:52:14.002907 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7361 | 2024.12.21 00:52:14.003073 [ 260 ] {d89c3165-439e-4613-97a4-a5013eeda9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7362 | 2024.12.21 00:52:14.003143 [ 260 ] {d89c3165-439e-4613-97a4-a5013eeda9d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7363 | 2024.12.21 00:52:14.003909 [ 260 ] {d89c3165-439e-4613-97a4-a5013eeda9d6} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7364 | 2024.12.21 00:52:14.003956 [ 260 ] {d89c3165-439e-4613-97a4-a5013eeda9d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7365 | 2024.12.21 00:52:14.004412 [ 260 ] {d89c3165-439e-4613-97a4-a5013eeda9d6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7366 | 2024.12.21 00:52:14.004683 [ 260 ] {d89c3165-439e-4613-97a4-a5013eeda9d6} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7367 | 2024.12.21 00:52:14.004916 [ 260 ] {d89c3165-439e-4613-97a4-a5013eeda9d6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 532.39 KiB/sec. | ||
| 7368 | 2024.12.21 00:52:14.004982 [ 260 ] {d89c3165-439e-4613-97a4-a5013eeda9d6} <Debug> TCPHandler: Processed in 0.002205161 sec. | ||
| 7369 | 2024.12.21 00:52:14.005289 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7370 | 2024.12.21 00:52:14.005463 [ 263 ] {fb0bc79e-579a-4839-bc0c-35450e8ed412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7371 | 2024.12.21 00:52:14.005539 [ 263 ] {fb0bc79e-579a-4839-bc0c-35450e8ed412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7372 | 2024.12.21 00:52:14.006438 [ 263 ] {fb0bc79e-579a-4839-bc0c-35450e8ed412} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7373 | 2024.12.21 00:52:14.006483 [ 263 ] {fb0bc79e-579a-4839-bc0c-35450e8ed412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7374 | 2024.12.21 00:52:14.006925 [ 263 ] {fb0bc79e-579a-4839-bc0c-35450e8ed412} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7375 | 2024.12.21 00:52:14.007192 [ 263 ] {fb0bc79e-579a-4839-bc0c-35450e8ed412} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7376 | 2024.12.21 00:52:14.007435 [ 263 ] {fb0bc79e-579a-4839-bc0c-35450e8ed412} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002018 sec., 112487.61149653123 rows/sec., 9.83 MiB/sec. | ||
| 7377 | 2024.12.21 00:52:14.007509 [ 263 ] {fb0bc79e-579a-4839-bc0c-35450e8ed412} <Debug> TCPHandler: Processed in 0.002366934 sec. | ||
| 7378 | 2024.12.21 00:52:14.007699 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7379 | 2024.12.21 00:52:14.007867 [ 260 ] {990e389a-f78f-4362-80bc-f97488865087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7380 | 2024.12.21 00:52:14.007934 [ 260 ] {990e389a-f78f-4362-80bc-f97488865087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7381 | 2024.12.21 00:52:14.008655 [ 260 ] {990e389a-f78f-4362-80bc-f97488865087} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7382 | 2024.12.21 00:52:14.008700 [ 260 ] {990e389a-f78f-4362-80bc-f97488865087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7383 | 2024.12.21 00:52:14.009108 [ 260 ] {990e389a-f78f-4362-80bc-f97488865087} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7384 | 2024.12.21 00:52:14.009378 [ 260 ] {990e389a-f78f-4362-80bc-f97488865087} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7385 | 2024.12.21 00:52:14.009683 [ 260 ] {990e389a-f78f-4362-80bc-f97488865087} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001863 sec., 10198.604401502951 rows/sec., 729.15 KiB/sec. | ||
| 7386 | 2024.12.21 00:52:14.009843 [ 260 ] {990e389a-f78f-4362-80bc-f97488865087} <Debug> TCPHandler: Processed in 0.002201521 sec. | ||
| 7387 | 2024.12.21 00:52:14.010060 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7388 | 2024.12.21 00:52:14.010196 [ 263 ] {d590799c-fd56-497d-960f-062271cd191c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7389 | 2024.12.21 00:52:14.010251 [ 263 ] {d590799c-fd56-497d-960f-062271cd191c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7390 | 2024.12.21 00:52:14.010874 [ 263 ] {d590799c-fd56-497d-960f-062271cd191c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7391 | 2024.12.21 00:52:14.010915 [ 263 ] {d590799c-fd56-497d-960f-062271cd191c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7392 | 2024.12.21 00:52:14.011297 [ 263 ] {d590799c-fd56-497d-960f-062271cd191c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7393 | 2024.12.21 00:52:14.011559 [ 263 ] {d590799c-fd56-497d-960f-062271cd191c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7394 | 2024.12.21 00:52:14.011791 [ 263 ] {d590799c-fd56-497d-960f-062271cd191c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001625 sec., 8615.384615384615 rows/sec., 603.37 KiB/sec. | ||
| 7395 | 2024.12.21 00:52:14.011908 [ 263 ] {d590799c-fd56-497d-960f-062271cd191c} <Debug> TCPHandler: Processed in 0.001938985 sec. | ||
| 7396 | 2024.12.21 00:52:14.012098 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7397 | 2024.12.21 00:52:14.012231 [ 260 ] {559d95f6-36d9-4ad6-b91d-0135cba43585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7398 | 2024.12.21 00:52:14.012289 [ 260 ] {559d95f6-36d9-4ad6-b91d-0135cba43585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7399 | 2024.12.21 00:52:14.012967 [ 260 ] {559d95f6-36d9-4ad6-b91d-0135cba43585} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7400 | 2024.12.21 00:52:14.013010 [ 260 ] {559d95f6-36d9-4ad6-b91d-0135cba43585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7401 | 2024.12.21 00:52:14.013423 [ 260 ] {559d95f6-36d9-4ad6-b91d-0135cba43585} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7402 | 2024.12.21 00:52:14.013683 [ 260 ] {559d95f6-36d9-4ad6-b91d-0135cba43585} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7403 | 2024.12.21 00:52:14.013977 [ 260 ] {559d95f6-36d9-4ad6-b91d-0135cba43585} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001769 sec., 7348.784624081402 rows/sec., 458.19 KiB/sec. | ||
| 7404 | 2024.12.21 00:52:14.014225 [ 260 ] {559d95f6-36d9-4ad6-b91d-0135cba43585} <Debug> TCPHandler: Processed in 0.002185051 sec. | ||
| 7405 | 2024.12.21 00:52:14.014438 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7406 | 2024.12.21 00:52:14.014562 [ 263 ] {9ed42162-cea6-4bac-92f2-a3e6441497e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7407 | 2024.12.21 00:52:14.014614 [ 263 ] {9ed42162-cea6-4bac-92f2-a3e6441497e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7408 | 2024.12.21 00:52:14.015372 [ 263 ] {9ed42162-cea6-4bac-92f2-a3e6441497e9} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7409 | 2024.12.21 00:52:14.015413 [ 263 ] {9ed42162-cea6-4bac-92f2-a3e6441497e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7410 | 2024.12.21 00:52:14.015815 [ 263 ] {9ed42162-cea6-4bac-92f2-a3e6441497e9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7411 | 2024.12.21 00:52:14.016063 [ 263 ] {9ed42162-cea6-4bac-92f2-a3e6441497e9} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7412 | 2024.12.21 00:52:14.016285 [ 263 ] {9ed42162-cea6-4bac-92f2-a3e6441497e9} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001751 sec., 225014.27755568246 rows/sec., 15.97 MiB/sec. | ||
| 7413 | 2024.12.21 00:52:14.016338 [ 263 ] {9ed42162-cea6-4bac-92f2-a3e6441497e9} <Debug> TCPHandler: Processed in 0.001960197 sec. | ||
| 7414 | 2024.12.21 00:52:14.016511 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7415 | 2024.12.21 00:52:14.016648 [ 260 ] {a6ec1374-2dcb-4bad-bfa2-176a8cc933fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7416 | 2024.12.21 00:52:14.016709 [ 260 ] {a6ec1374-2dcb-4bad-bfa2-176a8cc933fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7417 | 2024.12.21 00:52:14.017288 [ 260 ] {a6ec1374-2dcb-4bad-bfa2-176a8cc933fc} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7418 | 2024.12.21 00:52:14.017340 [ 260 ] {a6ec1374-2dcb-4bad-bfa2-176a8cc933fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7419 | 2024.12.21 00:52:14.017803 [ 260 ] {a6ec1374-2dcb-4bad-bfa2-176a8cc933fc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7420 | 2024.12.21 00:52:14.018064 [ 260 ] {a6ec1374-2dcb-4bad-bfa2-176a8cc933fc} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7421 | 2024.12.21 00:52:14.018310 [ 260 ] {a6ec1374-2dcb-4bad-bfa2-176a8cc933fc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001692 sec., 3546.099290780142 rows/sec., 185.27 KiB/sec. | ||
| 7422 | 2024.12.21 00:52:14.018387 [ 260 ] {a6ec1374-2dcb-4bad-bfa2-176a8cc933fc} <Debug> TCPHandler: Processed in 0.001938036 sec. | ||
| 7423 | 2024.12.21 00:52:14.018574 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7424 | 2024.12.21 00:52:14.018724 [ 263 ] {d2d3fbe2-07ce-46db-849c-041c1fd1f581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7425 | 2024.12.21 00:52:14.018791 [ 263 ] {d2d3fbe2-07ce-46db-849c-041c1fd1f581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7426 | 2024.12.21 00:52:14.020359 [ 263 ] {d2d3fbe2-07ce-46db-849c-041c1fd1f581} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7427 | 2024.12.21 00:52:14.020406 [ 263 ] {d2d3fbe2-07ce-46db-849c-041c1fd1f581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7428 | 2024.12.21 00:52:14.020921 [ 263 ] {d2d3fbe2-07ce-46db-849c-041c1fd1f581} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7429 | 2024.12.21 00:52:14.021230 [ 263 ] {d2d3fbe2-07ce-46db-849c-041c1fd1f581} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7430 | 2024.12.21 00:52:14.021499 [ 263 ] {d2d3fbe2-07ce-46db-849c-041c1fd1f581} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002812 sec., 84281.65007112376 rows/sec., 5.65 MiB/sec. | ||
| 7431 | 2024.12.21 00:52:14.021575 [ 263 ] {d2d3fbe2-07ce-46db-849c-041c1fd1f581} <Debug> TCPHandler: Processed in 0.003072677 sec. | ||
| 7432 | 2024.12.21 00:52:14.021737 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7433 | 2024.12.21 00:52:14.021871 [ 260 ] {171c8ad8-7a01-4287-a48d-256a6caa3413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7434 | 2024.12.21 00:52:14.021930 [ 260 ] {171c8ad8-7a01-4287-a48d-256a6caa3413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7435 | 2024.12.21 00:52:14.022433 [ 260 ] {171c8ad8-7a01-4287-a48d-256a6caa3413} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7436 | 2024.12.21 00:52:14.022477 [ 260 ] {171c8ad8-7a01-4287-a48d-256a6caa3413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7437 | 2024.12.21 00:52:14.022886 [ 260 ] {171c8ad8-7a01-4287-a48d-256a6caa3413} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7438 | 2024.12.21 00:52:14.023138 [ 260 ] {171c8ad8-7a01-4287-a48d-256a6caa3413} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7439 | 2024.12.21 00:52:14.023360 [ 260 ] {171c8ad8-7a01-4287-a48d-256a6caa3413} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec. | ||
| 7440 | 2024.12.21 00:52:14.023424 [ 260 ] {171c8ad8-7a01-4287-a48d-256a6caa3413} <Debug> TCPHandler: Processed in 0.001744632 sec. | ||
| 7441 | 2024.12.21 00:52:14.023588 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7442 | 2024.12.21 00:52:14.023732 [ 263 ] {a9cbded6-4ec3-459b-b191-24073d44a633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7443 | 2024.12.21 00:52:14.023832 [ 263 ] {a9cbded6-4ec3-459b-b191-24073d44a633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7444 | 2024.12.21 00:52:14.025083 [ 263 ] {a9cbded6-4ec3-459b-b191-24073d44a633} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7445 | 2024.12.21 00:52:14.025124 [ 263 ] {a9cbded6-4ec3-459b-b191-24073d44a633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7446 | 2024.12.21 00:52:14.025767 [ 263 ] {a9cbded6-4ec3-459b-b191-24073d44a633} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7447 | 2024.12.21 00:52:14.026046 [ 263 ] {a9cbded6-4ec3-459b-b191-24073d44a633} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7448 | 2024.12.21 00:52:14.026337 [ 263 ] {a9cbded6-4ec3-459b-b191-24073d44a633} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002632 sec., 4559.270516717325 rows/sec., 8.17 MiB/sec. | ||
| 7449 | 2024.12.21 00:52:14.026643 [ 263 ] {a9cbded6-4ec3-459b-b191-24073d44a633} <Debug> TCPHandler: Processed in 0.003124068 sec. | ||
| 7450 | 2024.12.21 00:52:14.026820 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7451 | 2024.12.21 00:52:14.026948 [ 260 ] {acfb8a51-c540-44b6-aa71-9bf000b90fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7452 | 2024.12.21 00:52:14.027003 [ 260 ] {acfb8a51-c540-44b6-aa71-9bf000b90fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7453 | 2024.12.21 00:52:14.027526 [ 260 ] {acfb8a51-c540-44b6-aa71-9bf000b90fb3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7454 | 2024.12.21 00:52:14.027566 [ 260 ] {acfb8a51-c540-44b6-aa71-9bf000b90fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7455 | 2024.12.21 00:52:14.027963 [ 260 ] {acfb8a51-c540-44b6-aa71-9bf000b90fb3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7456 | 2024.12.21 00:52:14.028207 [ 260 ] {acfb8a51-c540-44b6-aa71-9bf000b90fb3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7457 | 2024.12.21 00:52:14.028475 [ 260 ] {acfb8a51-c540-44b6-aa71-9bf000b90fb3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001542 sec., 53177.69130998703 rows/sec., 3.38 MiB/sec. | ||
| 7458 | 2024.12.21 00:52:14.028581 [ 260 ] {acfb8a51-c540-44b6-aa71-9bf000b90fb3} <Debug> TCPHandler: Processed in 0.001821114 sec. | ||
| 7459 | 2024.12.21 00:52:18.999417 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7460 | 2024.12.21 00:52:18.999677 [ 260 ] {700d1ab9-cfd0-4cfc-a6b9-56814f463b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7461 | 2024.12.21 00:52:18.999755 [ 260 ] {700d1ab9-cfd0-4cfc-a6b9-56814f463b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7462 | 2024.12.21 00:52:19.000642 [ 260 ] {700d1ab9-cfd0-4cfc-a6b9-56814f463b34} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7463 | 2024.12.21 00:52:19.000686 [ 260 ] {700d1ab9-cfd0-4cfc-a6b9-56814f463b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7464 | 2024.12.21 00:52:19.001111 [ 260 ] {700d1ab9-cfd0-4cfc-a6b9-56814f463b34} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7465 | 2024.12.21 00:52:19.001398 [ 260 ] {700d1ab9-cfd0-4cfc-a6b9-56814f463b34} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7466 | 2024.12.21 00:52:19.001663 [ 260 ] {700d1ab9-cfd0-4cfc-a6b9-56814f463b34} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002035 sec., 2948.4029484029484 rows/sec., 240.42 KiB/sec. | ||
| 7467 | 2024.12.21 00:52:19.001894 [ 260 ] {700d1ab9-cfd0-4cfc-a6b9-56814f463b34} <Debug> TCPHandler: Processed in 0.002618249 sec. | ||
| 7468 | 2024.12.21 00:52:19.002257 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7469 | 2024.12.21 00:52:19.002477 [ 263 ] {51618d5f-b586-44f0-9d78-82dbb174abad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7470 | 2024.12.21 00:52:19.002569 [ 263 ] {51618d5f-b586-44f0-9d78-82dbb174abad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7471 | 2024.12.21 00:52:19.003599 [ 263 ] {51618d5f-b586-44f0-9d78-82dbb174abad} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7472 | 2024.12.21 00:52:19.003653 [ 263 ] {51618d5f-b586-44f0-9d78-82dbb174abad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7473 | 2024.12.21 00:52:19.004211 [ 263 ] {51618d5f-b586-44f0-9d78-82dbb174abad} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7474 | 2024.12.21 00:52:19.004564 [ 263 ] {51618d5f-b586-44f0-9d78-82dbb174abad} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7475 | 2024.12.21 00:52:19.004876 [ 263 ] {51618d5f-b586-44f0-9d78-82dbb174abad} <Debug> executeQuery: Read 113 rows, 9.66 KiB in 0.002461 sec., 45916.29418935392 rows/sec., 3.83 MiB/sec. | ||
| 7476 | 2024.12.21 00:52:19.004977 [ 263 ] {51618d5f-b586-44f0-9d78-82dbb174abad} <Debug> TCPHandler: Processed in 0.002905434 sec. | ||
| 7477 | 2024.12.21 00:52:19.005153 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7478 | 2024.12.21 00:52:19.005280 [ 260 ] {8335a9dd-6d8a-4791-ba2b-afebba6cac4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7479 | 2024.12.21 00:52:19.005334 [ 260 ] {8335a9dd-6d8a-4791-ba2b-afebba6cac4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7480 | 2024.12.21 00:52:19.005962 [ 260 ] {8335a9dd-6d8a-4791-ba2b-afebba6cac4d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7481 | 2024.12.21 00:52:19.006004 [ 260 ] {8335a9dd-6d8a-4791-ba2b-afebba6cac4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7482 | 2024.12.21 00:52:19.006372 [ 260 ] {8335a9dd-6d8a-4791-ba2b-afebba6cac4d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7483 | 2024.12.21 00:52:19.006625 [ 260 ] {8335a9dd-6d8a-4791-ba2b-afebba6cac4d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7484 | 2024.12.21 00:52:19.006827 [ 99 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7485 | 2024.12.21 00:52:19.006860 [ 260 ] {8335a9dd-6d8a-4791-ba2b-afebba6cac4d} <Debug> executeQuery: Read 33 rows, 2.45 KiB in 0.001609 sec., 20509.633312616534 rows/sec., 1.49 MiB/sec. | ||
| 7486 | 2024.12.21 00:52:19.006926 [ 99 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7487 | 2024.12.21 00:52:19.006985 [ 260 ] {8335a9dd-6d8a-4791-ba2b-afebba6cac4d} <Debug> TCPHandler: Processed in 0.001887395 sec. | ||
| 7488 | 2024.12.21 00:52:19.007011 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7489 | 2024.12.21 00:52:19.007205 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7490 | 2024.12.21 00:52:19.007211 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 7491 | 2024.12.21 00:52:19.007387 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7492 | 2024.12.21 00:52:19.007392 [ 263 ] {7fdc1d15-223b-4d6c-ad4b-8a70ceba6fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7493 | 2024.12.21 00:52:19.007430 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 64 rows starting from the beginning of the part | ||
| 7494 | 2024.12.21 00:52:19.007478 [ 263 ] {7fdc1d15-223b-4d6c-ad4b-8a70ceba6fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7495 | 2024.12.21 00:52:19.007595 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 27 rows starting from the beginning of the part | ||
| 7496 | 2024.12.21 00:52:19.007987 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 25 rows starting from the beginning of the part | ||
| 7497 | 2024.12.21 00:52:19.008255 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 27 rows starting from the beginning of the part | ||
| 7498 | 2024.12.21 00:52:19.008514 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 19 rows starting from the beginning of the part | ||
| 7499 | 2024.12.21 00:52:19.008785 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 33 rows starting from the beginning of the part | ||
| 7500 | 2024.12.21 00:52:19.009935 [ 263 ] {7fdc1d15-223b-4d6c-ad4b-8a70ceba6fdd} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7501 | 2024.12.21 00:52:19.009987 [ 263 ] {7fdc1d15-223b-4d6c-ad4b-8a70ceba6fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7502 | 2024.12.21 00:52:19.010544 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.003393303 sec., 57466.13255580183 rows/sec., 4.33 MiB/sec. | ||
| 7503 | 2024.12.21 00:52:19.010834 [ 263 ] {7fdc1d15-223b-4d6c-ad4b-8a70ceba6fdd} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7504 | 2024.12.21 00:52:19.010847 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7505 | 2024.12.21 00:52:19.011414 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_46_9} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7506 | 2024.12.21 00:52:19.011447 [ 263 ] {7fdc1d15-223b-4d6c-ad4b-8a70ceba6fdd} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7507 | 2024.12.21 00:52:19.011604 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_46_9} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7508 | 2024.12.21 00:52:19.011841 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7509 | 2024.12.21 00:52:19.011974 [ 263 ] {7fdc1d15-223b-4d6c-ad4b-8a70ceba6fdd} <Debug> executeQuery: Read 97 rows, 7.77 KiB in 0.004637 sec., 20918.697433685575 rows/sec., 1.64 MiB/sec. | ||
| 7510 | 2024.12.21 00:52:19.012073 [ 263 ] {7fdc1d15-223b-4d6c-ad4b-8a70ceba6fdd} <Debug> TCPHandler: Processed in 0.004963492 sec. | ||
| 7511 | 2024.12.21 00:52:19.012265 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7512 | 2024.12.21 00:52:19.012387 [ 260 ] {40893029-c984-4dfe-b4e7-672a08603389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7513 | 2024.12.21 00:52:19.012444 [ 260 ] {40893029-c984-4dfe-b4e7-672a08603389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7514 | 2024.12.21 00:52:19.013036 [ 260 ] {40893029-c984-4dfe-b4e7-672a08603389} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7515 | 2024.12.21 00:52:19.013077 [ 260 ] {40893029-c984-4dfe-b4e7-672a08603389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7516 | 2024.12.21 00:52:19.013488 [ 260 ] {40893029-c984-4dfe-b4e7-672a08603389} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7517 | 2024.12.21 00:52:19.013740 [ 260 ] {40893029-c984-4dfe-b4e7-672a08603389} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7518 | 2024.12.21 00:52:19.013952 [ 260 ] {40893029-c984-4dfe-b4e7-672a08603389} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001591 sec., 102451.28849780012 rows/sec., 7.13 MiB/sec. | ||
| 7519 | 2024.12.21 00:52:19.014007 [ 260 ] {40893029-c984-4dfe-b4e7-672a08603389} <Debug> TCPHandler: Processed in 0.001800913 sec. | ||
| 7520 | 2024.12.21 00:52:19.014179 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7521 | 2024.12.21 00:52:19.014315 [ 263 ] {f5c2caf6-a93c-454a-8934-dc526bb8ce56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7522 | 2024.12.21 00:52:19.014408 [ 263 ] {f5c2caf6-a93c-454a-8934-dc526bb8ce56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7523 | 2024.12.21 00:52:19.015654 [ 263 ] {f5c2caf6-a93c-454a-8934-dc526bb8ce56} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7524 | 2024.12.21 00:52:19.015698 [ 263 ] {f5c2caf6-a93c-454a-8934-dc526bb8ce56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7525 | 2024.12.21 00:52:19.016386 [ 263 ] {f5c2caf6-a93c-454a-8934-dc526bb8ce56} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7526 | 2024.12.21 00:52:19.016667 [ 263 ] {f5c2caf6-a93c-454a-8934-dc526bb8ce56} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7527 | 2024.12.21 00:52:19.016858 [ 99 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7528 | 2024.12.21 00:52:19.016934 [ 99 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7529 | 2024.12.21 00:52:19.016963 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7530 | 2024.12.21 00:52:19.017007 [ 263 ] {f5c2caf6-a93c-454a-8934-dc526bb8ce56} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002714 sec., 9948.415622697126 rows/sec., 17.83 MiB/sec. | ||
| 7531 | 2024.12.21 00:52:19.017155 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 7532 | 2024.12.21 00:52:19.017295 [ 263 ] {f5c2caf6-a93c-454a-8934-dc526bb8ce56} <Debug> TCPHandler: Processed in 0.003179608 sec. | ||
| 7533 | 2024.12.21 00:52:19.017519 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7534 | 2024.12.21 00:52:19.017594 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7535 | 2024.12.21 00:52:19.017743 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 795 rows starting from the beginning of the part | ||
| 7536 | 2024.12.21 00:52:19.017797 [ 260 ] {09f38329-27d6-4a3b-aa87-163cd964953e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7537 | 2024.12.21 00:52:19.017998 [ 260 ] {09f38329-27d6-4a3b-aa87-163cd964953e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7538 | 2024.12.21 00:52:19.018345 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 27 rows starting from the beginning of the part | ||
| 7539 | 2024.12.21 00:52:19.019166 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 12 rows starting from the beginning of the part | ||
| 7540 | 2024.12.21 00:52:19.019739 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 27 rows starting from the beginning of the part | ||
| 7541 | 2024.12.21 00:52:19.020427 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 12 rows starting from the beginning of the part | ||
| 7542 | 2024.12.21 00:52:19.020646 [ 260 ] {09f38329-27d6-4a3b-aa87-163cd964953e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7543 | 2024.12.21 00:52:19.020774 [ 260 ] {09f38329-27d6-4a3b-aa87-163cd964953e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7544 | 2024.12.21 00:52:19.021125 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 27 rows starting from the beginning of the part | ||
| 7545 | 2024.12.21 00:52:19.022323 [ 260 ] {09f38329-27d6-4a3b-aa87-163cd964953e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7546 | 2024.12.21 00:52:19.022902 [ 260 ] {09f38329-27d6-4a3b-aa87-163cd964953e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7547 | 2024.12.21 00:52:19.023319 [ 260 ] {09f38329-27d6-4a3b-aa87-163cd964953e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005608 sec., 10699.001426533523 rows/sec., 738.34 KiB/sec. | ||
| 7548 | 2024.12.21 00:52:19.023394 [ 260 ] {09f38329-27d6-4a3b-aa87-163cd964953e} <Debug> TCPHandler: Processed in 0.005999812 sec. | ||
| 7549 | 2024.12.21 00:52:19.028456 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 19 columns (19 merged, 0 gathered) in 0.011405911 sec., 78906.45473211215 rows/sec., 141.40 MiB/sec. | ||
| 7550 | 2024.12.21 00:52:19.029552 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7551 | 2024.12.21 00:52:19.029993 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7552 | 2024.12.21 00:52:19.030082 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7553 | 2024.12.21 00:52:19.030246 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
| 7554 | 2024.12.21 00:52:19.970554 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7555 | 2024.12.21 00:52:19.971602 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7556 | 2024.12.21 00:52:19.971687 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7557 | 2024.12.21 00:52:19.972251 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7558 | 2024.12.21 00:52:19.972638 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7559 | 2024.12.21 00:52:19.973248 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7560 | 2024.12.21 00:52:20.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.25 MiB, peak 222.20 MiB, free memory in arenas 0.00 B, will set to 214.08 MiB (RSS), difference: 1.83 MiB | ||
| 7561 | 2024.12.21 00:52:21.118435 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7562 | 2024.12.21 00:52:21.137614 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7563 | 2024.12.21 00:52:21.137676 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7564 | 2024.12.21 00:52:21.144542 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7565 | 2024.12.21 00:52:21.145316 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7566 | 2024.12.21 00:52:21.149188 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7567 | 2024.12.21 00:52:22.539699 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1064 | ||
| 7568 | 2024.12.21 00:52:22.543253 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7569 | 2024.12.21 00:52:22.543309 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7570 | 2024.12.21 00:52:22.544838 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7571 | 2024.12.21 00:52:22.545164 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7572 | 2024.12.21 00:52:22.545421 [ 95 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7573 | 2024.12.21 00:52:22.545594 [ 95 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7574 | 2024.12.21 00:52:22.545709 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7575 | 2024.12.21 00:52:22.546056 [ 198 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 7576 | 2024.12.21 00:52:22.546409 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1064 | ||
| 7577 | 2024.12.21 00:52:22.546884 [ 198 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7578 | 2024.12.21 00:52:22.547010 [ 198 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 870 rows starting from the beginning of the part | ||
| 7579 | 2024.12.21 00:52:22.547573 [ 198 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 44 rows starting from the beginning of the part | ||
| 7580 | 2024.12.21 00:52:22.548137 [ 198 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part | ||
| 7581 | 2024.12.21 00:52:22.548680 [ 198 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 7582 | 2024.12.21 00:52:22.549180 [ 198 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 44 rows starting from the beginning of the part | ||
| 7583 | 2024.12.21 00:52:22.549736 [ 198 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 7584 | 2024.12.21 00:52:22.557908 [ 191 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1064 rows, containing 72 columns (72 merged, 0 gathered) in 0.012020393 sec., 88516.24069196406 rows/sec., 71.56 MiB/sec. | ||
| 7585 | 2024.12.21 00:52:22.559259 [ 194 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7586 | 2024.12.21 00:52:22.559944 [ 194 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_26_5} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7587 | 2024.12.21 00:52:22.560024 [ 194 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_26_5} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7588 | 2024.12.21 00:52:22.560227 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. | ||
| 7589 | 2024.12.21 00:52:24.003619 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7590 | 2024.12.21 00:52:24.003839 [ 260 ] {dcc6b143-db4d-4f10-9c91-47c1caa54153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7591 | 2024.12.21 00:52:24.003918 [ 260 ] {dcc6b143-db4d-4f10-9c91-47c1caa54153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7592 | 2024.12.21 00:52:24.004719 [ 260 ] {dcc6b143-db4d-4f10-9c91-47c1caa54153} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7593 | 2024.12.21 00:52:24.004767 [ 260 ] {dcc6b143-db4d-4f10-9c91-47c1caa54153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7594 | 2024.12.21 00:52:24.005221 [ 260 ] {dcc6b143-db4d-4f10-9c91-47c1caa54153} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7595 | 2024.12.21 00:52:24.005485 [ 260 ] {dcc6b143-db4d-4f10-9c91-47c1caa54153} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7596 | 2024.12.21 00:52:24.005731 [ 260 ] {dcc6b143-db4d-4f10-9c91-47c1caa54153} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 7597 | 2024.12.21 00:52:24.005800 [ 260 ] {dcc6b143-db4d-4f10-9c91-47c1caa54153} <Debug> TCPHandler: Processed in 0.002315323 sec. | ||
| 7598 | 2024.12.21 00:52:24.006069 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7599 | 2024.12.21 00:52:24.006271 [ 263 ] {92ffee6f-1e7f-4458-9092-3ab3b474cf59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7600 | 2024.12.21 00:52:24.006357 [ 263 ] {92ffee6f-1e7f-4458-9092-3ab3b474cf59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7601 | 2024.12.21 00:52:24.007309 [ 263 ] {92ffee6f-1e7f-4458-9092-3ab3b474cf59} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7602 | 2024.12.21 00:52:24.007361 [ 263 ] {92ffee6f-1e7f-4458-9092-3ab3b474cf59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7603 | 2024.12.21 00:52:24.007843 [ 263 ] {92ffee6f-1e7f-4458-9092-3ab3b474cf59} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7604 | 2024.12.21 00:52:24.008127 [ 263 ] {92ffee6f-1e7f-4458-9092-3ab3b474cf59} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7605 | 2024.12.21 00:52:24.008336 [ 94 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7606 | 2024.12.21 00:52:24.008416 [ 94 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7607 | 2024.12.21 00:52:24.008438 [ 263 ] {92ffee6f-1e7f-4458-9092-3ab3b474cf59} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002205 sec., 102947.84580498867 rows/sec., 9.00 MiB/sec. | ||
| 7608 | 2024.12.21 00:52:24.008456 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7609 | 2024.12.21 00:52:24.008658 [ 263 ] {92ffee6f-1e7f-4458-9092-3ab3b474cf59} <Debug> TCPHandler: Processed in 0.0027191 sec. | ||
| 7610 | 2024.12.21 00:52:24.008717 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 7611 | 2024.12.21 00:52:24.008924 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7612 | 2024.12.21 00:52:24.008942 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7613 | 2024.12.21 00:52:24.009012 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1432 rows starting from the beginning of the part | ||
| 7614 | 2024.12.21 00:52:24.009239 [ 260 ] {177b65a7-ba6b-4232-8022-5dec1dab0a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7615 | 2024.12.21 00:52:24.009258 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part | ||
| 7616 | 2024.12.21 00:52:24.009400 [ 260 ] {177b65a7-ba6b-4232-8022-5dec1dab0a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7617 | 2024.12.21 00:52:24.009522 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 110 rows starting from the beginning of the part | ||
| 7618 | 2024.12.21 00:52:24.009972 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 227 rows starting from the beginning of the part | ||
| 7619 | 2024.12.21 00:52:24.010393 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 113 rows starting from the beginning of the part | ||
| 7620 | 2024.12.21 00:52:24.010812 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 227 rows starting from the beginning of the part | ||
| 7621 | 2024.12.21 00:52:24.011974 [ 260 ] {177b65a7-ba6b-4232-8022-5dec1dab0a67} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7622 | 2024.12.21 00:52:24.012043 [ 260 ] {177b65a7-ba6b-4232-8022-5dec1dab0a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7623 | 2024.12.21 00:52:24.013082 [ 260 ] {177b65a7-ba6b-4232-8022-5dec1dab0a67} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7624 | 2024.12.21 00:52:24.013500 [ 260 ] {177b65a7-ba6b-4232-8022-5dec1dab0a67} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7625 | 2024.12.21 00:52:24.014066 [ 260 ] {177b65a7-ba6b-4232-8022-5dec1dab0a67} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.004945 sec., 3842.264914054601 rows/sec., 274.70 KiB/sec. | ||
| 7626 | 2024.12.21 00:52:24.014497 [ 260 ] {177b65a7-ba6b-4232-8022-5dec1dab0a67} <Debug> TCPHandler: Processed in 0.005687975 sec. | ||
| 7627 | 2024.12.21 00:52:24.014826 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2165 rows, containing 5 columns (5 merged, 0 gathered) in 0.006246806 sec., 346577.1147687314 rows/sec., 30.47 MiB/sec. | ||
| 7628 | 2024.12.21 00:52:24.014912 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7629 | 2024.12.21 00:52:24.015089 [ 263 ] {e9af5a57-48e2-4611-9ace-b00e62018b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7630 | 2024.12.21 00:52:24.015136 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7631 | 2024.12.21 00:52:24.015188 [ 263 ] {e9af5a57-48e2-4611-9ace-b00e62018b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7632 | 2024.12.21 00:52:24.015637 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_56_11} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7633 | 2024.12.21 00:52:24.015889 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_56_11} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7634 | 2024.12.21 00:52:24.016047 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 7635 | 2024.12.21 00:52:24.016416 [ 263 ] {e9af5a57-48e2-4611-9ace-b00e62018b00} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7636 | 2024.12.21 00:52:24.016469 [ 263 ] {e9af5a57-48e2-4611-9ace-b00e62018b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7637 | 2024.12.21 00:52:24.016889 [ 263 ] {e9af5a57-48e2-4611-9ace-b00e62018b00} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7638 | 2024.12.21 00:52:24.017155 [ 263 ] {e9af5a57-48e2-4611-9ace-b00e62018b00} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7639 | 2024.12.21 00:52:24.017437 [ 263 ] {e9af5a57-48e2-4611-9ace-b00e62018b00} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002407 sec., 5816.36892397175 rows/sec., 407.34 KiB/sec. | ||
| 7640 | 2024.12.21 00:52:24.017522 [ 263 ] {e9af5a57-48e2-4611-9ace-b00e62018b00} <Debug> TCPHandler: Processed in 0.002879634 sec. | ||
| 7641 | 2024.12.21 00:52:24.017697 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7642 | 2024.12.21 00:52:24.017844 [ 260 ] {e441a477-6238-4191-b556-c10dbaec46e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7643 | 2024.12.21 00:52:24.017906 [ 260 ] {e441a477-6238-4191-b556-c10dbaec46e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7644 | 2024.12.21 00:52:24.018614 [ 260 ] {e441a477-6238-4191-b556-c10dbaec46e3} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7645 | 2024.12.21 00:52:24.018663 [ 260 ] {e441a477-6238-4191-b556-c10dbaec46e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7646 | 2024.12.21 00:52:24.019050 [ 260 ] {e441a477-6238-4191-b556-c10dbaec46e3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7647 | 2024.12.21 00:52:24.019313 [ 260 ] {e441a477-6238-4191-b556-c10dbaec46e3} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7648 | 2024.12.21 00:52:24.019544 [ 260 ] {e441a477-6238-4191-b556-c10dbaec46e3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001732 sec., 7505.773672055427 rows/sec., 467.98 KiB/sec. | ||
| 7649 | 2024.12.21 00:52:24.019674 [ 260 ] {e441a477-6238-4191-b556-c10dbaec46e3} <Debug> TCPHandler: Processed in 0.002045978 sec. | ||
| 7650 | 2024.12.21 00:52:24.019847 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7651 | 2024.12.21 00:52:24.020001 [ 263 ] {eddc463c-8b20-4a24-b747-8b2ffaf09c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7652 | 2024.12.21 00:52:24.020065 [ 263 ] {eddc463c-8b20-4a24-b747-8b2ffaf09c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7653 | 2024.12.21 00:52:24.021399 [ 263 ] {eddc463c-8b20-4a24-b747-8b2ffaf09c57} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7654 | 2024.12.21 00:52:24.021442 [ 263 ] {eddc463c-8b20-4a24-b747-8b2ffaf09c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7655 | 2024.12.21 00:52:24.021847 [ 263 ] {eddc463c-8b20-4a24-b747-8b2ffaf09c57} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7656 | 2024.12.21 00:52:24.022105 [ 263 ] {eddc463c-8b20-4a24-b747-8b2ffaf09c57} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7657 | 2024.12.21 00:52:24.022273 [ 94 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7658 | 2024.12.21 00:52:24.022325 [ 94 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7659 | 2024.12.21 00:52:24.022363 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7660 | 2024.12.21 00:52:24.022363 [ 263 ] {eddc463c-8b20-4a24-b747-8b2ffaf09c57} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.002387 sec., 165060.745705907 rows/sec., 11.72 MiB/sec. | ||
| 7661 | 2024.12.21 00:52:24.022585 [ 263 ] {eddc463c-8b20-4a24-b747-8b2ffaf09c57} <Debug> TCPHandler: Processed in 0.002804872 sec. | ||
| 7662 | 2024.12.21 00:52:24.022614 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 7663 | 2024.12.21 00:52:24.022758 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7664 | 2024.12.21 00:52:24.022784 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7665 | 2024.12.21 00:52:24.022839 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 7666 | 2024.12.21 00:52:24.023099 [ 260 ] {3937b319-7f45-4152-97f6-113d543c6e3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7667 | 2024.12.21 00:52:24.023127 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part | ||
| 7668 | 2024.12.21 00:52:24.023288 [ 260 ] {3937b319-7f45-4152-97f6-113d543c6e3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7669 | 2024.12.21 00:52:24.023381 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 91 rows starting from the beginning of the part | ||
| 7670 | 2024.12.21 00:52:24.023815 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 394 rows starting from the beginning of the part | ||
| 7671 | 2024.12.21 00:52:24.024174 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 97 rows starting from the beginning of the part | ||
| 7672 | 2024.12.21 00:52:24.024539 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 394 rows starting from the beginning of the part | ||
| 7673 | 2024.12.21 00:52:24.025449 [ 260 ] {3937b319-7f45-4152-97f6-113d543c6e3a} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7674 | 2024.12.21 00:52:24.025527 [ 260 ] {3937b319-7f45-4152-97f6-113d543c6e3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7675 | 2024.12.21 00:52:24.026512 [ 260 ] {3937b319-7f45-4152-97f6-113d543c6e3a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7676 | 2024.12.21 00:52:24.026915 [ 260 ] {3937b319-7f45-4152-97f6-113d543c6e3a} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7677 | 2024.12.21 00:52:24.027657 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.005214746 sec., 374514.88528875617 rows/sec., 28.67 MiB/sec. | ||
| 7678 | 2024.12.21 00:52:24.027694 [ 260 ] {3937b319-7f45-4152-97f6-113d543c6e3a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00473 sec., 1268.4989429175475 rows/sec., 66.27 KiB/sec. | ||
| 7679 | 2024.12.21 00:52:24.027953 [ 260 ] {3937b319-7f45-4152-97f6-113d543c6e3a} <Debug> TCPHandler: Processed in 0.005262698 sec. | ||
| 7680 | 2024.12.21 00:52:24.028061 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7681 | 2024.12.21 00:52:24.028146 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7682 | 2024.12.21 00:52:24.028373 [ 263 ] {faa63aea-09cc-4229-b2fe-79f0261412dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7683 | 2024.12.21 00:52:24.028473 [ 263 ] {faa63aea-09cc-4229-b2fe-79f0261412dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7684 | 2024.12.21 00:52:24.028494 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_56_11} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7685 | 2024.12.21 00:52:24.028713 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_56_11} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7686 | 2024.12.21 00:52:24.028911 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7687 | 2024.12.21 00:52:24.029428 [ 263 ] {faa63aea-09cc-4229-b2fe-79f0261412dc} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7688 | 2024.12.21 00:52:24.029472 [ 263 ] {faa63aea-09cc-4229-b2fe-79f0261412dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7689 | 2024.12.21 00:52:24.029889 [ 263 ] {faa63aea-09cc-4229-b2fe-79f0261412dc} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7690 | 2024.12.21 00:52:24.030135 [ 263 ] {faa63aea-09cc-4229-b2fe-79f0261412dc} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7691 | 2024.12.21 00:52:24.030327 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7692 | 2024.12.21 00:52:24.030387 [ 263 ] {faa63aea-09cc-4229-b2fe-79f0261412dc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002086 sec., 113614.57334611696 rows/sec., 7.62 MiB/sec. | ||
| 7693 | 2024.12.21 00:52:24.030395 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7694 | 2024.12.21 00:52:24.030476 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7695 | 2024.12.21 00:52:24.030516 [ 263 ] {faa63aea-09cc-4229-b2fe-79f0261412dc} <Debug> TCPHandler: Processed in 0.002440285 sec. | ||
| 7696 | 2024.12.21 00:52:24.030730 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7697 | 2024.12.21 00:52:24.030742 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 7698 | 2024.12.21 00:52:24.030910 [ 260 ] {a4cb5961-5cb0-4e38-84f4-2048bfdde2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7699 | 2024.12.21 00:52:24.030916 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7700 | 2024.12.21 00:52:24.030976 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15633 rows starting from the beginning of the part | ||
| 7701 | 2024.12.21 00:52:24.030983 [ 260 ] {a4cb5961-5cb0-4e38-84f4-2048bfdde2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7702 | 2024.12.21 00:52:24.031252 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 42 rows starting from the beginning of the part | ||
| 7703 | 2024.12.21 00:52:24.031627 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 7704 | 2024.12.21 00:52:24.031900 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 7705 | 2024.12.21 00:52:24.032088 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 163 rows starting from the beginning of the part | ||
| 7706 | 2024.12.21 00:52:24.032225 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 237 rows starting from the beginning of the part | ||
| 7707 | 2024.12.21 00:52:24.032894 [ 260 ] {a4cb5961-5cb0-4e38-84f4-2048bfdde2d2} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7708 | 2024.12.21 00:52:24.032937 [ 260 ] {a4cb5961-5cb0-4e38-84f4-2048bfdde2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7709 | 2024.12.21 00:52:24.033390 [ 260 ] {a4cb5961-5cb0-4e38-84f4-2048bfdde2d2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7710 | 2024.12.21 00:52:24.033680 [ 260 ] {a4cb5961-5cb0-4e38-84f4-2048bfdde2d2} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7711 | 2024.12.21 00:52:24.034004 [ 260 ] {a4cb5961-5cb0-4e38-84f4-2048bfdde2d2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003128 sec., 319.693094629156 rows/sec., 21.54 KiB/sec. | ||
| 7712 | 2024.12.21 00:52:24.034260 [ 260 ] {a4cb5961-5cb0-4e38-84f4-2048bfdde2d2} <Debug> TCPHandler: Processed in 0.003640758 sec. | ||
| 7713 | 2024.12.21 00:52:24.034572 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7714 | 2024.12.21 00:52:24.034858 [ 263 ] {861de960-77b8-4d98-a1ed-00e13f9cd295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7715 | 2024.12.21 00:52:24.035080 [ 263 ] {861de960-77b8-4d98-a1ed-00e13f9cd295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7716 | 2024.12.21 00:52:24.036621 [ 263 ] {861de960-77b8-4d98-a1ed-00e13f9cd295} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7717 | 2024.12.21 00:52:24.036675 [ 263 ] {861de960-77b8-4d98-a1ed-00e13f9cd295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7718 | 2024.12.21 00:52:24.037553 [ 263 ] {861de960-77b8-4d98-a1ed-00e13f9cd295} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7719 | 2024.12.21 00:52:24.038026 [ 263 ] {861de960-77b8-4d98-a1ed-00e13f9cd295} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7720 | 2024.12.21 00:52:24.038453 [ 263 ] {861de960-77b8-4d98-a1ed-00e13f9cd295} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003674 sec., 3266.19488296135 rows/sec., 5.85 MiB/sec. | ||
| 7721 | 2024.12.21 00:52:24.039178 [ 263 ] {861de960-77b8-4d98-a1ed-00e13f9cd295} <Debug> TCPHandler: Processed in 0.004790909 sec. | ||
| 7722 | 2024.12.21 00:52:24.039202 [ 187 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16472 rows, containing 5 columns (5 merged, 0 gathered) in 0.008633571 sec., 1907901.145424066 rows/sec., 128.93 MiB/sec. | ||
| 7723 | 2024.12.21 00:52:24.039375 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7724 | 2024.12.21 00:52:24.039492 [ 187 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7725 | 2024.12.21 00:52:24.039579 [ 260 ] {3053a4d3-6974-4c5e-8dfd-d4f2709db5b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7726 | 2024.12.21 00:52:24.039677 [ 260 ] {3053a4d3-6974-4c5e-8dfd-d4f2709db5b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7727 | 2024.12.21 00:52:24.040177 [ 187 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7728 | 2024.12.21 00:52:24.040350 [ 187 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7729 | 2024.12.21 00:52:24.040547 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB. | ||
| 7730 | 2024.12.21 00:52:24.040672 [ 260 ] {3053a4d3-6974-4c5e-8dfd-d4f2709db5b3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7731 | 2024.12.21 00:52:24.040718 [ 260 ] {3053a4d3-6974-4c5e-8dfd-d4f2709db5b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7732 | 2024.12.21 00:52:24.041107 [ 260 ] {3053a4d3-6974-4c5e-8dfd-d4f2709db5b3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7733 | 2024.12.21 00:52:24.041354 [ 260 ] {3053a4d3-6974-4c5e-8dfd-d4f2709db5b3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7734 | 2024.12.21 00:52:24.041493 [ 93 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7735 | 2024.12.21 00:52:24.041531 [ 93 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7736 | 2024.12.21 00:52:24.041541 [ 260 ] {3053a4d3-6974-4c5e-8dfd-d4f2709db5b3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002039 sec., 40215.79205492888 rows/sec., 2.55 MiB/sec. | ||
| 7737 | 2024.12.21 00:52:24.041553 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7738 | 2024.12.21 00:52:24.041641 [ 260 ] {3053a4d3-6974-4c5e-8dfd-d4f2709db5b3} <Debug> TCPHandler: Processed in 0.002365994 sec. | ||
| 7739 | 2024.12.21 00:52:24.041686 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 7740 | 2024.12.21 00:52:24.041782 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7741 | 2024.12.21 00:52:24.041812 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3134 rows starting from the beginning of the part | ||
| 7742 | 2024.12.21 00:52:24.041867 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 7743 | 2024.12.21 00:52:24.042056 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 7744 | 2024.12.21 00:52:24.042279 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 7745 | 2024.12.21 00:52:24.042445 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 7746 | 2024.12.21 00:52:24.042573 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
| 7747 | 2024.12.21 00:52:24.043930 [ 200 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3434 rows, containing 4 columns (4 merged, 0 gathered) in 0.002303223 sec., 1490954.1976612771 rows/sec., 97.46 MiB/sec. | ||
| 7748 | 2024.12.21 00:52:24.044172 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7749 | 2024.12.21 00:52:24.044444 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_56_11} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7750 | 2024.12.21 00:52:24.044514 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_56_11} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7751 | 2024.12.21 00:52:24.044582 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 7752 | 2024.12.21 00:52:27.277719 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7753 | 2024.12.21 00:52:27.277778 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7754 | 2024.12.21 00:52:27.473366 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7755 | 2024.12.21 00:52:27.474105 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7756 | 2024.12.21 00:52:27.474146 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7757 | 2024.12.21 00:52:27.474692 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7758 | 2024.12.21 00:52:27.474962 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7759 | 2024.12.21 00:52:27.475166 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7760 | 2024.12.21 00:52:28.649244 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7761 | 2024.12.21 00:52:28.669845 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7762 | 2024.12.21 00:52:28.669899 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7763 | 2024.12.21 00:52:28.677215 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7764 | 2024.12.21 00:52:28.678103 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7765 | 2024.12.21 00:52:28.681799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7766 | 2024.12.21 00:52:28.999353 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7767 | 2024.12.21 00:52:28.999621 [ 260 ] {3e844400-7a9f-41eb-869f-0327253ce230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7768 | 2024.12.21 00:52:28.999703 [ 260 ] {3e844400-7a9f-41eb-869f-0327253ce230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7769 | 2024.12.21 00:52:29.000692 [ 260 ] {3e844400-7a9f-41eb-869f-0327253ce230} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7770 | 2024.12.21 00:52:29.000741 [ 260 ] {3e844400-7a9f-41eb-869f-0327253ce230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7771 | 2024.12.21 00:52:29.001289 [ 260 ] {3e844400-7a9f-41eb-869f-0327253ce230} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7772 | 2024.12.21 00:52:29.001580 [ 260 ] {3e844400-7a9f-41eb-869f-0327253ce230} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7773 | 2024.12.21 00:52:29.001848 [ 260 ] {3e844400-7a9f-41eb-869f-0327253ce230} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002281 sec., 48224.46295484436 rows/sec., 4.04 MiB/sec. | ||
| 7774 | 2024.12.21 00:52:29.001925 [ 260 ] {3e844400-7a9f-41eb-869f-0327253ce230} <Debug> TCPHandler: Processed in 0.00271806 sec. | ||
| 7775 | 2024.12.21 00:52:29.002244 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7776 | 2024.12.21 00:52:29.002450 [ 263 ] {9f6c8307-5c15-4535-8480-5bdc679a28d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7777 | 2024.12.21 00:52:29.002531 [ 263 ] {9f6c8307-5c15-4535-8480-5bdc679a28d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7778 | 2024.12.21 00:52:29.003373 [ 263 ] {9f6c8307-5c15-4535-8480-5bdc679a28d8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7779 | 2024.12.21 00:52:29.003427 [ 263 ] {9f6c8307-5c15-4535-8480-5bdc679a28d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7780 | 2024.12.21 00:52:29.003893 [ 263 ] {9f6c8307-5c15-4535-8480-5bdc679a28d8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7781 | 2024.12.21 00:52:29.004178 [ 263 ] {9f6c8307-5c15-4535-8480-5bdc679a28d8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7782 | 2024.12.21 00:52:29.004454 [ 263 ] {9f6c8307-5c15-4535-8480-5bdc679a28d8} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002063 sec., 13087.736306349974 rows/sec., 984.14 KiB/sec. | ||
| 7783 | 2024.12.21 00:52:29.004538 [ 263 ] {9f6c8307-5c15-4535-8480-5bdc679a28d8} <Debug> TCPHandler: Processed in 0.002475116 sec. | ||
| 7784 | 2024.12.21 00:52:29.004715 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7785 | 2024.12.21 00:52:29.004846 [ 260 ] {75d2ec88-5277-4302-9c60-fcb86f4c7500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7786 | 2024.12.21 00:52:29.004903 [ 260 ] {75d2ec88-5277-4302-9c60-fcb86f4c7500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7787 | 2024.12.21 00:52:29.005623 [ 260 ] {75d2ec88-5277-4302-9c60-fcb86f4c7500} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7788 | 2024.12.21 00:52:29.005673 [ 260 ] {75d2ec88-5277-4302-9c60-fcb86f4c7500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7789 | 2024.12.21 00:52:29.006081 [ 260 ] {75d2ec88-5277-4302-9c60-fcb86f4c7500} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7790 | 2024.12.21 00:52:29.006335 [ 260 ] {75d2ec88-5277-4302-9c60-fcb86f4c7500} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7791 | 2024.12.21 00:52:29.006602 [ 260 ] {75d2ec88-5277-4302-9c60-fcb86f4c7500} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001785 sec., 50980.39215686275 rows/sec., 3.98 MiB/sec. | ||
| 7792 | 2024.12.21 00:52:29.006693 [ 260 ] {75d2ec88-5277-4302-9c60-fcb86f4c7500} <Debug> TCPHandler: Processed in 0.002038228 sec. | ||
| 7793 | 2024.12.21 00:52:29.006920 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7794 | 2024.12.21 00:52:29.007059 [ 263 ] {2c1b6107-a224-4c51-ba8e-1d1f9c32eda6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7795 | 2024.12.21 00:52:29.007127 [ 263 ] {2c1b6107-a224-4c51-ba8e-1d1f9c32eda6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7796 | 2024.12.21 00:52:29.007803 [ 263 ] {2c1b6107-a224-4c51-ba8e-1d1f9c32eda6} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7797 | 2024.12.21 00:52:29.007850 [ 263 ] {2c1b6107-a224-4c51-ba8e-1d1f9c32eda6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7798 | 2024.12.21 00:52:29.008312 [ 263 ] {2c1b6107-a224-4c51-ba8e-1d1f9c32eda6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7799 | 2024.12.21 00:52:29.008583 [ 263 ] {2c1b6107-a224-4c51-ba8e-1d1f9c32eda6} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7800 | 2024.12.21 00:52:29.008829 [ 263 ] {2c1b6107-a224-4c51-ba8e-1d1f9c32eda6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001802 sec., 88790.23307436182 rows/sec., 6.18 MiB/sec. | ||
| 7801 | 2024.12.21 00:52:29.008909 [ 263 ] {2c1b6107-a224-4c51-ba8e-1d1f9c32eda6} <Debug> TCPHandler: Processed in 0.002099719 sec. | ||
| 7802 | 2024.12.21 00:52:29.009088 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7803 | 2024.12.21 00:52:29.009217 [ 260 ] {9daf1b82-1996-4d26-81a8-e0b16729f3d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7804 | 2024.12.21 00:52:29.009303 [ 260 ] {9daf1b82-1996-4d26-81a8-e0b16729f3d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7805 | 2024.12.21 00:52:29.010480 [ 260 ] {9daf1b82-1996-4d26-81a8-e0b16729f3d1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7806 | 2024.12.21 00:52:29.010519 [ 260 ] {9daf1b82-1996-4d26-81a8-e0b16729f3d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7807 | 2024.12.21 00:52:29.011172 [ 260 ] {9daf1b82-1996-4d26-81a8-e0b16729f3d1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7808 | 2024.12.21 00:52:29.011436 [ 260 ] {9daf1b82-1996-4d26-81a8-e0b16729f3d1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7809 | 2024.12.21 00:52:29.011690 [ 260 ] {9daf1b82-1996-4d26-81a8-e0b16729f3d1} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002504 sec., 10782.747603833865 rows/sec., 19.32 MiB/sec. | ||
| 7810 | 2024.12.21 00:52:29.011812 [ 260 ] {9daf1b82-1996-4d26-81a8-e0b16729f3d1} <Debug> TCPHandler: Processed in 0.002790772 sec. | ||
| 7811 | 2024.12.21 00:52:29.011986 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7812 | 2024.12.21 00:52:29.012143 [ 263 ] {7fc08247-c4b9-4038-8f1e-d0b6f43c96f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7813 | 2024.12.21 00:52:29.012212 [ 263 ] {7fc08247-c4b9-4038-8f1e-d0b6f43c96f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7814 | 2024.12.21 00:52:29.012864 [ 263 ] {7fc08247-c4b9-4038-8f1e-d0b6f43c96f1} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7815 | 2024.12.21 00:52:29.012917 [ 263 ] {7fc08247-c4b9-4038-8f1e-d0b6f43c96f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7816 | 2024.12.21 00:52:29.013320 [ 263 ] {7fc08247-c4b9-4038-8f1e-d0b6f43c96f1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7817 | 2024.12.21 00:52:29.013583 [ 263 ] {7fc08247-c4b9-4038-8f1e-d0b6f43c96f1} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7818 | 2024.12.21 00:52:29.013821 [ 263 ] {7fc08247-c4b9-4038-8f1e-d0b6f43c96f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001717 sec., 34944.67093768201 rows/sec., 2.36 MiB/sec. | ||
| 7819 | 2024.12.21 00:52:29.013897 [ 263 ] {7fc08247-c4b9-4038-8f1e-d0b6f43c96f1} <Debug> TCPHandler: Processed in 0.001980267 sec. | ||
| 7820 | 2024.12.21 00:52:30.081595 [ 85 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7821 | 2024.12.21 00:52:30.081691 [ 85 ] {} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7822 | 2024.12.21 00:52:30.081736 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7823 | 2024.12.21 00:52:30.082038 [ 187 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::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 | ||
| 7824 | 2024.12.21 00:52:30.082229 [ 187 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7825 | 2024.12.21 00:52:30.082271 [ 187 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::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 | ||
| 7826 | 2024.12.21 00:52:30.082379 [ 187 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 7827 | 2024.12.21 00:52:30.082483 [ 187 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 7828 | 2024.12.21 00:52:30.082741 [ 187 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 7829 | 2024.12.21 00:52:30.083015 [ 187 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 7830 | 2024.12.21 00:52:30.084092 [ 189 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002245082 sec., 16035.049053887566 rows/sec., 1.34 MiB/sec. | ||
| 7831 | 2024.12.21 00:52:30.084268 [ 200 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7832 | 2024.12.21 00:52:30.084611 [ 200 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_13_3} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7833 | 2024.12.21 00:52:30.084701 [ 200 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_13_3} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7834 | 2024.12.21 00:52:30.084808 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7835 | 2024.12.21 00:52:32.546653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1098 | ||
| 7836 | 2024.12.21 00:52:32.550089 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7837 | 2024.12.21 00:52:32.550154 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7838 | 2024.12.21 00:52:32.551632 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7839 | 2024.12.21 00:52:32.551967 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7840 | 2024.12.21 00:52:32.552651 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1098 | ||
| 7841 | 2024.12.21 00:52:32.774025 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7842 | 2024.12.21 00:52:32.774236 [ 260 ] {521a3085-02db-429d-9d3d-b5c2035be5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7843 | 2024.12.21 00:52:32.774320 [ 260 ] {521a3085-02db-429d-9d3d-b5c2035be5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7844 | 2024.12.21 00:52:32.775196 [ 260 ] {521a3085-02db-429d-9d3d-b5c2035be5a1} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7845 | 2024.12.21 00:52:32.775243 [ 260 ] {521a3085-02db-429d-9d3d-b5c2035be5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7846 | 2024.12.21 00:52:32.775684 [ 260 ] {521a3085-02db-429d-9d3d-b5c2035be5a1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7847 | 2024.12.21 00:52:32.775955 [ 260 ] {521a3085-02db-429d-9d3d-b5c2035be5a1} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7848 | 2024.12.21 00:52:32.776228 [ 260 ] {521a3085-02db-429d-9d3d-b5c2035be5a1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002042 sec., 6856.023506366308 rows/sec., 493.54 KiB/sec. | ||
| 7849 | 2024.12.21 00:52:32.776377 [ 260 ] {521a3085-02db-429d-9d3d-b5c2035be5a1} <Debug> TCPHandler: Processed in 0.002491366 sec. | ||
| 7850 | 2024.12.21 00:52:32.776679 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7851 | 2024.12.21 00:52:32.776876 [ 263 ] {7b39f542-ef67-4ec7-9530-b52a0e56d0b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7852 | 2024.12.21 00:52:32.776953 [ 263 ] {7b39f542-ef67-4ec7-9530-b52a0e56d0b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7853 | 2024.12.21 00:52:32.777707 [ 263 ] {7b39f542-ef67-4ec7-9530-b52a0e56d0b6} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7854 | 2024.12.21 00:52:32.777758 [ 263 ] {7b39f542-ef67-4ec7-9530-b52a0e56d0b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7855 | 2024.12.21 00:52:32.778185 [ 263 ] {7b39f542-ef67-4ec7-9530-b52a0e56d0b6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7856 | 2024.12.21 00:52:32.778445 [ 263 ] {7b39f542-ef67-4ec7-9530-b52a0e56d0b6} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7857 | 2024.12.21 00:52:32.778694 [ 263 ] {7b39f542-ef67-4ec7-9530-b52a0e56d0b6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001874 sec., 2134.4717182497334 rows/sec., 174.05 KiB/sec. | ||
| 7858 | 2024.12.21 00:52:32.778761 [ 263 ] {7b39f542-ef67-4ec7-9530-b52a0e56d0b6} <Debug> TCPHandler: Processed in 0.002212891 sec. | ||
| 7859 | 2024.12.21 00:52:32.778920 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7860 | 2024.12.21 00:52:32.779053 [ 260 ] {6eeb80ad-c1e9-4721-b0d5-60366f9fc3ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7861 | 2024.12.21 00:52:32.779115 [ 260 ] {6eeb80ad-c1e9-4721-b0d5-60366f9fc3ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7862 | 2024.12.21 00:52:32.780593 [ 260 ] {6eeb80ad-c1e9-4721-b0d5-60366f9fc3ae} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7863 | 2024.12.21 00:52:32.780634 [ 260 ] {6eeb80ad-c1e9-4721-b0d5-60366f9fc3ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7864 | 2024.12.21 00:52:32.781096 [ 260 ] {6eeb80ad-c1e9-4721-b0d5-60366f9fc3ae} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7865 | 2024.12.21 00:52:32.781346 [ 260 ] {6eeb80ad-c1e9-4721-b0d5-60366f9fc3ae} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7866 | 2024.12.21 00:52:32.781576 [ 260 ] {6eeb80ad-c1e9-4721-b0d5-60366f9fc3ae} <Debug> executeQuery: Read 1369 rows, 116.58 KiB in 0.002559 sec., 534974.5994529113 rows/sec., 44.49 MiB/sec. | ||
| 7867 | 2024.12.21 00:52:32.781637 [ 260 ] {6eeb80ad-c1e9-4721-b0d5-60366f9fc3ae} <Debug> TCPHandler: Processed in 0.002779892 sec. | ||
| 7868 | 2024.12.21 00:52:32.781803 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7869 | 2024.12.21 00:52:32.781928 [ 263 ] {35755caa-a7be-4435-b5b7-485fac2db95e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7870 | 2024.12.21 00:52:32.781981 [ 263 ] {35755caa-a7be-4435-b5b7-485fac2db95e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7871 | 2024.12.21 00:52:32.782699 [ 263 ] {35755caa-a7be-4435-b5b7-485fac2db95e} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7872 | 2024.12.21 00:52:32.782748 [ 263 ] {35755caa-a7be-4435-b5b7-485fac2db95e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7873 | 2024.12.21 00:52:32.783180 [ 263 ] {35755caa-a7be-4435-b5b7-485fac2db95e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7874 | 2024.12.21 00:52:32.783427 [ 263 ] {35755caa-a7be-4435-b5b7-485fac2db95e} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7875 | 2024.12.21 00:52:32.783682 [ 263 ] {35755caa-a7be-4435-b5b7-485fac2db95e} <Debug> executeQuery: Read 23 rows, 1.64 KiB in 0.001772 sec., 12979.683972911964 rows/sec., 924.21 KiB/sec. | ||
| 7876 | 2024.12.21 00:52:32.783763 [ 263 ] {35755caa-a7be-4435-b5b7-485fac2db95e} <Debug> TCPHandler: Processed in 0.002016217 sec. | ||
| 7877 | 2024.12.21 00:52:32.783965 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7878 | 2024.12.21 00:52:32.784094 [ 260 ] {6644d5cf-04ed-4472-bde7-8d981c62425b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7879 | 2024.12.21 00:52:32.784145 [ 260 ] {6644d5cf-04ed-4472-bde7-8d981c62425b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7880 | 2024.12.21 00:52:32.784822 [ 260 ] {6644d5cf-04ed-4472-bde7-8d981c62425b} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7881 | 2024.12.21 00:52:32.784862 [ 260 ] {6644d5cf-04ed-4472-bde7-8d981c62425b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7882 | 2024.12.21 00:52:32.785232 [ 260 ] {6644d5cf-04ed-4472-bde7-8d981c62425b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7883 | 2024.12.21 00:52:32.785471 [ 260 ] {6644d5cf-04ed-4472-bde7-8d981c62425b} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7884 | 2024.12.21 00:52:32.785698 [ 260 ] {6644d5cf-04ed-4472-bde7-8d981c62425b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001629 sec., 148557.3971761817 rows/sec., 10.06 MiB/sec. | ||
| 7885 | 2024.12.21 00:52:32.785754 [ 260 ] {6644d5cf-04ed-4472-bde7-8d981c62425b} <Debug> TCPHandler: Processed in 0.001889155 sec. | ||
| 7886 | 2024.12.21 00:52:32.785899 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7887 | 2024.12.21 00:52:32.786017 [ 263 ] {98a43d6c-bdbd-48fb-975f-e2d939699129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7888 | 2024.12.21 00:52:32.786076 [ 263 ] {98a43d6c-bdbd-48fb-975f-e2d939699129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7889 | 2024.12.21 00:52:32.786778 [ 263 ] {98a43d6c-bdbd-48fb-975f-e2d939699129} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7890 | 2024.12.21 00:52:32.786826 [ 263 ] {98a43d6c-bdbd-48fb-975f-e2d939699129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7891 | 2024.12.21 00:52:32.787224 [ 263 ] {98a43d6c-bdbd-48fb-975f-e2d939699129} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7892 | 2024.12.21 00:52:32.787467 [ 263 ] {98a43d6c-bdbd-48fb-975f-e2d939699129} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7893 | 2024.12.21 00:52:32.787693 [ 263 ] {98a43d6c-bdbd-48fb-975f-e2d939699129} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001699 sec., 7651.559741024132 rows/sec., 477.07 KiB/sec. | ||
| 7894 | 2024.12.21 00:52:32.787753 [ 263 ] {98a43d6c-bdbd-48fb-975f-e2d939699129} <Debug> TCPHandler: Processed in 0.001910936 sec. | ||
| 7895 | 2024.12.21 00:52:32.787905 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7896 | 2024.12.21 00:52:32.788025 [ 260 ] {66322c57-7a68-40f3-b251-c6ba16fccb43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7897 | 2024.12.21 00:52:32.788074 [ 260 ] {66322c57-7a68-40f3-b251-c6ba16fccb43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7898 | 2024.12.21 00:52:32.788991 [ 260 ] {66322c57-7a68-40f3-b251-c6ba16fccb43} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7899 | 2024.12.21 00:52:32.789031 [ 260 ] {66322c57-7a68-40f3-b251-c6ba16fccb43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7900 | 2024.12.21 00:52:32.789429 [ 260 ] {66322c57-7a68-40f3-b251-c6ba16fccb43} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7901 | 2024.12.21 00:52:32.789684 [ 260 ] {66322c57-7a68-40f3-b251-c6ba16fccb43} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7902 | 2024.12.21 00:52:32.789915 [ 260 ] {66322c57-7a68-40f3-b251-c6ba16fccb43} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.001917 sec., 445487.7412623891 rows/sec., 32.22 MiB/sec. | ||
| 7903 | 2024.12.21 00:52:32.789972 [ 260 ] {66322c57-7a68-40f3-b251-c6ba16fccb43} <Debug> TCPHandler: Processed in 0.00212635 sec. | ||
| 7904 | 2024.12.21 00:52:32.790134 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7905 | 2024.12.21 00:52:32.790273 [ 263 ] {3c4c7c8d-f3e6-48be-b666-b7582ee0e512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7906 | 2024.12.21 00:52:32.790334 [ 263 ] {3c4c7c8d-f3e6-48be-b666-b7582ee0e512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7907 | 2024.12.21 00:52:32.790917 [ 263 ] {3c4c7c8d-f3e6-48be-b666-b7582ee0e512} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7908 | 2024.12.21 00:52:32.790964 [ 263 ] {3c4c7c8d-f3e6-48be-b666-b7582ee0e512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7909 | 2024.12.21 00:52:32.791352 [ 263 ] {3c4c7c8d-f3e6-48be-b666-b7582ee0e512} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7910 | 2024.12.21 00:52:32.791595 [ 263 ] {3c4c7c8d-f3e6-48be-b666-b7582ee0e512} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7911 | 2024.12.21 00:52:32.791807 [ 263 ] {3c4c7c8d-f3e6-48be-b666-b7582ee0e512} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001565 sec., 3833.865814696486 rows/sec., 200.30 KiB/sec. | ||
| 7912 | 2024.12.21 00:52:32.791861 [ 263 ] {3c4c7c8d-f3e6-48be-b666-b7582ee0e512} <Debug> TCPHandler: Processed in 0.001796134 sec. | ||
| 7913 | 2024.12.21 00:52:32.792004 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7914 | 2024.12.21 00:52:32.792125 [ 260 ] {af3b1b90-f9d9-4a17-ba24-ac31f912c928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7915 | 2024.12.21 00:52:32.792178 [ 260 ] {af3b1b90-f9d9-4a17-ba24-ac31f912c928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7916 | 2024.12.21 00:52:32.792962 [ 260 ] {af3b1b90-f9d9-4a17-ba24-ac31f912c928} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7917 | 2024.12.21 00:52:32.793001 [ 260 ] {af3b1b90-f9d9-4a17-ba24-ac31f912c928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7918 | 2024.12.21 00:52:32.793442 [ 260 ] {af3b1b90-f9d9-4a17-ba24-ac31f912c928} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7919 | 2024.12.21 00:52:32.793681 [ 260 ] {af3b1b90-f9d9-4a17-ba24-ac31f912c928} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7920 | 2024.12.21 00:52:32.793904 [ 260 ] {af3b1b90-f9d9-4a17-ba24-ac31f912c928} <Debug> executeQuery: Read 917 rows, 62.63 KiB in 0.001805 sec., 508033.24099722994 rows/sec., 33.89 MiB/sec. | ||
| 7921 | 2024.12.21 00:52:32.793966 [ 260 ] {af3b1b90-f9d9-4a17-ba24-ac31f912c928} <Debug> TCPHandler: Processed in 0.002020648 sec. | ||
| 7922 | 2024.12.21 00:52:32.794122 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7923 | 2024.12.21 00:52:32.794265 [ 263 ] {12e54092-04e6-43b9-a11e-fd0f4eaae653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7924 | 2024.12.21 00:52:32.794327 [ 263 ] {12e54092-04e6-43b9-a11e-fd0f4eaae653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7925 | 2024.12.21 00:52:32.794888 [ 263 ] {12e54092-04e6-43b9-a11e-fd0f4eaae653} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7926 | 2024.12.21 00:52:32.794935 [ 263 ] {12e54092-04e6-43b9-a11e-fd0f4eaae653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7927 | 2024.12.21 00:52:32.795327 [ 263 ] {12e54092-04e6-43b9-a11e-fd0f4eaae653} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7928 | 2024.12.21 00:52:32.795574 [ 263 ] {12e54092-04e6-43b9-a11e-fd0f4eaae653} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7929 | 2024.12.21 00:52:32.795788 [ 263 ] {12e54092-04e6-43b9-a11e-fd0f4eaae653} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001552 sec., 644.3298969072165 rows/sec., 43.42 KiB/sec. | ||
| 7930 | 2024.12.21 00:52:32.795842 [ 263 ] {12e54092-04e6-43b9-a11e-fd0f4eaae653} <Debug> TCPHandler: Processed in 0.001788353 sec. | ||
| 7931 | 2024.12.21 00:52:32.795989 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7932 | 2024.12.21 00:52:32.796110 [ 260 ] {53ab52c3-bdf2-44d1-9d4a-4ee06339a7eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7933 | 2024.12.21 00:52:32.796194 [ 260 ] {53ab52c3-bdf2-44d1-9d4a-4ee06339a7eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7934 | 2024.12.21 00:52:32.797437 [ 260 ] {53ab52c3-bdf2-44d1-9d4a-4ee06339a7eb} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7935 | 2024.12.21 00:52:32.797482 [ 260 ] {53ab52c3-bdf2-44d1-9d4a-4ee06339a7eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7936 | 2024.12.21 00:52:32.798156 [ 260 ] {53ab52c3-bdf2-44d1-9d4a-4ee06339a7eb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7937 | 2024.12.21 00:52:32.798431 [ 260 ] {53ab52c3-bdf2-44d1-9d4a-4ee06339a7eb} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7938 | 2024.12.21 00:52:32.798739 [ 260 ] {53ab52c3-bdf2-44d1-9d4a-4ee06339a7eb} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002649 sec., 4530.011325028313 rows/sec., 8.12 MiB/sec. | ||
| 7939 | 2024.12.21 00:52:32.799303 [ 260 ] {53ab52c3-bdf2-44d1-9d4a-4ee06339a7eb} <Debug> TCPHandler: Processed in 0.003366743 sec. | ||
| 7940 | 2024.12.21 00:52:32.799521 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7941 | 2024.12.21 00:52:32.799662 [ 263 ] {dc49cd06-6289-4f87-a3eb-f86c8d4b886b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7942 | 2024.12.21 00:52:32.799720 [ 263 ] {dc49cd06-6289-4f87-a3eb-f86c8d4b886b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7943 | 2024.12.21 00:52:32.800312 [ 263 ] {dc49cd06-6289-4f87-a3eb-f86c8d4b886b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7944 | 2024.12.21 00:52:32.800356 [ 263 ] {dc49cd06-6289-4f87-a3eb-f86c8d4b886b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7945 | 2024.12.21 00:52:32.800750 [ 263 ] {dc49cd06-6289-4f87-a3eb-f86c8d4b886b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7946 | 2024.12.21 00:52:32.801004 [ 263 ] {dc49cd06-6289-4f87-a3eb-f86c8d4b886b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7947 | 2024.12.21 00:52:32.801237 [ 263 ] {dc49cd06-6289-4f87-a3eb-f86c8d4b886b} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.001605 sec., 41121.4953271028 rows/sec., 2.57 MiB/sec. | ||
| 7948 | 2024.12.21 00:52:32.801297 [ 263 ] {dc49cd06-6289-4f87-a3eb-f86c8d4b886b} <Debug> TCPHandler: Processed in 0.001889335 sec. | ||
| 7949 | 2024.12.21 00:52:33.991977 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7950 | 2024.12.21 00:52:33.992215 [ 260 ] {8a75e1e8-80fc-4bc2-8ee1-b54f42d7876d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7951 | 2024.12.21 00:52:33.992298 [ 260 ] {8a75e1e8-80fc-4bc2-8ee1-b54f42d7876d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7952 | 2024.12.21 00:52:33.993258 [ 260 ] {8a75e1e8-80fc-4bc2-8ee1-b54f42d7876d} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7953 | 2024.12.21 00:52:33.993303 [ 260 ] {8a75e1e8-80fc-4bc2-8ee1-b54f42d7876d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7954 | 2024.12.21 00:52:33.993738 [ 260 ] {8a75e1e8-80fc-4bc2-8ee1-b54f42d7876d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7955 | 2024.12.21 00:52:33.993995 [ 260 ] {8a75e1e8-80fc-4bc2-8ee1-b54f42d7876d} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7956 | 2024.12.21 00:52:33.994205 [ 260 ] {8a75e1e8-80fc-4bc2-8ee1-b54f42d7876d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002059 sec., 27197.668771248176 rows/sec., 2.08 MiB/sec. | ||
| 7957 | 2024.12.21 00:52:33.994271 [ 260 ] {8a75e1e8-80fc-4bc2-8ee1-b54f42d7876d} <Debug> TCPHandler: Processed in 0.002444585 sec. | ||
| 7958 | 2024.12.21 00:52:33.994516 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7959 | 2024.12.21 00:52:33.994706 [ 263 ] {86b6b9be-257a-4e60-852c-e4469ac755d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7960 | 2024.12.21 00:52:33.994778 [ 263 ] {86b6b9be-257a-4e60-852c-e4469ac755d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7961 | 2024.12.21 00:52:33.995550 [ 263 ] {86b6b9be-257a-4e60-852c-e4469ac755d7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7962 | 2024.12.21 00:52:33.995598 [ 263 ] {86b6b9be-257a-4e60-852c-e4469ac755d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7963 | 2024.12.21 00:52:33.996026 [ 263 ] {86b6b9be-257a-4e60-852c-e4469ac755d7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7964 | 2024.12.21 00:52:33.996272 [ 263 ] {86b6b9be-257a-4e60-852c-e4469ac755d7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7965 | 2024.12.21 00:52:33.996511 [ 263 ] {86b6b9be-257a-4e60-852c-e4469ac755d7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001857 sec., 34464.189553042546 rows/sec., 2.69 MiB/sec. | ||
| 7966 | 2024.12.21 00:52:33.996578 [ 263 ] {86b6b9be-257a-4e60-852c-e4469ac755d7} <Debug> TCPHandler: Processed in 0.002191721 sec. | ||
| 7967 | 2024.12.21 00:52:33.996743 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7968 | 2024.12.21 00:52:33.996895 [ 260 ] {31ca57fa-4139-4965-b2b8-4ca50e4e2fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7969 | 2024.12.21 00:52:33.997038 [ 260 ] {31ca57fa-4139-4965-b2b8-4ca50e4e2fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7970 | 2024.12.21 00:52:33.997774 [ 260 ] {31ca57fa-4139-4965-b2b8-4ca50e4e2fec} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7971 | 2024.12.21 00:52:33.997831 [ 260 ] {31ca57fa-4139-4965-b2b8-4ca50e4e2fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7972 | 2024.12.21 00:52:33.998368 [ 260 ] {31ca57fa-4139-4965-b2b8-4ca50e4e2fec} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7973 | 2024.12.21 00:52:33.998650 [ 260 ] {31ca57fa-4139-4965-b2b8-4ca50e4e2fec} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7974 | 2024.12.21 00:52:33.998877 [ 260 ] {31ca57fa-4139-4965-b2b8-4ca50e4e2fec} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.002019 sec., 20802.377414561666 rows/sec., 1.45 MiB/sec. | ||
| 7975 | 2024.12.21 00:52:33.998958 [ 260 ] {31ca57fa-4139-4965-b2b8-4ca50e4e2fec} <Debug> TCPHandler: Processed in 0.002284582 sec. | ||
| 7976 | 2024.12.21 00:52:33.999127 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7977 | 2024.12.21 00:52:33.999262 [ 263 ] {583e7adf-84e0-4a82-b435-a3e6e896a18e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7978 | 2024.12.21 00:52:33.999321 [ 263 ] {583e7adf-84e0-4a82-b435-a3e6e896a18e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7979 | 2024.12.21 00:52:33.999837 [ 263 ] {583e7adf-84e0-4a82-b435-a3e6e896a18e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7980 | 2024.12.21 00:52:33.999886 [ 263 ] {583e7adf-84e0-4a82-b435-a3e6e896a18e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7981 | 2024.12.21 00:52:34.000670 [ 263 ] {583e7adf-84e0-4a82-b435-a3e6e896a18e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7982 | 2024.12.21 00:52:34.001010 [ 263 ] {583e7adf-84e0-4a82-b435-a3e6e896a18e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7983 | 2024.12.21 00:52:34.001240 [ 263 ] {583e7adf-84e0-4a82-b435-a3e6e896a18e} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.00201 sec., 7960.199004975124 rows/sec., 551.93 KiB/sec. | ||
| 7984 | 2024.12.21 00:52:34.001304 [ 263 ] {583e7adf-84e0-4a82-b435-a3e6e896a18e} <Debug> TCPHandler: Processed in 0.002241612 sec. | ||
| 7985 | 2024.12.21 00:52:34.975287 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 7986 | 2024.12.21 00:52:34.976032 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7987 | 2024.12.21 00:52:34.976087 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7988 | 2024.12.21 00:52:34.976629 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7989 | 2024.12.21 00:52:34.976905 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7990 | 2024.12.21 00:52:34.977137 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 7991 | 2024.12.21 00:52:36.181860 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7992 | 2024.12.21 00:52:36.203444 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7993 | 2024.12.21 00:52:36.203500 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7994 | 2024.12.21 00:52:36.210867 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7995 | 2024.12.21 00:52:36.211622 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7996 | 2024.12.21 00:52:36.214556 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7997 | 2024.12.21 00:52:38.999635 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7998 | 2024.12.21 00:52:38.999898 [ 260 ] {e1f0a2ad-4b28-4a78-a931-bf724cce2fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7999 | 2024.12.21 00:52:38.999981 [ 260 ] {e1f0a2ad-4b28-4a78-a931-bf724cce2fee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8000 | 2024.12.21 00:52:39.000942 [ 260 ] {e1f0a2ad-4b28-4a78-a931-bf724cce2fee} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8001 | 2024.12.21 00:52:39.000994 [ 260 ] {e1f0a2ad-4b28-4a78-a931-bf724cce2fee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8002 | 2024.12.21 00:52:39.001446 [ 260 ] {e1f0a2ad-4b28-4a78-a931-bf724cce2fee} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8003 | 2024.12.21 00:52:39.001721 [ 260 ] {e1f0a2ad-4b28-4a78-a931-bf724cce2fee} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8004 | 2024.12.21 00:52:39.001993 [ 260 ] {e1f0a2ad-4b28-4a78-a931-bf724cce2fee} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002149 sec., 51186.59841786878 rows/sec., 4.29 MiB/sec. | ||
| 8005 | 2024.12.21 00:52:39.002103 [ 260 ] {e1f0a2ad-4b28-4a78-a931-bf724cce2fee} <Debug> TCPHandler: Processed in 0.002611549 sec. | ||
| 8006 | 2024.12.21 00:52:39.002454 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8007 | 2024.12.21 00:52:39.002652 [ 263 ] {5d6118d8-0602-4f6a-bc79-e345d56d53ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8008 | 2024.12.21 00:52:39.002738 [ 263 ] {5d6118d8-0602-4f6a-bc79-e345d56d53ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8009 | 2024.12.21 00:52:39.003645 [ 263 ] {5d6118d8-0602-4f6a-bc79-e345d56d53ed} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8010 | 2024.12.21 00:52:39.003694 [ 263 ] {5d6118d8-0602-4f6a-bc79-e345d56d53ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8011 | 2024.12.21 00:52:39.004186 [ 263 ] {5d6118d8-0602-4f6a-bc79-e345d56d53ed} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8012 | 2024.12.21 00:52:39.004467 [ 263 ] {5d6118d8-0602-4f6a-bc79-e345d56d53ed} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8013 | 2024.12.21 00:52:39.004704 [ 263 ] {5d6118d8-0602-4f6a-bc79-e345d56d53ed} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002104 sec., 12832.699619771864 rows/sec., 964.96 KiB/sec. | ||
| 8014 | 2024.12.21 00:52:39.004787 [ 263 ] {5d6118d8-0602-4f6a-bc79-e345d56d53ed} <Debug> TCPHandler: Processed in 0.002513266 sec. | ||
| 8015 | 2024.12.21 00:52:39.005070 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8016 | 2024.12.21 00:52:39.005266 [ 260 ] {b5d1b2b6-9ec0-4118-b8db-b6a5e2ae895a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8017 | 2024.12.21 00:52:39.005344 [ 260 ] {b5d1b2b6-9ec0-4118-b8db-b6a5e2ae895a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8018 | 2024.12.21 00:52:39.006152 [ 260 ] {b5d1b2b6-9ec0-4118-b8db-b6a5e2ae895a} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8019 | 2024.12.21 00:52:39.006199 [ 260 ] {b5d1b2b6-9ec0-4118-b8db-b6a5e2ae895a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8020 | 2024.12.21 00:52:39.006603 [ 260 ] {b5d1b2b6-9ec0-4118-b8db-b6a5e2ae895a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8021 | 2024.12.21 00:52:39.006875 [ 260 ] {b5d1b2b6-9ec0-4118-b8db-b6a5e2ae895a} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8022 | 2024.12.21 00:52:39.007132 [ 260 ] {b5d1b2b6-9ec0-4118-b8db-b6a5e2ae895a} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00192 sec., 47395.833333333336 rows/sec., 3.70 MiB/sec. | ||
| 8023 | 2024.12.21 00:52:39.007220 [ 260 ] {b5d1b2b6-9ec0-4118-b8db-b6a5e2ae895a} <Debug> TCPHandler: Processed in 0.002301292 sec. | ||
| 8024 | 2024.12.21 00:52:39.007396 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8025 | 2024.12.21 00:52:39.007545 [ 263 ] {cb581de0-70b2-4931-820c-dc3f979cb92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8026 | 2024.12.21 00:52:39.007613 [ 263 ] {cb581de0-70b2-4931-820c-dc3f979cb92e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8027 | 2024.12.21 00:52:39.008263 [ 263 ] {cb581de0-70b2-4931-820c-dc3f979cb92e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8028 | 2024.12.21 00:52:39.008306 [ 263 ] {cb581de0-70b2-4931-820c-dc3f979cb92e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8029 | 2024.12.21 00:52:39.008750 [ 263 ] {cb581de0-70b2-4931-820c-dc3f979cb92e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8030 | 2024.12.21 00:52:39.009012 [ 263 ] {cb581de0-70b2-4931-820c-dc3f979cb92e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8031 | 2024.12.21 00:52:39.009248 [ 263 ] {cb581de0-70b2-4931-820c-dc3f979cb92e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001732 sec., 92378.75288683602 rows/sec., 6.43 MiB/sec. | ||
| 8032 | 2024.12.21 00:52:39.009432 [ 263 ] {cb581de0-70b2-4931-820c-dc3f979cb92e} <Debug> TCPHandler: Processed in 0.002098779 sec. | ||
| 8033 | 2024.12.21 00:52:39.009613 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8034 | 2024.12.21 00:52:39.009741 [ 260 ] {4602b8e1-c667-48ba-91bf-4a5dcb814bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8035 | 2024.12.21 00:52:39.009822 [ 260 ] {4602b8e1-c667-48ba-91bf-4a5dcb814bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8036 | 2024.12.21 00:52:39.010996 [ 260 ] {4602b8e1-c667-48ba-91bf-4a5dcb814bdf} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8037 | 2024.12.21 00:52:39.011036 [ 260 ] {4602b8e1-c667-48ba-91bf-4a5dcb814bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8038 | 2024.12.21 00:52:39.011691 [ 260 ] {4602b8e1-c667-48ba-91bf-4a5dcb814bdf} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8039 | 2024.12.21 00:52:39.011959 [ 260 ] {4602b8e1-c667-48ba-91bf-4a5dcb814bdf} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8040 | 2024.12.21 00:52:39.012215 [ 260 ] {4602b8e1-c667-48ba-91bf-4a5dcb814bdf} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002504 sec., 10782.747603833865 rows/sec., 19.32 MiB/sec. | ||
| 8041 | 2024.12.21 00:52:39.012323 [ 260 ] {4602b8e1-c667-48ba-91bf-4a5dcb814bdf} <Debug> TCPHandler: Processed in 0.002779251 sec. | ||
| 8042 | 2024.12.21 00:52:39.012480 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8043 | 2024.12.21 00:52:39.012634 [ 263 ] {8f69e3ed-4641-4c12-b844-87953c6b3b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8044 | 2024.12.21 00:52:39.012703 [ 263 ] {8f69e3ed-4641-4c12-b844-87953c6b3b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8045 | 2024.12.21 00:52:39.013312 [ 263 ] {8f69e3ed-4641-4c12-b844-87953c6b3b3e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8046 | 2024.12.21 00:52:39.013352 [ 263 ] {8f69e3ed-4641-4c12-b844-87953c6b3b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8047 | 2024.12.21 00:52:39.013752 [ 263 ] {8f69e3ed-4641-4c12-b844-87953c6b3b3e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8048 | 2024.12.21 00:52:39.014001 [ 263 ] {8f69e3ed-4641-4c12-b844-87953c6b3b3e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8049 | 2024.12.21 00:52:39.014203 [ 263 ] {8f69e3ed-4641-4c12-b844-87953c6b3b3e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001606 sec., 37359.900373599005 rows/sec., 2.52 MiB/sec. | ||
| 8050 | 2024.12.21 00:52:39.014271 [ 263 ] {8f69e3ed-4641-4c12-b844-87953c6b3b3e} <Debug> TCPHandler: Processed in 0.001861284 sec. | ||
| 8051 | 2024.12.21 00:52:42.277823 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8052 | 2024.12.21 00:52:42.277883 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8053 | 2024.12.21 00:52:42.477245 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 8054 | 2024.12.21 00:52:42.478020 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8055 | 2024.12.21 00:52:42.478079 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8056 | 2024.12.21 00:52:42.478661 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8057 | 2024.12.21 00:52:42.478926 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8058 | 2024.12.21 00:52:42.479174 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8059 | 2024.12.21 00:52:42.552836 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1142 | ||
| 8060 | 2024.12.21 00:52:42.556213 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8061 | 2024.12.21 00:52:42.556272 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8062 | 2024.12.21 00:52:42.557782 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8063 | 2024.12.21 00:52:42.558104 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8064 | 2024.12.21 00:52:42.559052 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1142 | ||
| 8065 | 2024.12.21 00:52:43.714611 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8066 | 2024.12.21 00:52:43.735190 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8067 | 2024.12.21 00:52:43.735245 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8068 | 2024.12.21 00:52:43.742325 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8069 | 2024.12.21 00:52:43.743095 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8070 | 2024.12.21 00:52:43.746153 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8071 | 2024.12.21 00:52:44.002816 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8072 | 2024.12.21 00:52:44.003028 [ 260 ] {295dd4be-35e4-446a-81af-dea6eca3464d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8073 | 2024.12.21 00:52:44.003105 [ 260 ] {295dd4be-35e4-446a-81af-dea6eca3464d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8074 | 2024.12.21 00:52:44.003930 [ 260 ] {295dd4be-35e4-446a-81af-dea6eca3464d} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8075 | 2024.12.21 00:52:44.003979 [ 260 ] {295dd4be-35e4-446a-81af-dea6eca3464d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8076 | 2024.12.21 00:52:44.004456 [ 260 ] {295dd4be-35e4-446a-81af-dea6eca3464d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8077 | 2024.12.21 00:52:44.004734 [ 260 ] {295dd4be-35e4-446a-81af-dea6eca3464d} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8078 | 2024.12.21 00:52:44.004928 [ 56 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8079 | 2024.12.21 00:52:44.004988 [ 56 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8080 | 2024.12.21 00:52:44.005004 [ 260 ] {295dd4be-35e4-446a-81af-dea6eca3464d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002032 sec., 6889.76377952756 rows/sec., 495.97 KiB/sec. | ||
| 8081 | 2024.12.21 00:52:44.005031 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8082 | 2024.12.21 00:52:44.005187 [ 260 ] {295dd4be-35e4-446a-81af-dea6eca3464d} <Debug> TCPHandler: Processed in 0.002499557 sec. | ||
| 8083 | 2024.12.21 00:52:44.005504 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 8084 | 2024.12.21 00:52:44.005664 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8085 | 2024.12.21 00:52:44.005773 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8086 | 2024.12.21 00:52:44.005849 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 8087 | 2024.12.21 00:52:44.005939 [ 263 ] {55bbce03-462f-4e38-8cb1-80f38cf0d301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8088 | 2024.12.21 00:52:44.006120 [ 263 ] {55bbce03-462f-4e38-8cb1-80f38cf0d301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8089 | 2024.12.21 00:52:44.006157 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 8090 | 2024.12.21 00:52:44.006535 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 8091 | 2024.12.21 00:52:44.006896 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 8092 | 2024.12.21 00:52:44.007353 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 8093 | 2024.12.21 00:52:44.008708 [ 263 ] {55bbce03-462f-4e38-8cb1-80f38cf0d301} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8094 | 2024.12.21 00:52:44.008782 [ 263 ] {55bbce03-462f-4e38-8cb1-80f38cf0d301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8095 | 2024.12.21 00:52:44.009964 [ 263 ] {55bbce03-462f-4e38-8cb1-80f38cf0d301} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8096 | 2024.12.21 00:52:44.009983 [ 200 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.0048049 sec., 14568.461362359258 rows/sec., 1.08 MiB/sec. | ||
| 8097 | 2024.12.21 00:52:44.010123 [ 200 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8098 | 2024.12.21 00:52:44.010304 [ 263 ] {55bbce03-462f-4e38-8cb1-80f38cf0d301} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8099 | 2024.12.21 00:52:44.010482 [ 200 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_25_6} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8100 | 2024.12.21 00:52:44.010510 [ 56 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8101 | 2024.12.21 00:52:44.010582 [ 56 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8102 | 2024.12.21 00:52:44.010617 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8103 | 2024.12.21 00:52:44.010641 [ 200 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_25_6} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8104 | 2024.12.21 00:52:44.010650 [ 263 ] {55bbce03-462f-4e38-8cb1-80f38cf0d301} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.004789 sec., 47400.29233660472 rows/sec., 4.14 MiB/sec. | ||
| 8105 | 2024.12.21 00:52:44.010893 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8106 | 2024.12.21 00:52:44.010906 [ 263 ] {55bbce03-462f-4e38-8cb1-80f38cf0d301} <Debug> TCPHandler: Processed in 0.005519323 sec. | ||
| 8107 | 2024.12.21 00:52:44.010964 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 8108 | 2024.12.21 00:52:44.011103 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8109 | 2024.12.21 00:52:44.011116 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8110 | 2024.12.21 00:52:44.011162 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1432 rows starting from the beginning of the part | ||
| 8111 | 2024.12.21 00:52:44.011426 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 110 rows starting from the beginning of the part | ||
| 8112 | 2024.12.21 00:52:44.011518 [ 260 ] {74c3fcdb-3d0b-453b-967a-44ecf3cec94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8113 | 2024.12.21 00:52:44.011641 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1369 rows starting from the beginning of the part | ||
| 8114 | 2024.12.21 00:52:44.011707 [ 260 ] {74c3fcdb-3d0b-453b-967a-44ecf3cec94d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8115 | 2024.12.21 00:52:44.011972 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part | ||
| 8116 | 2024.12.21 00:52:44.012297 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 110 rows starting from the beginning of the part | ||
| 8117 | 2024.12.21 00:52:44.012570 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 227 rows starting from the beginning of the part | ||
| 8118 | 2024.12.21 00:52:44.014294 [ 260 ] {74c3fcdb-3d0b-453b-967a-44ecf3cec94d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8119 | 2024.12.21 00:52:44.014369 [ 260 ] {74c3fcdb-3d0b-453b-967a-44ecf3cec94d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8120 | 2024.12.21 00:52:44.015358 [ 260 ] {74c3fcdb-3d0b-453b-967a-44ecf3cec94d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8121 | 2024.12.21 00:52:44.015655 [ 260 ] {74c3fcdb-3d0b-453b-967a-44ecf3cec94d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8122 | 2024.12.21 00:52:44.015868 [ 56 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8123 | 2024.12.21 00:52:44.015978 [ 56 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8124 | 2024.12.21 00:52:44.016045 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8125 | 2024.12.21 00:52:44.016109 [ 260 ] {74c3fcdb-3d0b-453b-967a-44ecf3cec94d} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.004761 sec., 3990.7582440663728 rows/sec., 285.32 KiB/sec. | ||
| 8126 | 2024.12.21 00:52:44.016497 [ 260 ] {74c3fcdb-3d0b-453b-967a-44ecf3cec94d} <Debug> TCPHandler: Processed in 0.005469161 sec. | ||
| 8127 | 2024.12.21 00:52:44.016915 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 8128 | 2024.12.21 00:52:44.017036 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8129 | 2024.12.21 00:52:44.017051 [ 195 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3304 rows, containing 5 columns (5 merged, 0 gathered) in 0.006360909 sec., 519422.6171133717 rows/sec., 45.35 MiB/sec. | ||
| 8130 | 2024.12.21 00:52:44.017532 [ 263 ] {97a1226f-a05e-4c23-9473-53d9b82589dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8131 | 2024.12.21 00:52:44.017580 [ 195 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8132 | 2024.12.21 00:52:44.017711 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8133 | 2024.12.21 00:52:44.017775 [ 263 ] {97a1226f-a05e-4c23-9473-53d9b82589dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8134 | 2024.12.21 00:52:44.017901 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 64 rows starting from the beginning of the part | ||
| 8135 | 2024.12.21 00:52:44.018511 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 19 rows starting from the beginning of the part | ||
| 8136 | 2024.12.21 00:52:44.018901 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 27 rows starting from the beginning of the part | ||
| 8137 | 2024.12.21 00:52:44.019048 [ 195 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_61_12} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8138 | 2024.12.21 00:52:44.019658 [ 195 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_61_12} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8139 | 2024.12.21 00:52:44.019948 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 23 rows starting from the beginning of the part | ||
| 8140 | 2024.12.21 00:52:44.020217 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8141 | 2024.12.21 00:52:44.020414 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 27 rows starting from the beginning of the part | ||
| 8142 | 2024.12.21 00:52:44.020927 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 19 rows starting from the beginning of the part | ||
| 8143 | 2024.12.21 00:52:44.021687 [ 263 ] {97a1226f-a05e-4c23-9473-53d9b82589dd} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8144 | 2024.12.21 00:52:44.021734 [ 263 ] {97a1226f-a05e-4c23-9473-53d9b82589dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8145 | 2024.12.21 00:52:44.022300 [ 263 ] {97a1226f-a05e-4c23-9473-53d9b82589dd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8146 | 2024.12.21 00:52:44.022548 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.006370038 sec., 28100.30332629099 rows/sec., 2.11 MiB/sec. | ||
| 8147 | 2024.12.21 00:52:44.022712 [ 263 ] {97a1226f-a05e-4c23-9473-53d9b82589dd} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8148 | 2024.12.21 00:52:44.022764 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8149 | 2024.12.21 00:52:44.023151 [ 263 ] {97a1226f-a05e-4c23-9473-53d9b82589dd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00582 sec., 2405.498281786942 rows/sec., 168.47 KiB/sec. | ||
| 8150 | 2024.12.21 00:52:44.023297 [ 263 ] {97a1226f-a05e-4c23-9473-53d9b82589dd} <Debug> TCPHandler: Processed in 0.006665704 sec. | ||
| 8151 | 2024.12.21 00:52:44.023379 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_51_10} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8152 | 2024.12.21 00:52:44.023485 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_51_10} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8153 | 2024.12.21 00:52:44.023503 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8154 | 2024.12.21 00:52:44.023599 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8155 | 2024.12.21 00:52:44.023678 [ 260 ] {42c462d8-2b69-43d3-bbbc-60db43ff8335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8156 | 2024.12.21 00:52:44.023737 [ 260 ] {42c462d8-2b69-43d3-bbbc-60db43ff8335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8157 | 2024.12.21 00:52:44.024594 [ 260 ] {42c462d8-2b69-43d3-bbbc-60db43ff8335} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8158 | 2024.12.21 00:52:44.024636 [ 260 ] {42c462d8-2b69-43d3-bbbc-60db43ff8335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8159 | 2024.12.21 00:52:44.025001 [ 260 ] {42c462d8-2b69-43d3-bbbc-60db43ff8335} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8160 | 2024.12.21 00:52:44.025244 [ 260 ] {42c462d8-2b69-43d3-bbbc-60db43ff8335} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8161 | 2024.12.21 00:52:44.025403 [ 56 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8162 | 2024.12.21 00:52:44.025459 [ 56 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8163 | 2024.12.21 00:52:44.025482 [ 260 ] {42c462d8-2b69-43d3-bbbc-60db43ff8335} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001837 sec., 7076.755579749592 rows/sec., 441.23 KiB/sec. | ||
| 8164 | 2024.12.21 00:52:44.025509 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8165 | 2024.12.21 00:52:44.025634 [ 260 ] {42c462d8-2b69-43d3-bbbc-60db43ff8335} <Debug> TCPHandler: Processed in 0.002199591 sec. | ||
| 8166 | 2024.12.21 00:52:44.025704 [ 192 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 8167 | 2024.12.21 00:52:44.025837 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8168 | 2024.12.21 00:52:44.025852 [ 192 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8169 | 2024.12.21 00:52:44.025891 [ 192 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 8170 | 2024.12.21 00:52:44.026098 [ 192 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 8171 | 2024.12.21 00:52:44.026120 [ 263 ] {674fddd0-9a51-4f2f-bf0b-f5923a2c553f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8172 | 2024.12.21 00:52:44.026361 [ 263 ] {674fddd0-9a51-4f2f-bf0b-f5923a2c553f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8173 | 2024.12.21 00:52:44.026445 [ 192 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 8174 | 2024.12.21 00:52:44.026827 [ 192 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 8175 | 2024.12.21 00:52:44.027143 [ 192 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 8176 | 2024.12.21 00:52:44.028534 [ 263 ] {674fddd0-9a51-4f2f-bf0b-f5923a2c553f} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8177 | 2024.12.21 00:52:44.028586 [ 263 ] {674fddd0-9a51-4f2f-bf0b-f5923a2c553f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8178 | 2024.12.21 00:52:44.028778 [ 197 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003151558 sec., 20624.719583139515 rows/sec., 1.33 MiB/sec. | ||
| 8179 | 2024.12.21 00:52:44.028989 [ 197 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8180 | 2024.12.21 00:52:44.029330 [ 263 ] {674fddd0-9a51-4f2f-bf0b-f5923a2c553f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8181 | 2024.12.21 00:52:44.029477 [ 196 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_25_6} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8182 | 2024.12.21 00:52:44.029598 [ 196 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_25_6} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8183 | 2024.12.21 00:52:44.029691 [ 263 ] {674fddd0-9a51-4f2f-bf0b-f5923a2c553f} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8184 | 2024.12.21 00:52:44.029701 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8185 | 2024.12.21 00:52:44.029838 [ 56 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8186 | 2024.12.21 00:52:44.029872 [ 56 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8187 | 2024.12.21 00:52:44.029894 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8188 | 2024.12.21 00:52:44.029900 [ 263 ] {674fddd0-9a51-4f2f-bf0b-f5923a2c553f} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.00391 sec., 100767.26342710997 rows/sec., 7.15 MiB/sec. | ||
| 8189 | 2024.12.21 00:52:44.030220 [ 263 ] {674fddd0-9a51-4f2f-bf0b-f5923a2c553f} <Debug> TCPHandler: Processed in 0.004453253 sec. | ||
| 8190 | 2024.12.21 00:52:44.030256 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 8191 | 2024.12.21 00:52:44.030515 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8192 | 2024.12.21 00:52:44.030856 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8193 | 2024.12.21 00:52:44.030997 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 8194 | 2024.12.21 00:52:44.031032 [ 260 ] {8984d593-1d46-42a5-b109-09796622e225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8195 | 2024.12.21 00:52:44.031326 [ 260 ] {8984d593-1d46-42a5-b109-09796622e225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8196 | 2024.12.21 00:52:44.031581 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 91 rows starting from the beginning of the part | ||
| 8197 | 2024.12.21 00:52:44.032117 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 854 rows starting from the beginning of the part | ||
| 8198 | 2024.12.21 00:52:44.032419 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part | ||
| 8199 | 2024.12.21 00:52:44.032662 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 91 rows starting from the beginning of the part | ||
| 8200 | 2024.12.21 00:52:44.032799 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 394 rows starting from the beginning of the part | ||
| 8201 | 2024.12.21 00:52:44.033803 [ 260 ] {8984d593-1d46-42a5-b109-09796622e225} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8202 | 2024.12.21 00:52:44.033847 [ 260 ] {8984d593-1d46-42a5-b109-09796622e225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8203 | 2024.12.21 00:52:44.034365 [ 260 ] {8984d593-1d46-42a5-b109-09796622e225} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8204 | 2024.12.21 00:52:44.034679 [ 260 ] {8984d593-1d46-42a5-b109-09796622e225} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8205 | 2024.12.21 00:52:44.034948 [ 260 ] {8984d593-1d46-42a5-b109-09796622e225} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00408 sec., 1470.5882352941176 rows/sec., 76.83 KiB/sec. | ||
| 8206 | 2024.12.21 00:52:44.035103 [ 260 ] {8984d593-1d46-42a5-b109-09796622e225} <Debug> TCPHandler: Processed in 0.004763729 sec. | ||
| 8207 | 2024.12.21 00:52:44.035235 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.005270858 sec., 456661.89451508655 rows/sec., 35.01 MiB/sec. | ||
| 8208 | 2024.12.21 00:52:44.035290 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8209 | 2024.12.21 00:52:44.035426 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8210 | 2024.12.21 00:52:44.035492 [ 263 ] {c51bae1f-0bba-41d5-8a7e-5e7fbc4ecbed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8211 | 2024.12.21 00:52:44.035603 [ 263 ] {c51bae1f-0bba-41d5-8a7e-5e7fbc4ecbed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8212 | 2024.12.21 00:52:44.036027 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_61_12} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8213 | 2024.12.21 00:52:44.036229 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_61_12} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8214 | 2024.12.21 00:52:44.036368 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8215 | 2024.12.21 00:52:44.036746 [ 263 ] {c51bae1f-0bba-41d5-8a7e-5e7fbc4ecbed} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8216 | 2024.12.21 00:52:44.036790 [ 263 ] {c51bae1f-0bba-41d5-8a7e-5e7fbc4ecbed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8217 | 2024.12.21 00:52:44.037198 [ 263 ] {c51bae1f-0bba-41d5-8a7e-5e7fbc4ecbed} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8218 | 2024.12.21 00:52:44.037438 [ 263 ] {c51bae1f-0bba-41d5-8a7e-5e7fbc4ecbed} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8219 | 2024.12.21 00:52:44.037577 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8220 | 2024.12.21 00:52:44.037612 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8221 | 2024.12.21 00:52:44.037634 [ 263 ] {c51bae1f-0bba-41d5-8a7e-5e7fbc4ecbed} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002216 sec., 106949.45848375451 rows/sec., 7.17 MiB/sec. | ||
| 8222 | 2024.12.21 00:52:44.037638 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8223 | 2024.12.21 00:52:44.037780 [ 263 ] {c51bae1f-0bba-41d5-8a7e-5e7fbc4ecbed} <Debug> TCPHandler: Processed in 0.002577178 sec. | ||
| 8224 | 2024.12.21 00:52:44.038046 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 8225 | 2024.12.21 00:52:44.038064 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8226 | 2024.12.21 00:52:44.038408 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8227 | 2024.12.21 00:52:44.038420 [ 260 ] {18c26cb4-65cf-4c6a-af42-ab5fcb85ddd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8228 | 2024.12.21 00:52:44.038478 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16472 rows starting from the beginning of the part | ||
| 8229 | 2024.12.21 00:52:44.038549 [ 260 ] {18c26cb4-65cf-4c6a-af42-ab5fcb85ddd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8230 | 2024.12.21 00:52:44.038880 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 8231 | 2024.12.21 00:52:44.039238 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 917 rows starting from the beginning of the part | ||
| 8232 | 2024.12.21 00:52:44.039644 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 42 rows starting from the beginning of the part | ||
| 8233 | 2024.12.21 00:52:44.039983 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 8234 | 2024.12.21 00:52:44.040333 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 8235 | 2024.12.21 00:52:44.040875 [ 260 ] {18c26cb4-65cf-4c6a-af42-ab5fcb85ddd7} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8236 | 2024.12.21 00:52:44.040923 [ 260 ] {18c26cb4-65cf-4c6a-af42-ab5fcb85ddd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8237 | 2024.12.21 00:52:44.041384 [ 260 ] {18c26cb4-65cf-4c6a-af42-ab5fcb85ddd7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8238 | 2024.12.21 00:52:44.041874 [ 260 ] {18c26cb4-65cf-4c6a-af42-ab5fcb85ddd7} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8239 | 2024.12.21 00:52:44.042289 [ 260 ] {18c26cb4-65cf-4c6a-af42-ab5fcb85ddd7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003988 sec., 250.7522567703109 rows/sec., 16.90 KiB/sec. | ||
| 8240 | 2024.12.21 00:52:44.042701 [ 260 ] {18c26cb4-65cf-4c6a-af42-ab5fcb85ddd7} <Debug> TCPHandler: Processed in 0.004780249 sec. | ||
| 8241 | 2024.12.21 00:52:44.043052 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8242 | 2024.12.21 00:52:44.043372 [ 263 ] {1a2e06df-db47-4ae7-aec4-c3d0603ffb7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8243 | 2024.12.21 00:52:44.043608 [ 263 ] {1a2e06df-db47-4ae7-aec4-c3d0603ffb7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8244 | 2024.12.21 00:52:44.045687 [ 263 ] {1a2e06df-db47-4ae7-aec4-c3d0603ffb7c} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8245 | 2024.12.21 00:52:44.045742 [ 263 ] {1a2e06df-db47-4ae7-aec4-c3d0603ffb7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8246 | 2024.12.21 00:52:44.046811 [ 263 ] {1a2e06df-db47-4ae7-aec4-c3d0603ffb7c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8247 | 2024.12.21 00:52:44.047395 [ 263 ] {1a2e06df-db47-4ae7-aec4-c3d0603ffb7c} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8248 | 2024.12.21 00:52:44.047603 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8249 | 2024.12.21 00:52:44.047692 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8250 | 2024.12.21 00:52:44.047743 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8251 | 2024.12.21 00:52:44.047826 [ 263 ] {1a2e06df-db47-4ae7-aec4-c3d0603ffb7c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004553 sec., 2635.624862727872 rows/sec., 4.72 MiB/sec. | ||
| 8252 | 2024.12.21 00:52:44.047856 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 8253 | 2024.12.21 00:52:44.048312 [ 263 ] {1a2e06df-db47-4ae7-aec4-c3d0603ffb7c} <Debug> TCPHandler: Processed in 0.005424081 sec. | ||
| 8254 | 2024.12.21 00:52:44.048640 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8255 | 2024.12.21 00:52:44.049191 [ 260 ] {0d6ac80c-c683-436c-8799-4959b2d9ba13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8256 | 2024.12.21 00:52:44.049393 [ 260 ] {0d6ac80c-c683-436c-8799-4959b2d9ba13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8257 | 2024.12.21 00:52:44.049441 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17988 rows, containing 5 columns (5 merged, 0 gathered) in 0.011677547 sec., 1540392.0018476483 rows/sec., 104.08 MiB/sec. | ||
| 8258 | 2024.12.21 00:52:44.049809 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8259 | 2024.12.21 00:52:44.049962 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8260 | 2024.12.21 00:52:44.050165 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 900 rows starting from the beginning of the part | ||
| 8261 | 2024.12.21 00:52:44.051132 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8262 | 2024.12.21 00:52:44.051527 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8263 | 2024.12.21 00:52:44.051777 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 12 rows starting from the beginning of the part | ||
| 8264 | 2024.12.21 00:52:44.051847 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.10 MiB. | ||
| 8265 | 2024.12.21 00:52:44.052390 [ 260 ] {0d6ac80c-c683-436c-8799-4959b2d9ba13} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8266 | 2024.12.21 00:52:44.052527 [ 260 ] {0d6ac80c-c683-436c-8799-4959b2d9ba13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8267 | 2024.12.21 00:52:44.052656 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 27 rows starting from the beginning of the part | ||
| 8268 | 2024.12.21 00:52:44.053288 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 12 rows starting from the beginning of the part | ||
| 8269 | 2024.12.21 00:52:44.053953 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 27 rows starting from the beginning of the part | ||
| 8270 | 2024.12.21 00:52:44.054009 [ 260 ] {0d6ac80c-c683-436c-8799-4959b2d9ba13} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8271 | 2024.12.21 00:52:44.054515 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 12 rows starting from the beginning of the part | ||
| 8272 | 2024.12.21 00:52:44.054970 [ 260 ] {0d6ac80c-c683-436c-8799-4959b2d9ba13} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8273 | 2024.12.21 00:52:44.055471 [ 56 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8274 | 2024.12.21 00:52:44.055563 [ 56 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8275 | 2024.12.21 00:52:44.055641 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8276 | 2024.12.21 00:52:44.056137 [ 260 ] {0d6ac80c-c683-436c-8799-4959b2d9ba13} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007074 sec., 11591.744416171896 rows/sec., 753.89 KiB/sec. | ||
| 8277 | 2024.12.21 00:52:44.056656 [ 260 ] {0d6ac80c-c683-436c-8799-4959b2d9ba13} <Debug> TCPHandler: Processed in 0.008215483 sec. | ||
| 8278 | 2024.12.21 00:52:44.056788 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 8279 | 2024.12.21 00:52:44.057390 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8280 | 2024.12.21 00:52:44.057525 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3434 rows starting from the beginning of the part | ||
| 8281 | 2024.12.21 00:52:44.057894 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 8282 | 2024.12.21 00:52:44.058176 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 66 rows starting from the beginning of the part | ||
| 8283 | 2024.12.21 00:52:44.058520 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part | ||
| 8284 | 2024.12.21 00:52:44.058856 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 8285 | 2024.12.21 00:52:44.059115 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 8286 | 2024.12.21 00:52:44.062280 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3718 rows, containing 4 columns (4 merged, 0 gathered) in 0.006279776 sec., 592059.3346004698 rows/sec., 38.69 MiB/sec. | ||
| 8287 | 2024.12.21 00:52:44.062749 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8288 | 2024.12.21 00:52:44.063375 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_61_12} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8289 | 2024.12.21 00:52:44.063534 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_61_12} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8290 | 2024.12.21 00:52:44.063622 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 8291 | 2024.12.21 00:52:44.067513 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 990 rows, containing 19 columns (19 merged, 0 gathered) in 0.019711186 sec., 50225.2883210579 rows/sec., 90.00 MiB/sec. | ||
| 8292 | 2024.12.21 00:52:44.068685 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8293 | 2024.12.21 00:52:44.069147 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8294 | 2024.12.21 00:52:44.069246 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8295 | 2024.12.21 00:52:44.069411 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.19 MiB. | ||
| 8296 | 2024.12.21 00:52:45.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.32 MiB, peak 224.45 MiB, free memory in arenas 0.00 B, will set to 219.16 MiB (RSS), difference: 2.84 MiB | ||
| 8297 | 2024.12.21 00:52:48.999414 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8298 | 2024.12.21 00:52:48.999685 [ 260 ] {202b140d-d626-4b4b-b174-4d0041302cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8299 | 2024.12.21 00:52:48.999762 [ 260 ] {202b140d-d626-4b4b-b174-4d0041302cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8300 | 2024.12.21 00:52:49.000726 [ 260 ] {202b140d-d626-4b4b-b174-4d0041302cf6} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8301 | 2024.12.21 00:52:49.000772 [ 260 ] {202b140d-d626-4b4b-b174-4d0041302cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8302 | 2024.12.21 00:52:49.001262 [ 260 ] {202b140d-d626-4b4b-b174-4d0041302cf6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8303 | 2024.12.21 00:52:49.001534 [ 260 ] {202b140d-d626-4b4b-b174-4d0041302cf6} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8304 | 2024.12.21 00:52:49.001780 [ 260 ] {202b140d-d626-4b4b-b174-4d0041302cf6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00215 sec., 930.2325581395348 rows/sec., 75.85 KiB/sec. | ||
| 8305 | 2024.12.21 00:52:49.001854 [ 260 ] {202b140d-d626-4b4b-b174-4d0041302cf6} <Debug> TCPHandler: Processed in 0.002581098 sec. | ||
| 8306 | 2024.12.21 00:52:49.002123 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8307 | 2024.12.21 00:52:49.002339 [ 263 ] {d01133c6-ad43-4765-9b40-8fa885829d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8308 | 2024.12.21 00:52:49.002420 [ 263 ] {d01133c6-ad43-4765-9b40-8fa885829d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8309 | 2024.12.21 00:52:49.003332 [ 263 ] {d01133c6-ad43-4765-9b40-8fa885829d00} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8310 | 2024.12.21 00:52:49.003383 [ 263 ] {d01133c6-ad43-4765-9b40-8fa885829d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8311 | 2024.12.21 00:52:49.003850 [ 263 ] {d01133c6-ad43-4765-9b40-8fa885829d00} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8312 | 2024.12.21 00:52:49.004111 [ 263 ] {d01133c6-ad43-4765-9b40-8fa885829d00} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8313 | 2024.12.21 00:52:49.004361 [ 263 ] {d01133c6-ad43-4765-9b40-8fa885829d00} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.002077 sec., 53442.46509388542 rows/sec., 4.47 MiB/sec. | ||
| 8314 | 2024.12.21 00:52:49.004430 [ 263 ] {d01133c6-ad43-4765-9b40-8fa885829d00} <Debug> TCPHandler: Processed in 0.002440596 sec. | ||
| 8315 | 2024.12.21 00:52:49.004636 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8316 | 2024.12.21 00:52:49.004783 [ 260 ] {796cc4a0-b905-4b40-9d0e-237511280c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8317 | 2024.12.21 00:52:49.004841 [ 260 ] {796cc4a0-b905-4b40-9d0e-237511280c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8318 | 2024.12.21 00:52:49.005489 [ 260 ] {796cc4a0-b905-4b40-9d0e-237511280c35} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8319 | 2024.12.21 00:52:49.005533 [ 260 ] {796cc4a0-b905-4b40-9d0e-237511280c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8320 | 2024.12.21 00:52:49.005928 [ 260 ] {796cc4a0-b905-4b40-9d0e-237511280c35} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8321 | 2024.12.21 00:52:49.006191 [ 260 ] {796cc4a0-b905-4b40-9d0e-237511280c35} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8322 | 2024.12.21 00:52:49.006441 [ 260 ] {796cc4a0-b905-4b40-9d0e-237511280c35} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001687 sec., 17190.278601066984 rows/sec., 1.26 MiB/sec. | ||
| 8323 | 2024.12.21 00:52:49.006540 [ 260 ] {796cc4a0-b905-4b40-9d0e-237511280c35} <Debug> TCPHandler: Processed in 0.001967197 sec. | ||
| 8324 | 2024.12.21 00:52:49.006792 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8325 | 2024.12.21 00:52:49.006949 [ 263 ] {57be09db-f6b3-4d80-9a60-1800e5f95eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8326 | 2024.12.21 00:52:49.007003 [ 263 ] {57be09db-f6b3-4d80-9a60-1800e5f95eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8327 | 2024.12.21 00:52:49.007652 [ 263 ] {57be09db-f6b3-4d80-9a60-1800e5f95eca} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8328 | 2024.12.21 00:52:49.007696 [ 263 ] {57be09db-f6b3-4d80-9a60-1800e5f95eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8329 | 2024.12.21 00:52:49.008109 [ 263 ] {57be09db-f6b3-4d80-9a60-1800e5f95eca} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8330 | 2024.12.21 00:52:49.008373 [ 263 ] {57be09db-f6b3-4d80-9a60-1800e5f95eca} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8331 | 2024.12.21 00:52:49.008604 [ 263 ] {57be09db-f6b3-4d80-9a60-1800e5f95eca} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001685 sec., 55192.878338278926 rows/sec., 4.31 MiB/sec. | ||
| 8332 | 2024.12.21 00:52:49.008673 [ 263 ] {57be09db-f6b3-4d80-9a60-1800e5f95eca} <Debug> TCPHandler: Processed in 0.002015997 sec. | ||
| 8333 | 2024.12.21 00:52:49.008829 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8334 | 2024.12.21 00:52:49.008956 [ 260 ] {2ade871d-c098-4937-af69-b438c34b567a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8335 | 2024.12.21 00:52:49.009014 [ 260 ] {2ade871d-c098-4937-af69-b438c34b567a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8336 | 2024.12.21 00:52:49.009601 [ 260 ] {2ade871d-c098-4937-af69-b438c34b567a} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8337 | 2024.12.21 00:52:49.009642 [ 260 ] {2ade871d-c098-4937-af69-b438c34b567a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8338 | 2024.12.21 00:52:49.010051 [ 260 ] {2ade871d-c098-4937-af69-b438c34b567a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8339 | 2024.12.21 00:52:49.010308 [ 260 ] {2ade871d-c098-4937-af69-b438c34b567a} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8340 | 2024.12.21 00:52:49.010533 [ 260 ] {2ade871d-c098-4937-af69-b438c34b567a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001605 sec., 100311.52647975077 rows/sec., 6.99 MiB/sec. | ||
| 8341 | 2024.12.21 00:52:49.010597 [ 260 ] {2ade871d-c098-4937-af69-b438c34b567a} <Debug> TCPHandler: Processed in 0.001830124 sec. | ||
| 8342 | 2024.12.21 00:52:49.010743 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8343 | 2024.12.21 00:52:49.010866 [ 263 ] {95207a23-e10b-4f95-a92e-84e21715580d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8344 | 2024.12.21 00:52:49.010951 [ 263 ] {95207a23-e10b-4f95-a92e-84e21715580d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8345 | 2024.12.21 00:52:49.012117 [ 263 ] {95207a23-e10b-4f95-a92e-84e21715580d} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8346 | 2024.12.21 00:52:49.012157 [ 263 ] {95207a23-e10b-4f95-a92e-84e21715580d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8347 | 2024.12.21 00:52:49.012801 [ 263 ] {95207a23-e10b-4f95-a92e-84e21715580d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8348 | 2024.12.21 00:52:49.013066 [ 263 ] {95207a23-e10b-4f95-a92e-84e21715580d} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8349 | 2024.12.21 00:52:49.013315 [ 263 ] {95207a23-e10b-4f95-a92e-84e21715580d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002478 sec., 10895.88377723971 rows/sec., 19.52 MiB/sec. | ||
| 8350 | 2024.12.21 00:52:49.013436 [ 263 ] {95207a23-e10b-4f95-a92e-84e21715580d} <Debug> TCPHandler: Processed in 0.002751881 sec. | ||
| 8351 | 2024.12.21 00:52:49.013571 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8352 | 2024.12.21 00:52:49.013695 [ 260 ] {92f325fe-1739-4361-865a-13365764c709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8353 | 2024.12.21 00:52:49.013749 [ 260 ] {92f325fe-1739-4361-865a-13365764c709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8354 | 2024.12.21 00:52:49.014239 [ 260 ] {92f325fe-1739-4361-865a-13365764c709} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8355 | 2024.12.21 00:52:49.014279 [ 260 ] {92f325fe-1739-4361-865a-13365764c709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8356 | 2024.12.21 00:52:49.014676 [ 260 ] {92f325fe-1739-4361-865a-13365764c709} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8357 | 2024.12.21 00:52:49.014923 [ 260 ] {92f325fe-1739-4361-865a-13365764c709} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8358 | 2024.12.21 00:52:49.015135 [ 260 ] {92f325fe-1739-4361-865a-13365764c709} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec. | ||
| 8359 | 2024.12.21 00:52:49.015189 [ 260 ] {92f325fe-1739-4361-865a-13365764c709} <Debug> TCPHandler: Processed in 0.001674441 sec. | ||
| 8360 | 2024.12.21 00:52:49.979316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 8361 | 2024.12.21 00:52:49.980077 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8362 | 2024.12.21 00:52:49.980124 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8363 | 2024.12.21 00:52:49.980689 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8364 | 2024.12.21 00:52:49.980966 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8365 | 2024.12.21 00:52:49.981239 [ 46 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8366 | 2024.12.21 00:52:49.981263 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 8367 | 2024.12.21 00:52:49.981371 [ 46 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8368 | 2024.12.21 00:52:49.981420 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8369 | 2024.12.21 00:52:49.981764 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 8370 | 2024.12.21 00:52:49.982391 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8371 | 2024.12.21 00:52:49.982539 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 8372 | 2024.12.21 00:52:49.982928 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 8373 | 2024.12.21 00:52:49.983074 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 8374 | 2024.12.21 00:52:49.983245 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 8375 | 2024.12.21 00:52:49.983443 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 8376 | 2024.12.21 00:52:49.983606 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 8377 | 2024.12.21 00:52:49.986084 [ 194 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004574684 sec., 4106950.3379905587 rows/sec., 58.75 MiB/sec. | ||
| 8378 | 2024.12.21 00:52:49.986340 [ 194 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8379 | 2024.12.21 00:52:49.986665 [ 194 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_41_8} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8380 | 2024.12.21 00:52:49.986746 [ 194 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_41_8} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8381 | 2024.12.21 00:52:49.986879 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 8382 | 2024.12.21 00:52:51.246211 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8383 | 2024.12.21 00:52:51.269650 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8384 | 2024.12.21 00:52:51.269717 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8385 | 2024.12.21 00:52:51.276825 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8386 | 2024.12.21 00:52:51.277613 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8387 | 2024.12.21 00:52:51.277976 [ 45 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8388 | 2024.12.21 00:52:51.278112 [ 45 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8389 | 2024.12.21 00:52:51.278180 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8390 | 2024.12.21 00:52:51.279997 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 8391 | 2024.12.21 00:52:51.293672 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8392 | 2024.12.21 00:52:51.295472 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8393 | 2024.12.21 00:52:51.297047 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 8394 | 2024.12.21 00:52:51.303183 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 8395 | 2024.12.21 00:52:51.308908 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 8396 | 2024.12.21 00:52:51.314609 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 8397 | 2024.12.21 00:52:51.320310 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 8398 | 2024.12.21 00:52:51.324937 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 8399 | 2024.12.21 00:52:51.385996 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.107600166 sec., 2871.742781512066 rows/sec., 14.85 MiB/sec. | ||
| 8400 | 2024.12.21 00:52:51.388837 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8401 | 2024.12.21 00:52:51.391806 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_41_8} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8402 | 2024.12.21 00:52:51.391926 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_41_8} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8403 | 2024.12.21 00:52:51.394543 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8404 | 2024.12.21 00:52:52.559341 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1178 | ||
| 8405 | 2024.12.21 00:52:52.562621 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8406 | 2024.12.21 00:52:52.562682 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8407 | 2024.12.21 00:52:52.564170 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8408 | 2024.12.21 00:52:52.564493 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8409 | 2024.12.21 00:52:52.565457 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1178 | ||
| 8410 | 2024.12.21 00:52:54.002699 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8411 | 2024.12.21 00:52:54.002934 [ 260 ] {5aa03729-3b01-472f-8d39-f9c1c7c89f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8412 | 2024.12.21 00:52:54.003023 [ 260 ] {5aa03729-3b01-472f-8d39-f9c1c7c89f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8413 | 2024.12.21 00:52:54.003801 [ 260 ] {5aa03729-3b01-472f-8d39-f9c1c7c89f83} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8414 | 2024.12.21 00:52:54.003852 [ 260 ] {5aa03729-3b01-472f-8d39-f9c1c7c89f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8415 | 2024.12.21 00:52:54.004333 [ 260 ] {5aa03729-3b01-472f-8d39-f9c1c7c89f83} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8416 | 2024.12.21 00:52:54.004607 [ 260 ] {5aa03729-3b01-472f-8d39-f9c1c7c89f83} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8417 | 2024.12.21 00:52:54.004857 [ 260 ] {5aa03729-3b01-472f-8d39-f9c1c7c89f83} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001989 sec., 7038.712921065862 rows/sec., 506.69 KiB/sec. | ||
| 8418 | 2024.12.21 00:52:54.004928 [ 260 ] {5aa03729-3b01-472f-8d39-f9c1c7c89f83} <Debug> TCPHandler: Processed in 0.002369354 sec. | ||
| 8419 | 2024.12.21 00:52:54.005189 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8420 | 2024.12.21 00:52:54.005384 [ 263 ] {13471556-3c03-427d-912b-3a61fe08ef66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8421 | 2024.12.21 00:52:54.005468 [ 263 ] {13471556-3c03-427d-912b-3a61fe08ef66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8422 | 2024.12.21 00:52:54.006490 [ 263 ] {13471556-3c03-427d-912b-3a61fe08ef66} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8423 | 2024.12.21 00:52:54.006554 [ 263 ] {13471556-3c03-427d-912b-3a61fe08ef66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8424 | 2024.12.21 00:52:54.007145 [ 263 ] {13471556-3c03-427d-912b-3a61fe08ef66} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8425 | 2024.12.21 00:52:54.007475 [ 263 ] {13471556-3c03-427d-912b-3a61fe08ef66} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8426 | 2024.12.21 00:52:54.007789 [ 263 ] {13471556-3c03-427d-912b-3a61fe08ef66} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002454 sec., 92502.03748981254 rows/sec., 8.09 MiB/sec. | ||
| 8427 | 2024.12.21 00:52:54.007893 [ 263 ] {13471556-3c03-427d-912b-3a61fe08ef66} <Debug> TCPHandler: Processed in 0.002842383 sec. | ||
| 8428 | 2024.12.21 00:52:54.008063 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8429 | 2024.12.21 00:52:54.008207 [ 260 ] {4a9d92fd-6794-402f-a731-6b9be2e208e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8430 | 2024.12.21 00:52:54.008272 [ 260 ] {4a9d92fd-6794-402f-a731-6b9be2e208e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8431 | 2024.12.21 00:52:54.008906 [ 260 ] {4a9d92fd-6794-402f-a731-6b9be2e208e3} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8432 | 2024.12.21 00:52:54.008951 [ 260 ] {4a9d92fd-6794-402f-a731-6b9be2e208e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8433 | 2024.12.21 00:52:54.009332 [ 260 ] {4a9d92fd-6794-402f-a731-6b9be2e208e3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8434 | 2024.12.21 00:52:54.009578 [ 260 ] {4a9d92fd-6794-402f-a731-6b9be2e208e3} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8435 | 2024.12.21 00:52:54.009808 [ 260 ] {4a9d92fd-6794-402f-a731-6b9be2e208e3} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001635 sec., 11620.79510703364 rows/sec., 830.82 KiB/sec. | ||
| 8436 | 2024.12.21 00:52:54.009879 [ 260 ] {4a9d92fd-6794-402f-a731-6b9be2e208e3} <Debug> TCPHandler: Processed in 0.001875645 sec. | ||
| 8437 | 2024.12.21 00:52:54.010039 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8438 | 2024.12.21 00:52:54.010176 [ 263 ] {abbd0d34-b5b6-4e40-85b3-185c28189e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8439 | 2024.12.21 00:52:54.010236 [ 263 ] {abbd0d34-b5b6-4e40-85b3-185c28189e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8440 | 2024.12.21 00:52:54.010915 [ 263 ] {abbd0d34-b5b6-4e40-85b3-185c28189e0e} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8441 | 2024.12.21 00:52:54.010959 [ 263 ] {abbd0d34-b5b6-4e40-85b3-185c28189e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8442 | 2024.12.21 00:52:54.011357 [ 263 ] {abbd0d34-b5b6-4e40-85b3-185c28189e0e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8443 | 2024.12.21 00:52:54.011615 [ 263 ] {abbd0d34-b5b6-4e40-85b3-185c28189e0e} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8444 | 2024.12.21 00:52:54.011766 [ 40 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8445 | 2024.12.21 00:52:54.011819 [ 40 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8446 | 2024.12.21 00:52:54.011852 [ 263 ] {abbd0d34-b5b6-4e40-85b3-185c28189e0e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001707 sec., 8201.523140011717 rows/sec., 574.38 KiB/sec. | ||
| 8447 | 2024.12.21 00:52:54.011856 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8448 | 2024.12.21 00:52:54.011992 [ 263 ] {abbd0d34-b5b6-4e40-85b3-185c28189e0e} <Debug> TCPHandler: Processed in 0.002016207 sec. | ||
| 8449 | 2024.12.21 00:52:54.012339 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8450 | 2024.12.21 00:52:54.012409 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 8451 | 2024.12.21 00:52:54.012661 [ 260 ] {b40c5236-f5ab-4ba4-bd64-cfedb84c3215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8452 | 2024.12.21 00:52:54.012761 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8453 | 2024.12.21 00:52:54.012770 [ 260 ] {b40c5236-f5ab-4ba4-bd64-cfedb84c3215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8454 | 2024.12.21 00:52:54.012839 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part | ||
| 8455 | 2024.12.21 00:52:54.013177 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 8456 | 2024.12.21 00:52:54.013536 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 8457 | 2024.12.21 00:52:54.013983 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part | ||
| 8458 | 2024.12.21 00:52:54.014216 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 8459 | 2024.12.21 00:52:54.014504 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8460 | 2024.12.21 00:52:54.015787 [ 260 ] {b40c5236-f5ab-4ba4-bd64-cfedb84c3215} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8461 | 2024.12.21 00:52:54.015875 [ 260 ] {b40c5236-f5ab-4ba4-bd64-cfedb84c3215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8462 | 2024.12.21 00:52:54.016855 [ 260 ] {b40c5236-f5ab-4ba4-bd64-cfedb84c3215} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8463 | 2024.12.21 00:52:54.017418 [ 260 ] {b40c5236-f5ab-4ba4-bd64-cfedb84c3215} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8464 | 2024.12.21 00:52:54.017581 [ 192 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005593824 sec., 96713.80436710201 rows/sec., 6.93 MiB/sec. | ||
| 8465 | 2024.12.21 00:52:54.017836 [ 260 ] {b40c5236-f5ab-4ba4-bd64-cfedb84c3215} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00525 sec., 2476.190476190476 rows/sec., 154.39 KiB/sec. | ||
| 8466 | 2024.12.21 00:52:54.017841 [ 192 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8467 | 2024.12.21 00:52:54.018061 [ 260 ] {b40c5236-f5ab-4ba4-bd64-cfedb84c3215} <Debug> TCPHandler: Processed in 0.005945041 sec. | ||
| 8468 | 2024.12.21 00:52:54.018276 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8469 | 2024.12.21 00:52:54.018389 [ 192 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_26_5} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8470 | 2024.12.21 00:52:54.018430 [ 263 ] {429e43dd-e76a-4b12-a790-2fb34e203f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8471 | 2024.12.21 00:52:54.018491 [ 192 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_26_5} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8472 | 2024.12.21 00:52:54.018493 [ 263 ] {429e43dd-e76a-4b12-a790-2fb34e203f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8473 | 2024.12.21 00:52:54.018616 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 8474 | 2024.12.21 00:52:54.019366 [ 263 ] {429e43dd-e76a-4b12-a790-2fb34e203f18} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8475 | 2024.12.21 00:52:54.019408 [ 263 ] {429e43dd-e76a-4b12-a790-2fb34e203f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8476 | 2024.12.21 00:52:54.019818 [ 263 ] {429e43dd-e76a-4b12-a790-2fb34e203f18} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8477 | 2024.12.21 00:52:54.020083 [ 263 ] {429e43dd-e76a-4b12-a790-2fb34e203f18} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8478 | 2024.12.21 00:52:54.020296 [ 263 ] {429e43dd-e76a-4b12-a790-2fb34e203f18} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001904 sec., 206932.7731092437 rows/sec., 14.69 MiB/sec. | ||
| 8479 | 2024.12.21 00:52:54.020387 [ 263 ] {429e43dd-e76a-4b12-a790-2fb34e203f18} <Debug> TCPHandler: Processed in 0.002173071 sec. | ||
| 8480 | 2024.12.21 00:52:54.020597 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8481 | 2024.12.21 00:52:54.020742 [ 260 ] {21144811-efe6-4169-bff8-9ec94b87e581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8482 | 2024.12.21 00:52:54.020804 [ 260 ] {21144811-efe6-4169-bff8-9ec94b87e581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8483 | 2024.12.21 00:52:54.021409 [ 260 ] {21144811-efe6-4169-bff8-9ec94b87e581} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8484 | 2024.12.21 00:52:54.021456 [ 260 ] {21144811-efe6-4169-bff8-9ec94b87e581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8485 | 2024.12.21 00:52:54.021861 [ 260 ] {21144811-efe6-4169-bff8-9ec94b87e581} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8486 | 2024.12.21 00:52:54.022137 [ 260 ] {21144811-efe6-4169-bff8-9ec94b87e581} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8487 | 2024.12.21 00:52:54.022324 [ 40 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8488 | 2024.12.21 00:52:54.022387 [ 40 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8489 | 2024.12.21 00:52:54.022418 [ 260 ] {21144811-efe6-4169-bff8-9ec94b87e581} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001704 sec., 3521.1267605633802 rows/sec., 183.97 KiB/sec. | ||
| 8490 | 2024.12.21 00:52:54.022424 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8491 | 2024.12.21 00:52:54.022587 [ 260 ] {21144811-efe6-4169-bff8-9ec94b87e581} <Debug> TCPHandler: Processed in 0.002099499 sec. | ||
| 8492 | 2024.12.21 00:52:54.022670 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 8493 | 2024.12.21 00:52:54.022779 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8494 | 2024.12.21 00:52:54.022862 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8495 | 2024.12.21 00:52:54.022932 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 8496 | 2024.12.21 00:52:54.023001 [ 263 ] {de78948b-99fb-4caa-8451-1c8851e74eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8497 | 2024.12.21 00:52:54.023118 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 8498 | 2024.12.21 00:52:54.023146 [ 263 ] {de78948b-99fb-4caa-8451-1c8851e74eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8499 | 2024.12.21 00:52:54.023401 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 8500 | 2024.12.21 00:52:54.023754 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 8501 | 2024.12.21 00:52:54.024140 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 8502 | 2024.12.21 00:52:54.024512 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 8503 | 2024.12.21 00:52:54.026061 [ 263 ] {de78948b-99fb-4caa-8451-1c8851e74eb6} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8504 | 2024.12.21 00:52:54.026127 [ 263 ] {de78948b-99fb-4caa-8451-1c8851e74eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8505 | 2024.12.21 00:52:54.027272 [ 263 ] {de78948b-99fb-4caa-8451-1c8851e74eb6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8506 | 2024.12.21 00:52:54.027285 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004726668 sec., 33004.2220016299 rows/sec., 1.68 MiB/sec. | ||
| 8507 | 2024.12.21 00:52:54.027444 [ 192 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8508 | 2024.12.21 00:52:54.027585 [ 263 ] {de78948b-99fb-4caa-8451-1c8851e74eb6} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8509 | 2024.12.21 00:52:54.027814 [ 192 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_26_5} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8510 | 2024.12.21 00:52:54.027847 [ 263 ] {de78948b-99fb-4caa-8451-1c8851e74eb6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00492 sec., 48170.73170731707 rows/sec., 3.23 MiB/sec. | ||
| 8511 | 2024.12.21 00:52:54.027927 [ 192 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_26_5} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8512 | 2024.12.21 00:52:54.027947 [ 263 ] {de78948b-99fb-4caa-8451-1c8851e74eb6} <Debug> TCPHandler: Processed in 0.005255637 sec. | ||
| 8513 | 2024.12.21 00:52:54.028057 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8514 | 2024.12.21 00:52:54.028165 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8515 | 2024.12.21 00:52:54.028337 [ 260 ] {64f98580-cfe1-4fb9-a7b8-965b6914e212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8516 | 2024.12.21 00:52:54.028412 [ 260 ] {64f98580-cfe1-4fb9-a7b8-965b6914e212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8517 | 2024.12.21 00:52:54.028983 [ 260 ] {64f98580-cfe1-4fb9-a7b8-965b6914e212} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8518 | 2024.12.21 00:52:54.029024 [ 260 ] {64f98580-cfe1-4fb9-a7b8-965b6914e212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8519 | 2024.12.21 00:52:54.029678 [ 260 ] {64f98580-cfe1-4fb9-a7b8-965b6914e212} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8520 | 2024.12.21 00:52:54.029922 [ 260 ] {64f98580-cfe1-4fb9-a7b8-965b6914e212} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8521 | 2024.12.21 00:52:54.030082 [ 40 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8522 | 2024.12.21 00:52:54.030145 [ 40 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8523 | 2024.12.21 00:52:54.030185 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8524 | 2024.12.21 00:52:54.030183 [ 260 ] {64f98580-cfe1-4fb9-a7b8-965b6914e212} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001877 sec., 532.7650506126798 rows/sec., 35.90 KiB/sec. | ||
| 8525 | 2024.12.21 00:52:54.030473 [ 260 ] {64f98580-cfe1-4fb9-a7b8-965b6914e212} <Debug> TCPHandler: Processed in 0.002404305 sec. | ||
| 8526 | 2024.12.21 00:52:54.030686 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 8527 | 2024.12.21 00:52:54.030762 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8528 | 2024.12.21 00:52:54.031163 [ 263 ] {5e54b101-9849-488d-b22a-47fc1cbee734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8529 | 2024.12.21 00:52:54.031168 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8530 | 2024.12.21 00:52:54.031239 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 22 rows starting from the beginning of the part | ||
| 8531 | 2024.12.21 00:52:54.031376 [ 263 ] {5e54b101-9849-488d-b22a-47fc1cbee734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8532 | 2024.12.21 00:52:54.031509 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 8533 | 2024.12.21 00:52:54.031900 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 8534 | 2024.12.21 00:52:54.032310 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8535 | 2024.12.21 00:52:54.032602 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8536 | 2024.12.21 00:52:54.032944 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 8537 | 2024.12.21 00:52:54.036979 [ 199 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.006708825 sec., 4024.549753496328 rows/sec., 270.60 KiB/sec. | ||
| 8538 | 2024.12.21 00:52:54.037206 [ 263 ] {5e54b101-9849-488d-b22a-47fc1cbee734} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8539 | 2024.12.21 00:52:54.037255 [ 263 ] {5e54b101-9849-488d-b22a-47fc1cbee734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8540 | 2024.12.21 00:52:54.037263 [ 191 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8541 | 2024.12.21 00:52:54.037997 [ 191 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_26_5} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8542 | 2024.12.21 00:52:54.038228 [ 191 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_26_5} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8543 | 2024.12.21 00:52:54.038438 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8544 | 2024.12.21 00:52:54.038664 [ 263 ] {5e54b101-9849-488d-b22a-47fc1cbee734} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8545 | 2024.12.21 00:52:54.038946 [ 263 ] {5e54b101-9849-488d-b22a-47fc1cbee734} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8546 | 2024.12.21 00:52:54.039159 [ 263 ] {5e54b101-9849-488d-b22a-47fc1cbee734} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008105 sec., 1480.5675508945096 rows/sec., 2.65 MiB/sec. | ||
| 8547 | 2024.12.21 00:52:54.039284 [ 263 ] {5e54b101-9849-488d-b22a-47fc1cbee734} <Debug> TCPHandler: Processed in 0.008701812 sec. | ||
| 8548 | 2024.12.21 00:52:54.039446 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8549 | 2024.12.21 00:52:54.039588 [ 260 ] {92060c59-2d90-4432-8b87-c62ae8b52cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8550 | 2024.12.21 00:52:54.039648 [ 260 ] {92060c59-2d90-4432-8b87-c62ae8b52cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8551 | 2024.12.21 00:52:54.040146 [ 260 ] {92060c59-2d90-4432-8b87-c62ae8b52cbb} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8552 | 2024.12.21 00:52:54.040184 [ 260 ] {92060c59-2d90-4432-8b87-c62ae8b52cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8553 | 2024.12.21 00:52:54.040564 [ 260 ] {92060c59-2d90-4432-8b87-c62ae8b52cbb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8554 | 2024.12.21 00:52:54.040803 [ 260 ] {92060c59-2d90-4432-8b87-c62ae8b52cbb} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8555 | 2024.12.21 00:52:54.041023 [ 260 ] {92060c59-2d90-4432-8b87-c62ae8b52cbb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001468 sec., 55858.310626703 rows/sec., 3.55 MiB/sec. | ||
| 8556 | 2024.12.21 00:52:54.041077 [ 260 ] {92060c59-2d90-4432-8b87-c62ae8b52cbb} <Debug> TCPHandler: Processed in 0.001702322 sec. | ||
| 8557 | 2024.12.21 00:52:57.277951 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8558 | 2024.12.21 00:52:57.278009 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8559 | 2024.12.21 00:52:57.481446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8560 | 2024.12.21 00:52:57.482126 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8561 | 2024.12.21 00:52:57.482173 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8562 | 2024.12.21 00:52:57.482710 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8563 | 2024.12.21 00:52:57.482969 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8564 | 2024.12.21 00:52:57.483238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8565 | 2024.12.21 00:52:58.793739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8566 | 2024.12.21 00:52:58.812265 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8567 | 2024.12.21 00:52:58.812320 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8568 | 2024.12.21 00:52:58.819158 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8569 | 2024.12.21 00:52:58.819901 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8570 | 2024.12.21 00:52:58.822851 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8571 | 2024.12.21 00:52:58.999641 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8572 | 2024.12.21 00:52:58.999894 [ 260 ] {d91944ac-4781-43ba-b33c-94930459396f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8573 | 2024.12.21 00:52:58.999973 [ 260 ] {d91944ac-4781-43ba-b33c-94930459396f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8574 | 2024.12.21 00:52:59.000988 [ 260 ] {d91944ac-4781-43ba-b33c-94930459396f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8575 | 2024.12.21 00:52:59.001035 [ 260 ] {d91944ac-4781-43ba-b33c-94930459396f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8576 | 2024.12.21 00:52:59.001500 [ 260 ] {d91944ac-4781-43ba-b33c-94930459396f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8577 | 2024.12.21 00:52:59.001770 [ 260 ] {d91944ac-4781-43ba-b33c-94930459396f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8578 | 2024.12.21 00:52:59.002024 [ 260 ] {d91944ac-4781-43ba-b33c-94930459396f} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002184 sec., 50366.30036630036 rows/sec., 4.22 MiB/sec. | ||
| 8579 | 2024.12.21 00:52:59.002096 [ 260 ] {d91944ac-4781-43ba-b33c-94930459396f} <Debug> TCPHandler: Processed in 0.002616968 sec. | ||
| 8580 | 2024.12.21 00:52:59.002357 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8581 | 2024.12.21 00:52:59.002534 [ 263 ] {63328b02-248e-4592-9723-a61d7ea00c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8582 | 2024.12.21 00:52:59.002613 [ 263 ] {63328b02-248e-4592-9723-a61d7ea00c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8583 | 2024.12.21 00:52:59.003367 [ 263 ] {63328b02-248e-4592-9723-a61d7ea00c77} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8584 | 2024.12.21 00:52:59.003420 [ 263 ] {63328b02-248e-4592-9723-a61d7ea00c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8585 | 2024.12.21 00:52:59.003888 [ 263 ] {63328b02-248e-4592-9723-a61d7ea00c77} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8586 | 2024.12.21 00:52:59.004175 [ 263 ] {63328b02-248e-4592-9723-a61d7ea00c77} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8587 | 2024.12.21 00:52:59.004453 [ 263 ] {63328b02-248e-4592-9723-a61d7ea00c77} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001956 sec., 13803.680981595093 rows/sec., 1.01 MiB/sec. | ||
| 8588 | 2024.12.21 00:52:59.004643 [ 263 ] {63328b02-248e-4592-9723-a61d7ea00c77} <Debug> TCPHandler: Processed in 0.002410735 sec. | ||
| 8589 | 2024.12.21 00:52:59.004869 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8590 | 2024.12.21 00:52:59.005003 [ 260 ] {56f2b9f3-8c35-4eb2-85a6-dddcca08edf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8591 | 2024.12.21 00:52:59.005055 [ 260 ] {56f2b9f3-8c35-4eb2-85a6-dddcca08edf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8592 | 2024.12.21 00:52:59.005699 [ 260 ] {56f2b9f3-8c35-4eb2-85a6-dddcca08edf4} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8593 | 2024.12.21 00:52:59.005741 [ 260 ] {56f2b9f3-8c35-4eb2-85a6-dddcca08edf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8594 | 2024.12.21 00:52:59.006144 [ 260 ] {56f2b9f3-8c35-4eb2-85a6-dddcca08edf4} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8595 | 2024.12.21 00:52:59.006400 [ 260 ] {56f2b9f3-8c35-4eb2-85a6-dddcca08edf4} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8596 | 2024.12.21 00:52:59.006640 [ 260 ] {56f2b9f3-8c35-4eb2-85a6-dddcca08edf4} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001667 sec., 54589.08218356328 rows/sec., 4.26 MiB/sec. | ||
| 8597 | 2024.12.21 00:52:59.006698 [ 260 ] {56f2b9f3-8c35-4eb2-85a6-dddcca08edf4} <Debug> TCPHandler: Processed in 0.001932296 sec. | ||
| 8598 | 2024.12.21 00:52:59.006872 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8599 | 2024.12.21 00:52:59.007005 [ 263 ] {9d07bce2-b4b1-4e9d-a008-fe50f6761427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8600 | 2024.12.21 00:52:59.007068 [ 263 ] {9d07bce2-b4b1-4e9d-a008-fe50f6761427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8601 | 2024.12.21 00:52:59.007712 [ 263 ] {9d07bce2-b4b1-4e9d-a008-fe50f6761427} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8602 | 2024.12.21 00:52:59.007755 [ 263 ] {9d07bce2-b4b1-4e9d-a008-fe50f6761427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8603 | 2024.12.21 00:52:59.008201 [ 263 ] {9d07bce2-b4b1-4e9d-a008-fe50f6761427} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8604 | 2024.12.21 00:52:59.008465 [ 263 ] {9d07bce2-b4b1-4e9d-a008-fe50f6761427} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8605 | 2024.12.21 00:52:59.008686 [ 263 ] {9d07bce2-b4b1-4e9d-a008-fe50f6761427} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001712 sec., 93457.94392523365 rows/sec., 6.51 MiB/sec. | ||
| 8606 | 2024.12.21 00:52:59.008804 [ 263 ] {9d07bce2-b4b1-4e9d-a008-fe50f6761427} <Debug> TCPHandler: Processed in 0.001993997 sec. | ||
| 8607 | 2024.12.21 00:52:59.009014 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8608 | 2024.12.21 00:52:59.009165 [ 260 ] {136b0a59-657b-4d6f-89de-f669ab9b947e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8609 | 2024.12.21 00:52:59.009259 [ 260 ] {136b0a59-657b-4d6f-89de-f669ab9b947e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8610 | 2024.12.21 00:52:59.010507 [ 260 ] {136b0a59-657b-4d6f-89de-f669ab9b947e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8611 | 2024.12.21 00:52:59.010549 [ 260 ] {136b0a59-657b-4d6f-89de-f669ab9b947e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8612 | 2024.12.21 00:52:59.011237 [ 260 ] {136b0a59-657b-4d6f-89de-f669ab9b947e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8613 | 2024.12.21 00:52:59.011515 [ 260 ] {136b0a59-657b-4d6f-89de-f669ab9b947e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8614 | 2024.12.21 00:52:59.011765 [ 260 ] {136b0a59-657b-4d6f-89de-f669ab9b947e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00263 sec., 10266.15969581749 rows/sec., 18.40 MiB/sec. | ||
| 8615 | 2024.12.21 00:52:59.011882 [ 260 ] {136b0a59-657b-4d6f-89de-f669ab9b947e} <Debug> TCPHandler: Processed in 0.002974725 sec. | ||
| 8616 | 2024.12.21 00:52:59.012060 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8617 | 2024.12.21 00:52:59.012214 [ 263 ] {e7373887-bd7a-430e-9390-59e138036ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8618 | 2024.12.21 00:52:59.012283 [ 263 ] {e7373887-bd7a-430e-9390-59e138036ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8619 | 2024.12.21 00:52:59.012903 [ 263 ] {e7373887-bd7a-430e-9390-59e138036ab5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8620 | 2024.12.21 00:52:59.012944 [ 263 ] {e7373887-bd7a-430e-9390-59e138036ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8621 | 2024.12.21 00:52:59.013349 [ 263 ] {e7373887-bd7a-430e-9390-59e138036ab5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8622 | 2024.12.21 00:52:59.013601 [ 263 ] {e7373887-bd7a-430e-9390-59e138036ab5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8623 | 2024.12.21 00:52:59.013843 [ 263 ] {e7373887-bd7a-430e-9390-59e138036ab5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001666 sec., 36014.40576230492 rows/sec., 2.43 MiB/sec. | ||
| 8624 | 2024.12.21 00:52:59.013914 [ 263 ] {e7373887-bd7a-430e-9390-59e138036ab5} <Debug> TCPHandler: Processed in 0.001925145 sec. | ||
| 8625 | 2024.12.21 00:53:02.565650 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1212 | ||
| 8626 | 2024.12.21 00:53:02.568798 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8627 | 2024.12.21 00:53:02.568858 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8628 | 2024.12.21 00:53:02.570354 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8629 | 2024.12.21 00:53:02.570668 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8630 | 2024.12.21 00:53:02.571983 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1212 | ||
| 8631 | 2024.12.21 00:53:02.775980 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8632 | 2024.12.21 00:53:02.776171 [ 260 ] {6171b644-8272-4493-ba1c-49cfc161736f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8633 | 2024.12.21 00:53:02.776243 [ 260 ] {6171b644-8272-4493-ba1c-49cfc161736f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8634 | 2024.12.21 00:53:02.777036 [ 260 ] {6171b644-8272-4493-ba1c-49cfc161736f} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8635 | 2024.12.21 00:53:02.777083 [ 260 ] {6171b644-8272-4493-ba1c-49cfc161736f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8636 | 2024.12.21 00:53:02.777537 [ 260 ] {6171b644-8272-4493-ba1c-49cfc161736f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8637 | 2024.12.21 00:53:02.777800 [ 260 ] {6171b644-8272-4493-ba1c-49cfc161736f} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8638 | 2024.12.21 00:53:02.778033 [ 260 ] {6171b644-8272-4493-ba1c-49cfc161736f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001917 sec., 7303.077725612937 rows/sec., 525.72 KiB/sec. | ||
| 8639 | 2024.12.21 00:53:02.778091 [ 260 ] {6171b644-8272-4493-ba1c-49cfc161736f} <Debug> TCPHandler: Processed in 0.002244861 sec. | ||
| 8640 | 2024.12.21 00:53:02.778372 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8641 | 2024.12.21 00:53:02.778566 [ 263 ] {951be9b7-ba15-456a-8128-06b17eafe3c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8642 | 2024.12.21 00:53:02.778639 [ 263 ] {951be9b7-ba15-456a-8128-06b17eafe3c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8643 | 2024.12.21 00:53:02.779384 [ 263 ] {951be9b7-ba15-456a-8128-06b17eafe3c4} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8644 | 2024.12.21 00:53:02.779428 [ 263 ] {951be9b7-ba15-456a-8128-06b17eafe3c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8645 | 2024.12.21 00:53:02.779857 [ 263 ] {951be9b7-ba15-456a-8128-06b17eafe3c4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8646 | 2024.12.21 00:53:02.780111 [ 263 ] {951be9b7-ba15-456a-8128-06b17eafe3c4} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8647 | 2024.12.21 00:53:02.780317 [ 263 ] {951be9b7-ba15-456a-8128-06b17eafe3c4} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001803 sec., 3327.787021630616 rows/sec., 271.36 KiB/sec. | ||
| 8648 | 2024.12.21 00:53:02.780387 [ 263 ] {951be9b7-ba15-456a-8128-06b17eafe3c4} <Debug> TCPHandler: Processed in 0.00214632 sec. | ||
| 8649 | 2024.12.21 00:53:02.780567 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8650 | 2024.12.21 00:53:02.780710 [ 260 ] {caaa5ea1-a97c-4a37-ae48-5fb678a7b42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8651 | 2024.12.21 00:53:02.780769 [ 260 ] {caaa5ea1-a97c-4a37-ae48-5fb678a7b42b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8652 | 2024.12.21 00:53:02.782160 [ 260 ] {caaa5ea1-a97c-4a37-ae48-5fb678a7b42b} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8653 | 2024.12.21 00:53:02.782201 [ 260 ] {caaa5ea1-a97c-4a37-ae48-5fb678a7b42b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8654 | 2024.12.21 00:53:02.782676 [ 260 ] {caaa5ea1-a97c-4a37-ae48-5fb678a7b42b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8655 | 2024.12.21 00:53:02.782940 [ 260 ] {caaa5ea1-a97c-4a37-ae48-5fb678a7b42b} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8656 | 2024.12.21 00:53:02.783174 [ 260 ] {caaa5ea1-a97c-4a37-ae48-5fb678a7b42b} <Debug> executeQuery: Read 1370 rows, 116.66 KiB in 0.002495 sec., 549098.1963927856 rows/sec., 45.66 MiB/sec. | ||
| 8657 | 2024.12.21 00:53:02.783228 [ 260 ] {caaa5ea1-a97c-4a37-ae48-5fb678a7b42b} <Debug> TCPHandler: Processed in 0.002730941 sec. | ||
| 8658 | 2024.12.21 00:53:02.783408 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8659 | 2024.12.21 00:53:02.783539 [ 263 ] {746a7113-3f1d-4d6a-b8e9-ffb47cfc8441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8660 | 2024.12.21 00:53:02.783595 [ 263 ] {746a7113-3f1d-4d6a-b8e9-ffb47cfc8441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8661 | 2024.12.21 00:53:02.784226 [ 263 ] {746a7113-3f1d-4d6a-b8e9-ffb47cfc8441} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8662 | 2024.12.21 00:53:02.784265 [ 263 ] {746a7113-3f1d-4d6a-b8e9-ffb47cfc8441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8663 | 2024.12.21 00:53:02.784651 [ 263 ] {746a7113-3f1d-4d6a-b8e9-ffb47cfc8441} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8664 | 2024.12.21 00:53:02.784899 [ 263 ] {746a7113-3f1d-4d6a-b8e9-ffb47cfc8441} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8665 | 2024.12.21 00:53:02.785108 [ 263 ] {746a7113-3f1d-4d6a-b8e9-ffb47cfc8441} <Debug> executeQuery: Read 25 rows, 1.78 KiB in 0.001594 sec., 15683.814303638646 rows/sec., 1.09 MiB/sec. | ||
| 8666 | 2024.12.21 00:53:02.785206 [ 263 ] {746a7113-3f1d-4d6a-b8e9-ffb47cfc8441} <Debug> TCPHandler: Processed in 0.001855144 sec. | ||
| 8667 | 2024.12.21 00:53:02.785480 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8668 | 2024.12.21 00:53:02.785619 [ 260 ] {7843ed57-7cc0-4e4a-9f77-630bafa2cd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8669 | 2024.12.21 00:53:02.785675 [ 260 ] {7843ed57-7cc0-4e4a-9f77-630bafa2cd3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8670 | 2024.12.21 00:53:02.786391 [ 260 ] {7843ed57-7cc0-4e4a-9f77-630bafa2cd3c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8671 | 2024.12.21 00:53:02.786429 [ 260 ] {7843ed57-7cc0-4e4a-9f77-630bafa2cd3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8672 | 2024.12.21 00:53:02.786812 [ 260 ] {7843ed57-7cc0-4e4a-9f77-630bafa2cd3c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8673 | 2024.12.21 00:53:02.787061 [ 260 ] {7843ed57-7cc0-4e4a-9f77-630bafa2cd3c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8674 | 2024.12.21 00:53:02.787304 [ 260 ] {7843ed57-7cc0-4e4a-9f77-630bafa2cd3c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001703 sec., 142102.17263652378 rows/sec., 9.63 MiB/sec. | ||
| 8675 | 2024.12.21 00:53:02.787507 [ 260 ] {7843ed57-7cc0-4e4a-9f77-630bafa2cd3c} <Debug> TCPHandler: Processed in 0.0021708 sec. | ||
| 8676 | 2024.12.21 00:53:02.787699 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8677 | 2024.12.21 00:53:02.787844 [ 263 ] {4677a754-cf4e-4eb5-aa0a-01dd512827fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8678 | 2024.12.21 00:53:02.787905 [ 263 ] {4677a754-cf4e-4eb5-aa0a-01dd512827fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8679 | 2024.12.21 00:53:02.788485 [ 263 ] {4677a754-cf4e-4eb5-aa0a-01dd512827fe} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8680 | 2024.12.21 00:53:02.788523 [ 263 ] {4677a754-cf4e-4eb5-aa0a-01dd512827fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8681 | 2024.12.21 00:53:02.788887 [ 263 ] {4677a754-cf4e-4eb5-aa0a-01dd512827fe} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8682 | 2024.12.21 00:53:02.789142 [ 263 ] {4677a754-cf4e-4eb5-aa0a-01dd512827fe} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8683 | 2024.12.21 00:53:02.789328 [ 263 ] {4677a754-cf4e-4eb5-aa0a-01dd512827fe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001519 sec., 8558.262014483213 rows/sec., 533.61 KiB/sec. | ||
| 8684 | 2024.12.21 00:53:02.789384 [ 263 ] {4677a754-cf4e-4eb5-aa0a-01dd512827fe} <Debug> TCPHandler: Processed in 0.001757193 sec. | ||
| 8685 | 2024.12.21 00:53:02.789512 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8686 | 2024.12.21 00:53:02.789631 [ 260 ] {1c42d70d-9782-4a8e-ab89-9f3c9b0e36de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8687 | 2024.12.21 00:53:02.789678 [ 260 ] {1c42d70d-9782-4a8e-ab89-9f3c9b0e36de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8688 | 2024.12.21 00:53:02.790604 [ 260 ] {1c42d70d-9782-4a8e-ab89-9f3c9b0e36de} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8689 | 2024.12.21 00:53:02.790643 [ 260 ] {1c42d70d-9782-4a8e-ab89-9f3c9b0e36de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8690 | 2024.12.21 00:53:02.791062 [ 260 ] {1c42d70d-9782-4a8e-ab89-9f3c9b0e36de} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8691 | 2024.12.21 00:53:02.791308 [ 260 ] {1c42d70d-9782-4a8e-ab89-9f3c9b0e36de} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8692 | 2024.12.21 00:53:02.791530 [ 260 ] {1c42d70d-9782-4a8e-ab89-9f3c9b0e36de} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.001924 sec., 444906.4449064449 rows/sec., 32.19 MiB/sec. | ||
| 8693 | 2024.12.21 00:53:02.791581 [ 260 ] {1c42d70d-9782-4a8e-ab89-9f3c9b0e36de} <Debug> TCPHandler: Processed in 0.00212319 sec. | ||
| 8694 | 2024.12.21 00:53:02.791754 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8695 | 2024.12.21 00:53:02.791898 [ 263 ] {0bfd938d-0aa4-4e75-8443-f1a02607019e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8696 | 2024.12.21 00:53:02.791961 [ 263 ] {0bfd938d-0aa4-4e75-8443-f1a02607019e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8697 | 2024.12.21 00:53:02.792539 [ 263 ] {0bfd938d-0aa4-4e75-8443-f1a02607019e} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8698 | 2024.12.21 00:53:02.792585 [ 263 ] {0bfd938d-0aa4-4e75-8443-f1a02607019e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8699 | 2024.12.21 00:53:02.793004 [ 263 ] {0bfd938d-0aa4-4e75-8443-f1a02607019e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8700 | 2024.12.21 00:53:02.793250 [ 263 ] {0bfd938d-0aa4-4e75-8443-f1a02607019e} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8701 | 2024.12.21 00:53:02.793434 [ 263 ] {0bfd938d-0aa4-4e75-8443-f1a02607019e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 199.67 KiB/sec. | ||
| 8702 | 2024.12.21 00:53:02.793488 [ 263 ] {0bfd938d-0aa4-4e75-8443-f1a02607019e} <Debug> TCPHandler: Processed in 0.001804453 sec. | ||
| 8703 | 2024.12.21 00:53:02.793635 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8704 | 2024.12.21 00:53:02.793753 [ 260 ] {856f8940-f9bd-43b2-87ba-ccfba4ac41de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8705 | 2024.12.21 00:53:02.793804 [ 260 ] {856f8940-f9bd-43b2-87ba-ccfba4ac41de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8706 | 2024.12.21 00:53:02.794691 [ 260 ] {856f8940-f9bd-43b2-87ba-ccfba4ac41de} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8707 | 2024.12.21 00:53:02.794738 [ 260 ] {856f8940-f9bd-43b2-87ba-ccfba4ac41de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8708 | 2024.12.21 00:53:02.795201 [ 260 ] {856f8940-f9bd-43b2-87ba-ccfba4ac41de} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8709 | 2024.12.21 00:53:02.795444 [ 260 ] {856f8940-f9bd-43b2-87ba-ccfba4ac41de} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8710 | 2024.12.21 00:53:02.795665 [ 260 ] {856f8940-f9bd-43b2-87ba-ccfba4ac41de} <Debug> executeQuery: Read 918 rows, 62.70 KiB in 0.001936 sec., 474173.5537190083 rows/sec., 31.63 MiB/sec. | ||
| 8711 | 2024.12.21 00:53:02.795718 [ 260 ] {856f8940-f9bd-43b2-87ba-ccfba4ac41de} <Debug> TCPHandler: Processed in 0.002137599 sec. | ||
| 8712 | 2024.12.21 00:53:02.795873 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8713 | 2024.12.21 00:53:02.796015 [ 263 ] {3e183724-70ed-45c9-aeb7-9b7cbec4d363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8714 | 2024.12.21 00:53:02.796079 [ 263 ] {3e183724-70ed-45c9-aeb7-9b7cbec4d363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8715 | 2024.12.21 00:53:02.796664 [ 263 ] {3e183724-70ed-45c9-aeb7-9b7cbec4d363} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8716 | 2024.12.21 00:53:02.796710 [ 263 ] {3e183724-70ed-45c9-aeb7-9b7cbec4d363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8717 | 2024.12.21 00:53:02.797118 [ 263 ] {3e183724-70ed-45c9-aeb7-9b7cbec4d363} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8718 | 2024.12.21 00:53:02.797363 [ 263 ] {3e183724-70ed-45c9-aeb7-9b7cbec4d363} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8719 | 2024.12.21 00:53:02.797545 [ 263 ] {3e183724-70ed-45c9-aeb7-9b7cbec4d363} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001564 sec., 639.386189258312 rows/sec., 43.08 KiB/sec. | ||
| 8720 | 2024.12.21 00:53:02.797601 [ 263 ] {3e183724-70ed-45c9-aeb7-9b7cbec4d363} <Debug> TCPHandler: Processed in 0.001791693 sec. | ||
| 8721 | 2024.12.21 00:53:02.797750 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8722 | 2024.12.21 00:53:02.797870 [ 260 ] {a3bd30f5-d52a-4c43-869d-5a6518f8a176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8723 | 2024.12.21 00:53:02.797951 [ 260 ] {a3bd30f5-d52a-4c43-869d-5a6518f8a176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8724 | 2024.12.21 00:53:02.799102 [ 260 ] {a3bd30f5-d52a-4c43-869d-5a6518f8a176} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8725 | 2024.12.21 00:53:02.799141 [ 260 ] {a3bd30f5-d52a-4c43-869d-5a6518f8a176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8726 | 2024.12.21 00:53:02.799894 [ 260 ] {a3bd30f5-d52a-4c43-869d-5a6518f8a176} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8727 | 2024.12.21 00:53:02.800248 [ 260 ] {a3bd30f5-d52a-4c43-869d-5a6518f8a176} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8728 | 2024.12.21 00:53:02.800462 [ 260 ] {a3bd30f5-d52a-4c43-869d-5a6518f8a176} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002614 sec., 4590.665646518745 rows/sec., 8.23 MiB/sec. | ||
| 8729 | 2024.12.21 00:53:02.800741 [ 260 ] {a3bd30f5-d52a-4c43-869d-5a6518f8a176} <Debug> TCPHandler: Processed in 0.003044537 sec. | ||
| 8730 | 2024.12.21 00:53:02.800967 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8731 | 2024.12.21 00:53:02.801109 [ 263 ] {774d0681-fe95-485f-9521-c0bd283617d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8732 | 2024.12.21 00:53:02.801171 [ 263 ] {774d0681-fe95-485f-9521-c0bd283617d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8733 | 2024.12.21 00:53:02.801770 [ 263 ] {774d0681-fe95-485f-9521-c0bd283617d6} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8734 | 2024.12.21 00:53:02.801818 [ 263 ] {774d0681-fe95-485f-9521-c0bd283617d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8735 | 2024.12.21 00:53:02.802205 [ 263 ] {774d0681-fe95-485f-9521-c0bd283617d6} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8736 | 2024.12.21 00:53:02.802454 [ 263 ] {774d0681-fe95-485f-9521-c0bd283617d6} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8737 | 2024.12.21 00:53:02.802692 [ 263 ] {774d0681-fe95-485f-9521-c0bd283617d6} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.001614 sec., 40892.19330855019 rows/sec., 2.56 MiB/sec. | ||
| 8738 | 2024.12.21 00:53:02.802758 [ 263 ] {774d0681-fe95-485f-9521-c0bd283617d6} <Debug> TCPHandler: Processed in 0.001911206 sec. | ||
| 8739 | 2024.12.21 00:53:03.992163 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8740 | 2024.12.21 00:53:03.992370 [ 260 ] {c26072bd-c66a-4577-b61f-a6cd7584df69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8741 | 2024.12.21 00:53:03.992449 [ 260 ] {c26072bd-c66a-4577-b61f-a6cd7584df69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8742 | 2024.12.21 00:53:03.993286 [ 260 ] {c26072bd-c66a-4577-b61f-a6cd7584df69} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8743 | 2024.12.21 00:53:03.993327 [ 260 ] {c26072bd-c66a-4577-b61f-a6cd7584df69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8744 | 2024.12.21 00:53:03.993747 [ 260 ] {c26072bd-c66a-4577-b61f-a6cd7584df69} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8745 | 2024.12.21 00:53:03.994011 [ 260 ] {c26072bd-c66a-4577-b61f-a6cd7584df69} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8746 | 2024.12.21 00:53:03.994209 [ 48 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8747 | 2024.12.21 00:53:03.994233 [ 260 ] {c26072bd-c66a-4577-b61f-a6cd7584df69} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001923 sec., 29121.164846593863 rows/sec., 2.22 MiB/sec. | ||
| 8748 | 2024.12.21 00:53:03.994296 [ 48 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8749 | 2024.12.21 00:53:03.994360 [ 260 ] {c26072bd-c66a-4577-b61f-a6cd7584df69} <Debug> TCPHandler: Processed in 0.002340713 sec. | ||
| 8750 | 2024.12.21 00:53:03.994368 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8751 | 2024.12.21 00:53:03.994580 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 8752 | 2024.12.21 00:53:03.994656 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8753 | 2024.12.21 00:53:03.994748 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8754 | 2024.12.21 00:53:03.994834 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1432 rows starting from the beginning of the part | ||
| 8755 | 2024.12.21 00:53:03.994944 [ 263 ] {538f9374-e481-4864-942c-b7977713e8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8756 | 2024.12.21 00:53:03.995054 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 111 rows starting from the beginning of the part | ||
| 8757 | 2024.12.21 00:53:03.995119 [ 263 ] {538f9374-e481-4864-942c-b7977713e8b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8758 | 2024.12.21 00:53:03.995452 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 227 rows starting from the beginning of the part | ||
| 8759 | 2024.12.21 00:53:03.995807 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 110 rows starting from the beginning of the part | ||
| 8760 | 2024.12.21 00:53:03.996090 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1370 rows starting from the beginning of the part | ||
| 8761 | 2024.12.21 00:53:03.996500 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part | ||
| 8762 | 2024.12.21 00:53:03.998087 [ 263 ] {538f9374-e481-4864-942c-b7977713e8b9} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8763 | 2024.12.21 00:53:03.998267 [ 263 ] {538f9374-e481-4864-942c-b7977713e8b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8764 | 2024.12.21 00:53:03.999426 [ 263 ] {538f9374-e481-4864-942c-b7977713e8b9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8765 | 2024.12.21 00:53:03.999903 [ 263 ] {538f9374-e481-4864-942c-b7977713e8b9} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8766 | 2024.12.21 00:53:04.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.41 MiB, peak 233.71 MiB, free memory in arenas 0.00 B, will set to 221.06 MiB (RSS), difference: -3.35 MiB | ||
| 8767 | 2024.12.21 00:53:04.000206 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.005698836 sec., 580118.4662973281 rows/sec., 50.64 MiB/sec. | ||
| 8768 | 2024.12.21 00:53:04.000415 [ 48 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8769 | 2024.12.21 00:53:04.000524 [ 48 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8770 | 2024.12.21 00:53:04.000663 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8771 | 2024.12.21 00:53:04.000843 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8772 | 2024.12.21 00:53:04.001184 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 8773 | 2024.12.21 00:53:04.001334 [ 263 ] {538f9374-e481-4864-942c-b7977713e8b9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006452 sec., 9919.404835709856 rows/sec., 792.81 KiB/sec. | ||
| 8774 | 2024.12.21 00:53:04.001533 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8775 | 2024.12.21 00:53:04.001680 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 8776 | 2024.12.21 00:53:04.001717 [ 263 ] {538f9374-e481-4864-942c-b7977713e8b9} <Debug> TCPHandler: Processed in 0.007202703 sec. | ||
| 8777 | 2024.12.21 00:53:04.001964 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_66_13} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8778 | 2024.12.21 00:53:04.002080 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8779 | 2024.12.21 00:53:04.002190 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 93 rows starting from the beginning of the part | ||
| 8780 | 2024.12.21 00:53:04.002543 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_66_13} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8781 | 2024.12.21 00:53:04.002716 [ 260 ] {1f293a8a-28b1-4445-9471-4a85d37b92fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8782 | 2024.12.21 00:53:04.002783 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 394 rows starting from the beginning of the part | ||
| 8783 | 2024.12.21 00:53:04.003006 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 8784 | 2024.12.21 00:53:04.003035 [ 260 ] {1f293a8a-28b1-4445-9471-4a85d37b92fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8785 | 2024.12.21 00:53:04.003364 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 91 rows starting from the beginning of the part | ||
| 8786 | 2024.12.21 00:53:04.003738 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 856 rows starting from the beginning of the part | ||
| 8787 | 2024.12.21 00:53:04.004099 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part | ||
| 8788 | 2024.12.21 00:53:04.005711 [ 260 ] {1f293a8a-28b1-4445-9471-4a85d37b92fe} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8789 | 2024.12.21 00:53:04.005795 [ 260 ] {1f293a8a-28b1-4445-9471-4a85d37b92fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8790 | 2024.12.21 00:53:04.006794 [ 260 ] {1f293a8a-28b1-4445-9471-4a85d37b92fe} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8791 | 2024.12.21 00:53:04.007250 [ 260 ] {1f293a8a-28b1-4445-9471-4a85d37b92fe} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8792 | 2024.12.21 00:53:04.007639 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.006787286 sec., 355222.98603595013 rows/sec., 27.24 MiB/sec. | ||
| 8793 | 2024.12.21 00:53:04.007658 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8794 | 2024.12.21 00:53:04.007759 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8795 | 2024.12.21 00:53:04.007815 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8796 | 2024.12.21 00:53:04.007906 [ 260 ] {1f293a8a-28b1-4445-9471-4a85d37b92fe} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.005413 sec., 7759.09846665435 rows/sec., 552.78 KiB/sec. | ||
| 8797 | 2024.12.21 00:53:04.008015 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8798 | 2024.12.21 00:53:04.008099 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 8799 | 2024.12.21 00:53:04.008303 [ 260 ] {1f293a8a-28b1-4445-9471-4a85d37b92fe} <Debug> TCPHandler: Processed in 0.00643692 sec. | ||
| 8800 | 2024.12.21 00:53:04.008572 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8801 | 2024.12.21 00:53:04.008594 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8802 | 2024.12.21 00:53:04.008647 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17988 rows starting from the beginning of the part | ||
| 8803 | 2024.12.21 00:53:04.008892 [ 263 ] {151f3fd9-c715-4095-bc43-cab9dd51d800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8804 | 2024.12.21 00:53:04.009015 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 161 rows starting from the beginning of the part | ||
| 8805 | 2024.12.21 00:53:04.009003 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_66_13} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8806 | 2024.12.21 00:53:04.009085 [ 263 ] {151f3fd9-c715-4095-bc43-cab9dd51d800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8807 | 2024.12.21 00:53:04.009538 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 8808 | 2024.12.21 00:53:04.009660 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_66_13} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8809 | 2024.12.21 00:53:04.010060 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 8810 | 2024.12.21 00:53:04.010136 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 8811 | 2024.12.21 00:53:04.010435 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 918 rows starting from the beginning of the part | ||
| 8812 | 2024.12.21 00:53:04.010740 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 42 rows starting from the beginning of the part | ||
| 8813 | 2024.12.21 00:53:04.011250 [ 263 ] {151f3fd9-c715-4095-bc43-cab9dd51d800} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8814 | 2024.12.21 00:53:04.011293 [ 263 ] {151f3fd9-c715-4095-bc43-cab9dd51d800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8815 | 2024.12.21 00:53:04.011780 [ 263 ] {151f3fd9-c715-4095-bc43-cab9dd51d800} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8816 | 2024.12.21 00:53:04.012100 [ 263 ] {151f3fd9-c715-4095-bc43-cab9dd51d800} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8817 | 2024.12.21 00:53:04.012302 [ 48 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8818 | 2024.12.21 00:53:04.012366 [ 48 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8819 | 2024.12.21 00:53:04.012397 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8820 | 2024.12.21 00:53:04.012429 [ 263 ] {151f3fd9-c715-4095-bc43-cab9dd51d800} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.003699 sec., 4325.493376588267 rows/sec., 299.91 KiB/sec. | ||
| 8821 | 2024.12.21 00:53:04.012881 [ 263 ] {151f3fd9-c715-4095-bc43-cab9dd51d800} <Debug> TCPHandler: Processed in 0.004415562 sec. | ||
| 8822 | 2024.12.21 00:53:04.013059 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 8823 | 2024.12.21 00:53:04.013775 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8824 | 2024.12.21 00:53:04.013902 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3718 rows starting from the beginning of the part | ||
| 8825 | 2024.12.21 00:53:04.014315 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 8826 | 2024.12.21 00:53:04.014867 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 8827 | 2024.12.21 00:53:04.015112 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 8828 | 2024.12.21 00:53:04.015317 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 66 rows starting from the beginning of the part | ||
| 8829 | 2024.12.21 00:53:04.015413 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 8830 | 2024.12.21 00:53:04.018658 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4002 rows, containing 4 columns (4 merged, 0 gathered) in 0.006166655 sec., 648974.2007620014 rows/sec., 42.40 MiB/sec. | ||
| 8831 | 2024.12.21 00:53:04.019205 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8832 | 2024.12.21 00:53:04.019577 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_66_13} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8833 | 2024.12.21 00:53:04.019715 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_66_13} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8834 | 2024.12.21 00:53:04.019835 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 8835 | 2024.12.21 00:53:04.020557 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19506 rows, containing 5 columns (5 merged, 0 gathered) in 0.012653485 sec., 1541551.5962598445 rows/sec., 104.14 MiB/sec. | ||
| 8836 | 2024.12.21 00:53:04.020868 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8837 | 2024.12.21 00:53:04.021180 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8838 | 2024.12.21 00:53:04.021265 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8839 | 2024.12.21 00:53:04.021363 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 8840 | 2024.12.21 00:53:04.983392 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 8841 | 2024.12.21 00:53:04.984445 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8842 | 2024.12.21 00:53:04.984494 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8843 | 2024.12.21 00:53:04.985094 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8844 | 2024.12.21 00:53:04.985372 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8845 | 2024.12.21 00:53:04.985649 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 8846 | 2024.12.21 00:53:05.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.11 MiB, peak 233.71 MiB, free memory in arenas 0.00 B, will set to 223.06 MiB (RSS), difference: 4.95 MiB | ||
| 8847 | 2024.12.21 00:53:06.322911 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8848 | 2024.12.21 00:53:06.343251 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8849 | 2024.12.21 00:53:06.343312 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8850 | 2024.12.21 00:53:06.350477 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8851 | 2024.12.21 00:53:06.351233 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8852 | 2024.12.21 00:53:06.353905 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8853 | 2024.12.21 00:53:08.999491 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8854 | 2024.12.21 00:53:08.999755 [ 260 ] {a2a3e54f-e537-403a-9faa-a23f4a14b6d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8855 | 2024.12.21 00:53:08.999834 [ 260 ] {a2a3e54f-e537-403a-9faa-a23f4a14b6d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8856 | 2024.12.21 00:53:09.000750 [ 260 ] {a2a3e54f-e537-403a-9faa-a23f4a14b6d9} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8857 | 2024.12.21 00:53:09.000796 [ 260 ] {a2a3e54f-e537-403a-9faa-a23f4a14b6d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8858 | 2024.12.21 00:53:09.001258 [ 260 ] {a2a3e54f-e537-403a-9faa-a23f4a14b6d9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8859 | 2024.12.21 00:53:09.001564 [ 260 ] {a2a3e54f-e537-403a-9faa-a23f4a14b6d9} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8860 | 2024.12.21 00:53:09.001830 [ 260 ] {a2a3e54f-e537-403a-9faa-a23f4a14b6d9} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002131 sec., 51618.95823557015 rows/sec., 4.33 MiB/sec. | ||
| 8861 | 2024.12.21 00:53:09.001909 [ 260 ] {a2a3e54f-e537-403a-9faa-a23f4a14b6d9} <Debug> TCPHandler: Processed in 0.002560887 sec. | ||
| 8862 | 2024.12.21 00:53:09.002200 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8863 | 2024.12.21 00:53:09.002400 [ 263 ] {cfa6bf1d-c52d-42d8-9ee2-f666c97ff650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8864 | 2024.12.21 00:53:09.002483 [ 263 ] {cfa6bf1d-c52d-42d8-9ee2-f666c97ff650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8865 | 2024.12.21 00:53:09.003388 [ 263 ] {cfa6bf1d-c52d-42d8-9ee2-f666c97ff650} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8866 | 2024.12.21 00:53:09.003445 [ 263 ] {cfa6bf1d-c52d-42d8-9ee2-f666c97ff650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8867 | 2024.12.21 00:53:09.003911 [ 263 ] {cfa6bf1d-c52d-42d8-9ee2-f666c97ff650} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8868 | 2024.12.21 00:53:09.004200 [ 263 ] {cfa6bf1d-c52d-42d8-9ee2-f666c97ff650} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8869 | 2024.12.21 00:53:09.004380 [ 116 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8870 | 2024.12.21 00:53:09.004425 [ 116 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8871 | 2024.12.21 00:53:09.004444 [ 263 ] {cfa6bf1d-c52d-42d8-9ee2-f666c97ff650} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002102 sec., 12844.909609895338 rows/sec., 965.88 KiB/sec. | ||
| 8872 | 2024.12.21 00:53:09.004453 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8873 | 2024.12.21 00:53:09.004658 [ 263 ] {cfa6bf1d-c52d-42d8-9ee2-f666c97ff650} <Debug> TCPHandler: Processed in 0.002599748 sec. | ||
| 8874 | 2024.12.21 00:53:09.004809 [ 194 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 8875 | 2024.12.21 00:53:09.004971 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8876 | 2024.12.21 00:53:09.005381 [ 260 ] {9adbe26e-39c3-4bd3-914f-501eea7fffe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8877 | 2024.12.21 00:53:09.005544 [ 260 ] {9adbe26e-39c3-4bd3-914f-501eea7fffe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8878 | 2024.12.21 00:53:09.005600 [ 194 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8879 | 2024.12.21 00:53:09.005805 [ 194 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 64 rows starting from the beginning of the part | ||
| 8880 | 2024.12.21 00:53:09.006093 [ 194 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 29 rows starting from the beginning of the part | ||
| 8881 | 2024.12.21 00:53:09.006559 [ 194 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 19 rows starting from the beginning of the part | ||
| 8882 | 2024.12.21 00:53:09.007046 [ 194 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 27 rows starting from the beginning of the part | ||
| 8883 | 2024.12.21 00:53:09.007397 [ 194 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 25 rows starting from the beginning of the part | ||
| 8884 | 2024.12.21 00:53:09.007541 [ 194 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 27 rows starting from the beginning of the part | ||
| 8885 | 2024.12.21 00:53:09.008515 [ 260 ] {9adbe26e-39c3-4bd3-914f-501eea7fffe8} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8886 | 2024.12.21 00:53:09.008575 [ 260 ] {9adbe26e-39c3-4bd3-914f-501eea7fffe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8887 | 2024.12.21 00:53:09.009665 [ 260 ] {9adbe26e-39c3-4bd3-914f-501eea7fffe8} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8888 | 2024.12.21 00:53:09.010369 [ 260 ] {9adbe26e-39c3-4bd3-914f-501eea7fffe8} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8889 | 2024.12.21 00:53:09.010389 [ 190 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.005806998 sec., 32891.34936846887 rows/sec., 2.48 MiB/sec. | ||
| 8890 | 2024.12.21 00:53:09.010650 [ 190 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8891 | 2024.12.21 00:53:09.010809 [ 260 ] {9adbe26e-39c3-4bd3-914f-501eea7fffe8} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005587 sec., 16287.810989797745 rows/sec., 1.27 MiB/sec. | ||
| 8892 | 2024.12.21 00:53:09.011002 [ 260 ] {9adbe26e-39c3-4bd3-914f-501eea7fffe8} <Debug> TCPHandler: Processed in 0.006189325 sec. | ||
| 8893 | 2024.12.21 00:53:09.011222 [ 190 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_56_11} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8894 | 2024.12.21 00:53:09.011235 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8895 | 2024.12.21 00:53:09.011364 [ 190 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_56_11} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8896 | 2024.12.21 00:53:09.011465 [ 263 ] {af65932f-1f71-4200-adea-824b571f8e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8897 | 2024.12.21 00:53:09.011524 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8898 | 2024.12.21 00:53:09.011580 [ 263 ] {af65932f-1f71-4200-adea-824b571f8e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8899 | 2024.12.21 00:53:09.012212 [ 263 ] {af65932f-1f71-4200-adea-824b571f8e02} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8900 | 2024.12.21 00:53:09.012256 [ 263 ] {af65932f-1f71-4200-adea-824b571f8e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8901 | 2024.12.21 00:53:09.012694 [ 263 ] {af65932f-1f71-4200-adea-824b571f8e02} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8902 | 2024.12.21 00:53:09.012945 [ 263 ] {af65932f-1f71-4200-adea-824b571f8e02} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8903 | 2024.12.21 00:53:09.013140 [ 263 ] {af65932f-1f71-4200-adea-824b571f8e02} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001744 sec., 91743.11926605504 rows/sec., 6.39 MiB/sec. | ||
| 8904 | 2024.12.21 00:53:09.013214 [ 263 ] {af65932f-1f71-4200-adea-824b571f8e02} <Debug> TCPHandler: Processed in 0.002086899 sec. | ||
| 8905 | 2024.12.21 00:53:09.013376 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8906 | 2024.12.21 00:53:09.013525 [ 260 ] {564f5d04-8ef0-44e9-b591-b4e02b8fb4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8907 | 2024.12.21 00:53:09.013627 [ 260 ] {564f5d04-8ef0-44e9-b591-b4e02b8fb4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8908 | 2024.12.21 00:53:09.014908 [ 260 ] {564f5d04-8ef0-44e9-b591-b4e02b8fb4fe} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8909 | 2024.12.21 00:53:09.014950 [ 260 ] {564f5d04-8ef0-44e9-b591-b4e02b8fb4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8910 | 2024.12.21 00:53:09.015631 [ 260 ] {564f5d04-8ef0-44e9-b591-b4e02b8fb4fe} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8911 | 2024.12.21 00:53:09.015903 [ 260 ] {564f5d04-8ef0-44e9-b591-b4e02b8fb4fe} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8912 | 2024.12.21 00:53:09.016093 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8913 | 2024.12.21 00:53:09.016164 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8914 | 2024.12.21 00:53:09.016193 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8915 | 2024.12.21 00:53:09.016217 [ 260 ] {564f5d04-8ef0-44e9-b591-b4e02b8fb4fe} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002721 sec., 9922.822491730982 rows/sec., 17.78 MiB/sec. | ||
| 8916 | 2024.12.21 00:53:09.016540 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 8917 | 2024.12.21 00:53:09.016654 [ 260 ] {564f5d04-8ef0-44e9-b591-b4e02b8fb4fe} <Debug> TCPHandler: Processed in 0.003343802 sec. | ||
| 8918 | 2024.12.21 00:53:09.016909 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8919 | 2024.12.21 00:53:09.017218 [ 263 ] {f3288e7a-081b-4729-b337-bb1bd8792c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8920 | 2024.12.21 00:53:09.017228 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8921 | 2024.12.21 00:53:09.017356 [ 263 ] {f3288e7a-081b-4729-b337-bb1bd8792c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8922 | 2024.12.21 00:53:09.017390 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 990 rows starting from the beginning of the part | ||
| 8923 | 2024.12.21 00:53:09.018307 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 27 rows starting from the beginning of the part | ||
| 8924 | 2024.12.21 00:53:09.019007 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 12 rows starting from the beginning of the part | ||
| 8925 | 2024.12.21 00:53:09.019674 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 27 rows starting from the beginning of the part | ||
| 8926 | 2024.12.21 00:53:09.019918 [ 263 ] {f3288e7a-081b-4729-b337-bb1bd8792c50} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8927 | 2024.12.21 00:53:09.020060 [ 263 ] {f3288e7a-081b-4729-b337-bb1bd8792c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8928 | 2024.12.21 00:53:09.020370 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 12 rows starting from the beginning of the part | ||
| 8929 | 2024.12.21 00:53:09.020941 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 27 rows starting from the beginning of the part | ||
| 8930 | 2024.12.21 00:53:09.021802 [ 263 ] {f3288e7a-081b-4729-b337-bb1bd8792c50} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8931 | 2024.12.21 00:53:09.022331 [ 263 ] {f3288e7a-081b-4729-b337-bb1bd8792c50} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8932 | 2024.12.21 00:53:09.022885 [ 263 ] {f3288e7a-081b-4729-b337-bb1bd8792c50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005776 sec., 10387.811634349031 rows/sec., 716.87 KiB/sec. | ||
| 8933 | 2024.12.21 00:53:09.022990 [ 263 ] {f3288e7a-081b-4729-b337-bb1bd8792c50} <Debug> TCPHandler: Processed in 0.006213335 sec. | ||
| 8934 | 2024.12.21 00:53:09.027413 [ 186 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1095 rows, containing 19 columns (19 merged, 0 gathered) in 0.011124826 sec., 98428.50575820242 rows/sec., 176.38 MiB/sec. | ||
| 8935 | 2024.12.21 00:53:09.028722 [ 186 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8936 | 2024.12.21 00:53:09.029105 [ 186 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8937 | 2024.12.21 00:53:09.029189 [ 186 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8938 | 2024.12.21 00:53:09.029303 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.42 MiB. | ||
| 8939 | 2024.12.21 00:53:10.000201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.56 MiB, peak 233.71 MiB, free memory in arenas 0.00 B, will set to 224.59 MiB (RSS), difference: 1.03 MiB | ||
| 8940 | 2024.12.21 00:53:12.278054 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8941 | 2024.12.21 00:53:12.278113 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8942 | 2024.12.21 00:53:12.485780 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 8943 | 2024.12.21 00:53:12.486809 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8944 | 2024.12.21 00:53:12.486858 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8945 | 2024.12.21 00:53:12.487400 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8946 | 2024.12.21 00:53:12.487727 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8947 | 2024.12.21 00:53:12.487993 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8948 | 2024.12.21 00:53:12.572229 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1256 | ||
| 8949 | 2024.12.21 00:53:12.575803 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8950 | 2024.12.21 00:53:12.575871 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8951 | 2024.12.21 00:53:12.577409 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8952 | 2024.12.21 00:53:12.577733 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8953 | 2024.12.21 00:53:12.577957 [ 128 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8954 | 2024.12.21 00:53:12.578074 [ 128 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8955 | 2024.12.21 00:53:12.578140 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8956 | 2024.12.21 00:53:12.578589 [ 202 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 8957 | 2024.12.21 00:53:12.579983 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1256 | ||
| 8958 | 2024.12.21 00:53:12.580236 [ 202 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8959 | 2024.12.21 00:53:12.580378 [ 202 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1064 rows starting from the beginning of the part | ||
| 8960 | 2024.12.21 00:53:12.580959 [ 202 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 8961 | 2024.12.21 00:53:12.581568 [ 202 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 44 rows starting from the beginning of the part | ||
| 8962 | 2024.12.21 00:53:12.582128 [ 202 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part | ||
| 8963 | 2024.12.21 00:53:12.582575 [ 202 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 8964 | 2024.12.21 00:53:12.583033 [ 202 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 44 rows starting from the beginning of the part | ||
| 8965 | 2024.12.21 00:53:12.591107 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1256 rows, containing 72 columns (72 merged, 0 gathered) in 0.012832468 sec., 97876.72955818009 rows/sec., 77.61 MiB/sec. | ||
| 8966 | 2024.12.21 00:53:12.592827 [ 199 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8967 | 2024.12.21 00:53:12.593684 [ 199 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_31_6} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8968 | 2024.12.21 00:53:12.593789 [ 199 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_31_6} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8969 | 2024.12.21 00:53:12.594170 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 8970 | 2024.12.21 00:53:13.853963 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8971 | 2024.12.21 00:53:13.875272 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8972 | 2024.12.21 00:53:13.875332 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8973 | 2024.12.21 00:53:13.883012 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8974 | 2024.12.21 00:53:13.883863 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8975 | 2024.12.21 00:53:13.887614 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8976 | 2024.12.21 00:53:14.002781 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8977 | 2024.12.21 00:53:14.003142 [ 260 ] {7b79afba-bf6e-430e-b582-7ef6248a21cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8978 | 2024.12.21 00:53:14.003217 [ 260 ] {7b79afba-bf6e-430e-b582-7ef6248a21cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8979 | 2024.12.21 00:53:14.004000 [ 260 ] {7b79afba-bf6e-430e-b582-7ef6248a21cc} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8980 | 2024.12.21 00:53:14.004048 [ 260 ] {7b79afba-bf6e-430e-b582-7ef6248a21cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8981 | 2024.12.21 00:53:14.004535 [ 260 ] {7b79afba-bf6e-430e-b582-7ef6248a21cc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8982 | 2024.12.21 00:53:14.004827 [ 260 ] {7b79afba-bf6e-430e-b582-7ef6248a21cc} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8983 | 2024.12.21 00:53:14.005084 [ 260 ] {7b79afba-bf6e-430e-b582-7ef6248a21cc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001991 sec., 7031.642390758412 rows/sec., 506.18 KiB/sec. | ||
| 8984 | 2024.12.21 00:53:14.005258 [ 260 ] {7b79afba-bf6e-430e-b582-7ef6248a21cc} <Debug> TCPHandler: Processed in 0.002614658 sec. | ||
| 8985 | 2024.12.21 00:53:14.005542 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8986 | 2024.12.21 00:53:14.005720 [ 263 ] {3e7ab45f-4773-40d1-b218-127dbfc560b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8987 | 2024.12.21 00:53:14.005859 [ 263 ] {3e7ab45f-4773-40d1-b218-127dbfc560b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8988 | 2024.12.21 00:53:14.006756 [ 263 ] {3e7ab45f-4773-40d1-b218-127dbfc560b5} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8989 | 2024.12.21 00:53:14.006810 [ 263 ] {3e7ab45f-4773-40d1-b218-127dbfc560b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8990 | 2024.12.21 00:53:14.007283 [ 263 ] {3e7ab45f-4773-40d1-b218-127dbfc560b5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8991 | 2024.12.21 00:53:14.007602 [ 263 ] {3e7ab45f-4773-40d1-b218-127dbfc560b5} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8992 | 2024.12.21 00:53:14.008124 [ 263 ] {3e7ab45f-4773-40d1-b218-127dbfc560b5} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002435 sec., 93223.81930184805 rows/sec., 8.15 MiB/sec. | ||
| 8993 | 2024.12.21 00:53:14.008322 [ 263 ] {3e7ab45f-4773-40d1-b218-127dbfc560b5} <Debug> TCPHandler: Processed in 0.002901184 sec. | ||
| 8994 | 2024.12.21 00:53:14.008506 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8995 | 2024.12.21 00:53:14.008744 [ 260 ] {273a4fe8-7b5b-4357-a4fc-22aa97e696b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8996 | 2024.12.21 00:53:14.008800 [ 260 ] {273a4fe8-7b5b-4357-a4fc-22aa97e696b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8997 | 2024.12.21 00:53:14.009465 [ 260 ] {273a4fe8-7b5b-4357-a4fc-22aa97e696b3} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8998 | 2024.12.21 00:53:14.009509 [ 260 ] {273a4fe8-7b5b-4357-a4fc-22aa97e696b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8999 | 2024.12.21 00:53:14.009900 [ 260 ] {273a4fe8-7b5b-4357-a4fc-22aa97e696b3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9000 | 2024.12.21 00:53:14.010150 [ 260 ] {273a4fe8-7b5b-4357-a4fc-22aa97e696b3} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9001 | 2024.12.21 00:53:14.010337 [ 260 ] {273a4fe8-7b5b-4357-a4fc-22aa97e696b3} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001626 sec., 11685.116851168512 rows/sec., 835.42 KiB/sec. | ||
| 9002 | 2024.12.21 00:53:14.010397 [ 260 ] {273a4fe8-7b5b-4357-a4fc-22aa97e696b3} <Debug> TCPHandler: Processed in 0.001954676 sec. | ||
| 9003 | 2024.12.21 00:53:14.010593 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9004 | 2024.12.21 00:53:14.010730 [ 263 ] {90cbcb35-a395-4dd5-8329-b371b99e77df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9005 | 2024.12.21 00:53:14.010790 [ 263 ] {90cbcb35-a395-4dd5-8329-b371b99e77df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9006 | 2024.12.21 00:53:14.011437 [ 263 ] {90cbcb35-a395-4dd5-8329-b371b99e77df} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9007 | 2024.12.21 00:53:14.011481 [ 263 ] {90cbcb35-a395-4dd5-8329-b371b99e77df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9008 | 2024.12.21 00:53:14.011887 [ 263 ] {90cbcb35-a395-4dd5-8329-b371b99e77df} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9009 | 2024.12.21 00:53:14.012148 [ 263 ] {90cbcb35-a395-4dd5-8329-b371b99e77df} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9010 | 2024.12.21 00:53:14.012433 [ 263 ] {90cbcb35-a395-4dd5-8329-b371b99e77df} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001735 sec., 8069.164265129683 rows/sec., 565.11 KiB/sec. | ||
| 9011 | 2024.12.21 00:53:14.012653 [ 263 ] {90cbcb35-a395-4dd5-8329-b371b99e77df} <Debug> TCPHandler: Processed in 0.002121009 sec. | ||
| 9012 | 2024.12.21 00:53:14.012838 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9013 | 2024.12.21 00:53:14.012964 [ 260 ] {aedef848-c8ee-42bb-a333-12a17e857e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9014 | 2024.12.21 00:53:14.013016 [ 260 ] {aedef848-c8ee-42bb-a333-12a17e857e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9015 | 2024.12.21 00:53:14.013586 [ 260 ] {aedef848-c8ee-42bb-a333-12a17e857e86} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9016 | 2024.12.21 00:53:14.013624 [ 260 ] {aedef848-c8ee-42bb-a333-12a17e857e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9017 | 2024.12.21 00:53:14.013994 [ 260 ] {aedef848-c8ee-42bb-a333-12a17e857e86} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9018 | 2024.12.21 00:53:14.014266 [ 260 ] {aedef848-c8ee-42bb-a333-12a17e857e86} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9019 | 2024.12.21 00:53:14.014453 [ 260 ] {aedef848-c8ee-42bb-a333-12a17e857e86} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001518 sec., 8563.899868247694 rows/sec., 533.96 KiB/sec. | ||
| 9020 | 2024.12.21 00:53:14.014504 [ 260 ] {aedef848-c8ee-42bb-a333-12a17e857e86} <Debug> TCPHandler: Processed in 0.001738262 sec. | ||
| 9021 | 2024.12.21 00:53:14.014673 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9022 | 2024.12.21 00:53:14.014825 [ 263 ] {0be97ac2-7d59-49f4-8d84-6ee36dcccd58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9023 | 2024.12.21 00:53:14.014892 [ 263 ] {0be97ac2-7d59-49f4-8d84-6ee36dcccd58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9024 | 2024.12.21 00:53:14.015738 [ 263 ] {0be97ac2-7d59-49f4-8d84-6ee36dcccd58} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9025 | 2024.12.21 00:53:14.015782 [ 263 ] {0be97ac2-7d59-49f4-8d84-6ee36dcccd58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9026 | 2024.12.21 00:53:14.016205 [ 263 ] {0be97ac2-7d59-49f4-8d84-6ee36dcccd58} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9027 | 2024.12.21 00:53:14.016454 [ 263 ] {0be97ac2-7d59-49f4-8d84-6ee36dcccd58} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9028 | 2024.12.21 00:53:14.016724 [ 263 ] {0be97ac2-7d59-49f4-8d84-6ee36dcccd58} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.00193 sec., 204145.07772020725 rows/sec., 14.49 MiB/sec. | ||
| 9029 | 2024.12.21 00:53:14.016843 [ 263 ] {0be97ac2-7d59-49f4-8d84-6ee36dcccd58} <Debug> TCPHandler: Processed in 0.002232301 sec. | ||
| 9030 | 2024.12.21 00:53:14.017079 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9031 | 2024.12.21 00:53:14.017274 [ 260 ] {d7911f82-4034-4556-99ce-dcd31c3e36ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9032 | 2024.12.21 00:53:14.017326 [ 260 ] {d7911f82-4034-4556-99ce-dcd31c3e36ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9033 | 2024.12.21 00:53:14.017811 [ 260 ] {d7911f82-4034-4556-99ce-dcd31c3e36ee} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9034 | 2024.12.21 00:53:14.017849 [ 260 ] {d7911f82-4034-4556-99ce-dcd31c3e36ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9035 | 2024.12.21 00:53:14.018209 [ 260 ] {d7911f82-4034-4556-99ce-dcd31c3e36ee} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9036 | 2024.12.21 00:53:14.018449 [ 260 ] {d7911f82-4034-4556-99ce-dcd31c3e36ee} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9037 | 2024.12.21 00:53:14.018641 [ 260 ] {d7911f82-4034-4556-99ce-dcd31c3e36ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 223.75 KiB/sec. | ||
| 9038 | 2024.12.21 00:53:14.018758 [ 260 ] {d7911f82-4034-4556-99ce-dcd31c3e36ee} <Debug> TCPHandler: Processed in 0.001802983 sec. | ||
| 9039 | 2024.12.21 00:53:14.018920 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9040 | 2024.12.21 00:53:14.019048 [ 263 ] {7517b230-c388-4023-8e29-79369a41df68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9041 | 2024.12.21 00:53:14.019108 [ 263 ] {7517b230-c388-4023-8e29-79369a41df68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9042 | 2024.12.21 00:53:14.019729 [ 263 ] {7517b230-c388-4023-8e29-79369a41df68} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9043 | 2024.12.21 00:53:14.019771 [ 263 ] {7517b230-c388-4023-8e29-79369a41df68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9044 | 2024.12.21 00:53:14.020183 [ 263 ] {7517b230-c388-4023-8e29-79369a41df68} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9045 | 2024.12.21 00:53:14.020427 [ 263 ] {7517b230-c388-4023-8e29-79369a41df68} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9046 | 2024.12.21 00:53:14.020648 [ 263 ] {7517b230-c388-4023-8e29-79369a41df68} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001631 sec., 145309.62599632127 rows/sec., 9.74 MiB/sec. | ||
| 9047 | 2024.12.21 00:53:14.020704 [ 263 ] {7517b230-c388-4023-8e29-79369a41df68} <Debug> TCPHandler: Processed in 0.001844935 sec. | ||
| 9048 | 2024.12.21 00:53:14.020872 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9049 | 2024.12.21 00:53:14.021012 [ 260 ] {abbd7e24-4e11-4f2e-8532-ca910ce5b88c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9050 | 2024.12.21 00:53:14.021072 [ 260 ] {abbd7e24-4e11-4f2e-8532-ca910ce5b88c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9051 | 2024.12.21 00:53:14.021551 [ 260 ] {abbd7e24-4e11-4f2e-8532-ca910ce5b88c} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9052 | 2024.12.21 00:53:14.021587 [ 260 ] {abbd7e24-4e11-4f2e-8532-ca910ce5b88c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9053 | 2024.12.21 00:53:14.021949 [ 260 ] {abbd7e24-4e11-4f2e-8532-ca910ce5b88c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9054 | 2024.12.21 00:53:14.022184 [ 260 ] {abbd7e24-4e11-4f2e-8532-ca910ce5b88c} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9055 | 2024.12.21 00:53:14.022360 [ 260 ] {abbd7e24-4e11-4f2e-8532-ca910ce5b88c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00138 sec., 724.6376811594204 rows/sec., 48.83 KiB/sec. | ||
| 9056 | 2024.12.21 00:53:14.022410 [ 260 ] {abbd7e24-4e11-4f2e-8532-ca910ce5b88c} <Debug> TCPHandler: Processed in 0.00160967 sec. | ||
| 9057 | 2024.12.21 00:53:14.022571 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9058 | 2024.12.21 00:53:14.022713 [ 263 ] {73848792-12de-4c3c-b037-a0dca521d0ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9059 | 2024.12.21 00:53:14.022810 [ 263 ] {73848792-12de-4c3c-b037-a0dca521d0ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9060 | 2024.12.21 00:53:14.023987 [ 263 ] {73848792-12de-4c3c-b037-a0dca521d0ec} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9061 | 2024.12.21 00:53:14.024028 [ 263 ] {73848792-12de-4c3c-b037-a0dca521d0ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9062 | 2024.12.21 00:53:14.024661 [ 263 ] {73848792-12de-4c3c-b037-a0dca521d0ec} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9063 | 2024.12.21 00:53:14.024925 [ 263 ] {73848792-12de-4c3c-b037-a0dca521d0ec} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9064 | 2024.12.21 00:53:14.025166 [ 263 ] {73848792-12de-4c3c-b037-a0dca521d0ec} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002485 sec., 4828.97384305835 rows/sec., 8.65 MiB/sec. | ||
| 9065 | 2024.12.21 00:53:14.025276 [ 263 ] {73848792-12de-4c3c-b037-a0dca521d0ec} <Debug> TCPHandler: Processed in 0.002779031 sec. | ||
| 9066 | 2024.12.21 00:53:14.025435 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9067 | 2024.12.21 00:53:14.025574 [ 260 ] {9bd1adab-0e99-458e-bd33-ce50d4b660a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9068 | 2024.12.21 00:53:14.025633 [ 260 ] {9bd1adab-0e99-458e-bd33-ce50d4b660a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9069 | 2024.12.21 00:53:14.026198 [ 260 ] {9bd1adab-0e99-458e-bd33-ce50d4b660a5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9070 | 2024.12.21 00:53:14.026238 [ 260 ] {9bd1adab-0e99-458e-bd33-ce50d4b660a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9071 | 2024.12.21 00:53:14.026611 [ 260 ] {9bd1adab-0e99-458e-bd33-ce50d4b660a5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9072 | 2024.12.21 00:53:14.026851 [ 260 ] {9bd1adab-0e99-458e-bd33-ce50d4b660a5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9073 | 2024.12.21 00:53:14.027027 [ 260 ] {9bd1adab-0e99-458e-bd33-ce50d4b660a5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001485 sec., 55218.85521885522 rows/sec., 3.51 MiB/sec. | ||
| 9074 | 2024.12.21 00:53:14.027077 [ 260 ] {9bd1adab-0e99-458e-bd33-ce50d4b660a5} <Debug> TCPHandler: Processed in 0.001708072 sec. | ||
| 9075 | 2024.12.21 00:53:18.999642 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9076 | 2024.12.21 00:53:19.000211 [ 260 ] {52d4a12d-93e5-4a95-830a-9431aff4c87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9077 | 2024.12.21 00:53:19.000301 [ 260 ] {52d4a12d-93e5-4a95-830a-9431aff4c87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9078 | 2024.12.21 00:53:19.001115 [ 260 ] {52d4a12d-93e5-4a95-830a-9431aff4c87e} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9079 | 2024.12.21 00:53:19.001164 [ 260 ] {52d4a12d-93e5-4a95-830a-9431aff4c87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9080 | 2024.12.21 00:53:19.001646 [ 260 ] {52d4a12d-93e5-4a95-830a-9431aff4c87e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9081 | 2024.12.21 00:53:19.001924 [ 260 ] {52d4a12d-93e5-4a95-830a-9431aff4c87e} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9082 | 2024.12.21 00:53:19.002173 [ 260 ] {52d4a12d-93e5-4a95-830a-9431aff4c87e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002023 sec., 2965.8922392486406 rows/sec., 241.85 KiB/sec. | ||
| 9083 | 2024.12.21 00:53:19.002317 [ 260 ] {52d4a12d-93e5-4a95-830a-9431aff4c87e} <Debug> TCPHandler: Processed in 0.002830123 sec. | ||
| 9084 | 2024.12.21 00:53:19.002620 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9085 | 2024.12.21 00:53:19.002880 [ 263 ] {e82f3c74-aff0-417b-a94a-ec4bab1fc130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9086 | 2024.12.21 00:53:19.002990 [ 263 ] {e82f3c74-aff0-417b-a94a-ec4bab1fc130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9087 | 2024.12.21 00:53:19.003919 [ 263 ] {e82f3c74-aff0-417b-a94a-ec4bab1fc130} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9088 | 2024.12.21 00:53:19.003977 [ 263 ] {e82f3c74-aff0-417b-a94a-ec4bab1fc130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9089 | 2024.12.21 00:53:19.004470 [ 263 ] {e82f3c74-aff0-417b-a94a-ec4bab1fc130} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9090 | 2024.12.21 00:53:19.004779 [ 263 ] {e82f3c74-aff0-417b-a94a-ec4bab1fc130} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9091 | 2024.12.21 00:53:19.005061 [ 263 ] {e82f3c74-aff0-417b-a94a-ec4bab1fc130} <Debug> executeQuery: Read 113 rows, 9.66 KiB in 0.002257 sec., 50066.45990252548 rows/sec., 4.18 MiB/sec. | ||
| 9092 | 2024.12.21 00:53:19.005171 [ 263 ] {e82f3c74-aff0-417b-a94a-ec4bab1fc130} <Debug> TCPHandler: Processed in 0.00270201 sec. | ||
| 9093 | 2024.12.21 00:53:19.005424 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9094 | 2024.12.21 00:53:19.005564 [ 260 ] {f1212636-56ad-4927-8e86-b79075c462d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9095 | 2024.12.21 00:53:19.005619 [ 260 ] {f1212636-56ad-4927-8e86-b79075c462d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9096 | 2024.12.21 00:53:19.006313 [ 260 ] {f1212636-56ad-4927-8e86-b79075c462d5} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9097 | 2024.12.21 00:53:19.006358 [ 260 ] {f1212636-56ad-4927-8e86-b79075c462d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9098 | 2024.12.21 00:53:19.006769 [ 260 ] {f1212636-56ad-4927-8e86-b79075c462d5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9099 | 2024.12.21 00:53:19.007085 [ 260 ] {f1212636-56ad-4927-8e86-b79075c462d5} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9100 | 2024.12.21 00:53:19.007318 [ 260 ] {f1212636-56ad-4927-8e86-b79075c462d5} <Debug> executeQuery: Read 33 rows, 2.45 KiB in 0.001786 sec., 18477.04367301232 rows/sec., 1.34 MiB/sec. | ||
| 9101 | 2024.12.21 00:53:19.007379 [ 260 ] {f1212636-56ad-4927-8e86-b79075c462d5} <Debug> TCPHandler: Processed in 0.002026068 sec. | ||
| 9102 | 2024.12.21 00:53:19.007540 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9103 | 2024.12.21 00:53:19.007685 [ 263 ] {999b3b69-bdfe-4041-87d1-7d40e35657d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9104 | 2024.12.21 00:53:19.007749 [ 263 ] {999b3b69-bdfe-4041-87d1-7d40e35657d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9105 | 2024.12.21 00:53:19.008480 [ 263 ] {999b3b69-bdfe-4041-87d1-7d40e35657d6} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9106 | 2024.12.21 00:53:19.008528 [ 263 ] {999b3b69-bdfe-4041-87d1-7d40e35657d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9107 | 2024.12.21 00:53:19.008956 [ 263 ] {999b3b69-bdfe-4041-87d1-7d40e35657d6} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9108 | 2024.12.21 00:53:19.009219 [ 263 ] {999b3b69-bdfe-4041-87d1-7d40e35657d6} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9109 | 2024.12.21 00:53:19.009472 [ 263 ] {999b3b69-bdfe-4041-87d1-7d40e35657d6} <Debug> executeQuery: Read 97 rows, 7.77 KiB in 0.001821 sec., 53267.43547501373 rows/sec., 4.17 MiB/sec. | ||
| 9110 | 2024.12.21 00:53:19.009576 [ 263 ] {999b3b69-bdfe-4041-87d1-7d40e35657d6} <Debug> TCPHandler: Processed in 0.002100439 sec. | ||
| 9111 | 2024.12.21 00:53:19.009791 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9112 | 2024.12.21 00:53:19.009919 [ 260 ] {ad9347f5-7dad-4f61-b127-6d2e55ecee21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9113 | 2024.12.21 00:53:19.009981 [ 260 ] {ad9347f5-7dad-4f61-b127-6d2e55ecee21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9114 | 2024.12.21 00:53:19.010731 [ 260 ] {ad9347f5-7dad-4f61-b127-6d2e55ecee21} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9115 | 2024.12.21 00:53:19.010784 [ 260 ] {ad9347f5-7dad-4f61-b127-6d2e55ecee21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9116 | 2024.12.21 00:53:19.011373 [ 260 ] {ad9347f5-7dad-4f61-b127-6d2e55ecee21} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9117 | 2024.12.21 00:53:19.011748 [ 260 ] {ad9347f5-7dad-4f61-b127-6d2e55ecee21} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9118 | 2024.12.21 00:53:19.012021 [ 260 ] {ad9347f5-7dad-4f61-b127-6d2e55ecee21} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00213 sec., 76525.82159624413 rows/sec., 5.33 MiB/sec. | ||
| 9119 | 2024.12.21 00:53:19.012094 [ 260 ] {ad9347f5-7dad-4f61-b127-6d2e55ecee21} <Debug> TCPHandler: Processed in 0.002390144 sec. | ||
| 9120 | 2024.12.21 00:53:19.012314 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9121 | 2024.12.21 00:53:19.012465 [ 263 ] {2046efe7-7ca2-46fc-bc31-081df4a9158d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9122 | 2024.12.21 00:53:19.012571 [ 263 ] {2046efe7-7ca2-46fc-bc31-081df4a9158d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9123 | 2024.12.21 00:53:19.013941 [ 263 ] {2046efe7-7ca2-46fc-bc31-081df4a9158d} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9124 | 2024.12.21 00:53:19.013989 [ 263 ] {2046efe7-7ca2-46fc-bc31-081df4a9158d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9125 | 2024.12.21 00:53:19.014771 [ 263 ] {2046efe7-7ca2-46fc-bc31-081df4a9158d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9126 | 2024.12.21 00:53:19.015096 [ 263 ] {2046efe7-7ca2-46fc-bc31-081df4a9158d} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9127 | 2024.12.21 00:53:19.015405 [ 263 ] {2046efe7-7ca2-46fc-bc31-081df4a9158d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002973 sec., 9081.735620585268 rows/sec., 16.27 MiB/sec. | ||
| 9128 | 2024.12.21 00:53:19.015563 [ 263 ] {2046efe7-7ca2-46fc-bc31-081df4a9158d} <Debug> TCPHandler: Processed in 0.003360182 sec. | ||
| 9129 | 2024.12.21 00:53:19.015723 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9130 | 2024.12.21 00:53:19.015844 [ 260 ] {42d0e421-b8bc-47eb-bd7b-2bd26acf92e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9131 | 2024.12.21 00:53:19.015897 [ 260 ] {42d0e421-b8bc-47eb-bd7b-2bd26acf92e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9132 | 2024.12.21 00:53:19.016412 [ 260 ] {42d0e421-b8bc-47eb-bd7b-2bd26acf92e5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9133 | 2024.12.21 00:53:19.016452 [ 260 ] {42d0e421-b8bc-47eb-bd7b-2bd26acf92e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9134 | 2024.12.21 00:53:19.016859 [ 260 ] {42d0e421-b8bc-47eb-bd7b-2bd26acf92e5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9135 | 2024.12.21 00:53:19.017107 [ 260 ] {42d0e421-b8bc-47eb-bd7b-2bd26acf92e5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9136 | 2024.12.21 00:53:19.017320 [ 260 ] {42d0e421-b8bc-47eb-bd7b-2bd26acf92e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. | ||
| 9137 | 2024.12.21 00:53:19.017373 [ 260 ] {42d0e421-b8bc-47eb-bd7b-2bd26acf92e5} <Debug> TCPHandler: Processed in 0.001706542 sec. | ||
| 9138 | 2024.12.21 00:53:19.988113 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 9139 | 2024.12.21 00:53:19.988798 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9140 | 2024.12.21 00:53:19.988841 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9141 | 2024.12.21 00:53:19.989384 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9142 | 2024.12.21 00:53:19.989647 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9143 | 2024.12.21 00:53:19.989867 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 9144 | 2024.12.21 00:53:21.387664 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9145 | 2024.12.21 00:53:21.408688 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9146 | 2024.12.21 00:53:21.408741 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9147 | 2024.12.21 00:53:21.416207 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9148 | 2024.12.21 00:53:21.417015 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9149 | 2024.12.21 00:53:21.420251 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9150 | 2024.12.21 00:53:22.580226 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1292 | ||
| 9151 | 2024.12.21 00:53:22.583494 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9152 | 2024.12.21 00:53:22.583555 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9153 | 2024.12.21 00:53:22.585084 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9154 | 2024.12.21 00:53:22.585420 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9155 | 2024.12.21 00:53:22.586849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1292 | ||
| 9156 | 2024.12.21 00:53:24.002171 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9157 | 2024.12.21 00:53:24.002716 [ 260 ] {ad941370-fc47-4366-a5bd-c7e99afe9909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9158 | 2024.12.21 00:53:24.002792 [ 260 ] {ad941370-fc47-4366-a5bd-c7e99afe9909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9159 | 2024.12.21 00:53:24.003603 [ 260 ] {ad941370-fc47-4366-a5bd-c7e99afe9909} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9160 | 2024.12.21 00:53:24.003654 [ 260 ] {ad941370-fc47-4366-a5bd-c7e99afe9909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9161 | 2024.12.21 00:53:24.004114 [ 260 ] {ad941370-fc47-4366-a5bd-c7e99afe9909} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9162 | 2024.12.21 00:53:24.004383 [ 260 ] {ad941370-fc47-4366-a5bd-c7e99afe9909} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9163 | 2024.12.21 00:53:24.004579 [ 156 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9164 | 2024.12.21 00:53:24.004658 [ 260 ] {ad941370-fc47-4366-a5bd-c7e99afe9909} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00199 sec., 7035.175879396985 rows/sec., 506.44 KiB/sec. | ||
| 9165 | 2024.12.21 00:53:24.004659 [ 156 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9166 | 2024.12.21 00:53:24.004751 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9167 | 2024.12.21 00:53:24.004811 [ 260 ] {ad941370-fc47-4366-a5bd-c7e99afe9909} <Debug> TCPHandler: Processed in 0.002779792 sec. | ||
| 9168 | 2024.12.21 00:53:24.005005 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 9169 | 2024.12.21 00:53:24.005176 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9170 | 2024.12.21 00:53:24.005257 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9171 | 2024.12.21 00:53:24.005326 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 9172 | 2024.12.21 00:53:24.005539 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 9173 | 2024.12.21 00:53:24.005583 [ 263 ] {8b5bdfaa-43b0-44ed-b0a8-cf4d866413fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9174 | 2024.12.21 00:53:24.005811 [ 263 ] {8b5bdfaa-43b0-44ed-b0a8-cf4d866413fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9175 | 2024.12.21 00:53:24.005903 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 9176 | 2024.12.21 00:53:24.006330 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 9177 | 2024.12.21 00:53:24.006559 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 9178 | 2024.12.21 00:53:24.008843 [ 263 ] {8b5bdfaa-43b0-44ed-b0a8-cf4d866413fa} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9179 | 2024.12.21 00:53:24.008939 [ 263 ] {8b5bdfaa-43b0-44ed-b0a8-cf4d866413fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9180 | 2024.12.21 00:53:24.009209 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00432586 sec., 16181.753454804362 rows/sec., 1.20 MiB/sec. | ||
| 9181 | 2024.12.21 00:53:24.009410 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9182 | 2024.12.21 00:53:24.009667 [ 263 ] {8b5bdfaa-43b0-44ed-b0a8-cf4d866413fa} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9183 | 2024.12.21 00:53:24.009784 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_29_7} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9184 | 2024.12.21 00:53:24.009907 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_29_7} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9185 | 2024.12.21 00:53:24.010020 [ 263 ] {8b5bdfaa-43b0-44ed-b0a8-cf4d866413fa} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9186 | 2024.12.21 00:53:24.010037 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9187 | 2024.12.21 00:53:24.010281 [ 263 ] {8b5bdfaa-43b0-44ed-b0a8-cf4d866413fa} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.004884 sec., 46478.29647829648 rows/sec., 4.06 MiB/sec. | ||
| 9188 | 2024.12.21 00:53:24.010432 [ 263 ] {8b5bdfaa-43b0-44ed-b0a8-cf4d866413fa} <Debug> TCPHandler: Processed in 0.005472022 sec. | ||
| 9189 | 2024.12.21 00:53:24.010648 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9190 | 2024.12.21 00:53:24.010783 [ 260 ] {4bbaaf3e-684b-4b34-8dbe-82f8bcda836d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9191 | 2024.12.21 00:53:24.010843 [ 260 ] {4bbaaf3e-684b-4b34-8dbe-82f8bcda836d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9192 | 2024.12.21 00:53:24.011483 [ 260 ] {4bbaaf3e-684b-4b34-8dbe-82f8bcda836d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9193 | 2024.12.21 00:53:24.011527 [ 260 ] {4bbaaf3e-684b-4b34-8dbe-82f8bcda836d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9194 | 2024.12.21 00:53:24.011915 [ 260 ] {4bbaaf3e-684b-4b34-8dbe-82f8bcda836d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9195 | 2024.12.21 00:53:24.012167 [ 260 ] {4bbaaf3e-684b-4b34-8dbe-82f8bcda836d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9196 | 2024.12.21 00:53:24.012393 [ 260 ] {4bbaaf3e-684b-4b34-8dbe-82f8bcda836d} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001643 sec., 11564.211807668898 rows/sec., 826.78 KiB/sec. | ||
| 9197 | 2024.12.21 00:53:24.012455 [ 260 ] {4bbaaf3e-684b-4b34-8dbe-82f8bcda836d} <Debug> TCPHandler: Processed in 0.001880034 sec. | ||
| 9198 | 2024.12.21 00:53:24.012623 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9199 | 2024.12.21 00:53:24.012759 [ 263 ] {0a45b372-44da-46ba-b2cb-09e27aa1ff6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9200 | 2024.12.21 00:53:24.012817 [ 263 ] {0a45b372-44da-46ba-b2cb-09e27aa1ff6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9201 | 2024.12.21 00:53:24.013465 [ 263 ] {0a45b372-44da-46ba-b2cb-09e27aa1ff6c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9202 | 2024.12.21 00:53:24.013510 [ 263 ] {0a45b372-44da-46ba-b2cb-09e27aa1ff6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9203 | 2024.12.21 00:53:24.013916 [ 263 ] {0a45b372-44da-46ba-b2cb-09e27aa1ff6c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9204 | 2024.12.21 00:53:24.014167 [ 263 ] {0a45b372-44da-46ba-b2cb-09e27aa1ff6c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9205 | 2024.12.21 00:53:24.014376 [ 263 ] {0a45b372-44da-46ba-b2cb-09e27aa1ff6c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00165 sec., 8484.848484848484 rows/sec., 594.22 KiB/sec. | ||
| 9206 | 2024.12.21 00:53:24.014451 [ 263 ] {0a45b372-44da-46ba-b2cb-09e27aa1ff6c} <Debug> TCPHandler: Processed in 0.001890326 sec. | ||
| 9207 | 2024.12.21 00:53:24.014622 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9208 | 2024.12.21 00:53:24.014768 [ 260 ] {5d38b1b6-172e-43d3-a82b-428526941a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9209 | 2024.12.21 00:53:24.014829 [ 260 ] {5d38b1b6-172e-43d3-a82b-428526941a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9210 | 2024.12.21 00:53:24.015520 [ 260 ] {5d38b1b6-172e-43d3-a82b-428526941a71} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9211 | 2024.12.21 00:53:24.015560 [ 260 ] {5d38b1b6-172e-43d3-a82b-428526941a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9212 | 2024.12.21 00:53:24.015927 [ 260 ] {5d38b1b6-172e-43d3-a82b-428526941a71} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9213 | 2024.12.21 00:53:24.016199 [ 260 ] {5d38b1b6-172e-43d3-a82b-428526941a71} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9214 | 2024.12.21 00:53:24.016369 [ 156 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9215 | 2024.12.21 00:53:24.016427 [ 156 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9216 | 2024.12.21 00:53:24.016442 [ 260 ] {5d38b1b6-172e-43d3-a82b-428526941a71} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001697 sec., 7660.577489687685 rows/sec., 477.64 KiB/sec. | ||
| 9217 | 2024.12.21 00:53:24.016469 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9218 | 2024.12.21 00:53:24.016630 [ 260 ] {5d38b1b6-172e-43d3-a82b-428526941a71} <Debug> TCPHandler: Processed in 0.002072659 sec. | ||
| 9219 | 2024.12.21 00:53:24.016684 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 9220 | 2024.12.21 00:53:24.016813 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9221 | 2024.12.21 00:53:24.016860 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 9222 | 2024.12.21 00:53:24.016862 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9223 | 2024.12.21 00:53:24.017011 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 9224 | 2024.12.21 00:53:24.017271 [ 263 ] {213243f7-1b9a-4ad9-a868-1e6d9142a11e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9225 | 2024.12.21 00:53:24.017408 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 9226 | 2024.12.21 00:53:24.017475 [ 263 ] {213243f7-1b9a-4ad9-a868-1e6d9142a11e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9227 | 2024.12.21 00:53:24.017766 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 9228 | 2024.12.21 00:53:24.018123 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 9229 | 2024.12.21 00:53:24.020237 [ 263 ] {213243f7-1b9a-4ad9-a868-1e6d9142a11e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9230 | 2024.12.21 00:53:24.020326 [ 263 ] {213243f7-1b9a-4ad9-a868-1e6d9142a11e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9231 | 2024.12.21 00:53:24.020668 [ 196 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004077116 sec., 15942.641808572529 rows/sec., 1.03 MiB/sec. | ||
| 9232 | 2024.12.21 00:53:24.020819 [ 196 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9233 | 2024.12.21 00:53:24.021010 [ 263 ] {213243f7-1b9a-4ad9-a868-1e6d9142a11e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9234 | 2024.12.21 00:53:24.021180 [ 196 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_29_7} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9235 | 2024.12.21 00:53:24.021280 [ 196 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_29_7} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9236 | 2024.12.21 00:53:24.021310 [ 263 ] {213243f7-1b9a-4ad9-a868-1e6d9142a11e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9237 | 2024.12.21 00:53:24.021389 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9238 | 2024.12.21 00:53:24.021560 [ 263 ] {213243f7-1b9a-4ad9-a868-1e6d9142a11e} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.004465 sec., 88241.88129899216 rows/sec., 6.26 MiB/sec. | ||
| 9239 | 2024.12.21 00:53:24.021703 [ 263 ] {213243f7-1b9a-4ad9-a868-1e6d9142a11e} <Debug> TCPHandler: Processed in 0.004945092 sec. | ||
| 9240 | 2024.12.21 00:53:24.021906 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9241 | 2024.12.21 00:53:24.022057 [ 260 ] {2d900998-c79b-448a-94c4-1cfd39aef7c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9242 | 2024.12.21 00:53:24.022118 [ 260 ] {2d900998-c79b-448a-94c4-1cfd39aef7c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9243 | 2024.12.21 00:53:24.022652 [ 260 ] {2d900998-c79b-448a-94c4-1cfd39aef7c6} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9244 | 2024.12.21 00:53:24.022691 [ 260 ] {2d900998-c79b-448a-94c4-1cfd39aef7c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9245 | 2024.12.21 00:53:24.023061 [ 260 ] {2d900998-c79b-448a-94c4-1cfd39aef7c6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9246 | 2024.12.21 00:53:24.023302 [ 260 ] {2d900998-c79b-448a-94c4-1cfd39aef7c6} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9247 | 2024.12.21 00:53:24.023514 [ 260 ] {2d900998-c79b-448a-94c4-1cfd39aef7c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec. | ||
| 9248 | 2024.12.21 00:53:24.023567 [ 260 ] {2d900998-c79b-448a-94c4-1cfd39aef7c6} <Debug> TCPHandler: Processed in 0.001764723 sec. | ||
| 9249 | 2024.12.21 00:53:24.023733 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9250 | 2024.12.21 00:53:24.023883 [ 263 ] {c66b09a2-e766-4764-bcb5-5e04634557ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9251 | 2024.12.21 00:53:24.023949 [ 263 ] {c66b09a2-e766-4764-bcb5-5e04634557ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9252 | 2024.12.21 00:53:24.024623 [ 263 ] {c66b09a2-e766-4764-bcb5-5e04634557ea} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9253 | 2024.12.21 00:53:24.024661 [ 263 ] {c66b09a2-e766-4764-bcb5-5e04634557ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9254 | 2024.12.21 00:53:24.025067 [ 263 ] {c66b09a2-e766-4764-bcb5-5e04634557ea} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9255 | 2024.12.21 00:53:24.025307 [ 263 ] {c66b09a2-e766-4764-bcb5-5e04634557ea} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9256 | 2024.12.21 00:53:24.025501 [ 263 ] {c66b09a2-e766-4764-bcb5-5e04634557ea} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001655 sec., 143202.416918429 rows/sec., 9.60 MiB/sec. | ||
| 9257 | 2024.12.21 00:53:24.025570 [ 263 ] {c66b09a2-e766-4764-bcb5-5e04634557ea} <Debug> TCPHandler: Processed in 0.001906615 sec. | ||
| 9258 | 2024.12.21 00:53:24.025780 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9259 | 2024.12.21 00:53:24.025937 [ 260 ] {adfaccc5-076f-4dc3-9219-d239a453adc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9260 | 2024.12.21 00:53:24.025999 [ 260 ] {adfaccc5-076f-4dc3-9219-d239a453adc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9261 | 2024.12.21 00:53:24.026533 [ 260 ] {adfaccc5-076f-4dc3-9219-d239a453adc8} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9262 | 2024.12.21 00:53:24.026572 [ 260 ] {adfaccc5-076f-4dc3-9219-d239a453adc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9263 | 2024.12.21 00:53:24.026926 [ 260 ] {adfaccc5-076f-4dc3-9219-d239a453adc8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9264 | 2024.12.21 00:53:24.027174 [ 260 ] {adfaccc5-076f-4dc3-9219-d239a453adc8} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9265 | 2024.12.21 00:53:24.027385 [ 260 ] {adfaccc5-076f-4dc3-9219-d239a453adc8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001479 sec., 676.1325219743069 rows/sec., 45.56 KiB/sec. | ||
| 9266 | 2024.12.21 00:53:24.027438 [ 260 ] {adfaccc5-076f-4dc3-9219-d239a453adc8} <Debug> TCPHandler: Processed in 0.001774263 sec. | ||
| 9267 | 2024.12.21 00:53:24.027610 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9268 | 2024.12.21 00:53:24.027753 [ 263 ] {4df7dbb4-4f61-4eb7-8193-b3820e682938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9269 | 2024.12.21 00:53:24.027849 [ 263 ] {4df7dbb4-4f61-4eb7-8193-b3820e682938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9270 | 2024.12.21 00:53:24.029071 [ 263 ] {4df7dbb4-4f61-4eb7-8193-b3820e682938} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9271 | 2024.12.21 00:53:24.029110 [ 263 ] {4df7dbb4-4f61-4eb7-8193-b3820e682938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9272 | 2024.12.21 00:53:24.029728 [ 263 ] {4df7dbb4-4f61-4eb7-8193-b3820e682938} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9273 | 2024.12.21 00:53:24.030004 [ 263 ] {4df7dbb4-4f61-4eb7-8193-b3820e682938} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9274 | 2024.12.21 00:53:24.030206 [ 263 ] {4df7dbb4-4f61-4eb7-8193-b3820e682938} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002486 sec., 4827.031375703942 rows/sec., 8.65 MiB/sec. | ||
| 9275 | 2024.12.21 00:53:24.030306 [ 263 ] {4df7dbb4-4f61-4eb7-8193-b3820e682938} <Debug> TCPHandler: Processed in 0.002764712 sec. | ||
| 9276 | 2024.12.21 00:53:24.030462 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9277 | 2024.12.21 00:53:24.030601 [ 260 ] {cbadda18-2f19-43a6-b3e0-ae128b3e3ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9278 | 2024.12.21 00:53:24.030660 [ 260 ] {cbadda18-2f19-43a6-b3e0-ae128b3e3ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9279 | 2024.12.21 00:53:24.031234 [ 260 ] {cbadda18-2f19-43a6-b3e0-ae128b3e3ec6} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9280 | 2024.12.21 00:53:24.031280 [ 260 ] {cbadda18-2f19-43a6-b3e0-ae128b3e3ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9281 | 2024.12.21 00:53:24.031696 [ 260 ] {cbadda18-2f19-43a6-b3e0-ae128b3e3ec6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9282 | 2024.12.21 00:53:24.031957 [ 260 ] {cbadda18-2f19-43a6-b3e0-ae128b3e3ec6} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9283 | 2024.12.21 00:53:24.032166 [ 260 ] {cbadda18-2f19-43a6-b3e0-ae128b3e3ec6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001596 sec., 51378.44611528822 rows/sec., 3.26 MiB/sec. | ||
| 9284 | 2024.12.21 00:53:24.032217 [ 260 ] {cbadda18-2f19-43a6-b3e0-ae128b3e3ec6} <Debug> TCPHandler: Processed in 0.001820293 sec. | ||
| 9285 | 2024.12.21 00:53:27.278173 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9286 | 2024.12.21 00:53:27.278223 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9287 | 2024.12.21 00:53:27.489976 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 9288 | 2024.12.21 00:53:27.490724 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9289 | 2024.12.21 00:53:27.490770 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9290 | 2024.12.21 00:53:27.491305 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9291 | 2024.12.21 00:53:27.491590 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9292 | 2024.12.21 00:53:27.491792 [ 44 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9293 | 2024.12.21 00:53:27.491861 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9294 | 2024.12.21 00:53:27.491885 [ 44 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9295 | 2024.12.21 00:53:27.491918 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9296 | 2024.12.21 00:53:27.492034 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 9297 | 2024.12.21 00:53:27.492162 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9298 | 2024.12.21 00:53:27.492202 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 9299 | 2024.12.21 00:53:27.492277 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 9300 | 2024.12.21 00:53:27.492371 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 9301 | 2024.12.21 00:53:27.492563 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 9302 | 2024.12.21 00:53:27.492829 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 9303 | 2024.12.21 00:53:27.492948 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 9304 | 2024.12.21 00:53:27.495377 [ 188 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003397363 sec., 6212465.373879682 rows/sec., 88.87 MiB/sec. | ||
| 9305 | 2024.12.21 00:53:27.495790 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9306 | 2024.12.21 00:53:27.496148 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_46_9} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9307 | 2024.12.21 00:53:27.496244 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_46_9} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9308 | 2024.12.21 00:53:27.496367 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 9309 | 2024.12.21 00:53:28.920301 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9310 | 2024.12.21 00:53:28.941871 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9311 | 2024.12.21 00:53:28.941933 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9312 | 2024.12.21 00:53:28.949233 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9313 | 2024.12.21 00:53:28.950036 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9314 | 2024.12.21 00:53:28.950433 [ 41 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9315 | 2024.12.21 00:53:28.950572 [ 41 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9316 | 2024.12.21 00:53:28.950644 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9317 | 2024.12.21 00:53:28.950985 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 9318 | 2024.12.21 00:53:28.960452 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9319 | 2024.12.21 00:53:28.961643 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9320 | 2024.12.21 00:53:28.962565 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 9321 | 2024.12.21 00:53:28.967545 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 9322 | 2024.12.21 00:53:28.972294 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 9323 | 2024.12.21 00:53:28.977375 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 9324 | 2024.12.21 00:53:28.982914 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 9325 | 2024.12.21 00:53:28.987456 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 9326 | 2024.12.21 00:53:28.999460 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9327 | 2024.12.21 00:53:28.999763 [ 260 ] {a7ccfce5-2c76-4e72-8e21-7ca01f452bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9328 | 2024.12.21 00:53:28.999839 [ 260 ] {a7ccfce5-2c76-4e72-8e21-7ca01f452bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9329 | 2024.12.21 00:53:29.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.39 MiB, peak 235.39 MiB, free memory in arenas 0.00 B, will set to 224.95 MiB (RSS), difference: -10.45 MiB | ||
| 9330 | 2024.12.21 00:53:29.001675 [ 260 ] {a7ccfce5-2c76-4e72-8e21-7ca01f452bd1} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9331 | 2024.12.21 00:53:29.001755 [ 260 ] {a7ccfce5-2c76-4e72-8e21-7ca01f452bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9332 | 2024.12.21 00:53:29.003618 [ 260 ] {a7ccfce5-2c76-4e72-8e21-7ca01f452bd1} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9333 | 2024.12.21 00:53:29.004700 [ 260 ] {a7ccfce5-2c76-4e72-8e21-7ca01f452bd1} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9334 | 2024.12.21 00:53:29.005048 [ 41 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9335 | 2024.12.21 00:53:29.005145 [ 41 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9336 | 2024.12.21 00:53:29.005259 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9337 | 2024.12.21 00:53:29.005489 [ 260 ] {a7ccfce5-2c76-4e72-8e21-7ca01f452bd1} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.005745 sec., 19147.084421235857 rows/sec., 1.60 MiB/sec. | ||
| 9338 | 2024.12.21 00:53:29.005857 [ 260 ] {a7ccfce5-2c76-4e72-8e21-7ca01f452bd1} <Debug> TCPHandler: Processed in 0.006544281 sec. | ||
| 9339 | 2024.12.21 00:53:29.006080 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 9340 | 2024.12.21 00:53:29.006316 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9341 | 2024.12.21 00:53:29.006950 [ 263 ] {0a04b9bd-99ee-493e-b103-53b0ab0772c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9342 | 2024.12.21 00:53:29.007007 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9343 | 2024.12.21 00:53:29.007183 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1432 rows starting from the beginning of the part | ||
| 9344 | 2024.12.21 00:53:29.007196 [ 263 ] {0a04b9bd-99ee-493e-b103-53b0ab0772c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9345 | 2024.12.21 00:53:29.008066 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 110 rows starting from the beginning of the part | ||
| 9346 | 2024.12.21 00:53:29.008639 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 227 rows starting from the beginning of the part | ||
| 9347 | 2024.12.21 00:53:29.009134 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 113 rows starting from the beginning of the part | ||
| 9348 | 2024.12.21 00:53:29.009625 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 227 rows starting from the beginning of the part | ||
| 9349 | 2024.12.21 00:53:29.010179 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 110 rows starting from the beginning of the part | ||
| 9350 | 2024.12.21 00:53:29.011989 [ 263 ] {0a04b9bd-99ee-493e-b103-53b0ab0772c9} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9351 | 2024.12.21 00:53:29.012070 [ 263 ] {0a04b9bd-99ee-493e-b103-53b0ab0772c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9352 | 2024.12.21 00:53:29.013526 [ 263 ] {0a04b9bd-99ee-493e-b103-53b0ab0772c9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9353 | 2024.12.21 00:53:29.014323 [ 263 ] {0a04b9bd-99ee-493e-b103-53b0ab0772c9} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9354 | 2024.12.21 00:53:29.015111 [ 263 ] {0a04b9bd-99ee-493e-b103-53b0ab0772c9} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.008375 sec., 3223.880597014925 rows/sec., 242.42 KiB/sec. | ||
| 9355 | 2024.12.21 00:53:29.015601 [ 263 ] {0a04b9bd-99ee-493e-b103-53b0ab0772c9} <Debug> TCPHandler: Processed in 0.009564508 sec. | ||
| 9356 | 2024.12.21 00:53:29.015965 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9357 | 2024.12.21 00:53:29.016125 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2219 rows, containing 5 columns (5 merged, 0 gathered) in 0.010663488 sec., 208093.261792014 rows/sec., 18.33 MiB/sec. | ||
| 9358 | 2024.12.21 00:53:29.016645 [ 260 ] {3f9ad899-0d06-443f-ad3f-77f6291cc935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9359 | 2024.12.21 00:53:29.016730 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9360 | 2024.12.21 00:53:29.016892 [ 260 ] {3f9ad899-0d06-443f-ad3f-77f6291cc935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9361 | 2024.12.21 00:53:29.017923 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_71_14} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9362 | 2024.12.21 00:53:29.018322 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_71_14} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9363 | 2024.12.21 00:53:29.018653 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 9364 | 2024.12.21 00:53:29.021017 [ 260 ] {3f9ad899-0d06-443f-ad3f-77f6291cc935} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9365 | 2024.12.21 00:53:29.021095 [ 260 ] {3f9ad899-0d06-443f-ad3f-77f6291cc935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9366 | 2024.12.21 00:53:29.022236 [ 260 ] {3f9ad899-0d06-443f-ad3f-77f6291cc935} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9367 | 2024.12.21 00:53:29.022873 [ 260 ] {3f9ad899-0d06-443f-ad3f-77f6291cc935} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9368 | 2024.12.21 00:53:29.023105 [ 41 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9369 | 2024.12.21 00:53:29.023148 [ 41 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9370 | 2024.12.21 00:53:29.023169 [ 260 ] {3f9ad899-0d06-443f-ad3f-77f6291cc935} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.006804 sec., 13374.485596707818 rows/sec., 1.04 MiB/sec. | ||
| 9371 | 2024.12.21 00:53:29.023178 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9372 | 2024.12.21 00:53:29.023578 [ 260 ] {3f9ad899-0d06-443f-ad3f-77f6291cc935} <Debug> TCPHandler: Processed in 0.007826165 sec. | ||
| 9373 | 2024.12.21 00:53:29.023914 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9374 | 2024.12.21 00:53:29.023959 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 9375 | 2024.12.21 00:53:29.024278 [ 263 ] {710e3530-2034-4c27-9c2c-09e6ab17ef4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9376 | 2024.12.21 00:53:29.024482 [ 263 ] {710e3530-2034-4c27-9c2c-09e6ab17ef4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9377 | 2024.12.21 00:53:29.024594 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9378 | 2024.12.21 00:53:29.024755 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 9379 | 2024.12.21 00:53:29.025228 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 91 rows starting from the beginning of the part | ||
| 9380 | 2024.12.21 00:53:29.025805 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 394 rows starting from the beginning of the part | ||
| 9381 | 2024.12.21 00:53:29.026289 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 97 rows starting from the beginning of the part | ||
| 9382 | 2024.12.21 00:53:29.026804 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 394 rows starting from the beginning of the part | ||
| 9383 | 2024.12.21 00:53:29.027389 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 91 rows starting from the beginning of the part | ||
| 9384 | 2024.12.21 00:53:29.029393 [ 263 ] {710e3530-2034-4c27-9c2c-09e6ab17ef4f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9385 | 2024.12.21 00:53:29.029501 [ 263 ] {710e3530-2034-4c27-9c2c-09e6ab17ef4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9386 | 2024.12.21 00:53:29.031508 [ 263 ] {710e3530-2034-4c27-9c2c-09e6ab17ef4f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9387 | 2024.12.21 00:53:29.032489 [ 263 ] {710e3530-2034-4c27-9c2c-09e6ab17ef4f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9388 | 2024.12.21 00:53:29.033402 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9389 | 2024.12.21 00:53:29.033620 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9390 | 2024.12.21 00:53:29.033744 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9391 | 2024.12.21 00:53:29.034783 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 9392 | 2024.12.21 00:53:29.035018 [ 263 ] {710e3530-2034-4c27-9c2c-09e6ab17ef4f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.01083 sec., 14773.776546629733 rows/sec., 1.03 MiB/sec. | ||
| 9393 | 2024.12.21 00:53:29.035562 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9394 | 2024.12.21 00:53:29.035621 [ 263 ] {710e3530-2034-4c27-9c2c-09e6ab17ef4f} <Debug> TCPHandler: Processed in 0.0118566 sec. | ||
| 9395 | 2024.12.21 00:53:29.035722 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19506 rows starting from the beginning of the part | ||
| 9396 | 2024.12.21 00:53:29.036034 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9397 | 2024.12.21 00:53:29.036348 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
| 9398 | 2024.12.21 00:53:29.036695 [ 260 ] {b8f2f427-9132-4270-a07e-86f83e1bce2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9399 | 2024.12.21 00:53:29.036853 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
| 9400 | 2024.12.21 00:53:29.037105 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1980 rows, containing 5 columns (5 merged, 0 gathered) in 0.013583052 sec., 145769.89030153165 rows/sec., 11.17 MiB/sec. | ||
| 9401 | 2024.12.21 00:53:29.037217 [ 260 ] {b8f2f427-9132-4270-a07e-86f83e1bce2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9402 | 2024.12.21 00:53:29.037336 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 163 rows starting from the beginning of the part | ||
| 9403 | 2024.12.21 00:53:29.038071 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9404 | 2024.12.21 00:53:29.038100 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part | ||
| 9405 | 2024.12.21 00:53:29.038949 [ 197 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
| 9406 | 2024.12.21 00:53:29.040360 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_71_14} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9407 | 2024.12.21 00:53:29.040594 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_71_14} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9408 | 2024.12.21 00:53:29.041041 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9409 | 2024.12.21 00:53:29.047302 [ 260 ] {b8f2f427-9132-4270-a07e-86f83e1bce2c} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9410 | 2024.12.21 00:53:29.047491 [ 260 ] {b8f2f427-9132-4270-a07e-86f83e1bce2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9411 | 2024.12.21 00:53:29.050433 [ 260 ] {b8f2f427-9132-4270-a07e-86f83e1bce2c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9412 | 2024.12.21 00:53:29.051502 [ 260 ] {b8f2f427-9132-4270-a07e-86f83e1bce2c} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9413 | 2024.12.21 00:53:29.052722 [ 260 ] {b8f2f427-9132-4270-a07e-86f83e1bce2c} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.016196 sec., 1667.0782909360337 rows/sec., 2.99 MiB/sec. | ||
| 9414 | 2024.12.21 00:53:29.053768 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20463 rows, containing 5 columns (5 merged, 0 gathered) in 0.019755446 sec., 1035815.6429371425 rows/sec., 70.01 MiB/sec. | ||
| 9415 | 2024.12.21 00:53:29.053987 [ 260 ] {b8f2f427-9132-4270-a07e-86f83e1bce2c} <Debug> TCPHandler: Processed in 0.018161727 sec. | ||
| 9416 | 2024.12.21 00:53:29.054303 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9417 | 2024.12.21 00:53:29.054752 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9418 | 2024.12.21 00:53:29.054857 [ 263 ] {cf19e009-e021-4c2b-9faa-0effc2e2a318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9419 | 2024.12.21 00:53:29.055158 [ 263 ] {cf19e009-e021-4c2b-9faa-0effc2e2a318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9420 | 2024.12.21 00:53:29.056331 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9421 | 2024.12.21 00:53:29.056754 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9422 | 2024.12.21 00:53:29.057112 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 9423 | 2024.12.21 00:53:29.057944 [ 263 ] {cf19e009-e021-4c2b-9faa-0effc2e2a318} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9424 | 2024.12.21 00:53:29.058028 [ 263 ] {cf19e009-e021-4c2b-9faa-0effc2e2a318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9425 | 2024.12.21 00:53:29.058670 [ 263 ] {cf19e009-e021-4c2b-9faa-0effc2e2a318} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9426 | 2024.12.21 00:53:29.059054 [ 263 ] {cf19e009-e021-4c2b-9faa-0effc2e2a318} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9427 | 2024.12.21 00:53:29.059311 [ 41 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9428 | 2024.12.21 00:53:29.059416 [ 41 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9429 | 2024.12.21 00:53:29.059488 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9430 | 2024.12.21 00:53:29.059532 [ 263 ] {cf19e009-e021-4c2b-9faa-0effc2e2a318} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00488 sec., 12295.081967213115 rows/sec., 848.49 KiB/sec. | ||
| 9431 | 2024.12.21 00:53:29.060164 [ 263 ] {cf19e009-e021-4c2b-9faa-0effc2e2a318} <Debug> TCPHandler: Processed in 0.006016461 sec. | ||
| 9432 | 2024.12.21 00:53:29.060235 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 9433 | 2024.12.21 00:53:29.061001 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9434 | 2024.12.21 00:53:29.061135 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4002 rows starting from the beginning of the part | ||
| 9435 | 2024.12.21 00:53:29.061668 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 9436 | 2024.12.21 00:53:29.062183 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
| 9437 | 2024.12.21 00:53:29.062542 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 9438 | 2024.12.21 00:53:29.062824 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
| 9439 | 2024.12.21 00:53:29.062906 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 9440 | 2024.12.21 00:53:29.067337 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4346 rows, containing 4 columns (4 merged, 0 gathered) in 0.007654552 sec., 567766.7354013664 rows/sec., 37.10 MiB/sec. | ||
| 9441 | 2024.12.21 00:53:29.067773 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9442 | 2024.12.21 00:53:29.068055 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_71_14} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9443 | 2024.12.21 00:53:29.068146 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_71_14} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9444 | 2024.12.21 00:53:29.068232 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 9445 | 2024.12.21 00:53:29.110494 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.159721844 sec., 2172.526883674095 rows/sec., 11.23 MiB/sec. | ||
| 9446 | 2024.12.21 00:53:29.113865 [ 199 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9447 | 2024.12.21 00:53:29.117035 [ 199 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_46_9} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9448 | 2024.12.21 00:53:29.117165 [ 199 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_46_9} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9449 | 2024.12.21 00:53:29.119411 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9450 | 2024.12.21 00:53:30.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.06 MiB, peak 235.39 MiB, free memory in arenas 0.00 B, will set to 231.66 MiB (RSS), difference: 15.59 MiB | ||
| 9451 | 2024.12.21 00:53:31.341980 [ 76 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 9452 | 2024.12.21 00:53:31.342045 [ 76 ] {} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9453 | 2024.12.21 00:53:31.342070 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9454 | 2024.12.21 00:53:31.342306 [ 193 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::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 | ||
| 9455 | 2024.12.21 00:53:31.342516 [ 193 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9456 | 2024.12.21 00:53:31.342561 [ 193 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::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 | ||
| 9457 | 2024.12.21 00:53:31.342703 [ 193 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 9458 | 2024.12.21 00:53:31.342873 [ 193 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 9459 | 2024.12.21 00:53:31.343133 [ 193 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 9460 | 2024.12.21 00:53:31.343322 [ 193 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 9461 | 2024.12.21 00:53:31.344481 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002316693 sec., 15539.391710511492 rows/sec., 1.30 MiB/sec. | ||
| 9462 | 2024.12.21 00:53:31.344644 [ 193 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 9463 | 2024.12.21 00:53:31.344958 [ 193 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_17_4} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9464 | 2024.12.21 00:53:31.345051 [ 193 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_17_4} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 9465 | 2024.12.21 00:53:31.345139 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9466 | 2024.12.21 00:53:32.587115 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1326 | ||
| 9467 | 2024.12.21 00:53:32.590747 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9468 | 2024.12.21 00:53:32.590806 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9469 | 2024.12.21 00:53:32.592329 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9470 | 2024.12.21 00:53:32.592659 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9471 | 2024.12.21 00:53:32.593372 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1326 | ||
| 9472 | 2024.12.21 00:53:32.773961 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9473 | 2024.12.21 00:53:32.774185 [ 260 ] {18009874-2388-44be-9e35-f782fddc7985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9474 | 2024.12.21 00:53:32.774270 [ 260 ] {18009874-2388-44be-9e35-f782fddc7985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9475 | 2024.12.21 00:53:32.775117 [ 260 ] {18009874-2388-44be-9e35-f782fddc7985} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9476 | 2024.12.21 00:53:32.775168 [ 260 ] {18009874-2388-44be-9e35-f782fddc7985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9477 | 2024.12.21 00:53:32.775617 [ 260 ] {18009874-2388-44be-9e35-f782fddc7985} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9478 | 2024.12.21 00:53:32.775885 [ 260 ] {18009874-2388-44be-9e35-f782fddc7985} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9479 | 2024.12.21 00:53:32.776127 [ 260 ] {18009874-2388-44be-9e35-f782fddc7985} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002003 sec., 6989.515726410385 rows/sec., 503.15 KiB/sec. | ||
| 9480 | 2024.12.21 00:53:32.776196 [ 260 ] {18009874-2388-44be-9e35-f782fddc7985} <Debug> TCPHandler: Processed in 0.002389384 sec. | ||
| 9481 | 2024.12.21 00:53:32.776451 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9482 | 2024.12.21 00:53:32.776643 [ 263 ] {bf99c0d7-39e2-400e-804c-087e9015eeb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9483 | 2024.12.21 00:53:32.776716 [ 263 ] {bf99c0d7-39e2-400e-804c-087e9015eeb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9484 | 2024.12.21 00:53:32.777464 [ 263 ] {bf99c0d7-39e2-400e-804c-087e9015eeb0} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9485 | 2024.12.21 00:53:32.777509 [ 263 ] {bf99c0d7-39e2-400e-804c-087e9015eeb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9486 | 2024.12.21 00:53:32.777923 [ 263 ] {bf99c0d7-39e2-400e-804c-087e9015eeb0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9487 | 2024.12.21 00:53:32.778164 [ 263 ] {bf99c0d7-39e2-400e-804c-087e9015eeb0} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9488 | 2024.12.21 00:53:32.778400 [ 263 ] {bf99c0d7-39e2-400e-804c-087e9015eeb0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00181 sec., 2209.9447513812156 rows/sec., 180.21 KiB/sec. | ||
| 9489 | 2024.12.21 00:53:32.778455 [ 263 ] {bf99c0d7-39e2-400e-804c-087e9015eeb0} <Debug> TCPHandler: Processed in 0.00213633 sec. | ||
| 9490 | 2024.12.21 00:53:32.778608 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9491 | 2024.12.21 00:53:32.778761 [ 260 ] {ec57317a-4136-4d32-a350-cc27a1e01d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9492 | 2024.12.21 00:53:32.778825 [ 260 ] {ec57317a-4136-4d32-a350-cc27a1e01d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9493 | 2024.12.21 00:53:32.780277 [ 260 ] {ec57317a-4136-4d32-a350-cc27a1e01d8d} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9494 | 2024.12.21 00:53:32.780320 [ 260 ] {ec57317a-4136-4d32-a350-cc27a1e01d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9495 | 2024.12.21 00:53:32.780791 [ 260 ] {ec57317a-4136-4d32-a350-cc27a1e01d8d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9496 | 2024.12.21 00:53:32.781064 [ 260 ] {ec57317a-4136-4d32-a350-cc27a1e01d8d} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9497 | 2024.12.21 00:53:32.781309 [ 260 ] {ec57317a-4136-4d32-a350-cc27a1e01d8d} <Debug> executeQuery: Read 1369 rows, 116.58 KiB in 0.002586 sec., 529389.0177880897 rows/sec., 44.03 MiB/sec. | ||
| 9498 | 2024.12.21 00:53:32.781407 [ 260 ] {ec57317a-4136-4d32-a350-cc27a1e01d8d} <Debug> TCPHandler: Processed in 0.002867013 sec. | ||
| 9499 | 2024.12.21 00:53:32.781596 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9500 | 2024.12.21 00:53:32.781763 [ 263 ] {12777479-30da-4136-83e5-49de291e4e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9501 | 2024.12.21 00:53:32.781816 [ 263 ] {12777479-30da-4136-83e5-49de291e4e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9502 | 2024.12.21 00:53:32.782429 [ 263 ] {12777479-30da-4136-83e5-49de291e4e62} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9503 | 2024.12.21 00:53:32.782468 [ 263 ] {12777479-30da-4136-83e5-49de291e4e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9504 | 2024.12.21 00:53:32.782837 [ 263 ] {12777479-30da-4136-83e5-49de291e4e62} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9505 | 2024.12.21 00:53:32.783073 [ 263 ] {12777479-30da-4136-83e5-49de291e4e62} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9506 | 2024.12.21 00:53:32.783237 [ 59 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9507 | 2024.12.21 00:53:32.783311 [ 263 ] {12777479-30da-4136-83e5-49de291e4e62} <Debug> executeQuery: Read 23 rows, 1.64 KiB in 0.001583 sec., 14529.374605180037 rows/sec., 1.01 MiB/sec. | ||
| 9508 | 2024.12.21 00:53:32.783321 [ 59 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9509 | 2024.12.21 00:53:32.783393 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9510 | 2024.12.21 00:53:32.783438 [ 263 ] {12777479-30da-4136-83e5-49de291e4e62} <Debug> TCPHandler: Processed in 0.001944436 sec. | ||
| 9511 | 2024.12.21 00:53:32.783659 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 9512 | 2024.12.21 00:53:32.783671 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9513 | 2024.12.21 00:53:32.783890 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9514 | 2024.12.21 00:53:32.783969 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 64 rows starting from the beginning of the part | ||
| 9515 | 2024.12.21 00:53:32.784004 [ 260 ] {00a0b2ed-0894-4b98-967b-3b8bc760e6ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9516 | 2024.12.21 00:53:32.784157 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 19 rows starting from the beginning of the part | ||
| 9517 | 2024.12.21 00:53:32.784356 [ 260 ] {00a0b2ed-0894-4b98-967b-3b8bc760e6ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9518 | 2024.12.21 00:53:32.784418 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 33 rows starting from the beginning of the part | ||
| 9519 | 2024.12.21 00:53:32.784763 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 19 rows starting from the beginning of the part | ||
| 9520 | 2024.12.21 00:53:32.785102 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 27 rows starting from the beginning of the part | ||
| 9521 | 2024.12.21 00:53:32.785504 [ 187 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 23 rows starting from the beginning of the part | ||
| 9522 | 2024.12.21 00:53:32.787736 [ 260 ] {00a0b2ed-0894-4b98-967b-3b8bc760e6ae} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9523 | 2024.12.21 00:53:32.787814 [ 260 ] {00a0b2ed-0894-4b98-967b-3b8bc760e6ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9524 | 2024.12.21 00:53:32.788613 [ 193 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005121905 sec., 36119.37355339468 rows/sec., 2.71 MiB/sec. | ||
| 9525 | 2024.12.21 00:53:32.788724 [ 260 ] {00a0b2ed-0894-4b98-967b-3b8bc760e6ae} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9526 | 2024.12.21 00:53:32.788766 [ 193 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9527 | 2024.12.21 00:53:32.789033 [ 260 ] {00a0b2ed-0894-4b98-967b-3b8bc760e6ae} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9528 | 2024.12.21 00:53:32.789122 [ 193 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_61_12} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9529 | 2024.12.21 00:53:32.789330 [ 193 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_61_12} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9530 | 2024.12.21 00:53:32.789356 [ 260 ] {00a0b2ed-0894-4b98-967b-3b8bc760e6ae} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005454 sec., 44371.10377704437 rows/sec., 3.01 MiB/sec. | ||
| 9531 | 2024.12.21 00:53:32.789480 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9532 | 2024.12.21 00:53:32.789489 [ 260 ] {00a0b2ed-0894-4b98-967b-3b8bc760e6ae} <Debug> TCPHandler: Processed in 0.00592492 sec. | ||
| 9533 | 2024.12.21 00:53:32.789666 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9534 | 2024.12.21 00:53:32.789785 [ 263 ] {4fb3fccd-b220-42d2-9124-9274e476cba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9535 | 2024.12.21 00:53:32.789840 [ 263 ] {4fb3fccd-b220-42d2-9124-9274e476cba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9536 | 2024.12.21 00:53:32.790432 [ 263 ] {4fb3fccd-b220-42d2-9124-9274e476cba1} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9537 | 2024.12.21 00:53:32.790471 [ 263 ] {4fb3fccd-b220-42d2-9124-9274e476cba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9538 | 2024.12.21 00:53:32.790825 [ 263 ] {4fb3fccd-b220-42d2-9124-9274e476cba1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9539 | 2024.12.21 00:53:32.791078 [ 263 ] {4fb3fccd-b220-42d2-9124-9274e476cba1} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9540 | 2024.12.21 00:53:32.791298 [ 263 ] {4fb3fccd-b220-42d2-9124-9274e476cba1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001536 sec., 8463.541666666666 rows/sec., 527.70 KiB/sec. | ||
| 9541 | 2024.12.21 00:53:32.791354 [ 263 ] {4fb3fccd-b220-42d2-9124-9274e476cba1} <Debug> TCPHandler: Processed in 0.001743552 sec. | ||
| 9542 | 2024.12.21 00:53:32.791511 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9543 | 2024.12.21 00:53:32.791630 [ 260 ] {6c06b75e-04a6-4460-956b-3a830fbaa9a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9544 | 2024.12.21 00:53:32.791680 [ 260 ] {6c06b75e-04a6-4460-956b-3a830fbaa9a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9545 | 2024.12.21 00:53:32.792748 [ 260 ] {6c06b75e-04a6-4460-956b-3a830fbaa9a5} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9546 | 2024.12.21 00:53:32.792789 [ 260 ] {6c06b75e-04a6-4460-956b-3a830fbaa9a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9547 | 2024.12.21 00:53:32.793206 [ 260 ] {6c06b75e-04a6-4460-956b-3a830fbaa9a5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9548 | 2024.12.21 00:53:32.793460 [ 260 ] {6c06b75e-04a6-4460-956b-3a830fbaa9a5} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9549 | 2024.12.21 00:53:32.793668 [ 260 ] {6c06b75e-04a6-4460-956b-3a830fbaa9a5} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.002062 sec., 414161.00872938894 rows/sec., 29.96 MiB/sec. | ||
| 9550 | 2024.12.21 00:53:32.793724 [ 260 ] {6c06b75e-04a6-4460-956b-3a830fbaa9a5} <Debug> TCPHandler: Processed in 0.002270072 sec. | ||
| 9551 | 2024.12.21 00:53:32.793884 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9552 | 2024.12.21 00:53:32.794004 [ 263 ] {da05c870-b899-44eb-af8b-d2e2dfaf75b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9553 | 2024.12.21 00:53:32.794054 [ 263 ] {da05c870-b899-44eb-af8b-d2e2dfaf75b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9554 | 2024.12.21 00:53:32.794547 [ 263 ] {da05c870-b899-44eb-af8b-d2e2dfaf75b8} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9555 | 2024.12.21 00:53:32.794586 [ 263 ] {da05c870-b899-44eb-af8b-d2e2dfaf75b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9556 | 2024.12.21 00:53:32.794956 [ 263 ] {da05c870-b899-44eb-af8b-d2e2dfaf75b8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9557 | 2024.12.21 00:53:32.795193 [ 263 ] {da05c870-b899-44eb-af8b-d2e2dfaf75b8} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9558 | 2024.12.21 00:53:32.795405 [ 263 ] {da05c870-b899-44eb-af8b-d2e2dfaf75b8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 219.98 KiB/sec. | ||
| 9559 | 2024.12.21 00:53:32.795456 [ 263 ] {da05c870-b899-44eb-af8b-d2e2dfaf75b8} <Debug> TCPHandler: Processed in 0.00163958 sec. | ||
| 9560 | 2024.12.21 00:53:32.795602 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9561 | 2024.12.21 00:53:32.795722 [ 260 ] {962efd43-6075-42a0-bd1c-9550fc5a0f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9562 | 2024.12.21 00:53:32.795781 [ 260 ] {962efd43-6075-42a0-bd1c-9550fc5a0f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9563 | 2024.12.21 00:53:32.796665 [ 260 ] {962efd43-6075-42a0-bd1c-9550fc5a0f73} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9564 | 2024.12.21 00:53:32.796711 [ 260 ] {962efd43-6075-42a0-bd1c-9550fc5a0f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9565 | 2024.12.21 00:53:32.797170 [ 260 ] {962efd43-6075-42a0-bd1c-9550fc5a0f73} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9566 | 2024.12.21 00:53:32.797418 [ 260 ] {962efd43-6075-42a0-bd1c-9550fc5a0f73} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9567 | 2024.12.21 00:53:32.797649 [ 260 ] {962efd43-6075-42a0-bd1c-9550fc5a0f73} <Debug> executeQuery: Read 917 rows, 62.63 KiB in 0.001953 sec., 469534.0501792114 rows/sec., 31.32 MiB/sec. | ||
| 9568 | 2024.12.21 00:53:32.797735 [ 260 ] {962efd43-6075-42a0-bd1c-9550fc5a0f73} <Debug> TCPHandler: Processed in 0.002192791 sec. | ||
| 9569 | 2024.12.21 00:53:32.797967 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9570 | 2024.12.21 00:53:32.798276 [ 263 ] {c22e5c1f-6288-4172-8c41-86e847c6f5cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9571 | 2024.12.21 00:53:32.798447 [ 263 ] {c22e5c1f-6288-4172-8c41-86e847c6f5cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9572 | 2024.12.21 00:53:32.799242 [ 263 ] {c22e5c1f-6288-4172-8c41-86e847c6f5cd} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9573 | 2024.12.21 00:53:32.799281 [ 263 ] {c22e5c1f-6288-4172-8c41-86e847c6f5cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9574 | 2024.12.21 00:53:32.799635 [ 263 ] {c22e5c1f-6288-4172-8c41-86e847c6f5cd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9575 | 2024.12.21 00:53:32.799872 [ 263 ] {c22e5c1f-6288-4172-8c41-86e847c6f5cd} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9576 | 2024.12.21 00:53:32.800109 [ 263 ] {c22e5c1f-6288-4172-8c41-86e847c6f5cd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001949 sec., 513.083632632119 rows/sec., 34.57 KiB/sec. | ||
| 9577 | 2024.12.21 00:53:32.800162 [ 263 ] {c22e5c1f-6288-4172-8c41-86e847c6f5cd} <Debug> TCPHandler: Processed in 0.002336513 sec. | ||
| 9578 | 2024.12.21 00:53:32.800308 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9579 | 2024.12.21 00:53:32.800449 [ 260 ] {d9e60b35-ed1a-4acf-bd44-1ce383934d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9580 | 2024.12.21 00:53:32.800543 [ 260 ] {d9e60b35-ed1a-4acf-bd44-1ce383934d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9581 | 2024.12.21 00:53:32.801715 [ 260 ] {d9e60b35-ed1a-4acf-bd44-1ce383934d11} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9582 | 2024.12.21 00:53:32.801756 [ 260 ] {d9e60b35-ed1a-4acf-bd44-1ce383934d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9583 | 2024.12.21 00:53:32.802418 [ 260 ] {d9e60b35-ed1a-4acf-bd44-1ce383934d11} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9584 | 2024.12.21 00:53:32.802684 [ 260 ] {d9e60b35-ed1a-4acf-bd44-1ce383934d11} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9585 | 2024.12.21 00:53:32.802896 [ 59 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9586 | 2024.12.21 00:53:32.802968 [ 260 ] {d9e60b35-ed1a-4acf-bd44-1ce383934d11} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00254 sec., 4724.4094488188975 rows/sec., 8.47 MiB/sec. | ||
| 9587 | 2024.12.21 00:53:32.802980 [ 59 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9588 | 2024.12.21 00:53:32.803075 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9589 | 2024.12.21 00:53:32.803402 [ 260 ] {d9e60b35-ed1a-4acf-bd44-1ce383934d11} <Debug> TCPHandler: Processed in 0.003158519 sec. | ||
| 9590 | 2024.12.21 00:53:32.803448 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 9591 | 2024.12.21 00:53:32.803593 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9592 | 2024.12.21 00:53:32.803742 [ 263 ] {ddce49d7-32d4-4d8e-aa8f-6edc5e58ee7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9593 | 2024.12.21 00:53:32.803815 [ 263 ] {ddce49d7-32d4-4d8e-aa8f-6edc5e58ee7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9594 | 2024.12.21 00:53:32.803937 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9595 | 2024.12.21 00:53:32.804089 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1095 rows starting from the beginning of the part | ||
| 9596 | 2024.12.21 00:53:32.804504 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 12 rows starting from the beginning of the part | ||
| 9597 | 2024.12.21 00:53:32.804975 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 27 rows starting from the beginning of the part | ||
| 9598 | 2024.12.21 00:53:32.805040 [ 263 ] {ddce49d7-32d4-4d8e-aa8f-6edc5e58ee7a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9599 | 2024.12.21 00:53:32.805097 [ 263 ] {ddce49d7-32d4-4d8e-aa8f-6edc5e58ee7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9600 | 2024.12.21 00:53:32.805351 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 12 rows starting from the beginning of the part | ||
| 9601 | 2024.12.21 00:53:32.805749 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 27 rows starting from the beginning of the part | ||
| 9602 | 2024.12.21 00:53:32.805993 [ 263 ] {ddce49d7-32d4-4d8e-aa8f-6edc5e58ee7a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9603 | 2024.12.21 00:53:32.806083 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 12 rows starting from the beginning of the part | ||
| 9604 | 2024.12.21 00:53:32.806458 [ 263 ] {ddce49d7-32d4-4d8e-aa8f-6edc5e58ee7a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9605 | 2024.12.21 00:53:32.806840 [ 263 ] {ddce49d7-32d4-4d8e-aa8f-6edc5e58ee7a} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.00313 sec., 21086.26198083067 rows/sec., 1.32 MiB/sec. | ||
| 9606 | 2024.12.21 00:53:32.806899 [ 263 ] {ddce49d7-32d4-4d8e-aa8f-6edc5e58ee7a} <Debug> TCPHandler: Processed in 0.003398143 sec. | ||
| 9607 | 2024.12.21 00:53:32.812260 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1185 rows, containing 19 columns (19 merged, 0 gathered) in 0.009013437 sec., 131470.3813872555 rows/sec., 235.59 MiB/sec. | ||
| 9608 | 2024.12.21 00:53:32.813932 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9609 | 2024.12.21 00:53:32.814370 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9610 | 2024.12.21 00:53:32.814454 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9611 | 2024.12.21 00:53:32.814601 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB. | ||
| 9612 | 2024.12.21 00:53:33.991946 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9613 | 2024.12.21 00:53:33.992164 [ 260 ] {1f20f42b-5ce1-4c11-909b-efd7b9143b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9614 | 2024.12.21 00:53:33.992248 [ 260 ] {1f20f42b-5ce1-4c11-909b-efd7b9143b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9615 | 2024.12.21 00:53:33.993136 [ 260 ] {1f20f42b-5ce1-4c11-909b-efd7b9143b5a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9616 | 2024.12.21 00:53:33.993183 [ 260 ] {1f20f42b-5ce1-4c11-909b-efd7b9143b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9617 | 2024.12.21 00:53:33.993618 [ 260 ] {1f20f42b-5ce1-4c11-909b-efd7b9143b5a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9618 | 2024.12.21 00:53:33.993881 [ 260 ] {1f20f42b-5ce1-4c11-909b-efd7b9143b5a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9619 | 2024.12.21 00:53:33.994153 [ 260 ] {1f20f42b-5ce1-4c11-909b-efd7b9143b5a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002044 sec., 27397.260273972606 rows/sec., 2.09 MiB/sec. | ||
| 9620 | 2024.12.21 00:53:33.994276 [ 260 ] {1f20f42b-5ce1-4c11-909b-efd7b9143b5a} <Debug> TCPHandler: Processed in 0.002476706 sec. | ||
| 9621 | 2024.12.21 00:53:33.994533 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9622 | 2024.12.21 00:53:33.994721 [ 263 ] {e6d63122-44f4-490a-b260-38e514b24df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9623 | 2024.12.21 00:53:33.994794 [ 263 ] {e6d63122-44f4-490a-b260-38e514b24df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9624 | 2024.12.21 00:53:33.995565 [ 263 ] {e6d63122-44f4-490a-b260-38e514b24df6} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9625 | 2024.12.21 00:53:33.995613 [ 263 ] {e6d63122-44f4-490a-b260-38e514b24df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9626 | 2024.12.21 00:53:33.996056 [ 263 ] {e6d63122-44f4-490a-b260-38e514b24df6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9627 | 2024.12.21 00:53:33.996302 [ 263 ] {e6d63122-44f4-490a-b260-38e514b24df6} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9628 | 2024.12.21 00:53:33.996542 [ 263 ] {e6d63122-44f4-490a-b260-38e514b24df6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00187 sec., 34224.59893048128 rows/sec., 2.67 MiB/sec. | ||
| 9629 | 2024.12.21 00:53:33.996606 [ 263 ] {e6d63122-44f4-490a-b260-38e514b24df6} <Debug> TCPHandler: Processed in 0.002209441 sec. | ||
| 9630 | 2024.12.21 00:53:33.996776 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9631 | 2024.12.21 00:53:33.997009 [ 260 ] {b0c12d80-88ba-46e3-b8df-485d9e898a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9632 | 2024.12.21 00:53:33.997111 [ 260 ] {b0c12d80-88ba-46e3-b8df-485d9e898a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9633 | 2024.12.21 00:53:33.997986 [ 260 ] {b0c12d80-88ba-46e3-b8df-485d9e898a2d} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9634 | 2024.12.21 00:53:33.998090 [ 260 ] {b0c12d80-88ba-46e3-b8df-485d9e898a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9635 | 2024.12.21 00:53:33.998495 [ 260 ] {b0c12d80-88ba-46e3-b8df-485d9e898a2d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9636 | 2024.12.21 00:53:33.998767 [ 260 ] {b0c12d80-88ba-46e3-b8df-485d9e898a2d} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9637 | 2024.12.21 00:53:33.998996 [ 260 ] {b0c12d80-88ba-46e3-b8df-485d9e898a2d} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.002047 sec., 20517.83097215437 rows/sec., 1.43 MiB/sec. | ||
| 9638 | 2024.12.21 00:53:33.999078 [ 260 ] {b0c12d80-88ba-46e3-b8df-485d9e898a2d} <Debug> TCPHandler: Processed in 0.002370584 sec. | ||
| 9639 | 2024.12.21 00:53:33.999330 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9640 | 2024.12.21 00:53:33.999483 [ 263 ] {8fde783a-6a4b-42b5-ac32-3a9dfa8f163e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9641 | 2024.12.21 00:53:33.999546 [ 263 ] {8fde783a-6a4b-42b5-ac32-3a9dfa8f163e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9642 | 2024.12.21 00:53:34.000183 [ 263 ] {8fde783a-6a4b-42b5-ac32-3a9dfa8f163e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9643 | 2024.12.21 00:53:34.000272 [ 263 ] {8fde783a-6a4b-42b5-ac32-3a9dfa8f163e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9644 | 2024.12.21 00:53:34.000941 [ 263 ] {8fde783a-6a4b-42b5-ac32-3a9dfa8f163e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9645 | 2024.12.21 00:53:34.001209 [ 263 ] {8fde783a-6a4b-42b5-ac32-3a9dfa8f163e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9646 | 2024.12.21 00:53:34.001475 [ 263 ] {8fde783a-6a4b-42b5-ac32-3a9dfa8f163e} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.002029 sec., 7885.657959586003 rows/sec., 546.76 KiB/sec. | ||
| 9647 | 2024.12.21 00:53:34.001557 [ 263 ] {8fde783a-6a4b-42b5-ac32-3a9dfa8f163e} <Debug> TCPHandler: Processed in 0.002300262 sec. | ||
| 9648 | 2024.12.21 00:53:34.992038 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 9649 | 2024.12.21 00:53:34.993031 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9650 | 2024.12.21 00:53:34.993084 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9651 | 2024.12.21 00:53:34.993627 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9652 | 2024.12.21 00:53:34.993896 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9653 | 2024.12.21 00:53:34.994186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 9654 | 2024.12.21 00:53:36.460509 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9655 | 2024.12.21 00:53:36.479789 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9656 | 2024.12.21 00:53:36.479852 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9657 | 2024.12.21 00:53:36.486796 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9658 | 2024.12.21 00:53:36.487590 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9659 | 2024.12.21 00:53:36.491442 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9660 | 2024.12.21 00:53:38.998041 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9661 | 2024.12.21 00:53:38.998432 [ 260 ] {8462483f-372c-43e0-b798-3dc699677103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9662 | 2024.12.21 00:53:38.998552 [ 260 ] {8462483f-372c-43e0-b798-3dc699677103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9663 | 2024.12.21 00:53:38.999704 [ 260 ] {8462483f-372c-43e0-b798-3dc699677103} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9664 | 2024.12.21 00:53:38.999764 [ 260 ] {8462483f-372c-43e0-b798-3dc699677103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9665 | 2024.12.21 00:53:39.000541 [ 260 ] {8462483f-372c-43e0-b798-3dc699677103} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9666 | 2024.12.21 00:53:39.000830 [ 260 ] {8462483f-372c-43e0-b798-3dc699677103} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9667 | 2024.12.21 00:53:39.001128 [ 260 ] {8462483f-372c-43e0-b798-3dc699677103} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002786 sec., 39483.12993539125 rows/sec., 3.31 MiB/sec. | ||
| 9668 | 2024.12.21 00:53:39.001210 [ 260 ] {8462483f-372c-43e0-b798-3dc699677103} <Debug> TCPHandler: Processed in 0.003351822 sec. | ||
| 9669 | 2024.12.21 00:53:39.001494 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9670 | 2024.12.21 00:53:39.001686 [ 263 ] {6f738250-d2e9-479a-91ea-b0855caff318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9671 | 2024.12.21 00:53:39.001795 [ 263 ] {6f738250-d2e9-479a-91ea-b0855caff318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9672 | 2024.12.21 00:53:39.002571 [ 263 ] {6f738250-d2e9-479a-91ea-b0855caff318} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9673 | 2024.12.21 00:53:39.002618 [ 263 ] {6f738250-d2e9-479a-91ea-b0855caff318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9674 | 2024.12.21 00:53:39.003059 [ 263 ] {6f738250-d2e9-479a-91ea-b0855caff318} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9675 | 2024.12.21 00:53:39.003330 [ 263 ] {6f738250-d2e9-479a-91ea-b0855caff318} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9676 | 2024.12.21 00:53:39.003612 [ 263 ] {6f738250-d2e9-479a-91ea-b0855caff318} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001971 sec., 13698.630136986301 rows/sec., 1.01 MiB/sec. | ||
| 9677 | 2024.12.21 00:53:39.003714 [ 263 ] {6f738250-d2e9-479a-91ea-b0855caff318} <Debug> TCPHandler: Processed in 0.002349083 sec. | ||
| 9678 | 2024.12.21 00:53:39.003997 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9679 | 2024.12.21 00:53:39.004171 [ 260 ] {2acf8aed-09d9-4317-a0c7-9c520c2323df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9680 | 2024.12.21 00:53:39.004230 [ 260 ] {2acf8aed-09d9-4317-a0c7-9c520c2323df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9681 | 2024.12.21 00:53:39.004902 [ 260 ] {2acf8aed-09d9-4317-a0c7-9c520c2323df} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9682 | 2024.12.21 00:53:39.004945 [ 260 ] {2acf8aed-09d9-4317-a0c7-9c520c2323df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9683 | 2024.12.21 00:53:39.005358 [ 260 ] {2acf8aed-09d9-4317-a0c7-9c520c2323df} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9684 | 2024.12.21 00:53:39.005615 [ 260 ] {2acf8aed-09d9-4317-a0c7-9c520c2323df} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9685 | 2024.12.21 00:53:39.005846 [ 260 ] {2acf8aed-09d9-4317-a0c7-9c520c2323df} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001713 sec., 53123.17571511968 rows/sec., 4.15 MiB/sec. | ||
| 9686 | 2024.12.21 00:53:39.005911 [ 260 ] {2acf8aed-09d9-4317-a0c7-9c520c2323df} <Debug> TCPHandler: Processed in 0.002067028 sec. | ||
| 9687 | 2024.12.21 00:53:39.006126 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9688 | 2024.12.21 00:53:39.006284 [ 263 ] {fe8850bd-95ba-4b58-8c69-b0fc423531f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9689 | 2024.12.21 00:53:39.006344 [ 263 ] {fe8850bd-95ba-4b58-8c69-b0fc423531f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9690 | 2024.12.21 00:53:39.006954 [ 263 ] {fe8850bd-95ba-4b58-8c69-b0fc423531f2} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9691 | 2024.12.21 00:53:39.006995 [ 263 ] {fe8850bd-95ba-4b58-8c69-b0fc423531f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9692 | 2024.12.21 00:53:39.007426 [ 263 ] {fe8850bd-95ba-4b58-8c69-b0fc423531f2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9693 | 2024.12.21 00:53:39.007698 [ 263 ] {fe8850bd-95ba-4b58-8c69-b0fc423531f2} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9694 | 2024.12.21 00:53:39.007944 [ 263 ] {fe8850bd-95ba-4b58-8c69-b0fc423531f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001691 sec., 94618.56889414547 rows/sec., 6.59 MiB/sec. | ||
| 9695 | 2024.12.21 00:53:39.008014 [ 263 ] {fe8850bd-95ba-4b58-8c69-b0fc423531f2} <Debug> TCPHandler: Processed in 0.002005837 sec. | ||
| 9696 | 2024.12.21 00:53:39.008165 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9697 | 2024.12.21 00:53:39.008285 [ 260 ] {8ed92ed0-4f55-424f-b246-3b27c40e9ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9698 | 2024.12.21 00:53:39.008367 [ 260 ] {8ed92ed0-4f55-424f-b246-3b27c40e9ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9699 | 2024.12.21 00:53:39.009549 [ 260 ] {8ed92ed0-4f55-424f-b246-3b27c40e9ae6} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9700 | 2024.12.21 00:53:39.009589 [ 260 ] {8ed92ed0-4f55-424f-b246-3b27c40e9ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9701 | 2024.12.21 00:53:39.010244 [ 260 ] {8ed92ed0-4f55-424f-b246-3b27c40e9ae6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9702 | 2024.12.21 00:53:39.010508 [ 260 ] {8ed92ed0-4f55-424f-b246-3b27c40e9ae6} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9703 | 2024.12.21 00:53:39.010766 [ 260 ] {8ed92ed0-4f55-424f-b246-3b27c40e9ae6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002506 sec., 10774.14205905826 rows/sec., 19.31 MiB/sec. | ||
| 9704 | 2024.12.21 00:53:39.010879 [ 260 ] {8ed92ed0-4f55-424f-b246-3b27c40e9ae6} <Debug> TCPHandler: Processed in 0.002771291 sec. | ||
| 9705 | 2024.12.21 00:53:39.011057 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9706 | 2024.12.21 00:53:39.011201 [ 263 ] {8eab7bb7-1363-48a1-a2bd-23218666ba59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9707 | 2024.12.21 00:53:39.011269 [ 263 ] {8eab7bb7-1363-48a1-a2bd-23218666ba59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9708 | 2024.12.21 00:53:39.011875 [ 263 ] {8eab7bb7-1363-48a1-a2bd-23218666ba59} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9709 | 2024.12.21 00:53:39.011923 [ 263 ] {8eab7bb7-1363-48a1-a2bd-23218666ba59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9710 | 2024.12.21 00:53:39.012313 [ 263 ] {8eab7bb7-1363-48a1-a2bd-23218666ba59} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9711 | 2024.12.21 00:53:39.012557 [ 263 ] {8eab7bb7-1363-48a1-a2bd-23218666ba59} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9712 | 2024.12.21 00:53:39.012788 [ 263 ] {8eab7bb7-1363-48a1-a2bd-23218666ba59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001618 sec., 37082.81829419036 rows/sec., 2.50 MiB/sec. | ||
| 9713 | 2024.12.21 00:53:39.012889 [ 263 ] {8eab7bb7-1363-48a1-a2bd-23218666ba59} <Debug> TCPHandler: Processed in 0.001900526 sec. | ||
| 9714 | 2024.12.21 00:53:42.278472 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9715 | 2024.12.21 00:53:42.278549 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9716 | 2024.12.21 00:53:42.494314 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 9717 | 2024.12.21 00:53:42.495450 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9718 | 2024.12.21 00:53:42.495496 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9719 | 2024.12.21 00:53:42.496047 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9720 | 2024.12.21 00:53:42.496336 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9721 | 2024.12.21 00:53:42.496584 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9722 | 2024.12.21 00:53:42.593560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1370 | ||
| 9723 | 2024.12.21 00:53:42.597001 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9724 | 2024.12.21 00:53:42.597055 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9725 | 2024.12.21 00:53:42.598546 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9726 | 2024.12.21 00:53:42.598862 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9727 | 2024.12.21 00:53:42.600289 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1370 | ||
| 9728 | 2024.12.21 00:53:43.001548 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001009379 sec. | ||
| 9729 | 2024.12.21 00:53:43.007556 [ 124 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 5 parts from all_1_26_5 to all_30_30_0 | ||
| 9730 | 2024.12.21 00:53:43.007627 [ 124 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9731 | 2024.12.21 00:53:43.007656 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9732 | 2024.12.21 00:53:43.007871 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_5 to all_30_30_0 into Compact with storage Full | ||
| 9733 | 2024.12.21 00:53:43.008133 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9734 | 2024.12.21 00:53:43.008168 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part | ||
| 9735 | 2024.12.21 00:53:43.008244 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part | ||
| 9736 | 2024.12.21 00:53:43.008441 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 9737 | 2024.12.21 00:53:43.008745 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 9738 | 2024.12.21 00:53:43.008951 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part | ||
| 9739 | 2024.12.21 00:53:43.010100 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002369284 sec., 318661.6716273777 rows/sec., 22.81 MiB/sec. | ||
| 9740 | 2024.12.21 00:53:43.010258 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 9741 | 2024.12.21 00:53:43.010581 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_30_6} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9742 | 2024.12.21 00:53:43.010675 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_30_6} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 5 parts: [all_1_26_5, all_30_30_0] -> all_1_30_6 | ||
| 9743 | 2024.12.21 00:53:43.010760 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 9744 | 2024.12.21 00:53:43.115828 [ 124 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 5 parts from all_1_26_5 to all_30_30_0 | ||
| 9745 | 2024.12.21 00:53:43.115899 [ 124 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9746 | 2024.12.21 00:53:43.115924 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9747 | 2024.12.21 00:53:43.116121 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_5 to all_30_30_0 into Compact with storage Full | ||
| 9748 | 2024.12.21 00:53:43.116472 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9749 | 2024.12.21 00:53:43.116512 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 27 rows starting from the beginning of the part | ||
| 9750 | 2024.12.21 00:53:43.116601 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 9751 | 2024.12.21 00:53:43.116817 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 9752 | 2024.12.21 00:53:43.117061 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 9753 | 2024.12.21 00:53:43.117207 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 9754 | 2024.12.21 00:53:43.118211 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.002217832 sec., 13977.614174563269 rows/sec., 940.09 KiB/sec. | ||
| 9755 | 2024.12.21 00:53:43.118378 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 9756 | 2024.12.21 00:53:43.118706 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_30_6} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9757 | 2024.12.21 00:53:43.118797 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_30_6} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 5 parts: [all_1_26_5, all_30_30_0] -> all_1_30_6 | ||
| 9758 | 2024.12.21 00:53:43.118879 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9759 | 2024.12.21 00:53:43.991491 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9760 | 2024.12.21 00:53:44.003351 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9761 | 2024.12.21 00:53:44.003706 [ 260 ] {8b801c39-6432-4434-8970-c8ee28bd6273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9762 | 2024.12.21 00:53:44.003842 [ 260 ] {8b801c39-6432-4434-8970-c8ee28bd6273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9763 | 2024.12.21 00:53:44.005289 [ 260 ] {8b801c39-6432-4434-8970-c8ee28bd6273} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9764 | 2024.12.21 00:53:44.005357 [ 260 ] {8b801c39-6432-4434-8970-c8ee28bd6273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9765 | 2024.12.21 00:53:44.006709 [ 260 ] {8b801c39-6432-4434-8970-c8ee28bd6273} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9766 | 2024.12.21 00:53:44.007626 [ 260 ] {8b801c39-6432-4434-8970-c8ee28bd6273} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9767 | 2024.12.21 00:53:44.008409 [ 260 ] {8b801c39-6432-4434-8970-c8ee28bd6273} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.004795 sec., 2919.7080291970806 rows/sec., 210.18 KiB/sec. | ||
| 9768 | 2024.12.21 00:53:44.008657 [ 260 ] {8b801c39-6432-4434-8970-c8ee28bd6273} <Debug> TCPHandler: Processed in 0.005475901 sec. | ||
| 9769 | 2024.12.21 00:53:44.008950 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9770 | 2024.12.21 00:53:44.009174 [ 263 ] {f059608a-767b-4eda-abe3-22a7073cce52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9771 | 2024.12.21 00:53:44.009271 [ 263 ] {f059608a-767b-4eda-abe3-22a7073cce52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9772 | 2024.12.21 00:53:44.010963 [ 263 ] {f059608a-767b-4eda-abe3-22a7073cce52} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9773 | 2024.12.21 00:53:44.011024 [ 263 ] {f059608a-767b-4eda-abe3-22a7073cce52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9774 | 2024.12.21 00:53:44.011813 [ 263 ] {f059608a-767b-4eda-abe3-22a7073cce52} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9775 | 2024.12.21 00:53:44.012190 [ 263 ] {f059608a-767b-4eda-abe3-22a7073cce52} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9776 | 2024.12.21 00:53:44.012653 [ 263 ] {f059608a-767b-4eda-abe3-22a7073cce52} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.00354 sec., 64124.29378531073 rows/sec., 5.61 MiB/sec. | ||
| 9777 | 2024.12.21 00:53:44.012788 [ 263 ] {f059608a-767b-4eda-abe3-22a7073cce52} <Debug> TCPHandler: Processed in 0.003982394 sec. | ||
| 9778 | 2024.12.21 00:53:44.013056 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9779 | 2024.12.21 00:53:44.013511 [ 260 ] {a52e3324-494a-47f7-92fa-0bdac80217ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9780 | 2024.12.21 00:53:44.013677 [ 260 ] {a52e3324-494a-47f7-92fa-0bdac80217ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9781 | 2024.12.21 00:53:44.017654 [ 260 ] {a52e3324-494a-47f7-92fa-0bdac80217ce} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9782 | 2024.12.21 00:53:44.017832 [ 260 ] {a52e3324-494a-47f7-92fa-0bdac80217ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9783 | 2024.12.21 00:53:44.019162 [ 260 ] {a52e3324-494a-47f7-92fa-0bdac80217ce} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9784 | 2024.12.21 00:53:44.019889 [ 260 ] {a52e3324-494a-47f7-92fa-0bdac80217ce} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9785 | 2024.12.21 00:53:44.020662 [ 260 ] {a52e3324-494a-47f7-92fa-0bdac80217ce} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.007251 sec., 2620.3282305888843 rows/sec., 187.34 KiB/sec. | ||
| 9786 | 2024.12.21 00:53:44.020886 [ 260 ] {a52e3324-494a-47f7-92fa-0bdac80217ce} <Debug> TCPHandler: Processed in 0.007993798 sec. | ||
| 9787 | 2024.12.21 00:53:44.021112 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9788 | 2024.12.21 00:53:44.021295 [ 263 ] {3278d81f-9d96-45dc-8bde-4f65cc4f54cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9789 | 2024.12.21 00:53:44.021376 [ 263 ] {3278d81f-9d96-45dc-8bde-4f65cc4f54cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9790 | 2024.12.21 00:53:44.022340 [ 263 ] {3278d81f-9d96-45dc-8bde-4f65cc4f54cd} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9791 | 2024.12.21 00:53:44.022382 [ 263 ] {3278d81f-9d96-45dc-8bde-4f65cc4f54cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9792 | 2024.12.21 00:53:44.022770 [ 263 ] {3278d81f-9d96-45dc-8bde-4f65cc4f54cd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9793 | 2024.12.21 00:53:44.023036 [ 263 ] {3278d81f-9d96-45dc-8bde-4f65cc4f54cd} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9794 | 2024.12.21 00:53:44.023375 [ 263 ] {3278d81f-9d96-45dc-8bde-4f65cc4f54cd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002122 sec., 6597.549481621111 rows/sec., 462.05 KiB/sec. | ||
| 9795 | 2024.12.21 00:53:44.023661 [ 263 ] {3278d81f-9d96-45dc-8bde-4f65cc4f54cd} <Debug> TCPHandler: Processed in 0.002633799 sec. | ||
| 9796 | 2024.12.21 00:53:44.023955 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9797 | 2024.12.21 00:53:44.024285 [ 260 ] {9538a612-fda2-4418-ab1f-cd5f3a38dd8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9798 | 2024.12.21 00:53:44.024458 [ 260 ] {9538a612-fda2-4418-ab1f-cd5f3a38dd8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9799 | 2024.12.21 00:53:44.028265 [ 260 ] {9538a612-fda2-4418-ab1f-cd5f3a38dd8e} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9800 | 2024.12.21 00:53:44.028365 [ 260 ] {9538a612-fda2-4418-ab1f-cd5f3a38dd8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9801 | 2024.12.21 00:53:44.030070 [ 260 ] {9538a612-fda2-4418-ab1f-cd5f3a38dd8e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9802 | 2024.12.21 00:53:44.030828 [ 260 ] {9538a612-fda2-4418-ab1f-cd5f3a38dd8e} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9803 | 2024.12.21 00:53:44.031436 [ 260 ] {9538a612-fda2-4418-ab1f-cd5f3a38dd8e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.007274 sec., 1787.1872422326094 rows/sec., 111.43 KiB/sec. | ||
| 9804 | 2024.12.21 00:53:44.031663 [ 260 ] {9538a612-fda2-4418-ab1f-cd5f3a38dd8e} <Debug> TCPHandler: Processed in 0.007884606 sec. | ||
| 9805 | 2024.12.21 00:53:44.031945 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9806 | 2024.12.21 00:53:44.032212 [ 263 ] {8e363e58-5065-4a9d-aaf8-37c9f9581078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9807 | 2024.12.21 00:53:44.032298 [ 263 ] {8e363e58-5065-4a9d-aaf8-37c9f9581078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9808 | 2024.12.21 00:53:44.034034 [ 263 ] {8e363e58-5065-4a9d-aaf8-37c9f9581078} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9809 | 2024.12.21 00:53:44.034086 [ 263 ] {8e363e58-5065-4a9d-aaf8-37c9f9581078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9810 | 2024.12.21 00:53:44.034941 [ 263 ] {8e363e58-5065-4a9d-aaf8-37c9f9581078} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9811 | 2024.12.21 00:53:44.035319 [ 263 ] {8e363e58-5065-4a9d-aaf8-37c9f9581078} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9812 | 2024.12.21 00:53:44.035906 [ 263 ] {8e363e58-5065-4a9d-aaf8-37c9f9581078} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.003735 sec., 105488.62115127176 rows/sec., 7.49 MiB/sec. | ||
| 9813 | 2024.12.21 00:53:44.035976 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9814 | 2024.12.21 00:53:44.036088 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9815 | 2024.12.21 00:53:44.036209 [ 263 ] {8e363e58-5065-4a9d-aaf8-37c9f9581078} <Debug> TCPHandler: Processed in 0.004417502 sec. | ||
| 9816 | 2024.12.21 00:53:44.036555 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9817 | 2024.12.21 00:53:44.037150 [ 260 ] {1b68621c-43cb-4728-b64d-9e104a8ad038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9818 | 2024.12.21 00:53:44.037375 [ 260 ] {1b68621c-43cb-4728-b64d-9e104a8ad038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9819 | 2024.12.21 00:53:44.040050 [ 260 ] {1b68621c-43cb-4728-b64d-9e104a8ad038} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9820 | 2024.12.21 00:53:44.040135 [ 260 ] {1b68621c-43cb-4728-b64d-9e104a8ad038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9821 | 2024.12.21 00:53:44.041319 [ 260 ] {1b68621c-43cb-4728-b64d-9e104a8ad038} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9822 | 2024.12.21 00:53:44.041904 [ 260 ] {1b68621c-43cb-4728-b64d-9e104a8ad038} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9823 | 2024.12.21 00:53:44.042313 [ 151 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9824 | 2024.12.21 00:53:44.042465 [ 151 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9825 | 2024.12.21 00:53:44.042626 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9826 | 2024.12.21 00:53:44.042822 [ 260 ] {1b68621c-43cb-4728-b64d-9e104a8ad038} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005807 sec., 1033.2357499569487 rows/sec., 53.98 KiB/sec. | ||
| 9827 | 2024.12.21 00:53:44.043299 [ 260 ] {1b68621c-43cb-4728-b64d-9e104a8ad038} <Debug> TCPHandler: Processed in 0.006956419 sec. | ||
| 9828 | 2024.12.21 00:53:44.043374 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 9829 | 2024.12.21 00:53:44.043667 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9830 | 2024.12.21 00:53:44.044188 [ 263 ] {9e635e79-07c2-451e-bdce-f301b94609ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9831 | 2024.12.21 00:53:44.044188 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9832 | 2024.12.21 00:53:44.044358 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 9833 | 2024.12.21 00:53:44.044409 [ 263 ] {9e635e79-07c2-451e-bdce-f301b94609ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9834 | 2024.12.21 00:53:44.044891 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 9835 | 2024.12.21 00:53:44.045468 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 9836 | 2024.12.21 00:53:44.045989 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 9837 | 2024.12.21 00:53:44.046549 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 9838 | 2024.12.21 00:53:44.047038 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 9839 | 2024.12.21 00:53:44.049548 [ 263 ] {9e635e79-07c2-451e-bdce-f301b94609ae} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9840 | 2024.12.21 00:53:44.049668 [ 263 ] {9e635e79-07c2-451e-bdce-f301b94609ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9841 | 2024.12.21 00:53:44.051784 [ 263 ] {9e635e79-07c2-451e-bdce-f301b94609ae} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9842 | 2024.12.21 00:53:44.052593 [ 263 ] {9e635e79-07c2-451e-bdce-f301b94609ae} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9843 | 2024.12.21 00:53:44.053655 [ 263 ] {9e635e79-07c2-451e-bdce-f301b94609ae} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00959 sec., 24713.242961418146 rows/sec., 1.66 MiB/sec. | ||
| 9844 | 2024.12.21 00:53:44.054336 [ 263 ] {9e635e79-07c2-451e-bdce-f301b94609ae} <Debug> TCPHandler: Processed in 0.010869322 sec. | ||
| 9845 | 2024.12.21 00:53:44.054540 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.011646596 sec., 15970.33158873202 rows/sec., 834.39 KiB/sec. | ||
| 9846 | 2024.12.21 00:53:44.054695 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9847 | 2024.12.21 00:53:44.054939 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9848 | 2024.12.21 00:53:44.055317 [ 260 ] {92cfe065-12b7-4b03-8cce-4271dbd1bdf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9849 | 2024.12.21 00:53:44.055646 [ 260 ] {92cfe065-12b7-4b03-8cce-4271dbd1bdf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9850 | 2024.12.21 00:53:44.056504 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_31_6} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9851 | 2024.12.21 00:53:44.056854 [ 189 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_31_6} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9852 | 2024.12.21 00:53:44.057097 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9853 | 2024.12.21 00:53:44.058405 [ 260 ] {92cfe065-12b7-4b03-8cce-4271dbd1bdf3} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9854 | 2024.12.21 00:53:44.058489 [ 260 ] {92cfe065-12b7-4b03-8cce-4271dbd1bdf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9855 | 2024.12.21 00:53:44.059741 [ 260 ] {92cfe065-12b7-4b03-8cce-4271dbd1bdf3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9856 | 2024.12.21 00:53:44.060346 [ 260 ] {92cfe065-12b7-4b03-8cce-4271dbd1bdf3} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9857 | 2024.12.21 00:53:44.060997 [ 260 ] {92cfe065-12b7-4b03-8cce-4271dbd1bdf3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005863 sec., 170.56114617090228 rows/sec., 11.49 KiB/sec. | ||
| 9858 | 2024.12.21 00:53:44.061224 [ 260 ] {92cfe065-12b7-4b03-8cce-4271dbd1bdf3} <Debug> TCPHandler: Processed in 0.006741076 sec. | ||
| 9859 | 2024.12.21 00:53:44.061428 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9860 | 2024.12.21 00:53:44.061621 [ 263 ] {090c35c4-f78a-4a05-bcef-99595ef79ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9861 | 2024.12.21 00:53:44.061782 [ 263 ] {090c35c4-f78a-4a05-bcef-99595ef79ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9862 | 2024.12.21 00:53:44.064398 [ 263 ] {090c35c4-f78a-4a05-bcef-99595ef79ba3} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9863 | 2024.12.21 00:53:44.064441 [ 263 ] {090c35c4-f78a-4a05-bcef-99595ef79ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9864 | 2024.12.21 00:53:44.065185 [ 263 ] {090c35c4-f78a-4a05-bcef-99595ef79ba3} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9865 | 2024.12.21 00:53:44.065457 [ 263 ] {090c35c4-f78a-4a05-bcef-99595ef79ba3} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9866 | 2024.12.21 00:53:44.065915 [ 263 ] {090c35c4-f78a-4a05-bcef-99595ef79ba3} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004339 sec., 2765.614196819544 rows/sec., 4.96 MiB/sec. | ||
| 9867 | 2024.12.21 00:53:44.066235 [ 263 ] {090c35c4-f78a-4a05-bcef-99595ef79ba3} <Debug> TCPHandler: Processed in 0.004912882 sec. | ||
| 9868 | 2024.12.21 00:53:44.066542 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9869 | 2024.12.21 00:53:44.066971 [ 260 ] {2296fe5d-1134-40ee-9fa7-5a1284b02895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9870 | 2024.12.21 00:53:44.067143 [ 260 ] {2296fe5d-1134-40ee-9fa7-5a1284b02895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9871 | 2024.12.21 00:53:44.069062 [ 260 ] {2296fe5d-1134-40ee-9fa7-5a1284b02895} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9872 | 2024.12.21 00:53:44.069139 [ 260 ] {2296fe5d-1134-40ee-9fa7-5a1284b02895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9873 | 2024.12.21 00:53:44.070271 [ 260 ] {2296fe5d-1134-40ee-9fa7-5a1284b02895} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9874 | 2024.12.21 00:53:44.071053 [ 260 ] {2296fe5d-1134-40ee-9fa7-5a1284b02895} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9875 | 2024.12.21 00:53:44.071229 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9876 | 2024.12.21 00:53:44.071471 [ 260 ] {2296fe5d-1134-40ee-9fa7-5a1284b02895} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004618 sec., 17756.60459073192 rows/sec., 1.13 MiB/sec. | ||
| 9877 | 2024.12.21 00:53:44.071653 [ 260 ] {2296fe5d-1134-40ee-9fa7-5a1284b02895} <Debug> TCPHandler: Processed in 0.005280188 sec. | ||
| 9878 | 2024.12.21 00:53:44.073484 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9879 | 2024.12.21 00:53:44.077458 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9880 | 2024.12.21 00:53:45.000246 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.53 MiB, peak 244.09 MiB, free memory in arenas 0.00 B, will set to 233.20 MiB (RSS), difference: -1.33 MiB | ||
| 9881 | 2024.12.21 00:53:48.998391 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9882 | 2024.12.21 00:53:48.998694 [ 260 ] {b0d39efa-da51-4e23-b194-9a57fa09ce2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9883 | 2024.12.21 00:53:48.998788 [ 260 ] {b0d39efa-da51-4e23-b194-9a57fa09ce2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9884 | 2024.12.21 00:53:48.999641 [ 260 ] {b0d39efa-da51-4e23-b194-9a57fa09ce2d} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9885 | 2024.12.21 00:53:48.999692 [ 260 ] {b0d39efa-da51-4e23-b194-9a57fa09ce2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9886 | 2024.12.21 00:53:49.000236 [ 260 ] {b0d39efa-da51-4e23-b194-9a57fa09ce2d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9887 | 2024.12.21 00:53:49.000738 [ 260 ] {b0d39efa-da51-4e23-b194-9a57fa09ce2d} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9888 | 2024.12.21 00:53:49.001223 [ 260 ] {b0d39efa-da51-4e23-b194-9a57fa09ce2d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002594 sec., 771.0100231303007 rows/sec., 62.87 KiB/sec. | ||
| 9889 | 2024.12.21 00:53:49.001320 [ 260 ] {b0d39efa-da51-4e23-b194-9a57fa09ce2d} <Debug> TCPHandler: Processed in 0.003129878 sec. | ||
| 9890 | 2024.12.21 00:53:49.001589 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9891 | 2024.12.21 00:53:49.001817 [ 263 ] {9be6aeae-afe0-4136-9fe8-eebaed7d85b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9892 | 2024.12.21 00:53:49.001898 [ 263 ] {9be6aeae-afe0-4136-9fe8-eebaed7d85b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9893 | 2024.12.21 00:53:49.002782 [ 263 ] {9be6aeae-afe0-4136-9fe8-eebaed7d85b9} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9894 | 2024.12.21 00:53:49.002838 [ 263 ] {9be6aeae-afe0-4136-9fe8-eebaed7d85b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9895 | 2024.12.21 00:53:49.003324 [ 263 ] {9be6aeae-afe0-4136-9fe8-eebaed7d85b9} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9896 | 2024.12.21 00:53:49.003603 [ 263 ] {9be6aeae-afe0-4136-9fe8-eebaed7d85b9} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9897 | 2024.12.21 00:53:49.003770 [ 148 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9898 | 2024.12.21 00:53:49.003818 [ 148 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9899 | 2024.12.21 00:53:49.003832 [ 263 ] {9be6aeae-afe0-4136-9fe8-eebaed7d85b9} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.002085 sec., 53237.410071942446 rows/sec., 4.46 MiB/sec. | ||
| 9900 | 2024.12.21 00:53:49.003845 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9901 | 2024.12.21 00:53:49.003970 [ 263 ] {9be6aeae-afe0-4136-9fe8-eebaed7d85b9} <Debug> TCPHandler: Processed in 0.002513677 sec. | ||
| 9902 | 2024.12.21 00:53:49.004267 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9903 | 2024.12.21 00:53:49.004243 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 9904 | 2024.12.21 00:53:49.004683 [ 260 ] {d0298054-5592-4942-a75d-f8717583cecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9905 | 2024.12.21 00:53:49.004924 [ 260 ] {d0298054-5592-4942-a75d-f8717583cecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9906 | 2024.12.21 00:53:49.005061 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9907 | 2024.12.21 00:53:49.005406 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1432 rows starting from the beginning of the part | ||
| 9908 | 2024.12.21 00:53:49.005982 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1369 rows starting from the beginning of the part | ||
| 9909 | 2024.12.21 00:53:49.006373 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part | ||
| 9910 | 2024.12.21 00:53:49.006810 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 110 rows starting from the beginning of the part | ||
| 9911 | 2024.12.21 00:53:49.007234 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 227 rows starting from the beginning of the part | ||
| 9912 | 2024.12.21 00:53:49.007443 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 111 rows starting from the beginning of the part | ||
| 9913 | 2024.12.21 00:53:49.008370 [ 260 ] {d0298054-5592-4942-a75d-f8717583cecb} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9914 | 2024.12.21 00:53:49.008432 [ 260 ] {d0298054-5592-4942-a75d-f8717583cecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9915 | 2024.12.21 00:53:49.009463 [ 260 ] {d0298054-5592-4942-a75d-f8717583cecb} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9916 | 2024.12.21 00:53:49.010077 [ 260 ] {d0298054-5592-4942-a75d-f8717583cecb} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9917 | 2024.12.21 00:53:49.010488 [ 260 ] {d0298054-5592-4942-a75d-f8717583cecb} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.005973 sec., 4855.181650761761 rows/sec., 363.29 KiB/sec. | ||
| 9918 | 2024.12.21 00:53:49.010600 [ 260 ] {d0298054-5592-4942-a75d-f8717583cecb} <Debug> TCPHandler: Processed in 0.00646221 sec. | ||
| 9919 | 2024.12.21 00:53:49.010809 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9920 | 2024.12.21 00:53:49.011030 [ 263 ] {d0e9830c-7055-4ffd-b05b-62f4035d306c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9921 | 2024.12.21 00:53:49.011199 [ 263 ] {d0e9830c-7055-4ffd-b05b-62f4035d306c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9922 | 2024.12.21 00:53:49.011523 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.00753153 sec., 438821.85956903844 rows/sec., 38.31 MiB/sec. | ||
| 9923 | 2024.12.21 00:53:49.011799 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9924 | 2024.12.21 00:53:49.012192 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_76_15} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9925 | 2024.12.21 00:53:49.012231 [ 263 ] {d0e9830c-7055-4ffd-b05b-62f4035d306c} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9926 | 2024.12.21 00:53:49.012277 [ 263 ] {d0e9830c-7055-4ffd-b05b-62f4035d306c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9927 | 2024.12.21 00:53:49.012299 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_76_15} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9928 | 2024.12.21 00:53:49.012408 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 9929 | 2024.12.21 00:53:49.012692 [ 263 ] {d0e9830c-7055-4ffd-b05b-62f4035d306c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9930 | 2024.12.21 00:53:49.012935 [ 263 ] {d0e9830c-7055-4ffd-b05b-62f4035d306c} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9931 | 2024.12.21 00:53:49.013069 [ 148 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9932 | 2024.12.21 00:53:49.013102 [ 148 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9933 | 2024.12.21 00:53:49.013129 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9934 | 2024.12.21 00:53:49.013132 [ 263 ] {d0e9830c-7055-4ffd-b05b-62f4035d306c} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.002166 sec., 42936.28808864266 rows/sec., 3.35 MiB/sec. | ||
| 9935 | 2024.12.21 00:53:49.013420 [ 263 ] {d0e9830c-7055-4ffd-b05b-62f4035d306c} <Debug> TCPHandler: Processed in 0.00269641 sec. | ||
| 9936 | 2024.12.21 00:53:49.013466 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 9937 | 2024.12.21 00:53:49.013717 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9938 | 2024.12.21 00:53:49.013838 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9939 | 2024.12.21 00:53:49.013927 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
| 9940 | 2024.12.21 00:53:49.014064 [ 260 ] {3a40bc14-ef15-448d-9e38-c477cc3d8710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9941 | 2024.12.21 00:53:49.014412 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 854 rows starting from the beginning of the part | ||
| 9942 | 2024.12.21 00:53:49.014468 [ 260 ] {3a40bc14-ef15-448d-9e38-c477cc3d8710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9943 | 2024.12.21 00:53:49.014771 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part | ||
| 9944 | 2024.12.21 00:53:49.015309 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 91 rows starting from the beginning of the part | ||
| 9945 | 2024.12.21 00:53:49.015728 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 394 rows starting from the beginning of the part | ||
| 9946 | 2024.12.21 00:53:49.016122 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 93 rows starting from the beginning of the part | ||
| 9947 | 2024.12.21 00:53:49.017368 [ 260 ] {3a40bc14-ef15-448d-9e38-c477cc3d8710} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9948 | 2024.12.21 00:53:49.017416 [ 260 ] {3a40bc14-ef15-448d-9e38-c477cc3d8710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9949 | 2024.12.21 00:53:49.018004 [ 260 ] {3a40bc14-ef15-448d-9e38-c477cc3d8710} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9950 | 2024.12.21 00:53:49.018364 [ 260 ] {3a40bc14-ef15-448d-9e38-c477cc3d8710} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9951 | 2024.12.21 00:53:49.018443 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.005225636 sec., 460996.5179358073 rows/sec., 35.35 MiB/sec. | ||
| 9952 | 2024.12.21 00:53:49.018592 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9953 | 2024.12.21 00:53:49.018666 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9954 | 2024.12.21 00:53:49.018733 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9955 | 2024.12.21 00:53:49.018860 [ 260 ] {3a40bc14-ef15-448d-9e38-c477cc3d8710} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004887 sec., 32944.54675670146 rows/sec., 2.29 MiB/sec. | ||
| 9956 | 2024.12.21 00:53:49.018907 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9957 | 2024.12.21 00:53:49.019137 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 9958 | 2024.12.21 00:53:49.019160 [ 260 ] {3a40bc14-ef15-448d-9e38-c477cc3d8710} <Debug> TCPHandler: Processed in 0.005597134 sec. | ||
| 9959 | 2024.12.21 00:53:49.019438 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9960 | 2024.12.21 00:53:49.019668 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9961 | 2024.12.21 00:53:49.019759 [ 263 ] {63de476d-1fc2-4715-ad37-6a6f5b45fd30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9962 | 2024.12.21 00:53:49.019793 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20463 rows starting from the beginning of the part | ||
| 9963 | 2024.12.21 00:53:49.019915 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_76_15} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9964 | 2024.12.21 00:53:49.020235 [ 263 ] {63de476d-1fc2-4715-ad37-6a6f5b45fd30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9965 | 2024.12.21 00:53:49.020423 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 917 rows starting from the beginning of the part | ||
| 9966 | 2024.12.21 00:53:49.020491 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_76_15} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9967 | 2024.12.21 00:53:49.020945 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 9968 | 2024.12.21 00:53:49.021062 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 42 rows starting from the beginning of the part | ||
| 9969 | 2024.12.21 00:53:49.021497 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
| 9970 | 2024.12.21 00:53:49.021911 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 9971 | 2024.12.21 00:53:49.022292 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 161 rows starting from the beginning of the part | ||
| 9972 | 2024.12.21 00:53:49.024964 [ 263 ] {63de476d-1fc2-4715-ad37-6a6f5b45fd30} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9973 | 2024.12.21 00:53:49.025022 [ 263 ] {63de476d-1fc2-4715-ad37-6a6f5b45fd30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9974 | 2024.12.21 00:53:49.026851 [ 263 ] {63de476d-1fc2-4715-ad37-6a6f5b45fd30} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9975 | 2024.12.21 00:53:49.027239 [ 263 ] {63de476d-1fc2-4715-ad37-6a6f5b45fd30} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9976 | 2024.12.21 00:53:49.027874 [ 263 ] {63de476d-1fc2-4715-ad37-6a6f5b45fd30} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.008207 sec., 3289.874497380285 rows/sec., 5.90 MiB/sec. | ||
| 9977 | 2024.12.21 00:53:49.028459 [ 263 ] {63de476d-1fc2-4715-ad37-6a6f5b45fd30} <Debug> TCPHandler: Processed in 0.009165941 sec. | ||
| 9978 | 2024.12.21 00:53:49.028714 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9979 | 2024.12.21 00:53:49.028867 [ 260 ] {1601dd85-59e9-4bd5-89bd-cc1476be3d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9980 | 2024.12.21 00:53:49.028930 [ 260 ] {1601dd85-59e9-4bd5-89bd-cc1476be3d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9981 | 2024.12.21 00:53:49.029617 [ 260 ] {1601dd85-59e9-4bd5-89bd-cc1476be3d74} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9982 | 2024.12.21 00:53:49.029658 [ 260 ] {1601dd85-59e9-4bd5-89bd-cc1476be3d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9983 | 2024.12.21 00:53:49.030260 [ 260 ] {1601dd85-59e9-4bd5-89bd-cc1476be3d74} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9984 | 2024.12.21 00:53:49.030533 [ 260 ] {1601dd85-59e9-4bd5-89bd-cc1476be3d74} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9985 | 2024.12.21 00:53:49.030752 [ 148 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9986 | 2024.12.21 00:53:49.030920 [ 148 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9987 | 2024.12.21 00:53:49.030976 [ 260 ] {1601dd85-59e9-4bd5-89bd-cc1476be3d74} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002138 sec., 28063.61085126286 rows/sec., 1.89 MiB/sec. | ||
| 9988 | 2024.12.21 00:53:49.030985 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9989 | 2024.12.21 00:53:49.031163 [ 260 ] {1601dd85-59e9-4bd5-89bd-cc1476be3d74} <Debug> TCPHandler: Processed in 0.002576858 sec. | ||
| 9990 | 2024.12.21 00:53:49.031344 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 9991 | 2024.12.21 00:53:49.031701 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9992 | 2024.12.21 00:53:49.031762 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4346 rows starting from the beginning of the part | ||
| 9993 | 2024.12.21 00:53:49.032082 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 66 rows starting from the beginning of the part | ||
| 9994 | 2024.12.21 00:53:49.032393 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 16 rows starting from the beginning of the part | ||
| 9995 | 2024.12.21 00:53:49.032587 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 9996 | 2024.12.21 00:53:49.032982 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 9997 | 2024.12.21 00:53:49.033267 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 9998 | 2024.12.21 00:53:49.033361 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21980 rows, containing 5 columns (5 merged, 0 gathered) in 0.014500399 sec., 1515820.3577708448 rows/sec., 102.44 MiB/sec. | ||
| 9999 | 2024.12.21 00:53:49.033896 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10000 | 2024.12.21 00:53:49.034384 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10001 | 2024.12.21 00:53:49.034598 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10002 | 2024.12.21 00:53:49.034799 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 10003 | 2024.12.21 00:53:49.035914 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4630 rows, containing 4 columns (4 merged, 0 gathered) in 0.004748808 sec., 974981.5111497453 rows/sec., 63.70 MiB/sec. | ||
| 10004 | 2024.12.21 00:53:49.036262 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10005 | 2024.12.21 00:53:49.036602 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_76_15} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10006 | 2024.12.21 00:53:49.036695 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_76_15} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10007 | 2024.12.21 00:53:49.036796 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 10008 | 2024.12.21 00:53:49.996711 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 10009 | 2024.12.21 00:53:49.997434 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10010 | 2024.12.21 00:53:49.997481 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10011 | 2024.12.21 00:53:49.998032 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10012 | 2024.12.21 00:53:49.998313 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10013 | 2024.12.21 00:53:49.998659 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 10014 | 2024.12.21 00:53:51.577528 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10015 | 2024.12.21 00:53:51.599788 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10016 | 2024.12.21 00:53:51.599843 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10017 | 2024.12.21 00:53:51.607241 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10018 | 2024.12.21 00:53:51.608032 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10019 | 2024.12.21 00:53:51.612636 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10020 | 2024.12.21 00:53:52.600515 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1406 | ||
| 10021 | 2024.12.21 00:53:52.603815 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10022 | 2024.12.21 00:53:52.603877 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10023 | 2024.12.21 00:53:52.605404 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10024 | 2024.12.21 00:53:52.605737 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10025 | 2024.12.21 00:53:52.607579 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1406 | ||
| 10026 | 2024.12.21 00:53:54.003695 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10027 | 2024.12.21 00:53:54.003905 [ 260 ] {158e273f-f5f8-4f9d-aa93-81da97acc0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10028 | 2024.12.21 00:53:54.003982 [ 260 ] {158e273f-f5f8-4f9d-aa93-81da97acc0aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10029 | 2024.12.21 00:53:54.004858 [ 260 ] {158e273f-f5f8-4f9d-aa93-81da97acc0aa} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10030 | 2024.12.21 00:53:54.004902 [ 260 ] {158e273f-f5f8-4f9d-aa93-81da97acc0aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10031 | 2024.12.21 00:53:54.005381 [ 260 ] {158e273f-f5f8-4f9d-aa93-81da97acc0aa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10032 | 2024.12.21 00:53:54.005659 [ 260 ] {158e273f-f5f8-4f9d-aa93-81da97acc0aa} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10033 | 2024.12.21 00:53:54.005911 [ 260 ] {158e273f-f5f8-4f9d-aa93-81da97acc0aa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00206 sec., 6796.116504854368 rows/sec., 489.23 KiB/sec. | ||
| 10034 | 2024.12.21 00:53:54.005987 [ 260 ] {158e273f-f5f8-4f9d-aa93-81da97acc0aa} <Debug> TCPHandler: Processed in 0.002473356 sec. | ||
| 10035 | 2024.12.21 00:53:54.006267 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10036 | 2024.12.21 00:53:54.006456 [ 263 ] {764dbf64-4725-4029-8ef7-83020f141fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10037 | 2024.12.21 00:53:54.006536 [ 263 ] {764dbf64-4725-4029-8ef7-83020f141fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10038 | 2024.12.21 00:53:54.007476 [ 263 ] {764dbf64-4725-4029-8ef7-83020f141fc7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10039 | 2024.12.21 00:53:54.007527 [ 263 ] {764dbf64-4725-4029-8ef7-83020f141fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10040 | 2024.12.21 00:53:54.008052 [ 263 ] {764dbf64-4725-4029-8ef7-83020f141fc7} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10041 | 2024.12.21 00:53:54.008346 [ 263 ] {764dbf64-4725-4029-8ef7-83020f141fc7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10042 | 2024.12.21 00:53:54.008576 [ 263 ] {764dbf64-4725-4029-8ef7-83020f141fc7} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002172 sec., 104511.97053406999 rows/sec., 9.14 MiB/sec. | ||
| 10043 | 2024.12.21 00:53:54.008654 [ 263 ] {764dbf64-4725-4029-8ef7-83020f141fc7} <Debug> TCPHandler: Processed in 0.002522787 sec. | ||
| 10044 | 2024.12.21 00:53:54.008814 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10045 | 2024.12.21 00:53:54.008942 [ 260 ] {d0b15f2c-773d-4b51-9613-f0483af57ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10046 | 2024.12.21 00:53:54.008995 [ 260 ] {d0b15f2c-773d-4b51-9613-f0483af57ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10047 | 2024.12.21 00:53:54.009643 [ 260 ] {d0b15f2c-773d-4b51-9613-f0483af57ef9} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10048 | 2024.12.21 00:53:54.009685 [ 260 ] {d0b15f2c-773d-4b51-9613-f0483af57ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10049 | 2024.12.21 00:53:54.010081 [ 260 ] {d0b15f2c-773d-4b51-9613-f0483af57ef9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10050 | 2024.12.21 00:53:54.010335 [ 260 ] {d0b15f2c-773d-4b51-9613-f0483af57ef9} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10051 | 2024.12.21 00:53:54.010576 [ 260 ] {d0b15f2c-773d-4b51-9613-f0483af57ef9} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001662 sec., 11432.009626955474 rows/sec., 817.33 KiB/sec. | ||
| 10052 | 2024.12.21 00:53:54.010635 [ 260 ] {d0b15f2c-773d-4b51-9613-f0483af57ef9} <Debug> TCPHandler: Processed in 0.001879535 sec. | ||
| 10053 | 2024.12.21 00:53:54.010814 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10054 | 2024.12.21 00:53:54.010947 [ 263 ] {6c02c47a-de52-4614-afbd-11154fc60c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10055 | 2024.12.21 00:53:54.011003 [ 263 ] {6c02c47a-de52-4614-afbd-11154fc60c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10056 | 2024.12.21 00:53:54.011627 [ 263 ] {6c02c47a-de52-4614-afbd-11154fc60c8a} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10057 | 2024.12.21 00:53:54.011667 [ 263 ] {6c02c47a-de52-4614-afbd-11154fc60c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10058 | 2024.12.21 00:53:54.012043 [ 263 ] {6c02c47a-de52-4614-afbd-11154fc60c8a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10059 | 2024.12.21 00:53:54.012287 [ 263 ] {6c02c47a-de52-4614-afbd-11154fc60c8a} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10060 | 2024.12.21 00:53:54.012475 [ 263 ] {6c02c47a-de52-4614-afbd-11154fc60c8a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001562 sec., 8962.868117797696 rows/sec., 627.70 KiB/sec. | ||
| 10061 | 2024.12.21 00:53:54.012531 [ 263 ] {6c02c47a-de52-4614-afbd-11154fc60c8a} <Debug> TCPHandler: Processed in 0.001776503 sec. | ||
| 10062 | 2024.12.21 00:53:54.012695 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10063 | 2024.12.21 00:53:54.012815 [ 260 ] {c0c5983d-ee8a-42e6-8942-012a4596fb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10064 | 2024.12.21 00:53:54.012865 [ 260 ] {c0c5983d-ee8a-42e6-8942-012a4596fb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10065 | 2024.12.21 00:53:54.013467 [ 260 ] {c0c5983d-ee8a-42e6-8942-012a4596fb35} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10066 | 2024.12.21 00:53:54.013508 [ 260 ] {c0c5983d-ee8a-42e6-8942-012a4596fb35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10067 | 2024.12.21 00:53:54.013887 [ 260 ] {c0c5983d-ee8a-42e6-8942-012a4596fb35} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10068 | 2024.12.21 00:53:54.014141 [ 260 ] {c0c5983d-ee8a-42e6-8942-012a4596fb35} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10069 | 2024.12.21 00:53:54.014361 [ 260 ] {c0c5983d-ee8a-42e6-8942-012a4596fb35} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00157 sec., 8280.254777070064 rows/sec., 516.27 KiB/sec. | ||
| 10070 | 2024.12.21 00:53:54.014417 [ 260 ] {c0c5983d-ee8a-42e6-8942-012a4596fb35} <Debug> TCPHandler: Processed in 0.001782443 sec. | ||
| 10071 | 2024.12.21 00:53:54.014567 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10072 | 2024.12.21 00:53:54.014688 [ 263 ] {de87f0bc-b57a-4885-8570-4e561e73e59e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10073 | 2024.12.21 00:53:54.014738 [ 263 ] {de87f0bc-b57a-4885-8570-4e561e73e59e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10074 | 2024.12.21 00:53:54.015473 [ 263 ] {de87f0bc-b57a-4885-8570-4e561e73e59e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10075 | 2024.12.21 00:53:54.015511 [ 263 ] {de87f0bc-b57a-4885-8570-4e561e73e59e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10076 | 2024.12.21 00:53:54.015914 [ 263 ] {de87f0bc-b57a-4885-8570-4e561e73e59e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10077 | 2024.12.21 00:53:54.016163 [ 263 ] {de87f0bc-b57a-4885-8570-4e561e73e59e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10078 | 2024.12.21 00:53:54.016341 [ 263 ] {de87f0bc-b57a-4885-8570-4e561e73e59e} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001679 sec., 234663.49017272185 rows/sec., 16.66 MiB/sec. | ||
| 10079 | 2024.12.21 00:53:54.016398 [ 263 ] {de87f0bc-b57a-4885-8570-4e561e73e59e} <Debug> TCPHandler: Processed in 0.001887125 sec. | ||
| 10080 | 2024.12.21 00:53:54.016555 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10081 | 2024.12.21 00:53:54.016673 [ 260 ] {d5b517a6-0097-4c84-9366-804c4261b06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10082 | 2024.12.21 00:53:54.016725 [ 260 ] {d5b517a6-0097-4c84-9366-804c4261b06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10083 | 2024.12.21 00:53:54.017213 [ 260 ] {d5b517a6-0097-4c84-9366-804c4261b06d} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10084 | 2024.12.21 00:53:54.017251 [ 260 ] {d5b517a6-0097-4c84-9366-804c4261b06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10085 | 2024.12.21 00:53:54.017620 [ 260 ] {d5b517a6-0097-4c84-9366-804c4261b06d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10086 | 2024.12.21 00:53:54.017862 [ 260 ] {d5b517a6-0097-4c84-9366-804c4261b06d} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10087 | 2024.12.21 00:53:54.018076 [ 260 ] {d5b517a6-0097-4c84-9366-804c4261b06d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 219.98 KiB/sec. | ||
| 10088 | 2024.12.21 00:53:54.018130 [ 260 ] {d5b517a6-0097-4c84-9366-804c4261b06d} <Debug> TCPHandler: Processed in 0.00163073 sec. | ||
| 10089 | 2024.12.21 00:53:54.018268 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10090 | 2024.12.21 00:53:54.018398 [ 263 ] {e56b3751-146e-4919-9366-6bd9cb076964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10091 | 2024.12.21 00:53:54.018460 [ 263 ] {e56b3751-146e-4919-9366-6bd9cb076964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10092 | 2024.12.21 00:53:54.019147 [ 263 ] {e56b3751-146e-4919-9366-6bd9cb076964} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10093 | 2024.12.21 00:53:54.019191 [ 263 ] {e56b3751-146e-4919-9366-6bd9cb076964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10094 | 2024.12.21 00:53:54.019615 [ 263 ] {e56b3751-146e-4919-9366-6bd9cb076964} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10095 | 2024.12.21 00:53:54.019856 [ 263 ] {e56b3751-146e-4919-9366-6bd9cb076964} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10096 | 2024.12.21 00:53:54.020040 [ 263 ] {e56b3751-146e-4919-9366-6bd9cb076964} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001675 sec., 141492.53731343284 rows/sec., 9.48 MiB/sec. | ||
| 10097 | 2024.12.21 00:53:54.020094 [ 263 ] {e56b3751-146e-4919-9366-6bd9cb076964} <Debug> TCPHandler: Processed in 0.001880934 sec. | ||
| 10098 | 2024.12.21 00:53:54.020242 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10099 | 2024.12.21 00:53:54.020369 [ 260 ] {e5718859-ae3e-432e-aa76-ff18244140dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10100 | 2024.12.21 00:53:54.020463 [ 260 ] {e5718859-ae3e-432e-aa76-ff18244140dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10101 | 2024.12.21 00:53:54.021337 [ 260 ] {e5718859-ae3e-432e-aa76-ff18244140dc} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10102 | 2024.12.21 00:53:54.021412 [ 260 ] {e5718859-ae3e-432e-aa76-ff18244140dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10103 | 2024.12.21 00:53:54.021786 [ 260 ] {e5718859-ae3e-432e-aa76-ff18244140dc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10104 | 2024.12.21 00:53:54.022026 [ 260 ] {e5718859-ae3e-432e-aa76-ff18244140dc} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10105 | 2024.12.21 00:53:54.022239 [ 260 ] {e5718859-ae3e-432e-aa76-ff18244140dc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001903 sec., 525.4860746190226 rows/sec., 35.41 KiB/sec. | ||
| 10106 | 2024.12.21 00:53:54.022290 [ 260 ] {e5718859-ae3e-432e-aa76-ff18244140dc} <Debug> TCPHandler: Processed in 0.002102639 sec. | ||
| 10107 | 2024.12.21 00:53:54.022453 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10108 | 2024.12.21 00:53:54.022591 [ 263 ] {f6f2d24b-0fe9-435d-91d2-05016e32e9bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10109 | 2024.12.21 00:53:54.022683 [ 263 ] {f6f2d24b-0fe9-435d-91d2-05016e32e9bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10110 | 2024.12.21 00:53:54.023927 [ 263 ] {f6f2d24b-0fe9-435d-91d2-05016e32e9bf} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10111 | 2024.12.21 00:53:54.023964 [ 263 ] {f6f2d24b-0fe9-435d-91d2-05016e32e9bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10112 | 2024.12.21 00:53:54.024586 [ 263 ] {f6f2d24b-0fe9-435d-91d2-05016e32e9bf} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10113 | 2024.12.21 00:53:54.024847 [ 263 ] {f6f2d24b-0fe9-435d-91d2-05016e32e9bf} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10114 | 2024.12.21 00:53:54.025059 [ 263 ] {f6f2d24b-0fe9-435d-91d2-05016e32e9bf} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002497 sec., 4805.766920304365 rows/sec., 8.61 MiB/sec. | ||
| 10115 | 2024.12.21 00:53:54.025173 [ 263 ] {f6f2d24b-0fe9-435d-91d2-05016e32e9bf} <Debug> TCPHandler: Processed in 0.002785652 sec. | ||
| 10116 | 2024.12.21 00:53:54.025340 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10117 | 2024.12.21 00:53:54.025560 [ 260 ] {414f8be7-d2fc-4ede-8ea2-76fa0e67706f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10118 | 2024.12.21 00:53:54.025652 [ 260 ] {414f8be7-d2fc-4ede-8ea2-76fa0e67706f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10119 | 2024.12.21 00:53:54.026490 [ 260 ] {414f8be7-d2fc-4ede-8ea2-76fa0e67706f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10120 | 2024.12.21 00:53:54.026530 [ 260 ] {414f8be7-d2fc-4ede-8ea2-76fa0e67706f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10121 | 2024.12.21 00:53:54.026912 [ 260 ] {414f8be7-d2fc-4ede-8ea2-76fa0e67706f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10122 | 2024.12.21 00:53:54.027171 [ 260 ] {414f8be7-d2fc-4ede-8ea2-76fa0e67706f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10123 | 2024.12.21 00:53:54.027381 [ 260 ] {414f8be7-d2fc-4ede-8ea2-76fa0e67706f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001873 sec., 43780.03203416978 rows/sec., 2.78 MiB/sec. | ||
| 10124 | 2024.12.21 00:53:54.027434 [ 260 ] {414f8be7-d2fc-4ede-8ea2-76fa0e67706f} <Debug> TCPHandler: Processed in 0.00216132 sec. | ||
| 10125 | 2024.12.21 00:53:57.278806 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10126 | 2024.12.21 00:53:57.278856 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10127 | 2024.12.21 00:53:57.498781 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 10128 | 2024.12.21 00:53:57.499557 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10129 | 2024.12.21 00:53:57.499605 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10130 | 2024.12.21 00:53:57.500156 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10131 | 2024.12.21 00:53:57.500421 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10132 | 2024.12.21 00:53:57.500689 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 10133 | 2024.12.21 00:53:58.998617 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10134 | 2024.12.21 00:53:58.998896 [ 260 ] {f2900c8d-09f0-4247-a4d2-57b082a8343e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10135 | 2024.12.21 00:53:58.998987 [ 260 ] {f2900c8d-09f0-4247-a4d2-57b082a8343e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10136 | 2024.12.21 00:53:58.999959 [ 260 ] {f2900c8d-09f0-4247-a4d2-57b082a8343e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10137 | 2024.12.21 00:53:59.000027 [ 260 ] {f2900c8d-09f0-4247-a4d2-57b082a8343e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10138 | 2024.12.21 00:53:59.000746 [ 260 ] {f2900c8d-09f0-4247-a4d2-57b082a8343e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10139 | 2024.12.21 00:53:59.001018 [ 260 ] {f2900c8d-09f0-4247-a4d2-57b082a8343e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10140 | 2024.12.21 00:53:59.001242 [ 260 ] {f2900c8d-09f0-4247-a4d2-57b082a8343e} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002414 sec., 45567.52278376139 rows/sec., 3.82 MiB/sec. | ||
| 10141 | 2024.12.21 00:53:59.001315 [ 260 ] {f2900c8d-09f0-4247-a4d2-57b082a8343e} <Debug> TCPHandler: Processed in 0.002841333 sec. | ||
| 10142 | 2024.12.21 00:53:59.001632 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10143 | 2024.12.21 00:53:59.001828 [ 263 ] {7bd446b5-0f19-48b5-aabd-fd23b9a6d9fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10144 | 2024.12.21 00:53:59.001918 [ 263 ] {7bd446b5-0f19-48b5-aabd-fd23b9a6d9fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10145 | 2024.12.21 00:53:59.002782 [ 263 ] {7bd446b5-0f19-48b5-aabd-fd23b9a6d9fb} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10146 | 2024.12.21 00:53:59.002836 [ 263 ] {7bd446b5-0f19-48b5-aabd-fd23b9a6d9fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10147 | 2024.12.21 00:53:59.003289 [ 263 ] {7bd446b5-0f19-48b5-aabd-fd23b9a6d9fb} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10148 | 2024.12.21 00:53:59.003585 [ 263 ] {7bd446b5-0f19-48b5-aabd-fd23b9a6d9fb} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10149 | 2024.12.21 00:53:59.003793 [ 133 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10150 | 2024.12.21 00:53:59.003859 [ 133 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10151 | 2024.12.21 00:53:59.003890 [ 263 ] {7bd446b5-0f19-48b5-aabd-fd23b9a6d9fb} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.0021 sec., 12857.142857142859 rows/sec., 966.80 KiB/sec. | ||
| 10152 | 2024.12.21 00:53:59.003898 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10153 | 2024.12.21 00:53:59.004114 [ 263 ] {7bd446b5-0f19-48b5-aabd-fd23b9a6d9fb} <Debug> TCPHandler: Processed in 0.002613299 sec. | ||
| 10154 | 2024.12.21 00:53:59.004201 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 10155 | 2024.12.21 00:53:59.004406 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10156 | 2024.12.21 00:53:59.004733 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10157 | 2024.12.21 00:53:59.004805 [ 260 ] {9d2ff5e9-e426-43e0-a273-46d16d3e9257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10158 | 2024.12.21 00:53:59.004895 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 64 rows starting from the beginning of the part | ||
| 10159 | 2024.12.21 00:53:59.004999 [ 260 ] {9d2ff5e9-e426-43e0-a273-46d16d3e9257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10160 | 2024.12.21 00:53:59.005694 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 27 rows starting from the beginning of the part | ||
| 10161 | 2024.12.21 00:53:59.006214 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 19 rows starting from the beginning of the part | ||
| 10162 | 2024.12.21 00:53:59.006743 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 29 rows starting from the beginning of the part | ||
| 10163 | 2024.12.21 00:53:59.007157 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 19 rows starting from the beginning of the part | ||
| 10164 | 2024.12.21 00:53:59.007342 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 27 rows starting from the beginning of the part | ||
| 10165 | 2024.12.21 00:53:59.008334 [ 260 ] {9d2ff5e9-e426-43e0-a273-46d16d3e9257} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10166 | 2024.12.21 00:53:59.008395 [ 260 ] {9d2ff5e9-e426-43e0-a273-46d16d3e9257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10167 | 2024.12.21 00:53:59.009488 [ 260 ] {9d2ff5e9-e426-43e0-a273-46d16d3e9257} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10168 | 2024.12.21 00:53:59.010173 [ 260 ] {9d2ff5e9-e426-43e0-a273-46d16d3e9257} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10169 | 2024.12.21 00:53:59.010296 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.006253336 sec., 29584.20913253342 rows/sec., 2.24 MiB/sec. | ||
| 10170 | 2024.12.21 00:53:59.010596 [ 260 ] {9d2ff5e9-e426-43e0-a273-46d16d3e9257} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005926 sec., 15356.058049274385 rows/sec., 1.20 MiB/sec. | ||
| 10171 | 2024.12.21 00:53:59.010626 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10172 | 2024.12.21 00:53:59.010739 [ 260 ] {9d2ff5e9-e426-43e0-a273-46d16d3e9257} <Debug> TCPHandler: Processed in 0.00647282 sec. | ||
| 10173 | 2024.12.21 00:53:59.010978 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10174 | 2024.12.21 00:53:59.011203 [ 263 ] {58638449-543c-4aa0-bfaa-2e1fc67fa633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10175 | 2024.12.21 00:53:59.011233 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_66_13} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10176 | 2024.12.21 00:53:59.011320 [ 263 ] {58638449-543c-4aa0-bfaa-2e1fc67fa633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10177 | 2024.12.21 00:53:59.011459 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_66_13} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10178 | 2024.12.21 00:53:59.011698 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10179 | 2024.12.21 00:53:59.012260 [ 263 ] {58638449-543c-4aa0-bfaa-2e1fc67fa633} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10180 | 2024.12.21 00:53:59.012306 [ 263 ] {58638449-543c-4aa0-bfaa-2e1fc67fa633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10181 | 2024.12.21 00:53:59.012750 [ 263 ] {58638449-543c-4aa0-bfaa-2e1fc67fa633} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10182 | 2024.12.21 00:53:59.013011 [ 263 ] {58638449-543c-4aa0-bfaa-2e1fc67fa633} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10183 | 2024.12.21 00:53:59.013273 [ 263 ] {58638449-543c-4aa0-bfaa-2e1fc67fa633} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002154 sec., 74280.40854224698 rows/sec., 5.17 MiB/sec. | ||
| 10184 | 2024.12.21 00:53:59.013359 [ 263 ] {58638449-543c-4aa0-bfaa-2e1fc67fa633} <Debug> TCPHandler: Processed in 0.002467546 sec. | ||
| 10185 | 2024.12.21 00:53:59.013527 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10186 | 2024.12.21 00:53:59.013655 [ 260 ] {29e48440-886f-4ebb-9305-7b4602c5d42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10187 | 2024.12.21 00:53:59.013739 [ 260 ] {29e48440-886f-4ebb-9305-7b4602c5d42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10188 | 2024.12.21 00:53:59.014924 [ 260 ] {29e48440-886f-4ebb-9305-7b4602c5d42c} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10189 | 2024.12.21 00:53:59.014963 [ 260 ] {29e48440-886f-4ebb-9305-7b4602c5d42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10190 | 2024.12.21 00:53:59.015628 [ 260 ] {29e48440-886f-4ebb-9305-7b4602c5d42c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10191 | 2024.12.21 00:53:59.015906 [ 260 ] {29e48440-886f-4ebb-9305-7b4602c5d42c} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10192 | 2024.12.21 00:53:59.016054 [ 133 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10193 | 2024.12.21 00:53:59.016103 [ 133 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10194 | 2024.12.21 00:53:59.016131 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10195 | 2024.12.21 00:53:59.016137 [ 260 ] {29e48440-886f-4ebb-9305-7b4602c5d42c} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00251 sec., 10756.972111553785 rows/sec., 19.28 MiB/sec. | ||
| 10196 | 2024.12.21 00:53:59.016529 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 10197 | 2024.12.21 00:53:59.016913 [ 260 ] {29e48440-886f-4ebb-9305-7b4602c5d42c} <Debug> TCPHandler: Processed in 0.003443644 sec. | ||
| 10198 | 2024.12.21 00:53:59.017222 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10199 | 2024.12.21 00:53:59.017780 [ 263 ] {79b06b82-b61f-4c75-baaa-f03c14a423a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10200 | 2024.12.21 00:53:59.017986 [ 263 ] {79b06b82-b61f-4c75-baaa-f03c14a423a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10201 | 2024.12.21 00:53:59.018763 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10202 | 2024.12.21 00:53:59.018963 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1185 rows starting from the beginning of the part | ||
| 10203 | 2024.12.21 00:53:59.019601 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 27 rows starting from the beginning of the part | ||
| 10204 | 2024.12.21 00:53:59.020501 [ 263 ] {79b06b82-b61f-4c75-baaa-f03c14a423a1} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10205 | 2024.12.21 00:53:59.020636 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 12 rows starting from the beginning of the part | ||
| 10206 | 2024.12.21 00:53:59.020638 [ 263 ] {79b06b82-b61f-4c75-baaa-f03c14a423a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10207 | 2024.12.21 00:53:59.021682 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 27 rows starting from the beginning of the part | ||
| 10208 | 2024.12.21 00:53:59.022412 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 12 rows starting from the beginning of the part | ||
| 10209 | 2024.12.21 00:53:59.022488 [ 263 ] {79b06b82-b61f-4c75-baaa-f03c14a423a1} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10210 | 2024.12.21 00:53:59.022934 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 27 rows starting from the beginning of the part | ||
| 10211 | 2024.12.21 00:53:59.023389 [ 263 ] {79b06b82-b61f-4c75-baaa-f03c14a423a1} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10212 | 2024.12.21 00:53:59.024170 [ 263 ] {79b06b82-b61f-4c75-baaa-f03c14a423a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006554 sec., 9154.714678059201 rows/sec., 631.77 KiB/sec. | ||
| 10213 | 2024.12.21 00:53:59.024322 [ 263 ] {79b06b82-b61f-4c75-baaa-f03c14a423a1} <Debug> TCPHandler: Processed in 0.007276415 sec. | ||
| 10214 | 2024.12.21 00:53:59.029986 [ 202 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1290 rows, containing 19 columns (19 merged, 0 gathered) in 0.013789956 sec., 93546.3463407715 rows/sec., 167.63 MiB/sec. | ||
| 10215 | 2024.12.21 00:53:59.031363 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10216 | 2024.12.21 00:53:59.031809 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10217 | 2024.12.21 00:53:59.031899 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10218 | 2024.12.21 00:53:59.032057 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.37 MiB. | ||
| 10219 | 2024.12.21 00:53:59.112686 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10220 | 2024.12.21 00:53:59.136193 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10221 | 2024.12.21 00:53:59.136242 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10222 | 2024.12.21 00:53:59.143549 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10223 | 2024.12.21 00:53:59.144314 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10224 | 2024.12.21 00:53:59.147400 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10225 | 2024.12.21 00:54:02.607793 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1440 | ||
| 10226 | 2024.12.21 00:54:02.610960 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10227 | 2024.12.21 00:54:02.611017 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10228 | 2024.12.21 00:54:02.612534 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10229 | 2024.12.21 00:54:02.612864 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10230 | 2024.12.21 00:54:02.613140 [ 127 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10231 | 2024.12.21 00:54:02.613299 [ 127 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10232 | 2024.12.21 00:54:02.613415 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10233 | 2024.12.21 00:54:02.614113 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 10234 | 2024.12.21 00:54:02.615184 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1440 | ||
| 10235 | 2024.12.21 00:54:02.615637 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10236 | 2024.12.21 00:54:02.615826 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1256 rows starting from the beginning of the part | ||
| 10237 | 2024.12.21 00:54:02.616546 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 10238 | 2024.12.21 00:54:02.617188 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 10239 | 2024.12.21 00:54:02.617812 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 44 rows starting from the beginning of the part | ||
| 10240 | 2024.12.21 00:54:02.618295 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part | ||
| 10241 | 2024.12.21 00:54:02.618762 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 10242 | 2024.12.21 00:54:02.627349 [ 202 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1440 rows, containing 72 columns (72 merged, 0 gathered) in 0.013733184 sec., 104855.50910844855 rows/sec., 81.99 MiB/sec. | ||
| 10243 | 2024.12.21 00:54:02.629156 [ 190 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10244 | 2024.12.21 00:54:02.629931 [ 190 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_36_7} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10245 | 2024.12.21 00:54:02.630016 [ 190 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_36_7} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10246 | 2024.12.21 00:54:02.630327 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 10247 | 2024.12.21 00:54:02.773389 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10248 | 2024.12.21 00:54:02.773684 [ 260 ] {1d1fcbfe-b8ca-4eb2-a111-7165515f6aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10249 | 2024.12.21 00:54:02.773758 [ 260 ] {1d1fcbfe-b8ca-4eb2-a111-7165515f6aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10250 | 2024.12.21 00:54:02.774529 [ 260 ] {1d1fcbfe-b8ca-4eb2-a111-7165515f6aa1} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10251 | 2024.12.21 00:54:02.774577 [ 260 ] {1d1fcbfe-b8ca-4eb2-a111-7165515f6aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10252 | 2024.12.21 00:54:02.775038 [ 260 ] {1d1fcbfe-b8ca-4eb2-a111-7165515f6aa1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10253 | 2024.12.21 00:54:02.775300 [ 260 ] {1d1fcbfe-b8ca-4eb2-a111-7165515f6aa1} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10254 | 2024.12.21 00:54:02.775534 [ 127 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10255 | 2024.12.21 00:54:02.775572 [ 260 ] {1d1fcbfe-b8ca-4eb2-a111-7165515f6aa1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001958 sec., 7150.153217568947 rows/sec., 514.72 KiB/sec. | ||
| 10256 | 2024.12.21 00:54:02.775629 [ 127 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10257 | 2024.12.21 00:54:02.775726 [ 260 ] {1d1fcbfe-b8ca-4eb2-a111-7165515f6aa1} <Debug> TCPHandler: Processed in 0.002528136 sec. | ||
| 10258 | 2024.12.21 00:54:02.775727 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10259 | 2024.12.21 00:54:02.775995 [ 202 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 10260 | 2024.12.21 00:54:02.776093 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10261 | 2024.12.21 00:54:02.776316 [ 202 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10262 | 2024.12.21 00:54:02.776404 [ 263 ] {82e66a79-94ac-4de6-87f5-118be7dc4ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10263 | 2024.12.21 00:54:02.776430 [ 202 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 10264 | 2024.12.21 00:54:02.776533 [ 263 ] {82e66a79-94ac-4de6-87f5-118be7dc4ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10265 | 2024.12.21 00:54:02.776838 [ 202 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 10266 | 2024.12.21 00:54:02.777622 [ 202 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 10267 | 2024.12.21 00:54:02.778163 [ 202 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 10268 | 2024.12.21 00:54:02.778542 [ 202 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 10269 | 2024.12.21 00:54:02.779672 [ 263 ] {82e66a79-94ac-4de6-87f5-118be7dc4ce8} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10270 | 2024.12.21 00:54:02.779753 [ 263 ] {82e66a79-94ac-4de6-87f5-118be7dc4ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10271 | 2024.12.21 00:54:02.780807 [ 263 ] {82e66a79-94ac-4de6-87f5-118be7dc4ce8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10272 | 2024.12.21 00:54:02.780835 [ 202 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004949552 sec., 14142.694126660352 rows/sec., 1.05 MiB/sec. | ||
| 10273 | 2024.12.21 00:54:02.781014 [ 202 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10274 | 2024.12.21 00:54:02.781254 [ 263 ] {82e66a79-94ac-4de6-87f5-118be7dc4ce8} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10275 | 2024.12.21 00:54:02.781537 [ 202 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_33_8} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10276 | 2024.12.21 00:54:02.781877 [ 263 ] {82e66a79-94ac-4de6-87f5-118be7dc4ce8} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.005534 sec., 1084.2067220816768 rows/sec., 88.41 KiB/sec. | ||
| 10277 | 2024.12.21 00:54:02.781937 [ 202 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_33_8} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10278 | 2024.12.21 00:54:02.782249 [ 263 ] {82e66a79-94ac-4de6-87f5-118be7dc4ce8} <Debug> TCPHandler: Processed in 0.006273157 sec. | ||
| 10279 | 2024.12.21 00:54:02.782276 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10280 | 2024.12.21 00:54:02.782438 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10281 | 2024.12.21 00:54:02.782565 [ 260 ] {f562a716-849a-4b59-9a21-17addf62547c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10282 | 2024.12.21 00:54:02.782625 [ 260 ] {f562a716-849a-4b59-9a21-17addf62547c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10283 | 2024.12.21 00:54:02.783950 [ 260 ] {f562a716-849a-4b59-9a21-17addf62547c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10284 | 2024.12.21 00:54:02.783991 [ 260 ] {f562a716-849a-4b59-9a21-17addf62547c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10285 | 2024.12.21 00:54:02.784462 [ 260 ] {f562a716-849a-4b59-9a21-17addf62547c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10286 | 2024.12.21 00:54:02.784716 [ 260 ] {f562a716-849a-4b59-9a21-17addf62547c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10287 | 2024.12.21 00:54:02.784934 [ 260 ] {f562a716-849a-4b59-9a21-17addf62547c} <Debug> executeQuery: Read 1370 rows, 116.66 KiB in 0.002398 sec., 571309.4245204336 rows/sec., 47.51 MiB/sec. | ||
| 10288 | 2024.12.21 00:54:02.784993 [ 260 ] {f562a716-849a-4b59-9a21-17addf62547c} <Debug> TCPHandler: Processed in 0.002615728 sec. | ||
| 10289 | 2024.12.21 00:54:02.785160 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10290 | 2024.12.21 00:54:02.785301 [ 263 ] {7878d591-eff0-4c82-a39b-4b241ee96f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10291 | 2024.12.21 00:54:02.785359 [ 263 ] {7878d591-eff0-4c82-a39b-4b241ee96f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10292 | 2024.12.21 00:54:02.785982 [ 263 ] {7878d591-eff0-4c82-a39b-4b241ee96f58} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10293 | 2024.12.21 00:54:02.786021 [ 263 ] {7878d591-eff0-4c82-a39b-4b241ee96f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10294 | 2024.12.21 00:54:02.786378 [ 263 ] {7878d591-eff0-4c82-a39b-4b241ee96f58} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10295 | 2024.12.21 00:54:02.786616 [ 263 ] {7878d591-eff0-4c82-a39b-4b241ee96f58} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10296 | 2024.12.21 00:54:02.786858 [ 263 ] {7878d591-eff0-4c82-a39b-4b241ee96f58} <Debug> executeQuery: Read 25 rows, 1.78 KiB in 0.001585 sec., 15772.870662460567 rows/sec., 1.10 MiB/sec. | ||
| 10297 | 2024.12.21 00:54:02.786927 [ 263 ] {7878d591-eff0-4c82-a39b-4b241ee96f58} <Debug> TCPHandler: Processed in 0.001833964 sec. | ||
| 10298 | 2024.12.21 00:54:02.787134 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10299 | 2024.12.21 00:54:02.787293 [ 260 ] {481ea242-2e8c-41ee-b492-fbfadc0390f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10300 | 2024.12.21 00:54:02.787353 [ 260 ] {481ea242-2e8c-41ee-b492-fbfadc0390f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10301 | 2024.12.21 00:54:02.788085 [ 260 ] {481ea242-2e8c-41ee-b492-fbfadc0390f8} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10302 | 2024.12.21 00:54:02.788126 [ 260 ] {481ea242-2e8c-41ee-b492-fbfadc0390f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10303 | 2024.12.21 00:54:02.788507 [ 260 ] {481ea242-2e8c-41ee-b492-fbfadc0390f8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10304 | 2024.12.21 00:54:02.788759 [ 260 ] {481ea242-2e8c-41ee-b492-fbfadc0390f8} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10305 | 2024.12.21 00:54:02.789008 [ 260 ] {481ea242-2e8c-41ee-b492-fbfadc0390f8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001737 sec., 139320.66781807714 rows/sec., 9.44 MiB/sec. | ||
| 10306 | 2024.12.21 00:54:02.789220 [ 260 ] {481ea242-2e8c-41ee-b492-fbfadc0390f8} <Debug> TCPHandler: Processed in 0.002194101 sec. | ||
| 10307 | 2024.12.21 00:54:02.789384 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10308 | 2024.12.21 00:54:02.789500 [ 263 ] {a8e41c33-52fd-4221-8527-7dc8f89b2d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10309 | 2024.12.21 00:54:02.789547 [ 263 ] {a8e41c33-52fd-4221-8527-7dc8f89b2d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10310 | 2024.12.21 00:54:02.790208 [ 263 ] {a8e41c33-52fd-4221-8527-7dc8f89b2d46} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10311 | 2024.12.21 00:54:02.790253 [ 263 ] {a8e41c33-52fd-4221-8527-7dc8f89b2d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10312 | 2024.12.21 00:54:02.790671 [ 263 ] {a8e41c33-52fd-4221-8527-7dc8f89b2d46} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10313 | 2024.12.21 00:54:02.790903 [ 263 ] {a8e41c33-52fd-4221-8527-7dc8f89b2d46} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10314 | 2024.12.21 00:54:02.791061 [ 127 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10315 | 2024.12.21 00:54:02.791127 [ 127 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10316 | 2024.12.21 00:54:02.791154 [ 263 ] {a8e41c33-52fd-4221-8527-7dc8f89b2d46} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001671 sec., 7779.7725912627175 rows/sec., 485.07 KiB/sec. | ||
| 10317 | 2024.12.21 00:54:02.791169 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10318 | 2024.12.21 00:54:02.791379 [ 263 ] {a8e41c33-52fd-4221-8527-7dc8f89b2d46} <Debug> TCPHandler: Processed in 0.002043628 sec. | ||
| 10319 | 2024.12.21 00:54:02.791542 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 10320 | 2024.12.21 00:54:02.791660 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10321 | 2024.12.21 00:54:02.792149 [ 260 ] {b337e391-2183-4bff-a8b6-45a6f22efced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10322 | 2024.12.21 00:54:02.792257 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10323 | 2024.12.21 00:54:02.792291 [ 260 ] {b337e391-2183-4bff-a8b6-45a6f22efced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10324 | 2024.12.21 00:54:02.792327 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 10325 | 2024.12.21 00:54:02.792643 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 10326 | 2024.12.21 00:54:02.793076 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 10327 | 2024.12.21 00:54:02.793383 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 10328 | 2024.12.21 00:54:02.793786 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 10329 | 2024.12.21 00:54:02.795520 [ 260 ] {b337e391-2183-4bff-a8b6-45a6f22efced} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10330 | 2024.12.21 00:54:02.795602 [ 260 ] {b337e391-2183-4bff-a8b6-45a6f22efced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10331 | 2024.12.21 00:54:02.796217 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004915142 sec., 13224.43990427947 rows/sec., 876.20 KiB/sec. | ||
| 10332 | 2024.12.21 00:54:02.796436 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10333 | 2024.12.21 00:54:02.796599 [ 260 ] {b337e391-2183-4bff-a8b6-45a6f22efced} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10334 | 2024.12.21 00:54:02.796916 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_33_8} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10335 | 2024.12.21 00:54:02.797060 [ 260 ] {b337e391-2183-4bff-a8b6-45a6f22efced} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10336 | 2024.12.21 00:54:02.797117 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_33_8} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10337 | 2024.12.21 00:54:02.797284 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10338 | 2024.12.21 00:54:02.797445 [ 260 ] {b337e391-2183-4bff-a8b6-45a6f22efced} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.005442 sec., 157295.11209114298 rows/sec., 11.38 MiB/sec. | ||
| 10339 | 2024.12.21 00:54:02.797521 [ 260 ] {b337e391-2183-4bff-a8b6-45a6f22efced} <Debug> TCPHandler: Processed in 0.006011362 sec. | ||
| 10340 | 2024.12.21 00:54:02.797675 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10341 | 2024.12.21 00:54:02.797819 [ 263 ] {a3485d7d-c033-4d1b-a65a-c5db2c0f239e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10342 | 2024.12.21 00:54:02.797874 [ 263 ] {a3485d7d-c033-4d1b-a65a-c5db2c0f239e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10343 | 2024.12.21 00:54:02.798370 [ 263 ] {a3485d7d-c033-4d1b-a65a-c5db2c0f239e} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10344 | 2024.12.21 00:54:02.798408 [ 263 ] {a3485d7d-c033-4d1b-a65a-c5db2c0f239e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10345 | 2024.12.21 00:54:02.798773 [ 263 ] {a3485d7d-c033-4d1b-a65a-c5db2c0f239e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10346 | 2024.12.21 00:54:02.799003 [ 263 ] {a3485d7d-c033-4d1b-a65a-c5db2c0f239e} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10347 | 2024.12.21 00:54:02.799214 [ 263 ] {a3485d7d-c033-4d1b-a65a-c5db2c0f239e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001419 sec., 4228.329809725159 rows/sec., 220.91 KiB/sec. | ||
| 10348 | 2024.12.21 00:54:02.799266 [ 263 ] {a3485d7d-c033-4d1b-a65a-c5db2c0f239e} <Debug> TCPHandler: Processed in 0.00164714 sec. | ||
| 10349 | 2024.12.21 00:54:02.799438 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10350 | 2024.12.21 00:54:02.799561 [ 260 ] {5bc7cfa4-57e0-4079-bfff-f7d15cdd8249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10351 | 2024.12.21 00:54:02.799620 [ 260 ] {5bc7cfa4-57e0-4079-bfff-f7d15cdd8249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10352 | 2024.12.21 00:54:02.800581 [ 260 ] {5bc7cfa4-57e0-4079-bfff-f7d15cdd8249} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10353 | 2024.12.21 00:54:02.800629 [ 260 ] {5bc7cfa4-57e0-4079-bfff-f7d15cdd8249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10354 | 2024.12.21 00:54:02.801087 [ 260 ] {5bc7cfa4-57e0-4079-bfff-f7d15cdd8249} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10355 | 2024.12.21 00:54:02.801333 [ 260 ] {5bc7cfa4-57e0-4079-bfff-f7d15cdd8249} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10356 | 2024.12.21 00:54:02.801565 [ 260 ] {5bc7cfa4-57e0-4079-bfff-f7d15cdd8249} <Debug> executeQuery: Read 918 rows, 62.70 KiB in 0.002029 sec., 452439.62543124694 rows/sec., 30.18 MiB/sec. | ||
| 10357 | 2024.12.21 00:54:02.801623 [ 260 ] {5bc7cfa4-57e0-4079-bfff-f7d15cdd8249} <Debug> TCPHandler: Processed in 0.002244112 sec. | ||
| 10358 | 2024.12.21 00:54:02.801788 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10359 | 2024.12.21 00:54:02.801927 [ 263 ] {4946b7b1-889d-43e2-b075-962d7ce39811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10360 | 2024.12.21 00:54:02.801987 [ 263 ] {4946b7b1-889d-43e2-b075-962d7ce39811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10361 | 2024.12.21 00:54:02.802539 [ 263 ] {4946b7b1-889d-43e2-b075-962d7ce39811} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10362 | 2024.12.21 00:54:02.802584 [ 263 ] {4946b7b1-889d-43e2-b075-962d7ce39811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10363 | 2024.12.21 00:54:02.802934 [ 263 ] {4946b7b1-889d-43e2-b075-962d7ce39811} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10364 | 2024.12.21 00:54:02.803165 [ 263 ] {4946b7b1-889d-43e2-b075-962d7ce39811} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10365 | 2024.12.21 00:54:02.803369 [ 263 ] {4946b7b1-889d-43e2-b075-962d7ce39811} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 10366 | 2024.12.21 00:54:02.803420 [ 263 ] {4946b7b1-889d-43e2-b075-962d7ce39811} <Debug> TCPHandler: Processed in 0.001697811 sec. | ||
| 10367 | 2024.12.21 00:54:02.803565 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10368 | 2024.12.21 00:54:02.803703 [ 260 ] {48314669-f8c7-4b77-9840-907916337692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10369 | 2024.12.21 00:54:02.803798 [ 260 ] {48314669-f8c7-4b77-9840-907916337692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10370 | 2024.12.21 00:54:02.805074 [ 260 ] {48314669-f8c7-4b77-9840-907916337692} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10371 | 2024.12.21 00:54:02.805114 [ 260 ] {48314669-f8c7-4b77-9840-907916337692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10372 | 2024.12.21 00:54:02.805749 [ 260 ] {48314669-f8c7-4b77-9840-907916337692} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10373 | 2024.12.21 00:54:02.806010 [ 260 ] {48314669-f8c7-4b77-9840-907916337692} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10374 | 2024.12.21 00:54:02.806257 [ 260 ] {48314669-f8c7-4b77-9840-907916337692} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002585 sec., 4642.1663442940035 rows/sec., 8.32 MiB/sec. | ||
| 10375 | 2024.12.21 00:54:02.806364 [ 260 ] {48314669-f8c7-4b77-9840-907916337692} <Debug> TCPHandler: Processed in 0.002856243 sec. | ||
| 10376 | 2024.12.21 00:54:02.806517 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10377 | 2024.12.21 00:54:02.806643 [ 263 ] {3c1048f4-8299-48eb-9c59-4759a7dff686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10378 | 2024.12.21 00:54:02.806701 [ 263 ] {3c1048f4-8299-48eb-9c59-4759a7dff686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10379 | 2024.12.21 00:54:02.807291 [ 263 ] {3c1048f4-8299-48eb-9c59-4759a7dff686} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10380 | 2024.12.21 00:54:02.807335 [ 263 ] {3c1048f4-8299-48eb-9c59-4759a7dff686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10381 | 2024.12.21 00:54:02.807749 [ 263 ] {3c1048f4-8299-48eb-9c59-4759a7dff686} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10382 | 2024.12.21 00:54:02.807980 [ 263 ] {3c1048f4-8299-48eb-9c59-4759a7dff686} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10383 | 2024.12.21 00:54:02.808195 [ 263 ] {3c1048f4-8299-48eb-9c59-4759a7dff686} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.001583 sec., 41692.98799747315 rows/sec., 2.61 MiB/sec. | ||
| 10384 | 2024.12.21 00:54:02.808248 [ 263 ] {3c1048f4-8299-48eb-9c59-4759a7dff686} <Debug> TCPHandler: Processed in 0.001790013 sec. | ||
| 10385 | 2024.12.21 00:54:03.000231 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.10 MiB, peak 245.60 MiB, free memory in arenas 0.00 B, will set to 235.08 MiB (RSS), difference: 2.98 MiB | ||
| 10386 | 2024.12.21 00:54:03.991678 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10387 | 2024.12.21 00:54:03.991883 [ 260 ] {1e1f38c8-3e74-4c2c-b7bb-3d079a8598c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10388 | 2024.12.21 00:54:03.991960 [ 260 ] {1e1f38c8-3e74-4c2c-b7bb-3d079a8598c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10389 | 2024.12.21 00:54:03.992777 [ 260 ] {1e1f38c8-3e74-4c2c-b7bb-3d079a8598c4} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10390 | 2024.12.21 00:54:03.992836 [ 260 ] {1e1f38c8-3e74-4c2c-b7bb-3d079a8598c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10391 | 2024.12.21 00:54:03.993304 [ 260 ] {1e1f38c8-3e74-4c2c-b7bb-3d079a8598c4} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10392 | 2024.12.21 00:54:03.993574 [ 260 ] {1e1f38c8-3e74-4c2c-b7bb-3d079a8598c4} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10393 | 2024.12.21 00:54:03.993853 [ 260 ] {1e1f38c8-3e74-4c2c-b7bb-3d079a8598c4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002028 sec., 27613.412228796846 rows/sec., 2.11 MiB/sec. | ||
| 10394 | 2024.12.21 00:54:03.993927 [ 260 ] {1e1f38c8-3e74-4c2c-b7bb-3d079a8598c4} <Debug> TCPHandler: Processed in 0.002393175 sec. | ||
| 10395 | 2024.12.21 00:54:03.994195 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10396 | 2024.12.21 00:54:03.994390 [ 263 ] {b458f397-08a9-4ae0-ae84-e49e7e133afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10397 | 2024.12.21 00:54:03.994464 [ 263 ] {b458f397-08a9-4ae0-ae84-e49e7e133afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10398 | 2024.12.21 00:54:03.995284 [ 263 ] {b458f397-08a9-4ae0-ae84-e49e7e133afb} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10399 | 2024.12.21 00:54:03.995335 [ 263 ] {b458f397-08a9-4ae0-ae84-e49e7e133afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10400 | 2024.12.21 00:54:03.995772 [ 263 ] {b458f397-08a9-4ae0-ae84-e49e7e133afb} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10401 | 2024.12.21 00:54:03.996045 [ 263 ] {b458f397-08a9-4ae0-ae84-e49e7e133afb} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10402 | 2024.12.21 00:54:03.996300 [ 263 ] {b458f397-08a9-4ae0-ae84-e49e7e133afb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001962 sec., 32619.77573904179 rows/sec., 2.55 MiB/sec. | ||
| 10403 | 2024.12.21 00:54:03.996368 [ 263 ] {b458f397-08a9-4ae0-ae84-e49e7e133afb} <Debug> TCPHandler: Processed in 0.002303963 sec. | ||
| 10404 | 2024.12.21 00:54:03.996525 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10405 | 2024.12.21 00:54:03.996673 [ 260 ] {e065ddcd-27c9-4286-9c2d-5595c08f78be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10406 | 2024.12.21 00:54:03.996733 [ 260 ] {e065ddcd-27c9-4286-9c2d-5595c08f78be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10407 | 2024.12.21 00:54:03.997314 [ 260 ] {e065ddcd-27c9-4286-9c2d-5595c08f78be} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10408 | 2024.12.21 00:54:03.997357 [ 260 ] {e065ddcd-27c9-4286-9c2d-5595c08f78be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10409 | 2024.12.21 00:54:03.997771 [ 260 ] {e065ddcd-27c9-4286-9c2d-5595c08f78be} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10410 | 2024.12.21 00:54:03.998054 [ 260 ] {e065ddcd-27c9-4286-9c2d-5595c08f78be} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10411 | 2024.12.21 00:54:03.998628 [ 260 ] {e065ddcd-27c9-4286-9c2d-5595c08f78be} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001986 sec., 21148.036253776438 rows/sec., 1.47 MiB/sec. | ||
| 10412 | 2024.12.21 00:54:03.998709 [ 260 ] {e065ddcd-27c9-4286-9c2d-5595c08f78be} <Debug> TCPHandler: Processed in 0.002254472 sec. | ||
| 10413 | 2024.12.21 00:54:03.998882 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10414 | 2024.12.21 00:54:03.999035 [ 263 ] {74b114c4-c6a7-4500-91d9-1df71fefa63b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10415 | 2024.12.21 00:54:03.999107 [ 263 ] {74b114c4-c6a7-4500-91d9-1df71fefa63b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10416 | 2024.12.21 00:54:03.999806 [ 263 ] {74b114c4-c6a7-4500-91d9-1df71fefa63b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10417 | 2024.12.21 00:54:03.999858 [ 263 ] {74b114c4-c6a7-4500-91d9-1df71fefa63b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10418 | 2024.12.21 00:54:04.000719 [ 263 ] {74b114c4-c6a7-4500-91d9-1df71fefa63b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10419 | 2024.12.21 00:54:04.001026 [ 263 ] {74b114c4-c6a7-4500-91d9-1df71fefa63b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10420 | 2024.12.21 00:54:04.001287 [ 263 ] {74b114c4-c6a7-4500-91d9-1df71fefa63b} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.00229 sec., 6986.899563318778 rows/sec., 484.44 KiB/sec. | ||
| 10421 | 2024.12.21 00:54:04.001369 [ 263 ] {74b114c4-c6a7-4500-91d9-1df71fefa63b} <Debug> TCPHandler: Processed in 0.002546677 sec. | ||
| 10422 | 2024.12.21 00:54:05.000841 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 10423 | 2024.12.21 00:54:05.001675 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10424 | 2024.12.21 00:54:05.001712 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10425 | 2024.12.21 00:54:05.002238 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10426 | 2024.12.21 00:54:05.002489 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10427 | 2024.12.21 00:54:05.002639 [ 121 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10428 | 2024.12.21 00:54:05.002675 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 10429 | 2024.12.21 00:54:05.002690 [ 121 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10430 | 2024.12.21 00:54:05.002717 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10431 | 2024.12.21 00:54:05.002922 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 10432 | 2024.12.21 00:54:05.003178 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10433 | 2024.12.21 00:54:05.003252 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 10434 | 2024.12.21 00:54:05.003426 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 10435 | 2024.12.21 00:54:05.003629 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 10436 | 2024.12.21 00:54:05.003871 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 10437 | 2024.12.21 00:54:05.003973 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 10438 | 2024.12.21 00:54:05.004181 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 10439 | 2024.12.21 00:54:05.006953 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.004142207 sec., 5654956.403675625 rows/sec., 80.89 MiB/sec. | ||
| 10440 | 2024.12.21 00:54:05.007504 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10441 | 2024.12.21 00:54:05.007902 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_51_10} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10442 | 2024.12.21 00:54:05.008021 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_51_10} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10443 | 2024.12.21 00:54:05.008162 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10444 | 2024.12.21 00:54:06.647455 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10445 | 2024.12.21 00:54:06.669295 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10446 | 2024.12.21 00:54:06.669367 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10447 | 2024.12.21 00:54:06.676654 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10448 | 2024.12.21 00:54:06.677429 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10449 | 2024.12.21 00:54:06.677887 [ 115 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10450 | 2024.12.21 00:54:06.678063 [ 115 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10451 | 2024.12.21 00:54:06.678162 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10452 | 2024.12.21 00:54:06.678695 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 10453 | 2024.12.21 00:54:06.692123 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10454 | 2024.12.21 00:54:06.693918 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10455 | 2024.12.21 00:54:06.695172 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 10456 | 2024.12.21 00:54:06.700593 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 10457 | 2024.12.21 00:54:06.706293 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 10458 | 2024.12.21 00:54:06.712152 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 10459 | 2024.12.21 00:54:06.718098 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 10460 | 2024.12.21 00:54:06.722686 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 10461 | 2024.12.21 00:54:06.781237 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.102893209 sec., 3741.7435391678764 rows/sec., 19.35 MiB/sec. | ||
| 10462 | 2024.12.21 00:54:06.784639 [ 194 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10463 | 2024.12.21 00:54:06.787751 [ 194 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_51_10} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10464 | 2024.12.21 00:54:06.787894 [ 194 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_51_10} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10465 | 2024.12.21 00:54:06.790500 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10466 | 2024.12.21 00:54:08.998251 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10467 | 2024.12.21 00:54:08.998526 [ 260 ] {e3f41807-5805-4fed-a975-60aa1969d813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10468 | 2024.12.21 00:54:08.998612 [ 260 ] {e3f41807-5805-4fed-a975-60aa1969d813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10469 | 2024.12.21 00:54:08.999611 [ 260 ] {e3f41807-5805-4fed-a975-60aa1969d813} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10470 | 2024.12.21 00:54:08.999670 [ 260 ] {e3f41807-5805-4fed-a975-60aa1969d813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10471 | 2024.12.21 00:54:09.000179 [ 260 ] {e3f41807-5805-4fed-a975-60aa1969d813} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10472 | 2024.12.21 00:54:09.000515 [ 260 ] {e3f41807-5805-4fed-a975-60aa1969d813} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10473 | 2024.12.21 00:54:09.000746 [ 112 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10474 | 2024.12.21 00:54:09.000798 [ 260 ] {e3f41807-5805-4fed-a975-60aa1969d813} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002328 sec., 47250.859106529206 rows/sec., 3.96 MiB/sec. | ||
| 10475 | 2024.12.21 00:54:09.000829 [ 112 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10476 | 2024.12.21 00:54:09.000888 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10477 | 2024.12.21 00:54:09.000943 [ 260 ] {e3f41807-5805-4fed-a975-60aa1969d813} <Debug> TCPHandler: Processed in 0.002830822 sec. | ||
| 10478 | 2024.12.21 00:54:09.001151 [ 195 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 10479 | 2024.12.21 00:54:09.001275 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10480 | 2024.12.21 00:54:09.001354 [ 195 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10481 | 2024.12.21 00:54:09.001418 [ 195 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1432 rows starting from the beginning of the part | ||
| 10482 | 2024.12.21 00:54:09.001589 [ 263 ] {6df2addd-13bb-4cdb-84b8-2e7bdf01d7b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10483 | 2024.12.21 00:54:09.001659 [ 195 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 227 rows starting from the beginning of the part | ||
| 10484 | 2024.12.21 00:54:09.001759 [ 263 ] {6df2addd-13bb-4cdb-84b8-2e7bdf01d7b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10485 | 2024.12.21 00:54:09.002084 [ 195 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 110 rows starting from the beginning of the part | ||
| 10486 | 2024.12.21 00:54:09.002417 [ 195 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1370 rows starting from the beginning of the part | ||
| 10487 | 2024.12.21 00:54:09.002704 [ 195 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part | ||
| 10488 | 2024.12.21 00:54:09.003097 [ 195 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 110 rows starting from the beginning of the part | ||
| 10489 | 2024.12.21 00:54:09.004813 [ 263 ] {6df2addd-13bb-4cdb-84b8-2e7bdf01d7b5} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10490 | 2024.12.21 00:54:09.004906 [ 263 ] {6df2addd-13bb-4cdb-84b8-2e7bdf01d7b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10491 | 2024.12.21 00:54:09.005910 [ 263 ] {6df2addd-13bb-4cdb-84b8-2e7bdf01d7b5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10492 | 2024.12.21 00:54:09.006286 [ 263 ] {6df2addd-13bb-4cdb-84b8-2e7bdf01d7b5} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10493 | 2024.12.21 00:54:09.006884 [ 195 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.005879099 sec., 562160.970584098 rows/sec., 49.08 MiB/sec. | ||
| 10494 | 2024.12.21 00:54:09.006985 [ 263 ] {6df2addd-13bb-4cdb-84b8-2e7bdf01d7b5} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.005508 sec., 4901.9607843137255 rows/sec., 368.60 KiB/sec. | ||
| 10495 | 2024.12.21 00:54:09.007262 [ 263 ] {6df2addd-13bb-4cdb-84b8-2e7bdf01d7b5} <Debug> TCPHandler: Processed in 0.006153694 sec. | ||
| 10496 | 2024.12.21 00:54:09.007387 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10497 | 2024.12.21 00:54:09.007571 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10498 | 2024.12.21 00:54:09.007890 [ 260 ] {ce7163b6-7615-444d-9e8b-e7ddc3bccde8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10499 | 2024.12.21 00:54:09.008003 [ 260 ] {ce7163b6-7615-444d-9e8b-e7ddc3bccde8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10500 | 2024.12.21 00:54:09.008203 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_81_16} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10501 | 2024.12.21 00:54:09.008387 [ 191 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_81_16} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10502 | 2024.12.21 00:54:09.008588 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 10503 | 2024.12.21 00:54:09.009068 [ 260 ] {ce7163b6-7615-444d-9e8b-e7ddc3bccde8} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10504 | 2024.12.21 00:54:09.009116 [ 260 ] {ce7163b6-7615-444d-9e8b-e7ddc3bccde8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10505 | 2024.12.21 00:54:09.009516 [ 260 ] {ce7163b6-7615-444d-9e8b-e7ddc3bccde8} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10506 | 2024.12.21 00:54:09.009775 [ 260 ] {ce7163b6-7615-444d-9e8b-e7ddc3bccde8} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10507 | 2024.12.21 00:54:09.009955 [ 112 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10508 | 2024.12.21 00:54:09.010011 [ 112 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10509 | 2024.12.21 00:54:09.010028 [ 260 ] {ce7163b6-7615-444d-9e8b-e7ddc3bccde8} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002237 sec., 40679.48144836835 rows/sec., 3.18 MiB/sec. | ||
| 10510 | 2024.12.21 00:54:09.010046 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10511 | 2024.12.21 00:54:09.010251 [ 260 ] {ce7163b6-7615-444d-9e8b-e7ddc3bccde8} <Debug> TCPHandler: Processed in 0.002844563 sec. | ||
| 10512 | 2024.12.21 00:54:09.010377 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 10513 | 2024.12.21 00:54:09.010527 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10514 | 2024.12.21 00:54:09.010787 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10515 | 2024.12.21 00:54:09.010900 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part | ||
| 10516 | 2024.12.21 00:54:09.011019 [ 263 ] {f75bc1dd-b212-442b-a5d8-94ebc1b69b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10517 | 2024.12.21 00:54:09.011306 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 394 rows starting from the beginning of the part | ||
| 10518 | 2024.12.21 00:54:09.011486 [ 263 ] {f75bc1dd-b212-442b-a5d8-94ebc1b69b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10519 | 2024.12.21 00:54:09.011686 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 91 rows starting from the beginning of the part | ||
| 10520 | 2024.12.21 00:54:09.012119 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 856 rows starting from the beginning of the part | ||
| 10521 | 2024.12.21 00:54:09.012570 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part | ||
| 10522 | 2024.12.21 00:54:09.012975 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 91 rows starting from the beginning of the part | ||
| 10523 | 2024.12.21 00:54:09.015069 [ 263 ] {f75bc1dd-b212-442b-a5d8-94ebc1b69b33} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10524 | 2024.12.21 00:54:09.015146 [ 263 ] {f75bc1dd-b212-442b-a5d8-94ebc1b69b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10525 | 2024.12.21 00:54:09.016094 [ 263 ] {f75bc1dd-b212-442b-a5d8-94ebc1b69b33} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10526 | 2024.12.21 00:54:09.016597 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.00643624 sec., 374286.8507078667 rows/sec., 28.70 MiB/sec. | ||
| 10527 | 2024.12.21 00:54:09.016620 [ 263 ] {f75bc1dd-b212-442b-a5d8-94ebc1b69b33} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10528 | 2024.12.21 00:54:09.016870 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10529 | 2024.12.21 00:54:09.016886 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10530 | 2024.12.21 00:54:09.016951 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10531 | 2024.12.21 00:54:09.017026 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10532 | 2024.12.21 00:54:09.017072 [ 263 ] {f75bc1dd-b212-442b-a5d8-94ebc1b69b33} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006242 sec., 25632.8099967959 rows/sec., 1.79 MiB/sec. | ||
| 10533 | 2024.12.21 00:54:09.017470 [ 263 ] {f75bc1dd-b212-442b-a5d8-94ebc1b69b33} <Debug> TCPHandler: Processed in 0.007068851 sec. | ||
| 10534 | 2024.12.21 00:54:09.017585 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 10535 | 2024.12.21 00:54:09.017744 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_81_16} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10536 | 2024.12.21 00:54:09.017761 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10537 | 2024.12.21 00:54:09.018000 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_81_16} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10538 | 2024.12.21 00:54:09.018163 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10539 | 2024.12.21 00:54:09.018162 [ 260 ] {8c3b8452-a932-4840-b342-5a5306e0f9a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10540 | 2024.12.21 00:54:09.018218 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 10541 | 2024.12.21 00:54:09.018307 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21980 rows starting from the beginning of the part | ||
| 10542 | 2024.12.21 00:54:09.018420 [ 260 ] {8c3b8452-a932-4840-b342-5a5306e0f9a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10543 | 2024.12.21 00:54:09.018728 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 237 rows starting from the beginning of the part | ||
| 10544 | 2024.12.21 00:54:09.019181 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 10545 | 2024.12.21 00:54:09.019563 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 918 rows starting from the beginning of the part | ||
| 10546 | 2024.12.21 00:54:09.019974 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 42 rows starting from the beginning of the part | ||
| 10547 | 2024.12.21 00:54:09.020324 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 10548 | 2024.12.21 00:54:09.022877 [ 260 ] {8c3b8452-a932-4840-b342-5a5306e0f9a8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10549 | 2024.12.21 00:54:09.022932 [ 260 ] {8c3b8452-a932-4840-b342-5a5306e0f9a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10550 | 2024.12.21 00:54:09.024771 [ 260 ] {8c3b8452-a932-4840-b342-5a5306e0f9a8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10551 | 2024.12.21 00:54:09.025240 [ 260 ] {8c3b8452-a932-4840-b342-5a5306e0f9a8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10552 | 2024.12.21 00:54:09.025690 [ 260 ] {8c3b8452-a932-4840-b342-5a5306e0f9a8} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007678 sec., 3516.5407658244335 rows/sec., 6.30 MiB/sec. | ||
| 10553 | 2024.12.21 00:54:09.025901 [ 260 ] {8c3b8452-a932-4840-b342-5a5306e0f9a8} <Debug> TCPHandler: Processed in 0.008281933 sec. | ||
| 10554 | 2024.12.21 00:54:09.026079 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10555 | 2024.12.21 00:54:09.026224 [ 263 ] {2d838b6a-dda6-4083-b8d3-cc37b94cacea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10556 | 2024.12.21 00:54:09.026290 [ 263 ] {2d838b6a-dda6-4083-b8d3-cc37b94cacea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10557 | 2024.12.21 00:54:09.026882 [ 263 ] {2d838b6a-dda6-4083-b8d3-cc37b94cacea} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10558 | 2024.12.21 00:54:09.026919 [ 263 ] {2d838b6a-dda6-4083-b8d3-cc37b94cacea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10559 | 2024.12.21 00:54:09.028469 [ 263 ] {2d838b6a-dda6-4083-b8d3-cc37b94cacea} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10560 | 2024.12.21 00:54:09.028866 [ 263 ] {2d838b6a-dda6-4083-b8d3-cc37b94cacea} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10561 | 2024.12.21 00:54:09.029014 [ 112 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10562 | 2024.12.21 00:54:09.029053 [ 112 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10563 | 2024.12.21 00:54:09.029076 [ 263 ] {2d838b6a-dda6-4083-b8d3-cc37b94cacea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002885 sec., 20797.227036395147 rows/sec., 1.40 MiB/sec. | ||
| 10564 | 2024.12.21 00:54:09.029079 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10565 | 2024.12.21 00:54:09.029245 [ 263 ] {2d838b6a-dda6-4083-b8d3-cc37b94cacea} <Debug> TCPHandler: Processed in 0.00322885 sec. | ||
| 10566 | 2024.12.21 00:54:09.029561 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 10567 | 2024.12.21 00:54:09.030119 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10568 | 2024.12.21 00:54:09.030216 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4630 rows starting from the beginning of the part | ||
| 10569 | 2024.12.21 00:54:09.030708 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 10570 | 2024.12.21 00:54:09.031064 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 10571 | 2024.12.21 00:54:09.031177 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 66 rows starting from the beginning of the part | ||
| 10572 | 2024.12.21 00:54:09.031263 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 10573 | 2024.12.21 00:54:09.031404 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 10574 | 2024.12.21 00:54:09.032694 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23497 rows, containing 5 columns (5 merged, 0 gathered) in 0.015515778 sec., 1514393.9285545335 rows/sec., 102.34 MiB/sec. | ||
| 10575 | 2024.12.21 00:54:09.033267 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10576 | 2024.12.21 00:54:09.033413 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4914 rows, containing 4 columns (4 merged, 0 gathered) in 0.004209199 sec., 1167443.0218195908 rows/sec., 76.27 MiB/sec. | ||
| 10577 | 2024.12.21 00:54:09.033709 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10578 | 2024.12.21 00:54:09.033801 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10579 | 2024.12.21 00:54:09.033902 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 10580 | 2024.12.21 00:54:09.034120 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10581 | 2024.12.21 00:54:09.034446 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_81_16} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10582 | 2024.12.21 00:54:09.034536 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_81_16} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10583 | 2024.12.21 00:54:09.034635 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 10584 | 2024.12.21 00:54:12.278908 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10585 | 2024.12.21 00:54:12.278968 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10586 | 2024.12.21 00:54:12.502794 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 10587 | 2024.12.21 00:54:12.503533 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10588 | 2024.12.21 00:54:12.503588 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10589 | 2024.12.21 00:54:12.504179 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10590 | 2024.12.21 00:54:12.504453 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10591 | 2024.12.21 00:54:12.504755 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10592 | 2024.12.21 00:54:12.615439 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1484 | ||
| 10593 | 2024.12.21 00:54:12.619017 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10594 | 2024.12.21 00:54:12.619076 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10595 | 2024.12.21 00:54:12.620574 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10596 | 2024.12.21 00:54:12.620904 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10597 | 2024.12.21 00:54:12.621590 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1484 | ||
| 10598 | 2024.12.21 00:54:14.003251 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10599 | 2024.12.21 00:54:14.003485 [ 260 ] {358aa1aa-727d-40f7-8bab-ae2f87da2271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10600 | 2024.12.21 00:54:14.003560 [ 260 ] {358aa1aa-727d-40f7-8bab-ae2f87da2271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10601 | 2024.12.21 00:54:14.004362 [ 260 ] {358aa1aa-727d-40f7-8bab-ae2f87da2271} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10602 | 2024.12.21 00:54:14.004409 [ 260 ] {358aa1aa-727d-40f7-8bab-ae2f87da2271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10603 | 2024.12.21 00:54:14.004878 [ 260 ] {358aa1aa-727d-40f7-8bab-ae2f87da2271} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10604 | 2024.12.21 00:54:14.005156 [ 260 ] {358aa1aa-727d-40f7-8bab-ae2f87da2271} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10605 | 2024.12.21 00:54:14.005417 [ 260 ] {358aa1aa-727d-40f7-8bab-ae2f87da2271} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001975 sec., 7088.607594936708 rows/sec., 510.28 KiB/sec. | ||
| 10606 | 2024.12.21 00:54:14.005553 [ 260 ] {358aa1aa-727d-40f7-8bab-ae2f87da2271} <Debug> TCPHandler: Processed in 0.002439036 sec. | ||
| 10607 | 2024.12.21 00:54:14.005898 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10608 | 2024.12.21 00:54:14.006086 [ 263 ] {e6f48832-7a54-43e6-a381-e1e70af4b2dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10609 | 2024.12.21 00:54:14.006163 [ 263 ] {e6f48832-7a54-43e6-a381-e1e70af4b2dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10610 | 2024.12.21 00:54:14.007114 [ 263 ] {e6f48832-7a54-43e6-a381-e1e70af4b2dc} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10611 | 2024.12.21 00:54:14.007172 [ 263 ] {e6f48832-7a54-43e6-a381-e1e70af4b2dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10612 | 2024.12.21 00:54:14.007652 [ 263 ] {e6f48832-7a54-43e6-a381-e1e70af4b2dc} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10613 | 2024.12.21 00:54:14.007918 [ 263 ] {e6f48832-7a54-43e6-a381-e1e70af4b2dc} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10614 | 2024.12.21 00:54:14.008187 [ 263 ] {e6f48832-7a54-43e6-a381-e1e70af4b2dc} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002148 sec., 105679.70204841712 rows/sec., 9.24 MiB/sec. | ||
| 10615 | 2024.12.21 00:54:14.008294 [ 263 ] {e6f48832-7a54-43e6-a381-e1e70af4b2dc} <Debug> TCPHandler: Processed in 0.002588548 sec. | ||
| 10616 | 2024.12.21 00:54:14.008523 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10617 | 2024.12.21 00:54:14.008676 [ 260 ] {d5a580bb-2fda-4dc5-81ee-a68b5cef5cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10618 | 2024.12.21 00:54:14.008736 [ 260 ] {d5a580bb-2fda-4dc5-81ee-a68b5cef5cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10619 | 2024.12.21 00:54:14.009403 [ 260 ] {d5a580bb-2fda-4dc5-81ee-a68b5cef5cd5} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10620 | 2024.12.21 00:54:14.009445 [ 260 ] {d5a580bb-2fda-4dc5-81ee-a68b5cef5cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10621 | 2024.12.21 00:54:14.009845 [ 260 ] {d5a580bb-2fda-4dc5-81ee-a68b5cef5cd5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10622 | 2024.12.21 00:54:14.010102 [ 260 ] {d5a580bb-2fda-4dc5-81ee-a68b5cef5cd5} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10623 | 2024.12.21 00:54:14.010332 [ 260 ] {d5a580bb-2fda-4dc5-81ee-a68b5cef5cd5} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001688 sec., 11255.924170616114 rows/sec., 804.74 KiB/sec. | ||
| 10624 | 2024.12.21 00:54:14.010395 [ 260 ] {d5a580bb-2fda-4dc5-81ee-a68b5cef5cd5} <Debug> TCPHandler: Processed in 0.001960537 sec. | ||
| 10625 | 2024.12.21 00:54:14.010582 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10626 | 2024.12.21 00:54:14.010735 [ 263 ] {fe705c1a-5508-4e0d-a7d4-e94a77fb7cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10627 | 2024.12.21 00:54:14.010800 [ 263 ] {fe705c1a-5508-4e0d-a7d4-e94a77fb7cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10628 | 2024.12.21 00:54:14.011443 [ 263 ] {fe705c1a-5508-4e0d-a7d4-e94a77fb7cb1} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10629 | 2024.12.21 00:54:14.011486 [ 263 ] {fe705c1a-5508-4e0d-a7d4-e94a77fb7cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10630 | 2024.12.21 00:54:14.011867 [ 263 ] {fe705c1a-5508-4e0d-a7d4-e94a77fb7cb1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10631 | 2024.12.21 00:54:14.012117 [ 263 ] {fe705c1a-5508-4e0d-a7d4-e94a77fb7cb1} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10632 | 2024.12.21 00:54:14.012377 [ 263 ] {fe705c1a-5508-4e0d-a7d4-e94a77fb7cb1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001673 sec., 8368.200836820084 rows/sec., 586.05 KiB/sec. | ||
| 10633 | 2024.12.21 00:54:14.012585 [ 263 ] {fe705c1a-5508-4e0d-a7d4-e94a77fb7cb1} <Debug> TCPHandler: Processed in 0.002070538 sec. | ||
| 10634 | 2024.12.21 00:54:14.012816 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10635 | 2024.12.21 00:54:14.012961 [ 260 ] {41224421-60df-4682-b8d1-bec89b6e0621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10636 | 2024.12.21 00:54:14.013020 [ 260 ] {41224421-60df-4682-b8d1-bec89b6e0621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10637 | 2024.12.21 00:54:14.013722 [ 260 ] {41224421-60df-4682-b8d1-bec89b6e0621} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10638 | 2024.12.21 00:54:14.013771 [ 260 ] {41224421-60df-4682-b8d1-bec89b6e0621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10639 | 2024.12.21 00:54:14.014163 [ 260 ] {41224421-60df-4682-b8d1-bec89b6e0621} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10640 | 2024.12.21 00:54:14.014413 [ 260 ] {41224421-60df-4682-b8d1-bec89b6e0621} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10641 | 2024.12.21 00:54:14.014641 [ 260 ] {41224421-60df-4682-b8d1-bec89b6e0621} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00171 sec., 7602.33918128655 rows/sec., 474.00 KiB/sec. | ||
| 10642 | 2024.12.21 00:54:14.014765 [ 260 ] {41224421-60df-4682-b8d1-bec89b6e0621} <Debug> TCPHandler: Processed in 0.002066849 sec. | ||
| 10643 | 2024.12.21 00:54:14.014930 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10644 | 2024.12.21 00:54:14.015071 [ 263 ] {51508701-d31b-4326-b276-31b7bc2bfe0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10645 | 2024.12.21 00:54:14.015132 [ 263 ] {51508701-d31b-4326-b276-31b7bc2bfe0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10646 | 2024.12.21 00:54:14.015994 [ 263 ] {51508701-d31b-4326-b276-31b7bc2bfe0b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10647 | 2024.12.21 00:54:14.016036 [ 263 ] {51508701-d31b-4326-b276-31b7bc2bfe0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10648 | 2024.12.21 00:54:14.016432 [ 263 ] {51508701-d31b-4326-b276-31b7bc2bfe0b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10649 | 2024.12.21 00:54:14.016688 [ 263 ] {51508701-d31b-4326-b276-31b7bc2bfe0b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10650 | 2024.12.21 00:54:14.016936 [ 263 ] {51508701-d31b-4326-b276-31b7bc2bfe0b} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001887 sec., 208797.03232644408 rows/sec., 14.82 MiB/sec. | ||
| 10651 | 2024.12.21 00:54:14.017002 [ 263 ] {51508701-d31b-4326-b276-31b7bc2bfe0b} <Debug> TCPHandler: Processed in 0.002131519 sec. | ||
| 10652 | 2024.12.21 00:54:14.017237 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10653 | 2024.12.21 00:54:14.017460 [ 260 ] {d6dfdb30-6c1c-4ee8-bcbd-7b98308046c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10654 | 2024.12.21 00:54:14.017521 [ 260 ] {d6dfdb30-6c1c-4ee8-bcbd-7b98308046c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10655 | 2024.12.21 00:54:14.018068 [ 260 ] {d6dfdb30-6c1c-4ee8-bcbd-7b98308046c2} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10656 | 2024.12.21 00:54:14.018108 [ 260 ] {d6dfdb30-6c1c-4ee8-bcbd-7b98308046c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10657 | 2024.12.21 00:54:14.018495 [ 260 ] {d6dfdb30-6c1c-4ee8-bcbd-7b98308046c2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10658 | 2024.12.21 00:54:14.018737 [ 260 ] {d6dfdb30-6c1c-4ee8-bcbd-7b98308046c2} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10659 | 2024.12.21 00:54:14.018989 [ 260 ] {d6dfdb30-6c1c-4ee8-bcbd-7b98308046c2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001555 sec., 3858.5209003215436 rows/sec., 201.59 KiB/sec. | ||
| 10660 | 2024.12.21 00:54:14.019179 [ 260 ] {d6dfdb30-6c1c-4ee8-bcbd-7b98308046c2} <Debug> TCPHandler: Processed in 0.002082499 sec. | ||
| 10661 | 2024.12.21 00:54:14.019395 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10662 | 2024.12.21 00:54:14.019533 [ 263 ] {d35d6fe2-0159-4bb6-a818-392d48642a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10663 | 2024.12.21 00:54:14.019595 [ 263 ] {d35d6fe2-0159-4bb6-a818-392d48642a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10664 | 2024.12.21 00:54:14.020216 [ 263 ] {d35d6fe2-0159-4bb6-a818-392d48642a71} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10665 | 2024.12.21 00:54:14.020255 [ 263 ] {d35d6fe2-0159-4bb6-a818-392d48642a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10666 | 2024.12.21 00:54:14.020656 [ 263 ] {d35d6fe2-0159-4bb6-a818-392d48642a71} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10667 | 2024.12.21 00:54:14.020894 [ 263 ] {d35d6fe2-0159-4bb6-a818-392d48642a71} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10668 | 2024.12.21 00:54:14.021138 [ 263 ] {d35d6fe2-0159-4bb6-a818-392d48642a71} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001627 sec., 145666.87154271666 rows/sec., 9.76 MiB/sec. | ||
| 10669 | 2024.12.21 00:54:14.021192 [ 263 ] {d35d6fe2-0159-4bb6-a818-392d48642a71} <Debug> TCPHandler: Processed in 0.001893905 sec. | ||
| 10670 | 2024.12.21 00:54:14.021418 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10671 | 2024.12.21 00:54:14.021640 [ 260 ] {82829479-b3a0-4f20-9abc-39be1b84937d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10672 | 2024.12.21 00:54:14.021701 [ 260 ] {82829479-b3a0-4f20-9abc-39be1b84937d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10673 | 2024.12.21 00:54:14.022206 [ 260 ] {82829479-b3a0-4f20-9abc-39be1b84937d} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10674 | 2024.12.21 00:54:14.022246 [ 260 ] {82829479-b3a0-4f20-9abc-39be1b84937d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10675 | 2024.12.21 00:54:14.022614 [ 260 ] {82829479-b3a0-4f20-9abc-39be1b84937d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10676 | 2024.12.21 00:54:14.022857 [ 260 ] {82829479-b3a0-4f20-9abc-39be1b84937d} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10677 | 2024.12.21 00:54:14.023121 [ 260 ] {82829479-b3a0-4f20-9abc-39be1b84937d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001513 sec., 660.9385327164574 rows/sec., 44.54 KiB/sec. | ||
| 10678 | 2024.12.21 00:54:14.023294 [ 260 ] {82829479-b3a0-4f20-9abc-39be1b84937d} <Debug> TCPHandler: Processed in 0.001998227 sec. | ||
| 10679 | 2024.12.21 00:54:14.023507 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10680 | 2024.12.21 00:54:14.023641 [ 263 ] {dac6cc86-190e-4a26-bc68-8dca2fa7e48e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10681 | 2024.12.21 00:54:14.023728 [ 263 ] {dac6cc86-190e-4a26-bc68-8dca2fa7e48e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10682 | 2024.12.21 00:54:14.024857 [ 263 ] {dac6cc86-190e-4a26-bc68-8dca2fa7e48e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10683 | 2024.12.21 00:54:14.024896 [ 263 ] {dac6cc86-190e-4a26-bc68-8dca2fa7e48e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10684 | 2024.12.21 00:54:14.025517 [ 263 ] {dac6cc86-190e-4a26-bc68-8dca2fa7e48e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10685 | 2024.12.21 00:54:14.025776 [ 263 ] {dac6cc86-190e-4a26-bc68-8dca2fa7e48e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10686 | 2024.12.21 00:54:14.026040 [ 263 ] {dac6cc86-190e-4a26-bc68-8dca2fa7e48e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002429 sec., 4940.304652120214 rows/sec., 8.85 MiB/sec. | ||
| 10687 | 2024.12.21 00:54:14.026150 [ 263 ] {dac6cc86-190e-4a26-bc68-8dca2fa7e48e} <Debug> TCPHandler: Processed in 0.002749191 sec. | ||
| 10688 | 2024.12.21 00:54:14.026299 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10689 | 2024.12.21 00:54:14.026438 [ 260 ] {68cea0ac-24af-47e8-9225-13666c5233eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10690 | 2024.12.21 00:54:14.026497 [ 260 ] {68cea0ac-24af-47e8-9225-13666c5233eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10691 | 2024.12.21 00:54:14.027059 [ 260 ] {68cea0ac-24af-47e8-9225-13666c5233eb} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10692 | 2024.12.21 00:54:14.027098 [ 260 ] {68cea0ac-24af-47e8-9225-13666c5233eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10693 | 2024.12.21 00:54:14.027481 [ 260 ] {68cea0ac-24af-47e8-9225-13666c5233eb} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10694 | 2024.12.21 00:54:14.027724 [ 260 ] {68cea0ac-24af-47e8-9225-13666c5233eb} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10695 | 2024.12.21 00:54:14.027936 [ 260 ] {68cea0ac-24af-47e8-9225-13666c5233eb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001528 sec., 53664.92146596858 rows/sec., 3.41 MiB/sec. | ||
| 10696 | 2024.12.21 00:54:14.027987 [ 260 ] {68cea0ac-24af-47e8-9225-13666c5233eb} <Debug> TCPHandler: Processed in 0.001755453 sec. | ||
| 10697 | 2024.12.21 00:54:14.192185 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10698 | 2024.12.21 00:54:14.211405 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10699 | 2024.12.21 00:54:14.211451 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10700 | 2024.12.21 00:54:14.218315 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10701 | 2024.12.21 00:54:14.219041 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10702 | 2024.12.21 00:54:14.221852 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10703 | 2024.12.21 00:54:15.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.81 MiB, peak 249.57 MiB, free memory in arenas 0.00 B, will set to 237.50 MiB (RSS), difference: -1.30 MiB | ||
| 10704 | 2024.12.21 00:54:18.999145 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10705 | 2024.12.21 00:54:18.999487 [ 260 ] {e9283ac8-e188-4614-b90d-43a2310c3143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10706 | 2024.12.21 00:54:18.999585 [ 260 ] {e9283ac8-e188-4614-b90d-43a2310c3143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10707 | 2024.12.21 00:54:19.000585 [ 260 ] {e9283ac8-e188-4614-b90d-43a2310c3143} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10708 | 2024.12.21 00:54:19.000631 [ 260 ] {e9283ac8-e188-4614-b90d-43a2310c3143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10709 | 2024.12.21 00:54:19.001079 [ 260 ] {e9283ac8-e188-4614-b90d-43a2310c3143} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 10710 | 2024.12.21 00:54:19.001345 [ 260 ] {e9283ac8-e188-4614-b90d-43a2310c3143} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10711 | 2024.12.21 00:54:19.001603 [ 260 ] {e9283ac8-e188-4614-b90d-43a2310c3143} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002198 sec., 2729.75432211101 rows/sec., 222.59 KiB/sec. | ||
| 10712 | 2024.12.21 00:54:19.001686 [ 260 ] {e9283ac8-e188-4614-b90d-43a2310c3143} <Debug> TCPHandler: Processed in 0.002794932 sec. | ||
| 10713 | 2024.12.21 00:54:19.002005 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10714 | 2024.12.21 00:54:19.002209 [ 263 ] {42d2064e-6ca9-4100-bdc1-d1fb63e3d58f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10715 | 2024.12.21 00:54:19.002291 [ 263 ] {42d2064e-6ca9-4100-bdc1-d1fb63e3d58f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10716 | 2024.12.21 00:54:19.003223 [ 263 ] {42d2064e-6ca9-4100-bdc1-d1fb63e3d58f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10717 | 2024.12.21 00:54:19.003279 [ 263 ] {42d2064e-6ca9-4100-bdc1-d1fb63e3d58f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10718 | 2024.12.21 00:54:19.003751 [ 263 ] {42d2064e-6ca9-4100-bdc1-d1fb63e3d58f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10719 | 2024.12.21 00:54:19.004057 [ 263 ] {42d2064e-6ca9-4100-bdc1-d1fb63e3d58f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10720 | 2024.12.21 00:54:19.004364 [ 263 ] {42d2064e-6ca9-4100-bdc1-d1fb63e3d58f} <Debug> executeQuery: Read 113 rows, 9.66 KiB in 0.002207 sec., 51200.72496601722 rows/sec., 4.27 MiB/sec. | ||
| 10721 | 2024.12.21 00:54:19.004453 [ 263 ] {42d2064e-6ca9-4100-bdc1-d1fb63e3d58f} <Debug> TCPHandler: Processed in 0.002641499 sec. | ||
| 10722 | 2024.12.21 00:54:19.004638 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10723 | 2024.12.21 00:54:19.004773 [ 260 ] {bf29781e-2100-48b2-a264-c762f46db21d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10724 | 2024.12.21 00:54:19.004830 [ 260 ] {bf29781e-2100-48b2-a264-c762f46db21d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10725 | 2024.12.21 00:54:19.005509 [ 260 ] {bf29781e-2100-48b2-a264-c762f46db21d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10726 | 2024.12.21 00:54:19.005554 [ 260 ] {bf29781e-2100-48b2-a264-c762f46db21d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10727 | 2024.12.21 00:54:19.005961 [ 260 ] {bf29781e-2100-48b2-a264-c762f46db21d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10728 | 2024.12.21 00:54:19.006236 [ 260 ] {bf29781e-2100-48b2-a264-c762f46db21d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10729 | 2024.12.21 00:54:19.006469 [ 260 ] {bf29781e-2100-48b2-a264-c762f46db21d} <Debug> executeQuery: Read 33 rows, 2.45 KiB in 0.001727 sec., 19108.28025477707 rows/sec., 1.38 MiB/sec. | ||
| 10730 | 2024.12.21 00:54:19.006529 [ 260 ] {bf29781e-2100-48b2-a264-c762f46db21d} <Debug> TCPHandler: Processed in 0.001956037 sec. | ||
| 10731 | 2024.12.21 00:54:19.006724 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10732 | 2024.12.21 00:54:19.006889 [ 263 ] {bf24bb8b-a87f-4c88-99a2-5ead6120abed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10733 | 2024.12.21 00:54:19.006959 [ 263 ] {bf24bb8b-a87f-4c88-99a2-5ead6120abed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10734 | 2024.12.21 00:54:19.007675 [ 263 ] {bf24bb8b-a87f-4c88-99a2-5ead6120abed} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10735 | 2024.12.21 00:54:19.007723 [ 263 ] {bf24bb8b-a87f-4c88-99a2-5ead6120abed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10736 | 2024.12.21 00:54:19.008156 [ 263 ] {bf24bb8b-a87f-4c88-99a2-5ead6120abed} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10737 | 2024.12.21 00:54:19.008467 [ 263 ] {bf24bb8b-a87f-4c88-99a2-5ead6120abed} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10738 | 2024.12.21 00:54:19.008803 [ 263 ] {bf24bb8b-a87f-4c88-99a2-5ead6120abed} <Debug> executeQuery: Read 97 rows, 7.77 KiB in 0.001959 sec., 49515.058703420116 rows/sec., 3.87 MiB/sec. | ||
| 10739 | 2024.12.21 00:54:19.008937 [ 263 ] {bf24bb8b-a87f-4c88-99a2-5ead6120abed} <Debug> TCPHandler: Processed in 0.002277262 sec. | ||
| 10740 | 2024.12.21 00:54:19.009137 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10741 | 2024.12.21 00:54:19.009275 [ 260 ] {13eef2b5-2d84-4632-ae95-d53843faa823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10742 | 2024.12.21 00:54:19.009334 [ 260 ] {13eef2b5-2d84-4632-ae95-d53843faa823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10743 | 2024.12.21 00:54:19.009928 [ 260 ] {13eef2b5-2d84-4632-ae95-d53843faa823} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10744 | 2024.12.21 00:54:19.009968 [ 260 ] {13eef2b5-2d84-4632-ae95-d53843faa823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10745 | 2024.12.21 00:54:19.010379 [ 260 ] {13eef2b5-2d84-4632-ae95-d53843faa823} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10746 | 2024.12.21 00:54:19.010624 [ 260 ] {13eef2b5-2d84-4632-ae95-d53843faa823} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10747 | 2024.12.21 00:54:19.010856 [ 260 ] {13eef2b5-2d84-4632-ae95-d53843faa823} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00161 sec., 101242.23602484471 rows/sec., 7.05 MiB/sec. | ||
| 10748 | 2024.12.21 00:54:19.010914 [ 260 ] {13eef2b5-2d84-4632-ae95-d53843faa823} <Debug> TCPHandler: Processed in 0.001859495 sec. | ||
| 10749 | 2024.12.21 00:54:19.011076 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10750 | 2024.12.21 00:54:19.011232 [ 263 ] {65206220-2d0f-4001-8569-a125448d8f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10751 | 2024.12.21 00:54:19.011341 [ 263 ] {65206220-2d0f-4001-8569-a125448d8f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10752 | 2024.12.21 00:54:19.012764 [ 263 ] {65206220-2d0f-4001-8569-a125448d8f6c} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10753 | 2024.12.21 00:54:19.012809 [ 263 ] {65206220-2d0f-4001-8569-a125448d8f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10754 | 2024.12.21 00:54:19.013504 [ 263 ] {65206220-2d0f-4001-8569-a125448d8f6c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10755 | 2024.12.21 00:54:19.013793 [ 263 ] {65206220-2d0f-4001-8569-a125448d8f6c} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10756 | 2024.12.21 00:54:19.014100 [ 263 ] {65206220-2d0f-4001-8569-a125448d8f6c} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002905 sec., 9294.320137693632 rows/sec., 16.65 MiB/sec. | ||
| 10757 | 2024.12.21 00:54:19.014284 [ 263 ] {65206220-2d0f-4001-8569-a125448d8f6c} <Debug> TCPHandler: Processed in 0.00327291 sec. | ||
| 10758 | 2024.12.21 00:54:19.014440 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10759 | 2024.12.21 00:54:19.014572 [ 260 ] {5b0ffd98-a150-42e0-b54a-c9d4e3ef1979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10760 | 2024.12.21 00:54:19.014626 [ 260 ] {5b0ffd98-a150-42e0-b54a-c9d4e3ef1979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10761 | 2024.12.21 00:54:19.015120 [ 260 ] {5b0ffd98-a150-42e0-b54a-c9d4e3ef1979} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10762 | 2024.12.21 00:54:19.015159 [ 260 ] {5b0ffd98-a150-42e0-b54a-c9d4e3ef1979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10763 | 2024.12.21 00:54:19.015535 [ 260 ] {5b0ffd98-a150-42e0-b54a-c9d4e3ef1979} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10764 | 2024.12.21 00:54:19.015776 [ 260 ] {5b0ffd98-a150-42e0-b54a-c9d4e3ef1979} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10765 | 2024.12.21 00:54:19.015995 [ 260 ] {5b0ffd98-a150-42e0-b54a-c9d4e3ef1979} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001458 sec., 41152.26337448559 rows/sec., 2.77 MiB/sec. | ||
| 10766 | 2024.12.21 00:54:19.016049 [ 260 ] {5b0ffd98-a150-42e0-b54a-c9d4e3ef1979} <Debug> TCPHandler: Processed in 0.001669741 sec. | ||
| 10767 | 2024.12.21 00:54:20.004899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 10768 | 2024.12.21 00:54:20.005726 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10769 | 2024.12.21 00:54:20.005774 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10770 | 2024.12.21 00:54:20.006366 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10771 | 2024.12.21 00:54:20.006629 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10772 | 2024.12.21 00:54:20.006828 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 10773 | 2024.12.21 00:54:21.721903 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10774 | 2024.12.21 00:54:21.742516 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10775 | 2024.12.21 00:54:21.742581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10776 | 2024.12.21 00:54:21.749948 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10777 | 2024.12.21 00:54:21.750713 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10778 | 2024.12.21 00:54:21.754543 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10779 | 2024.12.21 00:54:22.621876 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1520 | ||
| 10780 | 2024.12.21 00:54:22.625335 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10781 | 2024.12.21 00:54:22.625388 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10782 | 2024.12.21 00:54:22.626898 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10783 | 2024.12.21 00:54:22.627222 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10784 | 2024.12.21 00:54:22.627830 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1520 | ||
| 10785 | 2024.12.21 00:54:24.003263 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10786 | 2024.12.21 00:54:24.003479 [ 260 ] {8503e9d6-cc37-410c-8778-0e5b37585e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10787 | 2024.12.21 00:54:24.003552 [ 260 ] {8503e9d6-cc37-410c-8778-0e5b37585e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10788 | 2024.12.21 00:54:24.004380 [ 260 ] {8503e9d6-cc37-410c-8778-0e5b37585e25} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10789 | 2024.12.21 00:54:24.004432 [ 260 ] {8503e9d6-cc37-410c-8778-0e5b37585e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10790 | 2024.12.21 00:54:24.004931 [ 260 ] {8503e9d6-cc37-410c-8778-0e5b37585e25} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10791 | 2024.12.21 00:54:24.005245 [ 260 ] {8503e9d6-cc37-410c-8778-0e5b37585e25} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10792 | 2024.12.21 00:54:24.005494 [ 260 ] {8503e9d6-cc37-410c-8778-0e5b37585e25} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002072 sec., 6756.756756756757 rows/sec., 486.40 KiB/sec. | ||
| 10793 | 2024.12.21 00:54:24.005569 [ 260 ] {8503e9d6-cc37-410c-8778-0e5b37585e25} <Debug> TCPHandler: Processed in 0.002438505 sec. | ||
| 10794 | 2024.12.21 00:54:24.005866 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10795 | 2024.12.21 00:54:24.006087 [ 263 ] {9f672437-1f9e-4ed3-b8a9-9064fb252fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10796 | 2024.12.21 00:54:24.006203 [ 263 ] {9f672437-1f9e-4ed3-b8a9-9064fb252fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10797 | 2024.12.21 00:54:24.007188 [ 263 ] {9f672437-1f9e-4ed3-b8a9-9064fb252fd8} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10798 | 2024.12.21 00:54:24.007251 [ 263 ] {9f672437-1f9e-4ed3-b8a9-9064fb252fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10799 | 2024.12.21 00:54:24.007771 [ 263 ] {9f672437-1f9e-4ed3-b8a9-9064fb252fd8} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10800 | 2024.12.21 00:54:24.008078 [ 263 ] {9f672437-1f9e-4ed3-b8a9-9064fb252fd8} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10801 | 2024.12.21 00:54:24.008381 [ 263 ] {9f672437-1f9e-4ed3-b8a9-9064fb252fd8} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002352 sec., 96513.60544217688 rows/sec., 8.44 MiB/sec. | ||
| 10802 | 2024.12.21 00:54:24.008465 [ 263 ] {9f672437-1f9e-4ed3-b8a9-9064fb252fd8} <Debug> TCPHandler: Processed in 0.002755681 sec. | ||
| 10803 | 2024.12.21 00:54:24.008655 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10804 | 2024.12.21 00:54:24.008794 [ 260 ] {3107d89c-07b0-4544-8725-b8db7648732b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10805 | 2024.12.21 00:54:24.008856 [ 260 ] {3107d89c-07b0-4544-8725-b8db7648732b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10806 | 2024.12.21 00:54:24.009532 [ 260 ] {3107d89c-07b0-4544-8725-b8db7648732b} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10807 | 2024.12.21 00:54:24.009576 [ 260 ] {3107d89c-07b0-4544-8725-b8db7648732b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10808 | 2024.12.21 00:54:24.009970 [ 260 ] {3107d89c-07b0-4544-8725-b8db7648732b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10809 | 2024.12.21 00:54:24.010216 [ 260 ] {3107d89c-07b0-4544-8725-b8db7648732b} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10810 | 2024.12.21 00:54:24.010421 [ 91 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10811 | 2024.12.21 00:54:24.010460 [ 260 ] {3107d89c-07b0-4544-8725-b8db7648732b} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001694 sec., 11216.056670602125 rows/sec., 801.89 KiB/sec. | ||
| 10812 | 2024.12.21 00:54:24.010497 [ 91 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10813 | 2024.12.21 00:54:24.010569 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10814 | 2024.12.21 00:54:24.010601 [ 260 ] {3107d89c-07b0-4544-8725-b8db7648732b} <Debug> TCPHandler: Processed in 0.002007047 sec. | ||
| 10815 | 2024.12.21 00:54:24.010923 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10816 | 2024.12.21 00:54:24.010930 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 10817 | 2024.12.21 00:54:24.011471 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10818 | 2024.12.21 00:54:24.011480 [ 263 ] {71d8e9ee-287b-463c-991e-2bd3dcd64ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10819 | 2024.12.21 00:54:24.011599 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 64 rows starting from the beginning of the part | ||
| 10820 | 2024.12.21 00:54:24.011712 [ 263 ] {71d8e9ee-287b-463c-991e-2bd3dcd64ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10821 | 2024.12.21 00:54:24.012022 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 25 rows starting from the beginning of the part | ||
| 10822 | 2024.12.21 00:54:24.012612 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 27 rows starting from the beginning of the part | ||
| 10823 | 2024.12.21 00:54:24.012981 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 19 rows starting from the beginning of the part | ||
| 10824 | 2024.12.21 00:54:24.013392 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 33 rows starting from the beginning of the part | ||
| 10825 | 2024.12.21 00:54:24.013820 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 19 rows starting from the beginning of the part | ||
| 10826 | 2024.12.21 00:54:24.015576 [ 263 ] {71d8e9ee-287b-463c-991e-2bd3dcd64ce1} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10827 | 2024.12.21 00:54:24.015659 [ 263 ] {71d8e9ee-287b-463c-991e-2bd3dcd64ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10828 | 2024.12.21 00:54:24.016779 [ 263 ] {71d8e9ee-287b-463c-991e-2bd3dcd64ce1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10829 | 2024.12.21 00:54:24.016871 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.006183675 sec., 30240.916607033847 rows/sec., 2.27 MiB/sec. | ||
| 10830 | 2024.12.21 00:54:24.017119 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10831 | 2024.12.21 00:54:24.017263 [ 263 ] {71d8e9ee-287b-463c-991e-2bd3dcd64ce1} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10832 | 2024.12.21 00:54:24.017507 [ 91 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 10833 | 2024.12.21 00:54:24.017612 [ 91 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10834 | 2024.12.21 00:54:24.017694 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10835 | 2024.12.21 00:54:24.017924 [ 263 ] {71d8e9ee-287b-463c-991e-2bd3dcd64ce1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006624 sec., 2113.526570048309 rows/sec., 148.02 KiB/sec. | ||
| 10836 | 2024.12.21 00:54:24.017966 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_71_14} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10837 | 2024.12.21 00:54:24.018384 [ 263 ] {71d8e9ee-287b-463c-991e-2bd3dcd64ce1} <Debug> TCPHandler: Processed in 0.007666533 sec. | ||
| 10838 | 2024.12.21 00:54:24.018697 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10839 | 2024.12.21 00:54:24.018758 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::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 | ||
| 10840 | 2024.12.21 00:54:24.018949 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_71_14} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10841 | 2024.12.21 00:54:24.019191 [ 260 ] {5f31dfef-e83c-4325-ab60-b7525775fc25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10842 | 2024.12.21 00:54:24.019258 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10843 | 2024.12.21 00:54:24.019296 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10844 | 2024.12.21 00:54:24.019351 [ 260 ] {5f31dfef-e83c-4325-ab60-b7525775fc25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10845 | 2024.12.21 00:54:24.019374 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 243 rows starting from the beginning of the part | ||
| 10846 | 2024.12.21 00:54:24.019743 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 10847 | 2024.12.21 00:54:24.020102 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 10848 | 2024.12.21 00:54:24.020640 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part | ||
| 10849 | 2024.12.21 00:54:24.021015 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 10850 | 2024.12.21 00:54:24.021130 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 10851 | 2024.12.21 00:54:24.022168 [ 260 ] {5f31dfef-e83c-4325-ab60-b7525775fc25} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10852 | 2024.12.21 00:54:24.022236 [ 260 ] {5f31dfef-e83c-4325-ab60-b7525775fc25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10853 | 2024.12.21 00:54:24.023227 [ 260 ] {5f31dfef-e83c-4325-ab60-b7525775fc25} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10854 | 2024.12.21 00:54:24.023834 [ 260 ] {5f31dfef-e83c-4325-ab60-b7525775fc25} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10855 | 2024.12.21 00:54:24.024248 [ 190 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.006388528 sec., 84683.04435700995 rows/sec., 6.07 MiB/sec. | ||
| 10856 | 2024.12.21 00:54:24.024389 [ 260 ] {5f31dfef-e83c-4325-ab60-b7525775fc25} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00537 sec., 2420.856610800745 rows/sec., 150.94 KiB/sec. | ||
| 10857 | 2024.12.21 00:54:24.024523 [ 260 ] {5f31dfef-e83c-4325-ab60-b7525775fc25} <Debug> TCPHandler: Processed in 0.006001032 sec. | ||
| 10858 | 2024.12.21 00:54:24.024542 [ 190 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 10859 | 2024.12.21 00:54:24.024758 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10860 | 2024.12.21 00:54:24.024988 [ 263 ] {7b023a29-0bf7-42d9-bf18-1dd6c9edaf3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10861 | 2024.12.21 00:54:24.025097 [ 263 ] {7b023a29-0bf7-42d9-bf18-1dd6c9edaf3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10862 | 2024.12.21 00:54:24.025122 [ 190 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_35_7} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10863 | 2024.12.21 00:54:24.025348 [ 190 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_35_7} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 10864 | 2024.12.21 00:54:24.025487 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 10865 | 2024.12.21 00:54:24.026200 [ 263 ] {7b023a29-0bf7-42d9-bf18-1dd6c9edaf3e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10866 | 2024.12.21 00:54:24.026246 [ 263 ] {7b023a29-0bf7-42d9-bf18-1dd6c9edaf3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10867 | 2024.12.21 00:54:24.026673 [ 263 ] {7b023a29-0bf7-42d9-bf18-1dd6c9edaf3e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10868 | 2024.12.21 00:54:24.026932 [ 263 ] {7b023a29-0bf7-42d9-bf18-1dd6c9edaf3e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10869 | 2024.12.21 00:54:24.027194 [ 263 ] {7b023a29-0bf7-42d9-bf18-1dd6c9edaf3e} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.002272 sec., 173415.49295774646 rows/sec., 12.31 MiB/sec. | ||
| 10870 | 2024.12.21 00:54:24.027258 [ 263 ] {7b023a29-0bf7-42d9-bf18-1dd6c9edaf3e} <Debug> TCPHandler: Processed in 0.002628188 sec. | ||
| 10871 | 2024.12.21 00:54:24.027466 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10872 | 2024.12.21 00:54:24.027674 [ 260 ] {66d64123-27fd-4ed3-9ea3-1ceca3e536a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10873 | 2024.12.21 00:54:24.027762 [ 260 ] {66d64123-27fd-4ed3-9ea3-1ceca3e536a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10874 | 2024.12.21 00:54:24.028436 [ 260 ] {66d64123-27fd-4ed3-9ea3-1ceca3e536a4} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10875 | 2024.12.21 00:54:24.028475 [ 260 ] {66d64123-27fd-4ed3-9ea3-1ceca3e536a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10876 | 2024.12.21 00:54:24.028855 [ 260 ] {66d64123-27fd-4ed3-9ea3-1ceca3e536a4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10877 | 2024.12.21 00:54:24.029107 [ 260 ] {66d64123-27fd-4ed3-9ea3-1ceca3e536a4} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10878 | 2024.12.21 00:54:24.029356 [ 260 ] {66d64123-27fd-4ed3-9ea3-1ceca3e536a4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001733 sec., 3462.2042700519332 rows/sec., 180.89 KiB/sec. | ||
| 10879 | 2024.12.21 00:54:24.029413 [ 260 ] {66d64123-27fd-4ed3-9ea3-1ceca3e536a4} <Debug> TCPHandler: Processed in 0.002047869 sec. | ||
| 10880 | 2024.12.21 00:54:24.029572 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10881 | 2024.12.21 00:54:24.029718 [ 263 ] {66ee7503-5766-4e06-87b1-f829bd785b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10882 | 2024.12.21 00:54:24.029783 [ 263 ] {66ee7503-5766-4e06-87b1-f829bd785b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10883 | 2024.12.21 00:54:24.030447 [ 263 ] {66ee7503-5766-4e06-87b1-f829bd785b2c} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10884 | 2024.12.21 00:54:24.030487 [ 263 ] {66ee7503-5766-4e06-87b1-f829bd785b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10885 | 2024.12.21 00:54:24.030905 [ 263 ] {66ee7503-5766-4e06-87b1-f829bd785b2c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10886 | 2024.12.21 00:54:24.031150 [ 263 ] {66ee7503-5766-4e06-87b1-f829bd785b2c} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10887 | 2024.12.21 00:54:24.031402 [ 263 ] {66ee7503-5766-4e06-87b1-f829bd785b2c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001718 sec., 137951.10593713622 rows/sec., 9.25 MiB/sec. | ||
| 10888 | 2024.12.21 00:54:24.031460 [ 263 ] {66ee7503-5766-4e06-87b1-f829bd785b2c} <Debug> TCPHandler: Processed in 0.001959736 sec. | ||
| 10889 | 2024.12.21 00:54:24.031603 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10890 | 2024.12.21 00:54:24.031745 [ 260 ] {9fba0e06-0a32-48ca-9340-e874227194aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10891 | 2024.12.21 00:54:24.031806 [ 260 ] {9fba0e06-0a32-48ca-9340-e874227194aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10892 | 2024.12.21 00:54:24.032331 [ 260 ] {9fba0e06-0a32-48ca-9340-e874227194aa} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10893 | 2024.12.21 00:54:24.032370 [ 260 ] {9fba0e06-0a32-48ca-9340-e874227194aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10894 | 2024.12.21 00:54:24.032730 [ 260 ] {9fba0e06-0a32-48ca-9340-e874227194aa} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10895 | 2024.12.21 00:54:24.032974 [ 260 ] {9fba0e06-0a32-48ca-9340-e874227194aa} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10896 | 2024.12.21 00:54:24.033139 [ 91 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 10897 | 2024.12.21 00:54:24.033214 [ 91 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10898 | 2024.12.21 00:54:24.033237 [ 260 ] {9fba0e06-0a32-48ca-9340-e874227194aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. | ||
| 10899 | 2024.12.21 00:54:24.033272 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10900 | 2024.12.21 00:54:24.033358 [ 260 ] {9fba0e06-0a32-48ca-9340-e874227194aa} <Debug> TCPHandler: Processed in 0.001818664 sec. | ||
| 10901 | 2024.12.21 00:54:24.033623 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10902 | 2024.12.21 00:54:24.033779 [ 196 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 10903 | 2024.12.21 00:54:24.033967 [ 263 ] {fb3495c7-3175-4216-8d88-f1a3cf0d5b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10904 | 2024.12.21 00:54:24.034431 [ 196 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10905 | 2024.12.21 00:54:24.034430 [ 263 ] {fb3495c7-3175-4216-8d88-f1a3cf0d5b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10906 | 2024.12.21 00:54:24.034557 [ 196 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 31 rows starting from the beginning of the part | ||
| 10907 | 2024.12.21 00:54:24.035072 [ 196 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 10908 | 2024.12.21 00:54:24.035319 [ 196 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 10909 | 2024.12.21 00:54:24.035573 [ 196 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 10910 | 2024.12.21 00:54:24.035751 [ 196 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 10911 | 2024.12.21 00:54:24.035988 [ 196 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 10912 | 2024.12.21 00:54:24.037902 [ 199 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004480523 sec., 8034.776297320647 rows/sec., 540.53 KiB/sec. | ||
| 10913 | 2024.12.21 00:54:24.038196 [ 263 ] {fb3495c7-3175-4216-8d88-f1a3cf0d5b67} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10914 | 2024.12.21 00:54:24.038203 [ 199 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 10915 | 2024.12.21 00:54:24.038259 [ 263 ] {fb3495c7-3175-4216-8d88-f1a3cf0d5b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10916 | 2024.12.21 00:54:24.038893 [ 199 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_35_7} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10917 | 2024.12.21 00:54:24.039085 [ 199 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_35_7} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 10918 | 2024.12.21 00:54:24.039270 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10919 | 2024.12.21 00:54:24.039557 [ 263 ] {fb3495c7-3175-4216-8d88-f1a3cf0d5b67} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10920 | 2024.12.21 00:54:24.039837 [ 263 ] {fb3495c7-3175-4216-8d88-f1a3cf0d5b67} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10921 | 2024.12.21 00:54:24.040047 [ 91 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10922 | 2024.12.21 00:54:24.040112 [ 91 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10923 | 2024.12.21 00:54:24.040150 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10924 | 2024.12.21 00:54:24.040157 [ 263 ] {fb3495c7-3175-4216-8d88-f1a3cf0d5b67} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.006343 sec., 1891.8492826738138 rows/sec., 3.39 MiB/sec. | ||
| 10925 | 2024.12.21 00:54:24.040484 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 10926 | 2024.12.21 00:54:24.040572 [ 263 ] {fb3495c7-3175-4216-8d88-f1a3cf0d5b67} <Debug> TCPHandler: Processed in 0.007114232 sec. | ||
| 10927 | 2024.12.21 00:54:24.040878 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10928 | 2024.12.21 00:54:24.040990 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10929 | 2024.12.21 00:54:24.041166 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1290 rows starting from the beginning of the part | ||
| 10930 | 2024.12.21 00:54:24.041259 [ 260 ] {32d62148-7d02-4e0d-898c-17d10c66755c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10931 | 2024.12.21 00:54:24.041433 [ 260 ] {32d62148-7d02-4e0d-898c-17d10c66755c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10932 | 2024.12.21 00:54:24.041970 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 12 rows starting from the beginning of the part | ||
| 10933 | 2024.12.21 00:54:24.042799 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 27 rows starting from the beginning of the part | ||
| 10934 | 2024.12.21 00:54:24.043608 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 12 rows starting from the beginning of the part | ||
| 10935 | 2024.12.21 00:54:24.043783 [ 260 ] {32d62148-7d02-4e0d-898c-17d10c66755c} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10936 | 2024.12.21 00:54:24.043893 [ 260 ] {32d62148-7d02-4e0d-898c-17d10c66755c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10937 | 2024.12.21 00:54:24.044289 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 27 rows starting from the beginning of the part | ||
| 10938 | 2024.12.21 00:54:24.044906 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 12 rows starting from the beginning of the part | ||
| 10939 | 2024.12.21 00:54:24.045566 [ 260 ] {32d62148-7d02-4e0d-898c-17d10c66755c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10940 | 2024.12.21 00:54:24.046295 [ 260 ] {32d62148-7d02-4e0d-898c-17d10c66755c} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10941 | 2024.12.21 00:54:24.047178 [ 260 ] {32d62148-7d02-4e0d-898c-17d10c66755c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006017 sec., 13628.053847432277 rows/sec., 886.32 KiB/sec. | ||
| 10942 | 2024.12.21 00:54:24.047577 [ 260 ] {32d62148-7d02-4e0d-898c-17d10c66755c} <Debug> TCPHandler: Processed in 0.006872808 sec. | ||
| 10943 | 2024.12.21 00:54:24.055763 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1380 rows, containing 19 columns (19 merged, 0 gathered) in 0.015541298 sec., 88795.67202173203 rows/sec., 159.12 MiB/sec. | ||
| 10944 | 2024.12.21 00:54:24.056927 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10945 | 2024.12.21 00:54:24.057324 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10946 | 2024.12.21 00:54:24.057409 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10947 | 2024.12.21 00:54:24.057526 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.58 MiB. | ||
| 10948 | 2024.12.21 00:54:25.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.41 MiB, peak 249.94 MiB, free memory in arenas 0.00 B, will set to 240.87 MiB (RSS), difference: 2.47 MiB | ||
| 10949 | 2024.12.21 00:54:27.279013 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10950 | 2024.12.21 00:54:27.279070 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10951 | 2024.12.21 00:54:27.506972 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 10952 | 2024.12.21 00:54:27.507644 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10953 | 2024.12.21 00:54:27.507696 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10954 | 2024.12.21 00:54:27.508244 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10955 | 2024.12.21 00:54:27.508515 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10956 | 2024.12.21 00:54:27.508816 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 10957 | 2024.12.21 00:54:28.997964 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10958 | 2024.12.21 00:54:28.998262 [ 260 ] {fa4fa42f-96b8-465e-a107-c8057b6108b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10959 | 2024.12.21 00:54:28.998353 [ 260 ] {fa4fa42f-96b8-465e-a107-c8057b6108b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10960 | 2024.12.21 00:54:28.999351 [ 260 ] {fa4fa42f-96b8-465e-a107-c8057b6108b1} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10961 | 2024.12.21 00:54:28.999416 [ 260 ] {fa4fa42f-96b8-465e-a107-c8057b6108b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10962 | 2024.12.21 00:54:28.999969 [ 260 ] {fa4fa42f-96b8-465e-a107-c8057b6108b1} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10963 | 2024.12.21 00:54:29.000529 [ 260 ] {fa4fa42f-96b8-465e-a107-c8057b6108b1} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10964 | 2024.12.21 00:54:29.000790 [ 260 ] {fa4fa42f-96b8-465e-a107-c8057b6108b1} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002588 sec., 42503.86398763524 rows/sec., 3.56 MiB/sec. | ||
| 10965 | 2024.12.21 00:54:29.000864 [ 260 ] {fa4fa42f-96b8-465e-a107-c8057b6108b1} <Debug> TCPHandler: Processed in 0.003047997 sec. | ||
| 10966 | 2024.12.21 00:54:29.001188 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10967 | 2024.12.21 00:54:29.001401 [ 263 ] {487baaf2-e818-4d89-a614-fdd8ac14a328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10968 | 2024.12.21 00:54:29.001488 [ 263 ] {487baaf2-e818-4d89-a614-fdd8ac14a328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10969 | 2024.12.21 00:54:29.002328 [ 263 ] {487baaf2-e818-4d89-a614-fdd8ac14a328} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10970 | 2024.12.21 00:54:29.002389 [ 263 ] {487baaf2-e818-4d89-a614-fdd8ac14a328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10971 | 2024.12.21 00:54:29.002870 [ 263 ] {487baaf2-e818-4d89-a614-fdd8ac14a328} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10972 | 2024.12.21 00:54:29.003193 [ 263 ] {487baaf2-e818-4d89-a614-fdd8ac14a328} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10973 | 2024.12.21 00:54:29.003482 [ 263 ] {487baaf2-e818-4d89-a614-fdd8ac14a328} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002132 sec., 12664.165103189493 rows/sec., 952.29 KiB/sec. | ||
| 10974 | 2024.12.21 00:54:29.003642 [ 263 ] {487baaf2-e818-4d89-a614-fdd8ac14a328} <Debug> TCPHandler: Processed in 0.002630739 sec. | ||
| 10975 | 2024.12.21 00:54:29.003876 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10976 | 2024.12.21 00:54:29.004044 [ 260 ] {150608b0-61dc-49e1-92e2-872fdd362834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10977 | 2024.12.21 00:54:29.004101 [ 260 ] {150608b0-61dc-49e1-92e2-872fdd362834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10978 | 2024.12.21 00:54:29.004860 [ 260 ] {150608b0-61dc-49e1-92e2-872fdd362834} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10979 | 2024.12.21 00:54:29.004906 [ 260 ] {150608b0-61dc-49e1-92e2-872fdd362834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10980 | 2024.12.21 00:54:29.005292 [ 260 ] {150608b0-61dc-49e1-92e2-872fdd362834} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10981 | 2024.12.21 00:54:29.005554 [ 260 ] {150608b0-61dc-49e1-92e2-872fdd362834} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10982 | 2024.12.21 00:54:29.005763 [ 260 ] {150608b0-61dc-49e1-92e2-872fdd362834} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00175 sec., 52000 rows/sec., 4.06 MiB/sec. | ||
| 10983 | 2024.12.21 00:54:29.005878 [ 260 ] {150608b0-61dc-49e1-92e2-872fdd362834} <Debug> TCPHandler: Processed in 0.00212223 sec. | ||
| 10984 | 2024.12.21 00:54:29.006080 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10985 | 2024.12.21 00:54:29.006243 [ 263 ] {089320b4-0a5e-4b2c-ab52-807b47d5fda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10986 | 2024.12.21 00:54:29.006315 [ 263 ] {089320b4-0a5e-4b2c-ab52-807b47d5fda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10987 | 2024.12.21 00:54:29.007069 [ 263 ] {089320b4-0a5e-4b2c-ab52-807b47d5fda7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10988 | 2024.12.21 00:54:29.007116 [ 263 ] {089320b4-0a5e-4b2c-ab52-807b47d5fda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10989 | 2024.12.21 00:54:29.007592 [ 263 ] {089320b4-0a5e-4b2c-ab52-807b47d5fda7} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10990 | 2024.12.21 00:54:29.007873 [ 263 ] {089320b4-0a5e-4b2c-ab52-807b47d5fda7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10991 | 2024.12.21 00:54:29.008130 [ 263 ] {089320b4-0a5e-4b2c-ab52-807b47d5fda7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001922 sec., 83246.61810613943 rows/sec., 5.80 MiB/sec. | ||
| 10992 | 2024.12.21 00:54:29.008206 [ 263 ] {089320b4-0a5e-4b2c-ab52-807b47d5fda7} <Debug> TCPHandler: Processed in 0.002214281 sec. | ||
| 10993 | 2024.12.21 00:54:29.008385 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10994 | 2024.12.21 00:54:29.008521 [ 260 ] {14c39a0b-81d1-4f78-add5-0b62b9c69688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10995 | 2024.12.21 00:54:29.008609 [ 260 ] {14c39a0b-81d1-4f78-add5-0b62b9c69688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10996 | 2024.12.21 00:54:29.009818 [ 260 ] {14c39a0b-81d1-4f78-add5-0b62b9c69688} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10997 | 2024.12.21 00:54:29.009857 [ 260 ] {14c39a0b-81d1-4f78-add5-0b62b9c69688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10998 | 2024.12.21 00:54:29.010516 [ 260 ] {14c39a0b-81d1-4f78-add5-0b62b9c69688} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10999 | 2024.12.21 00:54:29.010781 [ 260 ] {14c39a0b-81d1-4f78-add5-0b62b9c69688} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11000 | 2024.12.21 00:54:29.011001 [ 260 ] {14c39a0b-81d1-4f78-add5-0b62b9c69688} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002508 sec., 10765.55023923445 rows/sec., 19.29 MiB/sec. | ||
| 11001 | 2024.12.21 00:54:29.011129 [ 260 ] {14c39a0b-81d1-4f78-add5-0b62b9c69688} <Debug> TCPHandler: Processed in 0.002804392 sec. | ||
| 11002 | 2024.12.21 00:54:29.011296 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11003 | 2024.12.21 00:54:29.011433 [ 263 ] {85b06a30-5acc-4113-9eaf-e44f7a82f995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11004 | 2024.12.21 00:54:29.011494 [ 263 ] {85b06a30-5acc-4113-9eaf-e44f7a82f995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11005 | 2024.12.21 00:54:29.012058 [ 263 ] {85b06a30-5acc-4113-9eaf-e44f7a82f995} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11006 | 2024.12.21 00:54:29.012103 [ 263 ] {85b06a30-5acc-4113-9eaf-e44f7a82f995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11007 | 2024.12.21 00:54:29.012513 [ 263 ] {85b06a30-5acc-4113-9eaf-e44f7a82f995} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11008 | 2024.12.21 00:54:29.012764 [ 263 ] {85b06a30-5acc-4113-9eaf-e44f7a82f995} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11009 | 2024.12.21 00:54:29.013013 [ 263 ] {85b06a30-5acc-4113-9eaf-e44f7a82f995} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001612 sec., 37220.843672456576 rows/sec., 2.51 MiB/sec. | ||
| 11010 | 2024.12.21 00:54:29.013088 [ 263 ] {85b06a30-5acc-4113-9eaf-e44f7a82f995} <Debug> TCPHandler: Processed in 0.001851424 sec. | ||
| 11011 | 2024.12.21 00:54:29.254589 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 11012 | 2024.12.21 00:54:29.275975 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11013 | 2024.12.21 00:54:29.276021 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11014 | 2024.12.21 00:54:29.283396 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11015 | 2024.12.21 00:54:29.284194 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11016 | 2024.12.21 00:54:29.286980 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 11017 | 2024.12.21 00:54:30.455127 [ 77 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 11018 | 2024.12.21 00:54:30.455272 [ 77 ] {} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11019 | 2024.12.21 00:54:30.455315 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11020 | 2024.12.21 00:54:30.455691 [ 194 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::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 | ||
| 11021 | 2024.12.21 00:54:30.455936 [ 194 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11022 | 2024.12.21 00:54:30.455973 [ 194 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 11023 | 2024.12.21 00:54:30.456065 [ 194 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 11024 | 2024.12.21 00:54:30.456261 [ 194 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 11025 | 2024.12.21 00:54:30.456475 [ 194 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 11026 | 2024.12.21 00:54:30.456645 [ 194 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 11027 | 2024.12.21 00:54:30.457828 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002375114 sec., 15157.16719281685 rows/sec., 1.26 MiB/sec. | ||
| 11028 | 2024.12.21 00:54:30.458125 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 11029 | 2024.12.21 00:54:30.458592 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_21_5} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11030 | 2024.12.21 00:54:30.458692 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_21_5} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 11031 | 2024.12.21 00:54:30.458802 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11032 | 2024.12.21 00:54:32.628012 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1554 | ||
| 11033 | 2024.12.21 00:54:32.631106 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11034 | 2024.12.21 00:54:32.631158 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11035 | 2024.12.21 00:54:32.632651 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11036 | 2024.12.21 00:54:32.632979 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11037 | 2024.12.21 00:54:32.633952 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1554 | ||
| 11038 | 2024.12.21 00:54:32.773123 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11039 | 2024.12.21 00:54:32.773437 [ 260 ] {da819821-ff48-48d0-982c-887373833132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11040 | 2024.12.21 00:54:32.773543 [ 260 ] {da819821-ff48-48d0-982c-887373833132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11041 | 2024.12.21 00:54:32.774380 [ 260 ] {da819821-ff48-48d0-982c-887373833132} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11042 | 2024.12.21 00:54:32.774431 [ 260 ] {da819821-ff48-48d0-982c-887373833132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11043 | 2024.12.21 00:54:32.774902 [ 260 ] {da819821-ff48-48d0-982c-887373833132} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11044 | 2024.12.21 00:54:32.775170 [ 260 ] {da819821-ff48-48d0-982c-887373833132} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11045 | 2024.12.21 00:54:32.775387 [ 260 ] {da819821-ff48-48d0-982c-887373833132} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002039 sec., 6866.110838646396 rows/sec., 494.27 KiB/sec. | ||
| 11046 | 2024.12.21 00:54:32.775456 [ 260 ] {da819821-ff48-48d0-982c-887373833132} <Debug> TCPHandler: Processed in 0.002535676 sec. | ||
| 11047 | 2024.12.21 00:54:32.775753 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11048 | 2024.12.21 00:54:32.775971 [ 263 ] {7c5da6b4-3112-482f-84e4-8ca6907272e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11049 | 2024.12.21 00:54:32.776056 [ 263 ] {7c5da6b4-3112-482f-84e4-8ca6907272e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11050 | 2024.12.21 00:54:32.776873 [ 263 ] {7c5da6b4-3112-482f-84e4-8ca6907272e6} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11051 | 2024.12.21 00:54:32.776928 [ 263 ] {7c5da6b4-3112-482f-84e4-8ca6907272e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11052 | 2024.12.21 00:54:32.777364 [ 263 ] {7c5da6b4-3112-482f-84e4-8ca6907272e6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11053 | 2024.12.21 00:54:32.777611 [ 263 ] {7c5da6b4-3112-482f-84e4-8ca6907272e6} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11054 | 2024.12.21 00:54:32.777900 [ 263 ] {7c5da6b4-3112-482f-84e4-8ca6907272e6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001988 sec., 2012.0724346076456 rows/sec., 164.07 KiB/sec. | ||
| 11055 | 2024.12.21 00:54:32.778127 [ 263 ] {7c5da6b4-3112-482f-84e4-8ca6907272e6} <Debug> TCPHandler: Processed in 0.002509156 sec. | ||
| 11056 | 2024.12.21 00:54:32.778309 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11057 | 2024.12.21 00:54:32.778439 [ 260 ] {8551e757-c929-4ed1-a551-43da34dccb81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11058 | 2024.12.21 00:54:32.778501 [ 260 ] {8551e757-c929-4ed1-a551-43da34dccb81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11059 | 2024.12.21 00:54:32.780049 [ 260 ] {8551e757-c929-4ed1-a551-43da34dccb81} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11060 | 2024.12.21 00:54:32.780092 [ 260 ] {8551e757-c929-4ed1-a551-43da34dccb81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11061 | 2024.12.21 00:54:32.780576 [ 260 ] {8551e757-c929-4ed1-a551-43da34dccb81} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11062 | 2024.12.21 00:54:32.780846 [ 260 ] {8551e757-c929-4ed1-a551-43da34dccb81} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11063 | 2024.12.21 00:54:32.780993 [ 73 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11064 | 2024.12.21 00:54:32.781043 [ 73 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11065 | 2024.12.21 00:54:32.781047 [ 260 ] {8551e757-c929-4ed1-a551-43da34dccb81} <Debug> executeQuery: Read 1369 rows, 116.58 KiB in 0.002636 sec., 519347.4962063733 rows/sec., 43.19 MiB/sec. | ||
| 11066 | 2024.12.21 00:54:32.781071 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11067 | 2024.12.21 00:54:32.781171 [ 260 ] {8551e757-c929-4ed1-a551-43da34dccb81} <Debug> TCPHandler: Processed in 0.002921164 sec. | ||
| 11068 | 2024.12.21 00:54:32.781339 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 11069 | 2024.12.21 00:54:32.781368 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11070 | 2024.12.21 00:54:32.781501 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11071 | 2024.12.21 00:54:32.781530 [ 263 ] {b622f8c2-12b1-4253-a5e4-9f1772c4ae90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11072 | 2024.12.21 00:54:32.781542 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1432 rows starting from the beginning of the part | ||
| 11073 | 2024.12.21 00:54:32.781606 [ 263 ] {b622f8c2-12b1-4253-a5e4-9f1772c4ae90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11074 | 2024.12.21 00:54:32.781652 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 227 rows starting from the beginning of the part | ||
| 11075 | 2024.12.21 00:54:32.782035 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 113 rows starting from the beginning of the part | ||
| 11076 | 2024.12.21 00:54:32.782418 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 227 rows starting from the beginning of the part | ||
| 11077 | 2024.12.21 00:54:32.782644 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 110 rows starting from the beginning of the part | ||
| 11078 | 2024.12.21 00:54:32.782862 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1369 rows starting from the beginning of the part | ||
| 11079 | 2024.12.21 00:54:32.783710 [ 263 ] {b622f8c2-12b1-4253-a5e4-9f1772c4ae90} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11080 | 2024.12.21 00:54:32.783758 [ 263 ] {b622f8c2-12b1-4253-a5e4-9f1772c4ae90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11081 | 2024.12.21 00:54:32.784312 [ 263 ] {b622f8c2-12b1-4253-a5e4-9f1772c4ae90} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11082 | 2024.12.21 00:54:32.784598 [ 263 ] {b622f8c2-12b1-4253-a5e4-9f1772c4ae90} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11083 | 2024.12.21 00:54:32.784842 [ 263 ] {b622f8c2-12b1-4253-a5e4-9f1772c4ae90} <Debug> executeQuery: Read 23 rows, 1.64 KiB in 0.003361 sec., 6843.201428146385 rows/sec., 487.26 KiB/sec. | ||
| 11084 | 2024.12.21 00:54:32.784913 [ 263 ] {b622f8c2-12b1-4253-a5e4-9f1772c4ae90} <Debug> TCPHandler: Processed in 0.003612097 sec. | ||
| 11085 | 2024.12.21 00:54:32.785073 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11086 | 2024.12.21 00:54:32.785401 [ 260 ] {485661fd-d116-4a90-8dbf-ed8e92dc4128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11087 | 2024.12.21 00:54:32.785557 [ 260 ] {485661fd-d116-4a90-8dbf-ed8e92dc4128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11088 | 2024.12.21 00:54:32.785607 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3478 rows, containing 5 columns (5 merged, 0 gathered) in 0.004417712 sec., 787285.3640074319 rows/sec., 69.02 MiB/sec. | ||
| 11089 | 2024.12.21 00:54:32.785939 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11090 | 2024.12.21 00:54:32.786497 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_86_17} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11091 | 2024.12.21 00:54:32.786694 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_86_17} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11092 | 2024.12.21 00:54:32.786875 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 11093 | 2024.12.21 00:54:32.787028 [ 260 ] {485661fd-d116-4a90-8dbf-ed8e92dc4128} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11094 | 2024.12.21 00:54:32.787074 [ 260 ] {485661fd-d116-4a90-8dbf-ed8e92dc4128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11095 | 2024.12.21 00:54:32.787461 [ 260 ] {485661fd-d116-4a90-8dbf-ed8e92dc4128} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11096 | 2024.12.21 00:54:32.787713 [ 260 ] {485661fd-d116-4a90-8dbf-ed8e92dc4128} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11097 | 2024.12.21 00:54:32.787954 [ 260 ] {485661fd-d116-4a90-8dbf-ed8e92dc4128} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00266 sec., 90977.44360902255 rows/sec., 6.16 MiB/sec. | ||
| 11098 | 2024.12.21 00:54:32.788149 [ 260 ] {485661fd-d116-4a90-8dbf-ed8e92dc4128} <Debug> TCPHandler: Processed in 0.003142078 sec. | ||
| 11099 | 2024.12.21 00:54:32.788343 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11100 | 2024.12.21 00:54:32.788462 [ 263 ] {c072dcdf-9400-4e39-a2a9-6b1e86168be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11101 | 2024.12.21 00:54:32.788510 [ 263 ] {c072dcdf-9400-4e39-a2a9-6b1e86168be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11102 | 2024.12.21 00:54:32.789073 [ 263 ] {c072dcdf-9400-4e39-a2a9-6b1e86168be0} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11103 | 2024.12.21 00:54:32.789112 [ 263 ] {c072dcdf-9400-4e39-a2a9-6b1e86168be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11104 | 2024.12.21 00:54:32.789472 [ 263 ] {c072dcdf-9400-4e39-a2a9-6b1e86168be0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11105 | 2024.12.21 00:54:32.789714 [ 263 ] {c072dcdf-9400-4e39-a2a9-6b1e86168be0} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11106 | 2024.12.21 00:54:32.789966 [ 263 ] {c072dcdf-9400-4e39-a2a9-6b1e86168be0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001524 sec., 8530.18372703412 rows/sec., 531.85 KiB/sec. | ||
| 11107 | 2024.12.21 00:54:32.790148 [ 263 ] {c072dcdf-9400-4e39-a2a9-6b1e86168be0} <Debug> TCPHandler: Processed in 0.001885735 sec. | ||
| 11108 | 2024.12.21 00:54:32.790363 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11109 | 2024.12.21 00:54:32.790488 [ 260 ] {e42e934a-3b2c-40cf-8505-58ef6dad0f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11110 | 2024.12.21 00:54:32.790548 [ 260 ] {e42e934a-3b2c-40cf-8505-58ef6dad0f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11111 | 2024.12.21 00:54:32.791616 [ 260 ] {e42e934a-3b2c-40cf-8505-58ef6dad0f05} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11112 | 2024.12.21 00:54:32.791656 [ 260 ] {e42e934a-3b2c-40cf-8505-58ef6dad0f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11113 | 2024.12.21 00:54:32.792066 [ 260 ] {e42e934a-3b2c-40cf-8505-58ef6dad0f05} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11114 | 2024.12.21 00:54:32.792322 [ 260 ] {e42e934a-3b2c-40cf-8505-58ef6dad0f05} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11115 | 2024.12.21 00:54:32.792461 [ 73 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11116 | 2024.12.21 00:54:32.792497 [ 73 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11117 | 2024.12.21 00:54:32.792513 [ 260 ] {e42e934a-3b2c-40cf-8505-58ef6dad0f05} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.002055 sec., 415571.7761557178 rows/sec., 30.06 MiB/sec. | ||
| 11118 | 2024.12.21 00:54:32.792526 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11119 | 2024.12.21 00:54:32.792634 [ 260 ] {e42e934a-3b2c-40cf-8505-58ef6dad0f05} <Debug> TCPHandler: Processed in 0.002375264 sec. | ||
| 11120 | 2024.12.21 00:54:32.792783 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 11121 | 2024.12.21 00:54:32.792855 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11122 | 2024.12.21 00:54:32.793222 [ 263 ] {8dc53413-39b0-4436-a503-3275cd996ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11123 | 2024.12.21 00:54:32.793363 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11124 | 2024.12.21 00:54:32.793393 [ 263 ] {8dc53413-39b0-4436-a503-3275cd996ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11125 | 2024.12.21 00:54:32.793567 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 913 rows starting from the beginning of the part | ||
| 11126 | 2024.12.21 00:54:32.794185 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 394 rows starting from the beginning of the part | ||
| 11127 | 2024.12.21 00:54:32.794933 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 97 rows starting from the beginning of the part | ||
| 11128 | 2024.12.21 00:54:32.795516 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 394 rows starting from the beginning of the part | ||
| 11129 | 2024.12.21 00:54:32.795752 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 91 rows starting from the beginning of the part | ||
| 11130 | 2024.12.21 00:54:32.796119 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 854 rows starting from the beginning of the part | ||
| 11131 | 2024.12.21 00:54:32.796776 [ 263 ] {8dc53413-39b0-4436-a503-3275cd996ff2} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11132 | 2024.12.21 00:54:32.796841 [ 263 ] {8dc53413-39b0-4436-a503-3275cd996ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11133 | 2024.12.21 00:54:32.797704 [ 263 ] {8dc53413-39b0-4436-a503-3275cd996ff2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11134 | 2024.12.21 00:54:32.798259 [ 263 ] {8dc53413-39b0-4436-a503-3275cd996ff2} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11135 | 2024.12.21 00:54:32.798546 [ 73 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 11136 | 2024.12.21 00:54:32.798635 [ 73 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11137 | 2024.12.21 00:54:32.798674 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11138 | 2024.12.21 00:54:32.798727 [ 263 ] {8dc53413-39b0-4436-a503-3275cd996ff2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00563 sec., 1065.7193605683838 rows/sec., 55.68 KiB/sec. | ||
| 11139 | 2024.12.21 00:54:32.799007 [ 263 ] {8dc53413-39b0-4436-a503-3275cd996ff2} <Debug> TCPHandler: Processed in 0.006264536 sec. | ||
| 11140 | 2024.12.21 00:54:32.799048 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 11141 | 2024.12.21 00:54:32.799331 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11142 | 2024.12.21 00:54:32.799783 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11143 | 2024.12.21 00:54:32.799911 [ 260 ] {9baa22f8-5457-4340-9860-8e3b115ad99e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11144 | 2024.12.21 00:54:32.799927 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2743 rows, containing 5 columns (5 merged, 0 gathered) in 0.007320675 sec., 374692.2244191963 rows/sec., 28.59 MiB/sec. | ||
| 11145 | 2024.12.21 00:54:32.799935 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 11146 | 2024.12.21 00:54:32.800051 [ 260 ] {9baa22f8-5457-4340-9860-8e3b115ad99e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11147 | 2024.12.21 00:54:32.800325 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11148 | 2024.12.21 00:54:32.800436 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 11149 | 2024.12.21 00:54:32.801105 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 11150 | 2024.12.21 00:54:32.801475 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_86_17} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11151 | 2024.12.21 00:54:32.801876 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_86_17} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11152 | 2024.12.21 00:54:32.801955 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 11153 | 2024.12.21 00:54:32.802111 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 11154 | 2024.12.21 00:54:32.802270 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 11155 | 2024.12.21 00:54:32.802644 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 11156 | 2024.12.21 00:54:32.803474 [ 260 ] {9baa22f8-5457-4340-9860-8e3b115ad99e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11157 | 2024.12.21 00:54:32.803537 [ 260 ] {9baa22f8-5457-4340-9860-8e3b115ad99e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11158 | 2024.12.21 00:54:32.804700 [ 260 ] {9baa22f8-5457-4340-9860-8e3b115ad99e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11159 | 2024.12.21 00:54:32.805157 [ 192 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.006371619 sec., 33900.33208200302 rows/sec., 1.73 MiB/sec. | ||
| 11160 | 2024.12.21 00:54:32.805325 [ 260 ] {9baa22f8-5457-4340-9860-8e3b115ad99e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11161 | 2024.12.21 00:54:32.805366 [ 192 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 11162 | 2024.12.21 00:54:32.805617 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11163 | 2024.12.21 00:54:32.805700 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11164 | 2024.12.21 00:54:32.805762 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11165 | 2024.12.21 00:54:32.805827 [ 260 ] {9baa22f8-5457-4340-9860-8e3b115ad99e} <Debug> executeQuery: Read 917 rows, 62.63 KiB in 0.006071 sec., 151045.95618514248 rows/sec., 10.08 MiB/sec. | ||
| 11166 | 2024.12.21 00:54:32.806174 [ 260 ] {9baa22f8-5457-4340-9860-8e3b115ad99e} <Debug> TCPHandler: Processed in 0.00700871 sec. | ||
| 11167 | 2024.12.21 00:54:32.806227 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 11168 | 2024.12.21 00:54:32.806279 [ 191 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_36_7} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11169 | 2024.12.21 00:54:32.806453 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11170 | 2024.12.21 00:54:32.806621 [ 191 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_36_7} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 11171 | 2024.12.21 00:54:32.806697 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11172 | 2024.12.21 00:54:32.806815 [ 263 ] {d1c86612-e7c3-4776-80a4-54281e24ce3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11173 | 2024.12.21 00:54:32.806842 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23497 rows starting from the beginning of the part | ||
| 11174 | 2024.12.21 00:54:32.806943 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11175 | 2024.12.21 00:54:32.807015 [ 263 ] {d1c86612-e7c3-4776-80a4-54281e24ce3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11176 | 2024.12.21 00:54:32.807275 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 11177 | 2024.12.21 00:54:32.807663 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 163 rows starting from the beginning of the part | ||
| 11178 | 2024.12.21 00:54:32.808003 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 237 rows starting from the beginning of the part | ||
| 11179 | 2024.12.21 00:54:32.808311 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part | ||
| 11180 | 2024.12.21 00:54:32.808526 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 917 rows starting from the beginning of the part | ||
| 11181 | 2024.12.21 00:54:32.809327 [ 263 ] {d1c86612-e7c3-4776-80a4-54281e24ce3b} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11182 | 2024.12.21 00:54:32.809388 [ 263 ] {d1c86612-e7c3-4776-80a4-54281e24ce3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11183 | 2024.12.21 00:54:32.810036 [ 263 ] {d1c86612-e7c3-4776-80a4-54281e24ce3b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11184 | 2024.12.21 00:54:32.810342 [ 263 ] {d1c86612-e7c3-4776-80a4-54281e24ce3b} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11185 | 2024.12.21 00:54:32.810803 [ 263 ] {d1c86612-e7c3-4776-80a4-54281e24ce3b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004073 sec., 245.51927326295112 rows/sec., 16.54 KiB/sec. | ||
| 11186 | 2024.12.21 00:54:32.811259 [ 263 ] {d1c86612-e7c3-4776-80a4-54281e24ce3b} <Debug> TCPHandler: Processed in 0.004957682 sec. | ||
| 11187 | 2024.12.21 00:54:32.811637 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11188 | 2024.12.21 00:54:32.811946 [ 260 ] {48ffb43c-0cc4-4872-a751-2abe2c90fbcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11189 | 2024.12.21 00:54:32.812180 [ 260 ] {48ffb43c-0cc4-4872-a751-2abe2c90fbcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11190 | 2024.12.21 00:54:32.814010 [ 260 ] {48ffb43c-0cc4-4872-a751-2abe2c90fbcc} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11191 | 2024.12.21 00:54:32.814050 [ 260 ] {48ffb43c-0cc4-4872-a751-2abe2c90fbcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11192 | 2024.12.21 00:54:32.814857 [ 260 ] {48ffb43c-0cc4-4872-a751-2abe2c90fbcc} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11193 | 2024.12.21 00:54:32.815231 [ 260 ] {48ffb43c-0cc4-4872-a751-2abe2c90fbcc} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11194 | 2024.12.21 00:54:32.815567 [ 260 ] {48ffb43c-0cc4-4872-a751-2abe2c90fbcc} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00374 sec., 3208.5561497326203 rows/sec., 5.75 MiB/sec. | ||
| 11195 | 2024.12.21 00:54:32.815709 [ 260 ] {48ffb43c-0cc4-4872-a751-2abe2c90fbcc} <Debug> TCPHandler: Processed in 0.004304929 sec. | ||
| 11196 | 2024.12.21 00:54:32.815894 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11197 | 2024.12.21 00:54:32.816053 [ 263 ] {4e4adb7e-d2e0-4b2b-b2cf-efaa848a84af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11198 | 2024.12.21 00:54:32.816103 [ 263 ] {4e4adb7e-d2e0-4b2b-b2cf-efaa848a84af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11199 | 2024.12.21 00:54:32.816725 [ 263 ] {4e4adb7e-d2e0-4b2b-b2cf-efaa848a84af} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11200 | 2024.12.21 00:54:32.816763 [ 263 ] {4e4adb7e-d2e0-4b2b-b2cf-efaa848a84af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11201 | 2024.12.21 00:54:32.817363 [ 263 ] {4e4adb7e-d2e0-4b2b-b2cf-efaa848a84af} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11202 | 2024.12.21 00:54:32.817790 [ 263 ] {4e4adb7e-d2e0-4b2b-b2cf-efaa848a84af} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11203 | 2024.12.21 00:54:32.818151 [ 72 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11204 | 2024.12.21 00:54:32.818244 [ 72 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11205 | 2024.12.21 00:54:32.818302 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11206 | 2024.12.21 00:54:32.818335 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25211 rows, containing 5 columns (5 merged, 0 gathered) in 0.012453071 sec., 2024480.547810255 rows/sec., 136.77 MiB/sec. | ||
| 11207 | 2024.12.21 00:54:32.818494 [ 263 ] {4e4adb7e-d2e0-4b2b-b2cf-efaa848a84af} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.002408 sec., 27408.637873754153 rows/sec., 1.71 MiB/sec. | ||
| 11208 | 2024.12.21 00:54:32.818827 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 11209 | 2024.12.21 00:54:32.818974 [ 263 ] {4e4adb7e-d2e0-4b2b-b2cf-efaa848a84af} <Debug> TCPHandler: Processed in 0.003145928 sec. | ||
| 11210 | 2024.12.21 00:54:32.818980 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11211 | 2024.12.21 00:54:32.819625 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11212 | 2024.12.21 00:54:32.819739 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4914 rows starting from the beginning of the part | ||
| 11213 | 2024.12.21 00:54:32.820120 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 11214 | 2024.12.21 00:54:32.820487 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11215 | 2024.12.21 00:54:32.820596 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 11216 | 2024.12.21 00:54:32.820937 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11217 | 2024.12.21 00:54:32.820999 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
| 11218 | 2024.12.21 00:54:32.821322 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 11219 | 2024.12.21 00:54:32.821427 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
| 11220 | 2024.12.21 00:54:32.821840 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 66 rows starting from the beginning of the part | ||
| 11221 | 2024.12.21 00:54:32.824068 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5264 rows, containing 4 columns (4 merged, 0 gathered) in 0.005613924 sec., 937668.5541165145 rows/sec., 61.21 MiB/sec. | ||
| 11222 | 2024.12.21 00:54:32.824444 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11223 | 2024.12.21 00:54:32.824740 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_86_17} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11224 | 2024.12.21 00:54:32.824828 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_86_17} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11225 | 2024.12.21 00:54:32.824920 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 11226 | 2024.12.21 00:54:33.991337 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11227 | 2024.12.21 00:54:33.991533 [ 260 ] {d95126dd-b9cf-4a9e-ba34-73d066efd21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11228 | 2024.12.21 00:54:33.991609 [ 260 ] {d95126dd-b9cf-4a9e-ba34-73d066efd21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11229 | 2024.12.21 00:54:33.992412 [ 260 ] {d95126dd-b9cf-4a9e-ba34-73d066efd21e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11230 | 2024.12.21 00:54:33.992461 [ 260 ] {d95126dd-b9cf-4a9e-ba34-73d066efd21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11231 | 2024.12.21 00:54:33.992897 [ 260 ] {d95126dd-b9cf-4a9e-ba34-73d066efd21e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11232 | 2024.12.21 00:54:33.993159 [ 260 ] {d95126dd-b9cf-4a9e-ba34-73d066efd21e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11233 | 2024.12.21 00:54:33.993424 [ 260 ] {d95126dd-b9cf-4a9e-ba34-73d066efd21e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001944 sec., 28806.584362139918 rows/sec., 2.20 MiB/sec. | ||
| 11234 | 2024.12.21 00:54:33.993501 [ 260 ] {d95126dd-b9cf-4a9e-ba34-73d066efd21e} <Debug> TCPHandler: Processed in 0.002301923 sec. | ||
| 11235 | 2024.12.21 00:54:33.993796 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11236 | 2024.12.21 00:54:33.994008 [ 263 ] {886244f9-91fc-4c00-86b7-9da4b869d228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11237 | 2024.12.21 00:54:33.994091 [ 263 ] {886244f9-91fc-4c00-86b7-9da4b869d228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11238 | 2024.12.21 00:54:33.994925 [ 263 ] {886244f9-91fc-4c00-86b7-9da4b869d228} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11239 | 2024.12.21 00:54:33.994970 [ 263 ] {886244f9-91fc-4c00-86b7-9da4b869d228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11240 | 2024.12.21 00:54:33.995423 [ 263 ] {886244f9-91fc-4c00-86b7-9da4b869d228} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11241 | 2024.12.21 00:54:33.995676 [ 263 ] {886244f9-91fc-4c00-86b7-9da4b869d228} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11242 | 2024.12.21 00:54:33.995911 [ 263 ] {886244f9-91fc-4c00-86b7-9da4b869d228} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001961 sec., 32636.40999490056 rows/sec., 2.55 MiB/sec. | ||
| 11243 | 2024.12.21 00:54:33.995996 [ 263 ] {886244f9-91fc-4c00-86b7-9da4b869d228} <Debug> TCPHandler: Processed in 0.002367083 sec. | ||
| 11244 | 2024.12.21 00:54:33.996228 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11245 | 2024.12.21 00:54:33.996375 [ 260 ] {f5ae4b6e-e269-4ee8-9246-6df456f6dd83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11246 | 2024.12.21 00:54:33.996435 [ 260 ] {f5ae4b6e-e269-4ee8-9246-6df456f6dd83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11247 | 2024.12.21 00:54:33.997003 [ 260 ] {f5ae4b6e-e269-4ee8-9246-6df456f6dd83} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11248 | 2024.12.21 00:54:33.997047 [ 260 ] {f5ae4b6e-e269-4ee8-9246-6df456f6dd83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11249 | 2024.12.21 00:54:33.997464 [ 260 ] {f5ae4b6e-e269-4ee8-9246-6df456f6dd83} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11250 | 2024.12.21 00:54:33.997716 [ 260 ] {f5ae4b6e-e269-4ee8-9246-6df456f6dd83} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11251 | 2024.12.21 00:54:33.997942 [ 260 ] {f5ae4b6e-e269-4ee8-9246-6df456f6dd83} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001598 sec., 26282.853566958696 rows/sec., 1.83 MiB/sec. | ||
| 11252 | 2024.12.21 00:54:33.998072 [ 260 ] {f5ae4b6e-e269-4ee8-9246-6df456f6dd83} <Debug> TCPHandler: Processed in 0.001947446 sec. | ||
| 11253 | 2024.12.21 00:54:33.998244 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11254 | 2024.12.21 00:54:33.998387 [ 263 ] {71496ee5-2ab8-499f-9f3e-d32ad2af22cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11255 | 2024.12.21 00:54:33.998448 [ 263 ] {71496ee5-2ab8-499f-9f3e-d32ad2af22cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11256 | 2024.12.21 00:54:33.999037 [ 263 ] {71496ee5-2ab8-499f-9f3e-d32ad2af22cf} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11257 | 2024.12.21 00:54:33.999077 [ 263 ] {71496ee5-2ab8-499f-9f3e-d32ad2af22cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 11258 | 2024.12.21 00:54:33.999503 [ 263 ] {71496ee5-2ab8-499f-9f3e-d32ad2af22cf} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11259 | 2024.12.21 00:54:33.999759 [ 263 ] {71496ee5-2ab8-499f-9f3e-d32ad2af22cf} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11260 | 2024.12.21 00:54:33.999969 [ 263 ] {71496ee5-2ab8-499f-9f3e-d32ad2af22cf} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.00161 sec., 9937.888198757762 rows/sec., 689.05 KiB/sec. | ||
| 11261 | 2024.12.21 00:54:34.000098 [ 263 ] {71496ee5-2ab8-499f-9f3e-d32ad2af22cf} <Debug> TCPHandler: Processed in 0.001915015 sec. | ||
| 11262 | 2024.12.21 00:54:35.008920 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 11263 | 2024.12.21 00:54:35.009645 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11264 | 2024.12.21 00:54:35.009682 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11265 | 2024.12.21 00:54:35.010214 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11266 | 2024.12.21 00:54:35.010482 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11267 | 2024.12.21 00:54:35.010761 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 11268 | 2024.12.21 00:54:36.787029 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 11269 | 2024.12.21 00:54:36.808084 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11270 | 2024.12.21 00:54:36.808143 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11271 | 2024.12.21 00:54:36.815616 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11272 | 2024.12.21 00:54:36.816414 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11273 | 2024.12.21 00:54:36.821208 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 11274 | 2024.12.21 00:54:38.999120 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11275 | 2024.12.21 00:54:38.999400 [ 260 ] {27130f20-6d17-47e4-b6f4-a84754685072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11276 | 2024.12.21 00:54:38.999481 [ 260 ] {27130f20-6d17-47e4-b6f4-a84754685072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11277 | 2024.12.21 00:54:39.000459 [ 260 ] {27130f20-6d17-47e4-b6f4-a84754685072} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11278 | 2024.12.21 00:54:39.000517 [ 260 ] {27130f20-6d17-47e4-b6f4-a84754685072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11279 | 2024.12.21 00:54:39.000977 [ 260 ] {27130f20-6d17-47e4-b6f4-a84754685072} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11280 | 2024.12.21 00:54:39.001256 [ 260 ] {27130f20-6d17-47e4-b6f4-a84754685072} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11281 | 2024.12.21 00:54:39.001547 [ 260 ] {27130f20-6d17-47e4-b6f4-a84754685072} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.0022 sec., 50000 rows/sec., 4.19 MiB/sec. | ||
| 11282 | 2024.12.21 00:54:39.001640 [ 260 ] {27130f20-6d17-47e4-b6f4-a84754685072} <Debug> TCPHandler: Processed in 0.00269278 sec. | ||
| 11283 | 2024.12.21 00:54:39.001950 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11284 | 2024.12.21 00:54:39.002136 [ 263 ] {49eed49b-fc69-421b-8115-8dc9a1516115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11285 | 2024.12.21 00:54:39.002217 [ 263 ] {49eed49b-fc69-421b-8115-8dc9a1516115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11286 | 2024.12.21 00:54:39.003054 [ 263 ] {49eed49b-fc69-421b-8115-8dc9a1516115} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11287 | 2024.12.21 00:54:39.003105 [ 263 ] {49eed49b-fc69-421b-8115-8dc9a1516115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11288 | 2024.12.21 00:54:39.003546 [ 263 ] {49eed49b-fc69-421b-8115-8dc9a1516115} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11289 | 2024.12.21 00:54:39.003835 [ 263 ] {49eed49b-fc69-421b-8115-8dc9a1516115} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11290 | 2024.12.21 00:54:39.004115 [ 263 ] {49eed49b-fc69-421b-8115-8dc9a1516115} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002023 sec., 13346.515076618882 rows/sec., 1003.60 KiB/sec. | ||
| 11291 | 2024.12.21 00:54:39.004254 [ 263 ] {49eed49b-fc69-421b-8115-8dc9a1516115} <Debug> TCPHandler: Processed in 0.002442225 sec. | ||
| 11292 | 2024.12.21 00:54:39.004499 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11293 | 2024.12.21 00:54:39.004710 [ 260 ] {27d25a06-a926-4ca7-a5ce-5b24b3b13af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11294 | 2024.12.21 00:54:39.004764 [ 260 ] {27d25a06-a926-4ca7-a5ce-5b24b3b13af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11295 | 2024.12.21 00:54:39.005444 [ 260 ] {27d25a06-a926-4ca7-a5ce-5b24b3b13af5} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11296 | 2024.12.21 00:54:39.005488 [ 260 ] {27d25a06-a926-4ca7-a5ce-5b24b3b13af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11297 | 2024.12.21 00:54:39.005918 [ 260 ] {27d25a06-a926-4ca7-a5ce-5b24b3b13af5} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11298 | 2024.12.21 00:54:39.006188 [ 260 ] {27d25a06-a926-4ca7-a5ce-5b24b3b13af5} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11299 | 2024.12.21 00:54:39.006430 [ 260 ] {27d25a06-a926-4ca7-a5ce-5b24b3b13af5} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001758 sec., 51763.36746302617 rows/sec., 4.04 MiB/sec. | ||
| 11300 | 2024.12.21 00:54:39.006508 [ 260 ] {27d25a06-a926-4ca7-a5ce-5b24b3b13af5} <Debug> TCPHandler: Processed in 0.00214898 sec. | ||
| 11301 | 2024.12.21 00:54:39.006727 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11302 | 2024.12.21 00:54:39.006905 [ 263 ] {b76496b0-4e17-43dd-8377-79d6cc86576b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11303 | 2024.12.21 00:54:39.006979 [ 263 ] {b76496b0-4e17-43dd-8377-79d6cc86576b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11304 | 2024.12.21 00:54:39.007688 [ 263 ] {b76496b0-4e17-43dd-8377-79d6cc86576b} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11305 | 2024.12.21 00:54:39.007734 [ 263 ] {b76496b0-4e17-43dd-8377-79d6cc86576b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11306 | 2024.12.21 00:54:39.008179 [ 263 ] {b76496b0-4e17-43dd-8377-79d6cc86576b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11307 | 2024.12.21 00:54:39.008432 [ 263 ] {b76496b0-4e17-43dd-8377-79d6cc86576b} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11308 | 2024.12.21 00:54:39.008686 [ 263 ] {b76496b0-4e17-43dd-8377-79d6cc86576b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001818 sec., 88008.800880088 rows/sec., 6.13 MiB/sec. | ||
| 11309 | 2024.12.21 00:54:39.008771 [ 263 ] {b76496b0-4e17-43dd-8377-79d6cc86576b} <Debug> TCPHandler: Processed in 0.00216653 sec. | ||
| 11310 | 2024.12.21 00:54:39.008938 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11311 | 2024.12.21 00:54:39.009065 [ 260 ] {de0f37a8-d339-47ab-b790-886e21c22ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11312 | 2024.12.21 00:54:39.009151 [ 260 ] {de0f37a8-d339-47ab-b790-886e21c22ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11313 | 2024.12.21 00:54:39.010348 [ 260 ] {de0f37a8-d339-47ab-b790-886e21c22ef8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11314 | 2024.12.21 00:54:39.010389 [ 260 ] {de0f37a8-d339-47ab-b790-886e21c22ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11315 | 2024.12.21 00:54:39.011053 [ 260 ] {de0f37a8-d339-47ab-b790-886e21c22ef8} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11316 | 2024.12.21 00:54:39.011317 [ 260 ] {de0f37a8-d339-47ab-b790-886e21c22ef8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11317 | 2024.12.21 00:54:39.011560 [ 260 ] {de0f37a8-d339-47ab-b790-886e21c22ef8} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002524 sec., 10697.305863708398 rows/sec., 19.17 MiB/sec. | ||
| 11318 | 2024.12.21 00:54:39.011671 [ 260 ] {de0f37a8-d339-47ab-b790-886e21c22ef8} <Debug> TCPHandler: Processed in 0.002790771 sec. | ||
| 11319 | 2024.12.21 00:54:39.011829 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11320 | 2024.12.21 00:54:39.011961 [ 263 ] {e44f6a48-54b6-4057-8000-56bee09c345a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11321 | 2024.12.21 00:54:39.012019 [ 263 ] {e44f6a48-54b6-4057-8000-56bee09c345a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11322 | 2024.12.21 00:54:39.012556 [ 263 ] {e44f6a48-54b6-4057-8000-56bee09c345a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11323 | 2024.12.21 00:54:39.012597 [ 263 ] {e44f6a48-54b6-4057-8000-56bee09c345a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11324 | 2024.12.21 00:54:39.012990 [ 263 ] {e44f6a48-54b6-4057-8000-56bee09c345a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11325 | 2024.12.21 00:54:39.013240 [ 263 ] {e44f6a48-54b6-4057-8000-56bee09c345a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11326 | 2024.12.21 00:54:39.013460 [ 263 ] {e44f6a48-54b6-4057-8000-56bee09c345a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec. | ||
| 11327 | 2024.12.21 00:54:39.013529 [ 263 ] {e44f6a48-54b6-4057-8000-56bee09c345a} <Debug> TCPHandler: Processed in 0.001761573 sec. | ||
| 11328 | 2024.12.21 00:54:42.279130 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11329 | 2024.12.21 00:54:42.279186 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11330 | 2024.12.21 00:54:42.510904 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 11331 | 2024.12.21 00:54:42.511867 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11332 | 2024.12.21 00:54:42.511917 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11333 | 2024.12.21 00:54:42.512450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11334 | 2024.12.21 00:54:42.512719 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11335 | 2024.12.21 00:54:42.512983 [ 55 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11336 | 2024.12.21 00:54:42.513014 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 11337 | 2024.12.21 00:54:42.513106 [ 55 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11338 | 2024.12.21 00:54:42.513157 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11339 | 2024.12.21 00:54:42.513389 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 11340 | 2024.12.21 00:54:42.513653 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11341 | 2024.12.21 00:54:42.513728 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
| 11342 | 2024.12.21 00:54:42.513832 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
| 11343 | 2024.12.21 00:54:42.513935 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
| 11344 | 2024.12.21 00:54:42.514206 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
| 11345 | 2024.12.21 00:54:42.514392 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
| 11346 | 2024.12.21 00:54:42.514604 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 11347 | 2024.12.21 00:54:42.517340 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004064845 sec., 6317830.077161614 rows/sec., 90.38 MiB/sec. | ||
| 11348 | 2024.12.21 00:54:42.517715 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11349 | 2024.12.21 00:54:42.518065 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_56_11} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11350 | 2024.12.21 00:54:42.518146 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_56_11} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11351 | 2024.12.21 00:54:42.518254 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
| 11352 | 2024.12.21 00:54:42.634131 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1598 | ||
| 11353 | 2024.12.21 00:54:42.637520 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11354 | 2024.12.21 00:54:42.637575 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11355 | 2024.12.21 00:54:42.639039 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11356 | 2024.12.21 00:54:42.639358 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11357 | 2024.12.21 00:54:42.640369 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1598 | ||
| 11358 | 2024.12.21 00:54:44.003469 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11359 | 2024.12.21 00:54:44.003673 [ 260 ] {7220911d-c7a5-40a9-9d31-da9e7b0468dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11360 | 2024.12.21 00:54:44.003751 [ 260 ] {7220911d-c7a5-40a9-9d31-da9e7b0468dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11361 | 2024.12.21 00:54:44.004520 [ 260 ] {7220911d-c7a5-40a9-9d31-da9e7b0468dd} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11362 | 2024.12.21 00:54:44.004573 [ 260 ] {7220911d-c7a5-40a9-9d31-da9e7b0468dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11363 | 2024.12.21 00:54:44.005123 [ 260 ] {7220911d-c7a5-40a9-9d31-da9e7b0468dd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11364 | 2024.12.21 00:54:44.005419 [ 260 ] {7220911d-c7a5-40a9-9d31-da9e7b0468dd} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11365 | 2024.12.21 00:54:44.005632 [ 56 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11366 | 2024.12.21 00:54:44.005699 [ 260 ] {7220911d-c7a5-40a9-9d31-da9e7b0468dd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002079 sec., 6734.0067340067335 rows/sec., 484.76 KiB/sec. | ||
| 11367 | 2024.12.21 00:54:44.005725 [ 56 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11368 | 2024.12.21 00:54:44.005792 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11369 | 2024.12.21 00:54:44.005842 [ 260 ] {7220911d-c7a5-40a9-9d31-da9e7b0468dd} <Debug> TCPHandler: Processed in 0.002505866 sec. | ||
| 11370 | 2024.12.21 00:54:44.006048 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 11371 | 2024.12.21 00:54:44.006135 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11372 | 2024.12.21 00:54:44.006236 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11373 | 2024.12.21 00:54:44.006321 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 11374 | 2024.12.21 00:54:44.006423 [ 263 ] {23faca89-6d35-48b7-a4b6-522d467503df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11375 | 2024.12.21 00:54:44.006543 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 11376 | 2024.12.21 00:54:44.006597 [ 263 ] {23faca89-6d35-48b7-a4b6-522d467503df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11377 | 2024.12.21 00:54:44.006834 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 11378 | 2024.12.21 00:54:44.007204 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 11379 | 2024.12.21 00:54:44.007563 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 11380 | 2024.12.21 00:54:44.009469 [ 263 ] {23faca89-6d35-48b7-a4b6-522d467503df} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11381 | 2024.12.21 00:54:44.009541 [ 263 ] {23faca89-6d35-48b7-a4b6-522d467503df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11382 | 2024.12.21 00:54:44.010406 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004485264 sec., 15606.66217194796 rows/sec., 1.16 MiB/sec. | ||
| 11383 | 2024.12.21 00:54:44.010631 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11384 | 2024.12.21 00:54:44.010637 [ 263 ] {23faca89-6d35-48b7-a4b6-522d467503df} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11385 | 2024.12.21 00:54:44.011166 [ 263 ] {23faca89-6d35-48b7-a4b6-522d467503df} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11386 | 2024.12.21 00:54:44.011181 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_37_9} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11387 | 2024.12.21 00:54:44.011344 [ 198 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_37_9} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11388 | 2024.12.21 00:54:44.011543 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11389 | 2024.12.21 00:54:44.011627 [ 263 ] {23faca89-6d35-48b7-a4b6-522d467503df} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.005315 sec., 42709.31326434619 rows/sec., 3.73 MiB/sec. | ||
| 11390 | 2024.12.21 00:54:44.011719 [ 263 ] {23faca89-6d35-48b7-a4b6-522d467503df} <Debug> TCPHandler: Processed in 0.005731816 sec. | ||
| 11391 | 2024.12.21 00:54:44.011897 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11392 | 2024.12.21 00:54:44.012049 [ 260 ] {73b201dc-c263-4a3b-b6be-472362461d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11393 | 2024.12.21 00:54:44.012115 [ 260 ] {73b201dc-c263-4a3b-b6be-472362461d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11394 | 2024.12.21 00:54:44.012848 [ 260 ] {73b201dc-c263-4a3b-b6be-472362461d39} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11395 | 2024.12.21 00:54:44.012891 [ 260 ] {73b201dc-c263-4a3b-b6be-472362461d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11396 | 2024.12.21 00:54:44.013285 [ 260 ] {73b201dc-c263-4a3b-b6be-472362461d39} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11397 | 2024.12.21 00:54:44.013528 [ 260 ] {73b201dc-c263-4a3b-b6be-472362461d39} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11398 | 2024.12.21 00:54:44.013757 [ 260 ] {73b201dc-c263-4a3b-b6be-472362461d39} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001746 sec., 10882.016036655212 rows/sec., 778.01 KiB/sec. | ||
| 11399 | 2024.12.21 00:54:44.013818 [ 260 ] {73b201dc-c263-4a3b-b6be-472362461d39} <Debug> TCPHandler: Processed in 0.001992647 sec. | ||
| 11400 | 2024.12.21 00:54:44.013993 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11401 | 2024.12.21 00:54:44.014132 [ 263 ] {beb4fb43-4cb7-406b-927f-743bcd8c2113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11402 | 2024.12.21 00:54:44.014194 [ 263 ] {beb4fb43-4cb7-406b-927f-743bcd8c2113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11403 | 2024.12.21 00:54:44.014856 [ 263 ] {beb4fb43-4cb7-406b-927f-743bcd8c2113} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11404 | 2024.12.21 00:54:44.014899 [ 263 ] {beb4fb43-4cb7-406b-927f-743bcd8c2113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11405 | 2024.12.21 00:54:44.015288 [ 263 ] {beb4fb43-4cb7-406b-927f-743bcd8c2113} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11406 | 2024.12.21 00:54:44.015540 [ 263 ] {beb4fb43-4cb7-406b-927f-743bcd8c2113} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11407 | 2024.12.21 00:54:44.015797 [ 263 ] {beb4fb43-4cb7-406b-927f-743bcd8c2113} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001698 sec., 8244.994110718491 rows/sec., 577.43 KiB/sec. | ||
| 11408 | 2024.12.21 00:54:44.015937 [ 263 ] {beb4fb43-4cb7-406b-927f-743bcd8c2113} <Debug> TCPHandler: Processed in 0.002009697 sec. | ||
| 11409 | 2024.12.21 00:54:44.016129 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11410 | 2024.12.21 00:54:44.016252 [ 260 ] {e12fc9fd-e9b6-4a14-b0d9-4f9fc6f0863d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11411 | 2024.12.21 00:54:44.016303 [ 260 ] {e12fc9fd-e9b6-4a14-b0d9-4f9fc6f0863d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11412 | 2024.12.21 00:54:44.016919 [ 260 ] {e12fc9fd-e9b6-4a14-b0d9-4f9fc6f0863d} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11413 | 2024.12.21 00:54:44.016961 [ 260 ] {e12fc9fd-e9b6-4a14-b0d9-4f9fc6f0863d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11414 | 2024.12.21 00:54:44.017317 [ 260 ] {e12fc9fd-e9b6-4a14-b0d9-4f9fc6f0863d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11415 | 2024.12.21 00:54:44.017561 [ 260 ] {e12fc9fd-e9b6-4a14-b0d9-4f9fc6f0863d} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11416 | 2024.12.21 00:54:44.017732 [ 54 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11417 | 2024.12.21 00:54:44.017807 [ 54 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11418 | 2024.12.21 00:54:44.017826 [ 260 ] {e12fc9fd-e9b6-4a14-b0d9-4f9fc6f0863d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00159 sec., 8176.100628930817 rows/sec., 509.78 KiB/sec. | ||
| 11419 | 2024.12.21 00:54:44.017860 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11420 | 2024.12.21 00:54:44.017973 [ 260 ] {e12fc9fd-e9b6-4a14-b0d9-4f9fc6f0863d} <Debug> TCPHandler: Processed in 0.001942086 sec. | ||
| 11421 | 2024.12.21 00:54:44.018219 [ 187 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 11422 | 2024.12.21 00:54:44.018274 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11423 | 2024.12.21 00:54:44.018756 [ 187 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11424 | 2024.12.21 00:54:44.018750 [ 263 ] {85e3c563-06d8-46d5-8e64-28a6ac340c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11425 | 2024.12.21 00:54:44.018855 [ 187 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 11426 | 2024.12.21 00:54:44.018903 [ 263 ] {85e3c563-06d8-46d5-8e64-28a6ac340c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11427 | 2024.12.21 00:54:44.019200 [ 187 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 11428 | 2024.12.21 00:54:44.019535 [ 187 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 11429 | 2024.12.21 00:54:44.019873 [ 187 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 11430 | 2024.12.21 00:54:44.020195 [ 187 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 11431 | 2024.12.21 00:54:44.022052 [ 263 ] {85e3c563-06d8-46d5-8e64-28a6ac340c1f} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11432 | 2024.12.21 00:54:44.022129 [ 263 ] {85e3c563-06d8-46d5-8e64-28a6ac340c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11433 | 2024.12.21 00:54:44.023069 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005063564 sec., 12836.808224404786 rows/sec., 850.52 KiB/sec. | ||
| 11434 | 2024.12.21 00:54:44.023503 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11435 | 2024.12.21 00:54:44.023749 [ 263 ] {85e3c563-06d8-46d5-8e64-28a6ac340c1f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11436 | 2024.12.21 00:54:44.024173 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_37_9} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11437 | 2024.12.21 00:54:44.024216 [ 263 ] {85e3c563-06d8-46d5-8e64-28a6ac340c1f} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11438 | 2024.12.21 00:54:44.024345 [ 199 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_37_9} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11439 | 2024.12.21 00:54:44.024589 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11440 | 2024.12.21 00:54:44.024682 [ 263 ] {85e3c563-06d8-46d5-8e64-28a6ac340c1f} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.006148 sec., 64085.881587508135 rows/sec., 4.55 MiB/sec. | ||
| 11441 | 2024.12.21 00:54:44.024760 [ 263 ] {85e3c563-06d8-46d5-8e64-28a6ac340c1f} <Debug> TCPHandler: Processed in 0.006681394 sec. | ||
| 11442 | 2024.12.21 00:54:44.024919 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11443 | 2024.12.21 00:54:44.025064 [ 260 ] {a4fda20b-707f-4507-9c25-921192ac2d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11444 | 2024.12.21 00:54:44.025125 [ 260 ] {a4fda20b-707f-4507-9c25-921192ac2d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11445 | 2024.12.21 00:54:44.025718 [ 260 ] {a4fda20b-707f-4507-9c25-921192ac2d04} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11446 | 2024.12.21 00:54:44.025764 [ 260 ] {a4fda20b-707f-4507-9c25-921192ac2d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11447 | 2024.12.21 00:54:44.026140 [ 260 ] {a4fda20b-707f-4507-9c25-921192ac2d04} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11448 | 2024.12.21 00:54:44.026387 [ 260 ] {a4fda20b-707f-4507-9c25-921192ac2d04} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): 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.21 00:54:44.026603 [ 260 ] {a4fda20b-707f-4507-9c25-921192ac2d04} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 199.54 KiB/sec. | ||
| 11450 | 2024.12.21 00:54:44.026658 [ 260 ] {a4fda20b-707f-4507-9c25-921192ac2d04} <Debug> TCPHandler: Processed in 0.001805224 sec. | ||
| 11451 | 2024.12.21 00:54:44.026812 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11452 | 2024.12.21 00:54:44.026936 [ 263 ] {babdfc70-d6e8-48a6-8c6b-c808e6769cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11453 | 2024.12.21 00:54:44.026995 [ 263 ] {babdfc70-d6e8-48a6-8c6b-c808e6769cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11454 | 2024.12.21 00:54:44.027613 [ 263 ] {babdfc70-d6e8-48a6-8c6b-c808e6769cbe} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11455 | 2024.12.21 00:54:44.027652 [ 263 ] {babdfc70-d6e8-48a6-8c6b-c808e6769cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11456 | 2024.12.21 00:54:44.028061 [ 263 ] {babdfc70-d6e8-48a6-8c6b-c808e6769cbe} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11457 | 2024.12.21 00:54:44.028306 [ 263 ] {babdfc70-d6e8-48a6-8c6b-c808e6769cbe} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11458 | 2024.12.21 00:54:44.028522 [ 263 ] {babdfc70-d6e8-48a6-8c6b-c808e6769cbe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001614 sec., 146840.14869888476 rows/sec., 9.84 MiB/sec. | ||
| 11459 | 2024.12.21 00:54:44.028578 [ 263 ] {babdfc70-d6e8-48a6-8c6b-c808e6769cbe} <Debug> TCPHandler: Processed in 0.001824574 sec. | ||
| 11460 | 2024.12.21 00:54:44.028718 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11461 | 2024.12.21 00:54:44.028851 [ 260 ] {b97cf274-f835-4491-8b6f-f880e135d142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11462 | 2024.12.21 00:54:44.028914 [ 260 ] {b97cf274-f835-4491-8b6f-f880e135d142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11463 | 2024.12.21 00:54:44.029464 [ 260 ] {b97cf274-f835-4491-8b6f-f880e135d142} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11464 | 2024.12.21 00:54:44.029510 [ 260 ] {b97cf274-f835-4491-8b6f-f880e135d142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11465 | 2024.12.21 00:54:44.029920 [ 260 ] {b97cf274-f835-4491-8b6f-f880e135d142} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11466 | 2024.12.21 00:54:44.030163 [ 260 ] {b97cf274-f835-4491-8b6f-f880e135d142} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11467 | 2024.12.21 00:54:44.030414 [ 260 ] {b97cf274-f835-4491-8b6f-f880e135d142} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00159 sec., 628.9308176100628 rows/sec., 42.38 KiB/sec. | ||
| 11468 | 2024.12.21 00:54:44.030626 [ 260 ] {b97cf274-f835-4491-8b6f-f880e135d142} <Debug> TCPHandler: Processed in 0.001956066 sec. | ||
| 11469 | 2024.12.21 00:54:44.030849 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11470 | 2024.12.21 00:54:44.030988 [ 263 ] {19473418-5864-454e-b30a-f82333d81070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11471 | 2024.12.21 00:54:44.031079 [ 263 ] {19473418-5864-454e-b30a-f82333d81070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11472 | 2024.12.21 00:54:44.032325 [ 263 ] {19473418-5864-454e-b30a-f82333d81070} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11473 | 2024.12.21 00:54:44.032366 [ 263 ] {19473418-5864-454e-b30a-f82333d81070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11474 | 2024.12.21 00:54:44.032996 [ 263 ] {19473418-5864-454e-b30a-f82333d81070} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11475 | 2024.12.21 00:54:44.033258 [ 263 ] {19473418-5864-454e-b30a-f82333d81070} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11476 | 2024.12.21 00:54:44.033519 [ 263 ] {19473418-5864-454e-b30a-f82333d81070} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002561 sec., 4685.66966028895 rows/sec., 8.40 MiB/sec. | ||
| 11477 | 2024.12.21 00:54:44.033627 [ 263 ] {19473418-5864-454e-b30a-f82333d81070} <Debug> TCPHandler: Processed in 0.002899894 sec. | ||
| 11478 | 2024.12.21 00:54:44.033776 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11479 | 2024.12.21 00:54:44.033990 [ 260 ] {c7b86dd7-a0dc-4cbb-8013-5926d3d3f8a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11480 | 2024.12.21 00:54:44.034085 [ 260 ] {c7b86dd7-a0dc-4cbb-8013-5926d3d3f8a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11481 | 2024.12.21 00:54:44.034904 [ 260 ] {c7b86dd7-a0dc-4cbb-8013-5926d3d3f8a3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11482 | 2024.12.21 00:54:44.034944 [ 260 ] {c7b86dd7-a0dc-4cbb-8013-5926d3d3f8a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11483 | 2024.12.21 00:54:44.035319 [ 260 ] {c7b86dd7-a0dc-4cbb-8013-5926d3d3f8a3} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11484 | 2024.12.21 00:54:44.035559 [ 260 ] {c7b86dd7-a0dc-4cbb-8013-5926d3d3f8a3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11485 | 2024.12.21 00:54:44.035763 [ 260 ] {c7b86dd7-a0dc-4cbb-8013-5926d3d3f8a3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001828 sec., 44857.76805251641 rows/sec., 2.85 MiB/sec. | ||
| 11486 | 2024.12.21 00:54:44.035819 [ 260 ] {c7b86dd7-a0dc-4cbb-8013-5926d3d3f8a3} <Debug> TCPHandler: Processed in 0.0021065 sec. | ||
| 11487 | 2024.12.21 00:54:44.321262 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423 | ||
| 11488 | 2024.12.21 00:54:44.343514 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11489 | 2024.12.21 00:54:44.343561 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11490 | 2024.12.21 00:54:44.350940 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11491 | 2024.12.21 00:54:44.351731 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11492 | 2024.12.21 00:54:44.352112 [ 54 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11493 | 2024.12.21 00:54:44.352226 [ 54 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11494 | 2024.12.21 00:54:44.352295 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11495 | 2024.12.21 00:54:44.352690 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 11496 | 2024.12.21 00:54:44.367779 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423 | ||
| 11497 | 2024.12.21 00:54:44.369260 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11498 | 2024.12.21 00:54:44.370759 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 11499 | 2024.12.21 00:54:44.376753 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 11500 | 2024.12.21 00:54:44.382539 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 11501 | 2024.12.21 00:54:44.387975 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 11502 | 2024.12.21 00:54:44.393726 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 11503 | 2024.12.21 00:54:44.398520 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
| 11504 | 2024.12.21 00:54:44.459333 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.106910943 sec., 3956.5641096253357 rows/sec., 20.46 MiB/sec. | ||
| 11505 | 2024.12.21 00:54:44.462606 [ 193 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11506 | 2024.12.21 00:54:44.465547 [ 193 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_56_11} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11507 | 2024.12.21 00:54:44.465674 [ 193 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_56_11} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11508 | 2024.12.21 00:54:44.468159 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11509 | 2024.12.21 00:54:48.998229 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11510 | 2024.12.21 00:54:48.998544 [ 260 ] {891c3f4e-b6a8-426c-93b3-8c1bda4980a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11511 | 2024.12.21 00:54:48.998638 [ 260 ] {891c3f4e-b6a8-426c-93b3-8c1bda4980a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11512 | 2024.12.21 00:54:48.999710 [ 260 ] {891c3f4e-b6a8-426c-93b3-8c1bda4980a6} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11513 | 2024.12.21 00:54:48.999774 [ 260 ] {891c3f4e-b6a8-426c-93b3-8c1bda4980a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11514 | 2024.12.21 00:54:49.000374 [ 260 ] {891c3f4e-b6a8-426c-93b3-8c1bda4980a6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11515 | 2024.12.21 00:54:49.000713 [ 260 ] {891c3f4e-b6a8-426c-93b3-8c1bda4980a6} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11516 | 2024.12.21 00:54:49.001014 [ 260 ] {891c3f4e-b6a8-426c-93b3-8c1bda4980a6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002537 sec., 788.3326763894363 rows/sec., 64.28 KiB/sec. | ||
| 11517 | 2024.12.21 00:54:49.001092 [ 260 ] {891c3f4e-b6a8-426c-93b3-8c1bda4980a6} <Debug> TCPHandler: Processed in 0.003025666 sec. | ||
| 11518 | 2024.12.21 00:54:49.001377 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11519 | 2024.12.21 00:54:49.001581 [ 263 ] {ccfb6a5b-a4ab-4c98-bf01-d4dbf850565a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11520 | 2024.12.21 00:54:49.001665 [ 263 ] {ccfb6a5b-a4ab-4c98-bf01-d4dbf850565a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11521 | 2024.12.21 00:54:49.002564 [ 263 ] {ccfb6a5b-a4ab-4c98-bf01-d4dbf850565a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11522 | 2024.12.21 00:54:49.002619 [ 263 ] {ccfb6a5b-a4ab-4c98-bf01-d4dbf850565a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11523 | 2024.12.21 00:54:49.003094 [ 263 ] {ccfb6a5b-a4ab-4c98-bf01-d4dbf850565a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11524 | 2024.12.21 00:54:49.003393 [ 263 ] {ccfb6a5b-a4ab-4c98-bf01-d4dbf850565a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11525 | 2024.12.21 00:54:49.003714 [ 263 ] {ccfb6a5b-a4ab-4c98-bf01-d4dbf850565a} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.002185 sec., 50800.91533180778 rows/sec., 4.25 MiB/sec. | ||
| 11526 | 2024.12.21 00:54:49.003826 [ 263 ] {ccfb6a5b-a4ab-4c98-bf01-d4dbf850565a} <Debug> TCPHandler: Processed in 0.002584568 sec. | ||
| 11527 | 2024.12.21 00:54:49.004083 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11528 | 2024.12.21 00:54:49.004267 [ 260 ] {1a92267a-0ed1-403b-8607-b13cc25d8a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11529 | 2024.12.21 00:54:49.004329 [ 260 ] {1a92267a-0ed1-403b-8607-b13cc25d8a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11530 | 2024.12.21 00:54:49.004983 [ 260 ] {1a92267a-0ed1-403b-8607-b13cc25d8a6a} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11531 | 2024.12.21 00:54:49.005031 [ 260 ] {1a92267a-0ed1-403b-8607-b13cc25d8a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11532 | 2024.12.21 00:54:49.005427 [ 260 ] {1a92267a-0ed1-403b-8607-b13cc25d8a6a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11533 | 2024.12.21 00:54:49.005689 [ 260 ] {1a92267a-0ed1-403b-8607-b13cc25d8a6a} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11534 | 2024.12.21 00:54:49.005891 [ 46 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11535 | 2024.12.21 00:54:49.005954 [ 260 ] {1a92267a-0ed1-403b-8607-b13cc25d8a6a} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001733 sec., 16733.987305251012 rows/sec., 1.22 MiB/sec. | ||
| 11536 | 2024.12.21 00:54:49.005972 [ 46 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11537 | 2024.12.21 00:54:49.006044 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11538 | 2024.12.21 00:54:49.006103 [ 260 ] {1a92267a-0ed1-403b-8607-b13cc25d8a6a} <Debug> TCPHandler: Processed in 0.002107879 sec. | ||
| 11539 | 2024.12.21 00:54:49.006367 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11540 | 2024.12.21 00:54:49.006461 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 11541 | 2024.12.21 00:54:49.006781 [ 263 ] {58973ad5-bac2-4a5b-958d-c6767a7fd8f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11542 | 2024.12.21 00:54:49.006978 [ 263 ] {58973ad5-bac2-4a5b-958d-c6767a7fd8f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11543 | 2024.12.21 00:54:49.007054 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11544 | 2024.12.21 00:54:49.007226 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 64 rows starting from the beginning of the part | ||
| 11545 | 2024.12.21 00:54:49.007932 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 27 rows starting from the beginning of the part | ||
| 11546 | 2024.12.21 00:54:49.008589 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 23 rows starting from the beginning of the part | ||
| 11547 | 2024.12.21 00:54:49.008998 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 27 rows starting from the beginning of the part | ||
| 11548 | 2024.12.21 00:54:49.009253 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 19 rows starting from the beginning of the part | ||
| 11549 | 2024.12.21 00:54:49.009422 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 29 rows starting from the beginning of the part | ||
| 11550 | 2024.12.21 00:54:49.009996 [ 263 ] {58973ad5-bac2-4a5b-958d-c6767a7fd8f0} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11551 | 2024.12.21 00:54:49.010044 [ 263 ] {58973ad5-bac2-4a5b-958d-c6767a7fd8f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11552 | 2024.12.21 00:54:49.010655 [ 263 ] {58973ad5-bac2-4a5b-958d-c6767a7fd8f0} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11553 | 2024.12.21 00:54:49.011058 [ 263 ] {58973ad5-bac2-4a5b-958d-c6767a7fd8f0} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11554 | 2024.12.21 00:54:49.011105 [ 190 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.004929281 sec., 38342.30590627721 rows/sec., 2.89 MiB/sec. | ||
| 11555 | 2024.12.21 00:54:49.011454 [ 263 ] {58973ad5-bac2-4a5b-958d-c6767a7fd8f0} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.004872 sec., 19088.669950738917 rows/sec., 1.49 MiB/sec. | ||
| 11556 | 2024.12.21 00:54:49.011467 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11557 | 2024.12.21 00:54:49.011623 [ 263 ] {58973ad5-bac2-4a5b-958d-c6767a7fd8f0} <Debug> TCPHandler: Processed in 0.00538074 sec. | ||
| 11558 | 2024.12.21 00:54:49.011836 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11559 | 2024.12.21 00:54:49.012026 [ 260 ] {d6c3c3ee-dd2f-49ba-82f4-25eabaaf4c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11560 | 2024.12.21 00:54:49.012124 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_76_15} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11561 | 2024.12.21 00:54:49.012134 [ 260 ] {d6c3c3ee-dd2f-49ba-82f4-25eabaaf4c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11562 | 2024.12.21 00:54:49.012387 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_76_15} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11563 | 2024.12.21 00:54:49.012626 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11564 | 2024.12.21 00:54:49.013125 [ 260 ] {d6c3c3ee-dd2f-49ba-82f4-25eabaaf4c72} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11565 | 2024.12.21 00:54:49.013171 [ 260 ] {d6c3c3ee-dd2f-49ba-82f4-25eabaaf4c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11566 | 2024.12.21 00:54:49.013603 [ 260 ] {d6c3c3ee-dd2f-49ba-82f4-25eabaaf4c72} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11567 | 2024.12.21 00:54:49.013876 [ 260 ] {d6c3c3ee-dd2f-49ba-82f4-25eabaaf4c72} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11568 | 2024.12.21 00:54:49.014122 [ 260 ] {d6c3c3ee-dd2f-49ba-82f4-25eabaaf4c72} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00215 sec., 74883.72093023256 rows/sec., 5.22 MiB/sec. | ||
| 11569 | 2024.12.21 00:54:49.014200 [ 260 ] {d6c3c3ee-dd2f-49ba-82f4-25eabaaf4c72} <Debug> TCPHandler: Processed in 0.002440945 sec. | ||
| 11570 | 2024.12.21 00:54:49.014396 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11571 | 2024.12.21 00:54:49.014591 [ 263 ] {280a1397-6ac4-4b15-85a0-1f8c5e6310d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11572 | 2024.12.21 00:54:49.014688 [ 263 ] {280a1397-6ac4-4b15-85a0-1f8c5e6310d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11573 | 2024.12.21 00:54:49.015954 [ 263 ] {280a1397-6ac4-4b15-85a0-1f8c5e6310d3} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11574 | 2024.12.21 00:54:49.015997 [ 263 ] {280a1397-6ac4-4b15-85a0-1f8c5e6310d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11575 | 2024.12.21 00:54:49.016669 [ 263 ] {280a1397-6ac4-4b15-85a0-1f8c5e6310d3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11576 | 2024.12.21 00:54:49.016956 [ 263 ] {280a1397-6ac4-4b15-85a0-1f8c5e6310d3} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11577 | 2024.12.21 00:54:49.017147 [ 46 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11578 | 2024.12.21 00:54:49.017220 [ 46 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11579 | 2024.12.21 00:54:49.017241 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11580 | 2024.12.21 00:54:49.017279 [ 263 ] {280a1397-6ac4-4b15-85a0-1f8c5e6310d3} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002706 sec., 9977.827050997783 rows/sec., 17.88 MiB/sec. | ||
| 11581 | 2024.12.21 00:54:49.017585 [ 195 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 11582 | 2024.12.21 00:54:49.017717 [ 263 ] {280a1397-6ac4-4b15-85a0-1f8c5e6310d3} <Debug> TCPHandler: Processed in 0.003421193 sec. | ||
| 11583 | 2024.12.21 00:54:49.017974 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11584 | 2024.12.21 00:54:49.018239 [ 260 ] {d4fb1b88-0437-4d54-bab0-22440edb71df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11585 | 2024.12.21 00:54:49.018254 [ 195 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11586 | 2024.12.21 00:54:49.018362 [ 260 ] {d4fb1b88-0437-4d54-bab0-22440edb71df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11587 | 2024.12.21 00:54:49.018413 [ 195 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1380 rows starting from the beginning of the part | ||
| 11588 | 2024.12.21 00:54:49.019374 [ 195 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 27 rows starting from the beginning of the part | ||
| 11589 | 2024.12.21 00:54:49.019973 [ 195 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 12 rows starting from the beginning of the part | ||
| 11590 | 2024.12.21 00:54:49.020778 [ 195 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 27 rows starting from the beginning of the part | ||
| 11591 | 2024.12.21 00:54:49.020892 [ 260 ] {d4fb1b88-0437-4d54-bab0-22440edb71df} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11592 | 2024.12.21 00:54:49.021006 [ 260 ] {d4fb1b88-0437-4d54-bab0-22440edb71df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11593 | 2024.12.21 00:54:49.021456 [ 195 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 12 rows starting from the beginning of the part | ||
| 11594 | 2024.12.21 00:54:49.022182 [ 195 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 27 rows starting from the beginning of the part | ||
| 11595 | 2024.12.21 00:54:49.022527 [ 260 ] {d4fb1b88-0437-4d54-bab0-22440edb71df} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11596 | 2024.12.21 00:54:49.023295 [ 260 ] {d4fb1b88-0437-4d54-bab0-22440edb71df} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11597 | 2024.12.21 00:54:49.023750 [ 260 ] {d4fb1b88-0437-4d54-bab0-22440edb71df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005595 sec., 10723.860589812331 rows/sec., 740.06 KiB/sec. | ||
| 11598 | 2024.12.21 00:54:49.023951 [ 260 ] {d4fb1b88-0437-4d54-bab0-22440edb71df} <Debug> TCPHandler: Processed in 0.006076953 sec. | ||
| 11599 | 2024.12.21 00:54:49.031598 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1485 rows, containing 19 columns (19 merged, 0 gathered) in 0.014272165 sec., 104048.6849752648 rows/sec., 186.45 MiB/sec. | ||
| 11600 | 2024.12.21 00:54:49.033309 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11601 | 2024.12.21 00:54:49.033774 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11602 | 2024.12.21 00:54:49.033867 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11603 | 2024.12.21 00:54:49.034039 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
| 11604 | 2024.12.21 00:54:50.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.00 MiB, peak 256.52 MiB, free memory in arenas 0.00 B, will set to 246.81 MiB (RSS), difference: 2.81 MiB | ||
| 11605 | 2024.12.21 00:54:50.013195 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 11606 | 2024.12.21 00:54:50.014154 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11607 | 2024.12.21 00:54:50.014190 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11608 | 2024.12.21 00:54:50.014725 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11609 | 2024.12.21 00:54:50.014989 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11610 | 2024.12.21 00:54:50.015202 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 11611 | 2024.12.21 00:54:51.867864 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430 | ||
| 11612 | 2024.12.21 00:54:51.887100 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11613 | 2024.12.21 00:54:51.887164 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11614 | 2024.12.21 00:54:51.894107 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11615 | 2024.12.21 00:54:51.894864 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11616 | 2024.12.21 00:54:51.899806 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 11617 | 2024.12.21 00:54:52.640574 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1634 | ||
| 11618 | 2024.12.21 00:54:52.643749 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11619 | 2024.12.21 00:54:52.643802 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11620 | 2024.12.21 00:54:52.645297 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11621 | 2024.12.21 00:54:52.645616 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11622 | 2024.12.21 00:54:52.645858 [ 40 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11623 | 2024.12.21 00:54:52.645991 [ 40 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11624 | 2024.12.21 00:54:52.646058 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11625 | 2024.12.21 00:54:52.646638 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 11626 | 2024.12.21 00:54:52.648025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1634 | ||
| 11627 | 2024.12.21 00:54:52.648404 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11628 | 2024.12.21 00:54:52.648587 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1440 rows starting from the beginning of the part | ||
| 11629 | 2024.12.21 00:54:52.649265 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 44 rows starting from the beginning of the part | ||
| 11630 | 2024.12.21 00:54:52.649939 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 11631 | 2024.12.21 00:54:52.650603 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 11632 | 2024.12.21 00:54:52.651279 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 44 rows starting from the beginning of the part | ||
| 11633 | 2024.12.21 00:54:52.651867 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part | ||
| 11634 | 2024.12.21 00:54:52.660759 [ 197 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1634 rows, containing 72 columns (72 merged, 0 gathered) in 0.01455086 sec., 112295.76808518534 rows/sec., 86.81 MiB/sec. | ||
| 11635 | 2024.12.21 00:54:52.662493 [ 194 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11636 | 2024.12.21 00:54:52.663263 [ 194 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_41_8} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11637 | 2024.12.21 00:54:52.663349 [ 194 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_41_8} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11638 | 2024.12.21 00:54:52.663657 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 11639 | 2024.12.21 00:54:54.002953 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11640 | 2024.12.21 00:54:54.003153 [ 260 ] {8f9f7d68-e0be-41fb-8dc3-3c75802ecfe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11641 | 2024.12.21 00:54:54.003227 [ 260 ] {8f9f7d68-e0be-41fb-8dc3-3c75802ecfe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11642 | 2024.12.21 00:54:54.004036 [ 260 ] {8f9f7d68-e0be-41fb-8dc3-3c75802ecfe9} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11643 | 2024.12.21 00:54:54.004086 [ 260 ] {8f9f7d68-e0be-41fb-8dc3-3c75802ecfe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11644 | 2024.12.21 00:54:54.004533 [ 260 ] {8f9f7d68-e0be-41fb-8dc3-3c75802ecfe9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11645 | 2024.12.21 00:54:54.004803 [ 260 ] {8f9f7d68-e0be-41fb-8dc3-3c75802ecfe9} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11646 | 2024.12.21 00:54:54.005085 [ 260 ] {8f9f7d68-e0be-41fb-8dc3-3c75802ecfe9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001984 sec., 7056.451612903225 rows/sec., 507.97 KiB/sec. | ||
| 11647 | 2024.12.21 00:54:54.005164 [ 260 ] {8f9f7d68-e0be-41fb-8dc3-3c75802ecfe9} <Debug> TCPHandler: Processed in 0.002399114 sec. | ||
| 11648 | 2024.12.21 00:54:54.005430 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11649 | 2024.12.21 00:54:54.005623 [ 263 ] {41bec5de-c453-4204-a8f9-0ecee1bd51dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11650 | 2024.12.21 00:54:54.005698 [ 263 ] {41bec5de-c453-4204-a8f9-0ecee1bd51dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11651 | 2024.12.21 00:54:54.006570 [ 263 ] {41bec5de-c453-4204-a8f9-0ecee1bd51dc} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11652 | 2024.12.21 00:54:54.006619 [ 263 ] {41bec5de-c453-4204-a8f9-0ecee1bd51dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11653 | 2024.12.21 00:54:54.007078 [ 263 ] {41bec5de-c453-4204-a8f9-0ecee1bd51dc} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11654 | 2024.12.21 00:54:54.007345 [ 263 ] {41bec5de-c453-4204-a8f9-0ecee1bd51dc} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11655 | 2024.12.21 00:54:54.007573 [ 39 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11656 | 2024.12.21 00:54:54.007659 [ 39 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11657 | 2024.12.21 00:54:54.007656 [ 263 ] {41bec5de-c453-4204-a8f9-0ecee1bd51dc} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002076 sec., 109344.89402697494 rows/sec., 9.56 MiB/sec. | ||
| 11658 | 2024.12.21 00:54:54.007706 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11659 | 2024.12.21 00:54:54.007846 [ 263 ] {41bec5de-c453-4204-a8f9-0ecee1bd51dc} <Debug> TCPHandler: Processed in 0.002550427 sec. | ||
| 11660 | 2024.12.21 00:54:54.007943 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 11661 | 2024.12.21 00:54:54.008058 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11662 | 2024.12.21 00:54:54.008096 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11663 | 2024.12.21 00:54:54.008129 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1432 rows starting from the beginning of the part | ||
| 11664 | 2024.12.21 00:54:54.008219 [ 260 ] {7433186b-8236-4933-ac66-6b958b09a2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11665 | 2024.12.21 00:54:54.008240 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part | ||
| 11666 | 2024.12.21 00:54:54.008355 [ 260 ] {7433186b-8236-4933-ac66-6b958b09a2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11667 | 2024.12.21 00:54:54.008677 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 110 rows starting from the beginning of the part | ||
| 11668 | 2024.12.21 00:54:54.009064 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 227 rows starting from the beginning of the part | ||
| 11669 | 2024.12.21 00:54:54.009374 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 111 rows starting from the beginning of the part | ||
| 11670 | 2024.12.21 00:54:54.009808 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 227 rows starting from the beginning of the part | ||
| 11671 | 2024.12.21 00:54:54.010868 [ 260 ] {7433186b-8236-4933-ac66-6b958b09a2b8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11672 | 2024.12.21 00:54:54.010918 [ 260 ] {7433186b-8236-4933-ac66-6b958b09a2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11673 | 2024.12.21 00:54:54.011474 [ 260 ] {7433186b-8236-4933-ac66-6b958b09a2b8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11674 | 2024.12.21 00:54:54.011772 [ 260 ] {7433186b-8236-4933-ac66-6b958b09a2b8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11675 | 2024.12.21 00:54:54.012119 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2163 rows, containing 5 columns (5 merged, 0 gathered) in 0.004266889 sec., 506926.7093660041 rows/sec., 44.57 MiB/sec. | ||
| 11676 | 2024.12.21 00:54:54.012223 [ 260 ] {7433186b-8236-4933-ac66-6b958b09a2b8} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.004054 sec., 4686.729156388751 rows/sec., 335.08 KiB/sec. | ||
| 11677 | 2024.12.21 00:54:54.012359 [ 260 ] {7433186b-8236-4933-ac66-6b958b09a2b8} <Debug> TCPHandler: Processed in 0.004383781 sec. | ||
| 11678 | 2024.12.21 00:54:54.012539 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11679 | 2024.12.21 00:54:54.012674 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11680 | 2024.12.21 00:54:54.013123 [ 263 ] {d78570b3-136c-473f-8517-cb33f8f1516d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11681 | 2024.12.21 00:54:54.013221 [ 263 ] {d78570b3-136c-473f-8517-cb33f8f1516d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11682 | 2024.12.21 00:54:54.013392 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_91_18} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11683 | 2024.12.21 00:54:54.013605 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_91_18} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11684 | 2024.12.21 00:54:54.013825 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 11685 | 2024.12.21 00:54:54.014264 [ 263 ] {d78570b3-136c-473f-8517-cb33f8f1516d} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11686 | 2024.12.21 00:54:54.014309 [ 263 ] {d78570b3-136c-473f-8517-cb33f8f1516d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11687 | 2024.12.21 00:54:54.014675 [ 263 ] {d78570b3-136c-473f-8517-cb33f8f1516d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11688 | 2024.12.21 00:54:54.014923 [ 263 ] {d78570b3-136c-473f-8517-cb33f8f1516d} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11689 | 2024.12.21 00:54:54.015159 [ 263 ] {d78570b3-136c-473f-8517-cb33f8f1516d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002238 sec., 6255.585344057194 rows/sec., 438.10 KiB/sec. | ||
| 11690 | 2024.12.21 00:54:54.015221 [ 263 ] {d78570b3-136c-473f-8517-cb33f8f1516d} <Debug> TCPHandler: Processed in 0.00272684 sec. | ||
| 11691 | 2024.12.21 00:54:54.015380 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11692 | 2024.12.21 00:54:54.015506 [ 260 ] {e40082db-a24a-4d3c-8cf0-bf114de6a477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11693 | 2024.12.21 00:54:54.015561 [ 260 ] {e40082db-a24a-4d3c-8cf0-bf114de6a477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11694 | 2024.12.21 00:54:54.016153 [ 260 ] {e40082db-a24a-4d3c-8cf0-bf114de6a477} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11695 | 2024.12.21 00:54:54.016218 [ 260 ] {e40082db-a24a-4d3c-8cf0-bf114de6a477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11696 | 2024.12.21 00:54:54.016578 [ 260 ] {e40082db-a24a-4d3c-8cf0-bf114de6a477} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11697 | 2024.12.21 00:54:54.016845 [ 260 ] {e40082db-a24a-4d3c-8cf0-bf114de6a477} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11698 | 2024.12.21 00:54:54.017086 [ 260 ] {e40082db-a24a-4d3c-8cf0-bf114de6a477} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001607 sec., 8089.607965152459 rows/sec., 504.39 KiB/sec. | ||
| 11699 | 2024.12.21 00:54:54.017190 [ 260 ] {e40082db-a24a-4d3c-8cf0-bf114de6a477} <Debug> TCPHandler: Processed in 0.001869525 sec. | ||
| 11700 | 2024.12.21 00:54:54.017366 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11701 | 2024.12.21 00:54:54.017486 [ 263 ] {4ff97177-993c-4ff2-956a-63275ee23cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11702 | 2024.12.21 00:54:54.017537 [ 263 ] {4ff97177-993c-4ff2-956a-63275ee23cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11703 | 2024.12.21 00:54:54.018455 [ 263 ] {4ff97177-993c-4ff2-956a-63275ee23cb3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11704 | 2024.12.21 00:54:54.018541 [ 263 ] {4ff97177-993c-4ff2-956a-63275ee23cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11705 | 2024.12.21 00:54:54.019109 [ 263 ] {4ff97177-993c-4ff2-956a-63275ee23cb3} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11706 | 2024.12.21 00:54:54.019485 [ 263 ] {4ff97177-993c-4ff2-956a-63275ee23cb3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11707 | 2024.12.21 00:54:54.019702 [ 39 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11708 | 2024.12.21 00:54:54.019777 [ 39 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11709 | 2024.12.21 00:54:54.019809 [ 263 ] {4ff97177-993c-4ff2-956a-63275ee23cb3} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.002335 sec., 168736.61670235547 rows/sec., 11.98 MiB/sec. | ||
| 11710 | 2024.12.21 00:54:54.019821 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11711 | 2024.12.21 00:54:54.019997 [ 263 ] {4ff97177-993c-4ff2-956a-63275ee23cb3} <Debug> TCPHandler: Processed in 0.002714941 sec. | ||
| 11712 | 2024.12.21 00:54:54.020078 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 11713 | 2024.12.21 00:54:54.020179 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11714 | 2024.12.21 00:54:54.020223 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11715 | 2024.12.21 00:54:54.020256 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 913 rows starting from the beginning of the part | ||
| 11716 | 2024.12.21 00:54:54.020350 [ 260 ] {c539b566-0fc7-4e17-9ad8-614218217456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11717 | 2024.12.21 00:54:54.020454 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part | ||
| 11718 | 2024.12.21 00:54:54.020544 [ 260 ] {c539b566-0fc7-4e17-9ad8-614218217456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11719 | 2024.12.21 00:54:54.020813 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 91 rows starting from the beginning of the part | ||
| 11720 | 2024.12.21 00:54:54.021183 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 394 rows starting from the beginning of the part | ||
| 11721 | 2024.12.21 00:54:54.021469 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 93 rows starting from the beginning of the part | ||
| 11722 | 2024.12.21 00:54:54.021797 [ 189 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 394 rows starting from the beginning of the part | ||
| 11723 | 2024.12.21 00:54:54.022542 [ 260 ] {c539b566-0fc7-4e17-9ad8-614218217456} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11724 | 2024.12.21 00:54:54.022588 [ 260 ] {c539b566-0fc7-4e17-9ad8-614218217456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11725 | 2024.12.21 00:54:54.023114 [ 260 ] {c539b566-0fc7-4e17-9ad8-614218217456} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11726 | 2024.12.21 00:54:54.023402 [ 260 ] {c539b566-0fc7-4e17-9ad8-614218217456} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11727 | 2024.12.21 00:54:54.023810 [ 260 ] {c539b566-0fc7-4e17-9ad8-614218217456} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003521 sec., 1704.0613462084636 rows/sec., 89.03 KiB/sec. | ||
| 11728 | 2024.12.21 00:54:54.023846 [ 194 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.003857752 sec., 505216.50951123866 rows/sec., 38.67 MiB/sec. | ||
| 11729 | 2024.12.21 00:54:54.023947 [ 260 ] {c539b566-0fc7-4e17-9ad8-614218217456} <Debug> TCPHandler: Processed in 0.003837011 sec. | ||
| 11730 | 2024.12.21 00:54:54.024113 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11731 | 2024.12.21 00:54:54.024189 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11732 | 2024.12.21 00:54:54.024372 [ 263 ] {414cd903-44b2-46f9-bec6-6f0ccdd1bf78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11733 | 2024.12.21 00:54:54.024454 [ 263 ] {414cd903-44b2-46f9-bec6-6f0ccdd1bf78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11734 | 2024.12.21 00:54:54.024969 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_91_18} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11735 | 2024.12.21 00:54:54.025136 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_91_18} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11736 | 2024.12.21 00:54:54.025316 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 11737 | 2024.12.21 00:54:54.025558 [ 263 ] {414cd903-44b2-46f9-bec6-6f0ccdd1bf78} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11738 | 2024.12.21 00:54:54.025600 [ 263 ] {414cd903-44b2-46f9-bec6-6f0ccdd1bf78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11739 | 2024.12.21 00:54:54.026003 [ 263 ] {414cd903-44b2-46f9-bec6-6f0ccdd1bf78} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11740 | 2024.12.21 00:54:54.026249 [ 263 ] {414cd903-44b2-46f9-bec6-6f0ccdd1bf78} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11741 | 2024.12.21 00:54:54.026443 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11742 | 2024.12.21 00:54:54.026499 [ 263 ] {414cd903-44b2-46f9-bec6-6f0ccdd1bf78} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002225 sec., 106516.85393258427 rows/sec., 7.14 MiB/sec. | ||
| 11743 | 2024.12.21 00:54:54.026506 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11744 | 2024.12.21 00:54:54.026591 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11745 | 2024.12.21 00:54:54.026653 [ 263 ] {414cd903-44b2-46f9-bec6-6f0ccdd1bf78} <Debug> TCPHandler: Processed in 0.002615148 sec. | ||
| 11746 | 2024.12.21 00:54:54.026921 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11747 | 2024.12.21 00:54:54.026974 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 11748 | 2024.12.21 00:54:54.027328 [ 260 ] {7f06a6c2-6856-42b8-8db3-007add3c4a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11749 | 2024.12.21 00:54:54.027559 [ 260 ] {7f06a6c2-6856-42b8-8db3-007add3c4a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11750 | 2024.12.21 00:54:54.027586 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11751 | 2024.12.21 00:54:54.027772 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25211 rows starting from the beginning of the part | ||
| 11752 | 2024.12.21 00:54:54.028638 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 42 rows starting from the beginning of the part | ||
| 11753 | 2024.12.21 00:54:54.029436 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 11754 | 2024.12.21 00:54:54.029684 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
| 11755 | 2024.12.21 00:54:54.030091 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 161 rows starting from the beginning of the part | ||
| 11756 | 2024.12.21 00:54:54.030407 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 11757 | 2024.12.21 00:54:54.030947 [ 260 ] {7f06a6c2-6856-42b8-8db3-007add3c4a87} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11758 | 2024.12.21 00:54:54.031028 [ 260 ] {7f06a6c2-6856-42b8-8db3-007add3c4a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11759 | 2024.12.21 00:54:54.031773 [ 260 ] {7f06a6c2-6856-42b8-8db3-007add3c4a87} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11760 | 2024.12.21 00:54:54.032177 [ 260 ] {7f06a6c2-6856-42b8-8db3-007add3c4a87} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11761 | 2024.12.21 00:54:54.032497 [ 260 ] {7f06a6c2-6856-42b8-8db3-007add3c4a87} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005345 sec., 187.0907390084191 rows/sec., 12.61 KiB/sec. | ||
| 11762 | 2024.12.21 00:54:54.032862 [ 260 ] {7f06a6c2-6856-42b8-8db3-007add3c4a87} <Debug> TCPHandler: Processed in 0.006096873 sec. | ||
| 11763 | 2024.12.21 00:54:54.033373 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11764 | 2024.12.21 00:54:54.033767 [ 263 ] {e9a294a3-90e7-4a84-8e26-c5f03b995b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11765 | 2024.12.21 00:54:54.034014 [ 263 ] {e9a294a3-90e7-4a84-8e26-c5f03b995b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11766 | 2024.12.21 00:54:54.036000 [ 263 ] {e9a294a3-90e7-4a84-8e26-c5f03b995b62} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11767 | 2024.12.21 00:54:54.036044 [ 263 ] {e9a294a3-90e7-4a84-8e26-c5f03b995b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11768 | 2024.12.21 00:54:54.037032 [ 263 ] {e9a294a3-90e7-4a84-8e26-c5f03b995b62} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11769 | 2024.12.21 00:54:54.037328 [ 263 ] {e9a294a3-90e7-4a84-8e26-c5f03b995b62} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11770 | 2024.12.21 00:54:54.037814 [ 263 ] {e9a294a3-90e7-4a84-8e26-c5f03b995b62} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00415 sec., 2891.5662650602408 rows/sec., 5.18 MiB/sec. | ||
| 11771 | 2024.12.21 00:54:54.038460 [ 263 ] {e9a294a3-90e7-4a84-8e26-c5f03b995b62} <Debug> TCPHandler: Processed in 0.005465931 sec. | ||
| 11772 | 2024.12.21 00:54:54.038763 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11773 | 2024.12.21 00:54:54.039016 [ 260 ] {9cc704ba-884f-41ca-823b-deef40cf7ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11774 | 2024.12.21 00:54:54.039122 [ 260 ] {9cc704ba-884f-41ca-823b-deef40cf7ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11775 | 2024.12.21 00:54:54.040084 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26048 rows, containing 5 columns (5 merged, 0 gathered) in 0.013372848 sec., 1947827.4186620533 rows/sec., 131.63 MiB/sec. | ||
| 11776 | 2024.12.21 00:54:54.040161 [ 260 ] {9cc704ba-884f-41ca-823b-deef40cf7ba7} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11777 | 2024.12.21 00:54:54.040211 [ 260 ] {9cc704ba-884f-41ca-823b-deef40cf7ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11778 | 2024.12.21 00:54:54.040392 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11779 | 2024.12.21 00:54:54.040881 [ 260 ] {9cc704ba-884f-41ca-823b-deef40cf7ba7} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11780 | 2024.12.21 00:54:54.040953 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11781 | 2024.12.21 00:54:54.041120 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11782 | 2024.12.21 00:54:54.041271 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 11783 | 2024.12.21 00:54:54.041354 [ 260 ] {9cc704ba-884f-41ca-823b-deef40cf7ba7} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11784 | 2024.12.21 00:54:54.041562 [ 39 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11785 | 2024.12.21 00:54:54.041622 [ 260 ] {9cc704ba-884f-41ca-823b-deef40cf7ba7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002648 sec., 30966.767371601207 rows/sec., 1.97 MiB/sec. | ||
| 11786 | 2024.12.21 00:54:54.041632 [ 39 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11787 | 2024.12.21 00:54:54.041720 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11788 | 2024.12.21 00:54:54.041763 [ 260 ] {9cc704ba-884f-41ca-823b-deef40cf7ba7} <Debug> TCPHandler: Processed in 0.003168499 sec. | ||
| 11789 | 2024.12.21 00:54:54.041999 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 11790 | 2024.12.21 00:54:54.042372 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11791 | 2024.12.21 00:54:54.042485 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5264 rows starting from the beginning of the part | ||
| 11792 | 2024.12.21 00:54:54.042906 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 16 rows starting from the beginning of the part | ||
| 11793 | 2024.12.21 00:54:54.043253 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 11794 | 2024.12.21 00:54:54.043469 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 11795 | 2024.12.21 00:54:54.043692 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 11796 | 2024.12.21 00:54:54.043779 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 11797 | 2024.12.21 00:54:54.045970 [ 193 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5564 rows, containing 4 columns (4 merged, 0 gathered) in 0.004147626 sec., 1341490.288661514 rows/sec., 87.58 MiB/sec. | ||
| 11798 | 2024.12.21 00:54:54.046488 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11799 | 2024.12.21 00:54:54.046845 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_91_18} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11800 | 2024.12.21 00:54:54.046951 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_91_18} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11801 | 2024.12.21 00:54:54.047050 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 11802 | 2024.12.21 00:54:57.279436 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11803 | 2024.12.21 00:54:57.279495 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11804 | 2024.12.21 00:54:57.515321 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 11805 | 2024.12.21 00:54:57.516093 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11806 | 2024.12.21 00:54:57.516154 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11807 | 2024.12.21 00:54:57.516719 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11808 | 2024.12.21 00:54:57.516988 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11809 | 2024.12.21 00:54:57.517241 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 11810 | 2024.12.21 00:54:58.997883 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11811 | 2024.12.21 00:54:58.998145 [ 260 ] {2645ce87-5560-4773-8555-ace1d359a889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11812 | 2024.12.21 00:54:58.998232 [ 260 ] {2645ce87-5560-4773-8555-ace1d359a889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11813 | 2024.12.21 00:54:58.999114 [ 260 ] {2645ce87-5560-4773-8555-ace1d359a889} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11814 | 2024.12.21 00:54:58.999167 [ 260 ] {2645ce87-5560-4773-8555-ace1d359a889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11815 | 2024.12.21 00:54:58.999729 [ 260 ] {2645ce87-5560-4773-8555-ace1d359a889} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11816 | 2024.12.21 00:54:59.000098 [ 260 ] {2645ce87-5560-4773-8555-ace1d359a889} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11817 | 2024.12.21 00:54:59.000554 [ 260 ] {2645ce87-5560-4773-8555-ace1d359a889} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.00246 sec., 44715.44715447155 rows/sec., 3.75 MiB/sec. | ||
| 11818 | 2024.12.21 00:54:59.000698 [ 260 ] {2645ce87-5560-4773-8555-ace1d359a889} <Debug> TCPHandler: Processed in 0.002949555 sec. | ||
| 11819 | 2024.12.21 00:54:59.001001 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11820 | 2024.12.21 00:54:59.001198 [ 263 ] {172bc9ff-9537-4340-8c95-27c5ddbacb0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11821 | 2024.12.21 00:54:59.001279 [ 263 ] {172bc9ff-9537-4340-8c95-27c5ddbacb0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11822 | 2024.12.21 00:54:59.002118 [ 263 ] {172bc9ff-9537-4340-8c95-27c5ddbacb0f} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11823 | 2024.12.21 00:54:59.002172 [ 263 ] {172bc9ff-9537-4340-8c95-27c5ddbacb0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11824 | 2024.12.21 00:54:59.002643 [ 263 ] {172bc9ff-9537-4340-8c95-27c5ddbacb0f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11825 | 2024.12.21 00:54:59.002966 [ 263 ] {172bc9ff-9537-4340-8c95-27c5ddbacb0f} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11826 | 2024.12.21 00:54:59.003247 [ 263 ] {172bc9ff-9537-4340-8c95-27c5ddbacb0f} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002104 sec., 12832.699619771864 rows/sec., 964.96 KiB/sec. | ||
| 11827 | 2024.12.21 00:54:59.003325 [ 263 ] {172bc9ff-9537-4340-8c95-27c5ddbacb0f} <Debug> TCPHandler: Processed in 0.002467816 sec. | ||
| 11828 | 2024.12.21 00:54:59.003497 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11829 | 2024.12.21 00:54:59.003636 [ 260 ] {1d35c05e-644e-47e9-a4be-9893dd089ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11830 | 2024.12.21 00:54:59.003694 [ 260 ] {1d35c05e-644e-47e9-a4be-9893dd089ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11831 | 2024.12.21 00:54:59.004400 [ 260 ] {1d35c05e-644e-47e9-a4be-9893dd089ce7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11832 | 2024.12.21 00:54:59.004444 [ 260 ] {1d35c05e-644e-47e9-a4be-9893dd089ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11833 | 2024.12.21 00:54:59.004850 [ 260 ] {1d35c05e-644e-47e9-a4be-9893dd089ce7} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11834 | 2024.12.21 00:54:59.005128 [ 260 ] {1d35c05e-644e-47e9-a4be-9893dd089ce7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11835 | 2024.12.21 00:54:59.005397 [ 260 ] {1d35c05e-644e-47e9-a4be-9893dd089ce7} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001794 sec., 50724.63768115942 rows/sec., 3.96 MiB/sec. | ||
| 11836 | 2024.12.21 00:54:59.005460 [ 260 ] {1d35c05e-644e-47e9-a4be-9893dd089ce7} <Debug> TCPHandler: Processed in 0.002025098 sec. | ||
| 11837 | 2024.12.21 00:54:59.005645 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11838 | 2024.12.21 00:54:59.005798 [ 263 ] {4f2487da-8637-4e00-b981-ad109839b8eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11839 | 2024.12.21 00:54:59.005877 [ 263 ] {4f2487da-8637-4e00-b981-ad109839b8eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11840 | 2024.12.21 00:54:59.006530 [ 263 ] {4f2487da-8637-4e00-b981-ad109839b8eb} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11841 | 2024.12.21 00:54:59.006574 [ 263 ] {4f2487da-8637-4e00-b981-ad109839b8eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11842 | 2024.12.21 00:54:59.007059 [ 263 ] {4f2487da-8637-4e00-b981-ad109839b8eb} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11843 | 2024.12.21 00:54:59.007339 [ 263 ] {4f2487da-8637-4e00-b981-ad109839b8eb} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11844 | 2024.12.21 00:54:59.007576 [ 263 ] {4f2487da-8637-4e00-b981-ad109839b8eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001818 sec., 88008.800880088 rows/sec., 6.13 MiB/sec. | ||
| 11845 | 2024.12.21 00:54:59.007688 [ 263 ] {4f2487da-8637-4e00-b981-ad109839b8eb} <Debug> TCPHandler: Processed in 0.002108659 sec. | ||
| 11846 | 2024.12.21 00:54:59.007922 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11847 | 2024.12.21 00:54:59.008086 [ 260 ] {b6a225ff-d668-474e-9da6-e78dc02e9858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11848 | 2024.12.21 00:54:59.008175 [ 260 ] {b6a225ff-d668-474e-9da6-e78dc02e9858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11849 | 2024.12.21 00:54:59.009414 [ 260 ] {b6a225ff-d668-474e-9da6-e78dc02e9858} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11850 | 2024.12.21 00:54:59.009463 [ 260 ] {b6a225ff-d668-474e-9da6-e78dc02e9858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11851 | 2024.12.21 00:54:59.010187 [ 260 ] {b6a225ff-d668-474e-9da6-e78dc02e9858} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11852 | 2024.12.21 00:54:59.010551 [ 260 ] {b6a225ff-d668-474e-9da6-e78dc02e9858} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11853 | 2024.12.21 00:54:59.010889 [ 260 ] {b6a225ff-d668-474e-9da6-e78dc02e9858} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002829 sec., 9544.008483563097 rows/sec., 17.10 MiB/sec. | ||
| 11854 | 2024.12.21 00:54:59.011061 [ 260 ] {b6a225ff-d668-474e-9da6-e78dc02e9858} <Debug> TCPHandler: Processed in 0.00324387 sec. | ||
| 11855 | 2024.12.21 00:54:59.011233 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11856 | 2024.12.21 00:54:59.011384 [ 263 ] {a99b6b69-a485-4217-9956-701e4df20fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11857 | 2024.12.21 00:54:59.011453 [ 263 ] {a99b6b69-a485-4217-9956-701e4df20fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11858 | 2024.12.21 00:54:59.012064 [ 263 ] {a99b6b69-a485-4217-9956-701e4df20fc6} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11859 | 2024.12.21 00:54:59.012112 [ 263 ] {a99b6b69-a485-4217-9956-701e4df20fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11860 | 2024.12.21 00:54:59.012515 [ 263 ] {a99b6b69-a485-4217-9956-701e4df20fc6} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11861 | 2024.12.21 00:54:59.012759 [ 263 ] {a99b6b69-a485-4217-9956-701e4df20fc6} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11862 | 2024.12.21 00:54:59.012990 [ 263 ] {a99b6b69-a485-4217-9956-701e4df20fc6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001642 sec., 36540.80389768575 rows/sec., 2.46 MiB/sec. | ||
| 11863 | 2024.12.21 00:54:59.013048 [ 263 ] {a99b6b69-a485-4217-9956-701e4df20fc6} <Debug> TCPHandler: Processed in 0.001879795 sec. | ||
| 11864 | 2024.12.21 00:54:59.399856 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 11865 | 2024.12.21 00:54:59.421807 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11866 | 2024.12.21 00:54:59.421868 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11867 | 2024.12.21 00:54:59.429241 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11868 | 2024.12.21 00:54:59.429999 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11869 | 2024.12.21 00:54:59.432837 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 11870 | 2024.12.21 00:55:02.648299 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1668 | ||
| 11871 | 2024.12.21 00:55:02.652034 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11872 | 2024.12.21 00:55:02.652094 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11873 | 2024.12.21 00:55:02.653573 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11874 | 2024.12.21 00:55:02.653887 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11875 | 2024.12.21 00:55:02.654585 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1668 | ||
| 11876 | 2024.12.21 00:55:02.775945 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11877 | 2024.12.21 00:55:02.776143 [ 260 ] {b7289fb9-883b-4e4c-9e0e-05b5be5ed26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11878 | 2024.12.21 00:55:02.776216 [ 260 ] {b7289fb9-883b-4e4c-9e0e-05b5be5ed26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11879 | 2024.12.21 00:55:02.777002 [ 260 ] {b7289fb9-883b-4e4c-9e0e-05b5be5ed26f} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11880 | 2024.12.21 00:55:02.777048 [ 260 ] {b7289fb9-883b-4e4c-9e0e-05b5be5ed26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11881 | 2024.12.21 00:55:02.777509 [ 260 ] {b7289fb9-883b-4e4c-9e0e-05b5be5ed26f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11882 | 2024.12.21 00:55:02.777800 [ 260 ] {b7289fb9-883b-4e4c-9e0e-05b5be5ed26f} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11883 | 2024.12.21 00:55:02.778013 [ 260 ] {b7289fb9-883b-4e4c-9e0e-05b5be5ed26f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 524.90 KiB/sec. | ||
| 11884 | 2024.12.21 00:55:02.778126 [ 260 ] {b7289fb9-883b-4e4c-9e0e-05b5be5ed26f} <Debug> TCPHandler: Processed in 0.002318713 sec. | ||
| 11885 | 2024.12.21 00:55:02.778430 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11886 | 2024.12.21 00:55:02.778650 [ 263 ] {853da1b7-05bd-44f0-a782-1369cfd6231d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11887 | 2024.12.21 00:55:02.778737 [ 263 ] {853da1b7-05bd-44f0-a782-1369cfd6231d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11888 | 2024.12.21 00:55:02.779579 [ 263 ] {853da1b7-05bd-44f0-a782-1369cfd6231d} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11889 | 2024.12.21 00:55:02.779632 [ 263 ] {853da1b7-05bd-44f0-a782-1369cfd6231d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11890 | 2024.12.21 00:55:02.780058 [ 263 ] {853da1b7-05bd-44f0-a782-1369cfd6231d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 11891 | 2024.12.21 00:55:02.780312 [ 263 ] {853da1b7-05bd-44f0-a782-1369cfd6231d} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11892 | 2024.12.21 00:55:02.780598 [ 263 ] {853da1b7-05bd-44f0-a782-1369cfd6231d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002006 sec., 2991.0269192422734 rows/sec., 243.90 KiB/sec. | ||
| 11893 | 2024.12.21 00:55:02.780821 [ 263 ] {853da1b7-05bd-44f0-a782-1369cfd6231d} <Debug> TCPHandler: Processed in 0.002534207 sec. | ||
| 11894 | 2024.12.21 00:55:02.781016 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11895 | 2024.12.21 00:55:02.781144 [ 260 ] {188fdca8-fc5c-430b-9602-9e6db406fa74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11896 | 2024.12.21 00:55:02.781194 [ 260 ] {188fdca8-fc5c-430b-9602-9e6db406fa74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11897 | 2024.12.21 00:55:02.782604 [ 260 ] {188fdca8-fc5c-430b-9602-9e6db406fa74} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11898 | 2024.12.21 00:55:02.782645 [ 260 ] {188fdca8-fc5c-430b-9602-9e6db406fa74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11899 | 2024.12.21 00:55:02.783127 [ 260 ] {188fdca8-fc5c-430b-9602-9e6db406fa74} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11900 | 2024.12.21 00:55:02.783384 [ 260 ] {188fdca8-fc5c-430b-9602-9e6db406fa74} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11901 | 2024.12.21 00:55:02.783568 [ 260 ] {188fdca8-fc5c-430b-9602-9e6db406fa74} <Debug> executeQuery: Read 1370 rows, 116.66 KiB in 0.002452 sec., 558727.5693311582 rows/sec., 46.46 MiB/sec. | ||
| 11902 | 2024.12.21 00:55:02.783622 [ 260 ] {188fdca8-fc5c-430b-9602-9e6db406fa74} <Debug> TCPHandler: Processed in 0.00266579 sec. | ||
| 11903 | 2024.12.21 00:55:02.783800 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11904 | 2024.12.21 00:55:02.783950 [ 263 ] {aed6696b-d7f3-4cb8-8c87-821c57b114c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11905 | 2024.12.21 00:55:02.784013 [ 263 ] {aed6696b-d7f3-4cb8-8c87-821c57b114c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11906 | 2024.12.21 00:55:02.784680 [ 263 ] {aed6696b-d7f3-4cb8-8c87-821c57b114c9} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11907 | 2024.12.21 00:55:02.784721 [ 263 ] {aed6696b-d7f3-4cb8-8c87-821c57b114c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11908 | 2024.12.21 00:55:02.785091 [ 263 ] {aed6696b-d7f3-4cb8-8c87-821c57b114c9} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11909 | 2024.12.21 00:55:02.785333 [ 263 ] {aed6696b-d7f3-4cb8-8c87-821c57b114c9} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11910 | 2024.12.21 00:55:02.785530 [ 263 ] {aed6696b-d7f3-4cb8-8c87-821c57b114c9} <Debug> executeQuery: Read 25 rows, 1.78 KiB in 0.001618 sec., 15451.174289245982 rows/sec., 1.07 MiB/sec. | ||
| 11911 | 2024.12.21 00:55:02.785589 [ 263 ] {aed6696b-d7f3-4cb8-8c87-821c57b114c9} <Debug> TCPHandler: Processed in 0.001861954 sec. | ||
| 11912 | 2024.12.21 00:55:02.785753 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11913 | 2024.12.21 00:55:02.785894 [ 260 ] {1680878b-cdea-4866-a672-9207ed0a674b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11914 | 2024.12.21 00:55:02.785954 [ 260 ] {1680878b-cdea-4866-a672-9207ed0a674b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11915 | 2024.12.21 00:55:02.786692 [ 260 ] {1680878b-cdea-4866-a672-9207ed0a674b} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11916 | 2024.12.21 00:55:02.786732 [ 260 ] {1680878b-cdea-4866-a672-9207ed0a674b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11917 | 2024.12.21 00:55:02.787115 [ 260 ] {1680878b-cdea-4866-a672-9207ed0a674b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11918 | 2024.12.21 00:55:02.787367 [ 260 ] {1680878b-cdea-4866-a672-9207ed0a674b} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11919 | 2024.12.21 00:55:02.787620 [ 260 ] {1680878b-cdea-4866-a672-9207ed0a674b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001744 sec., 138761.46788990824 rows/sec., 9.40 MiB/sec. | ||
| 11920 | 2024.12.21 00:55:02.787699 [ 260 ] {1680878b-cdea-4866-a672-9207ed0a674b} <Debug> TCPHandler: Processed in 0.002015757 sec. | ||
| 11921 | 2024.12.21 00:55:02.787950 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11922 | 2024.12.21 00:55:02.788097 [ 263 ] {32bb25d5-39e6-43db-913c-54d2ec714c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11923 | 2024.12.21 00:55:02.788159 [ 263 ] {32bb25d5-39e6-43db-913c-54d2ec714c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11924 | 2024.12.21 00:55:02.788784 [ 263 ] {32bb25d5-39e6-43db-913c-54d2ec714c8a} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11925 | 2024.12.21 00:55:02.788823 [ 263 ] {32bb25d5-39e6-43db-913c-54d2ec714c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11926 | 2024.12.21 00:55:02.789185 [ 263 ] {32bb25d5-39e6-43db-913c-54d2ec714c8a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11927 | 2024.12.21 00:55:02.789429 [ 263 ] {32bb25d5-39e6-43db-913c-54d2ec714c8a} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11928 | 2024.12.21 00:55:02.789632 [ 263 ] {32bb25d5-39e6-43db-913c-54d2ec714c8a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00156 sec., 8333.333333333334 rows/sec., 519.58 KiB/sec. | ||
| 11929 | 2024.12.21 00:55:02.789757 [ 263 ] {32bb25d5-39e6-43db-913c-54d2ec714c8a} <Debug> TCPHandler: Processed in 0.001954727 sec. | ||
| 11930 | 2024.12.21 00:55:02.789976 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11931 | 2024.12.21 00:55:02.790116 [ 260 ] {a35bf996-5e6b-4b1e-ba03-12c46dc4ab92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11932 | 2024.12.21 00:55:02.790175 [ 260 ] {a35bf996-5e6b-4b1e-ba03-12c46dc4ab92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11933 | 2024.12.21 00:55:02.791136 [ 260 ] {a35bf996-5e6b-4b1e-ba03-12c46dc4ab92} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11934 | 2024.12.21 00:55:02.791178 [ 260 ] {a35bf996-5e6b-4b1e-ba03-12c46dc4ab92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11935 | 2024.12.21 00:55:02.791582 [ 260 ] {a35bf996-5e6b-4b1e-ba03-12c46dc4ab92} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11936 | 2024.12.21 00:55:02.791852 [ 260 ] {a35bf996-5e6b-4b1e-ba03-12c46dc4ab92} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11937 | 2024.12.21 00:55:02.792074 [ 260 ] {a35bf996-5e6b-4b1e-ba03-12c46dc4ab92} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.001988 sec., 430583.5010060362 rows/sec., 31.15 MiB/sec. | ||
| 11938 | 2024.12.21 00:55:02.792131 [ 260 ] {a35bf996-5e6b-4b1e-ba03-12c46dc4ab92} <Debug> TCPHandler: Processed in 0.002265462 sec. | ||
| 11939 | 2024.12.21 00:55:02.792266 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11940 | 2024.12.21 00:55:02.792406 [ 263 ] {c2704896-f29d-42d8-98ed-43d48db1f5e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11941 | 2024.12.21 00:55:02.792467 [ 263 ] {c2704896-f29d-42d8-98ed-43d48db1f5e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11942 | 2024.12.21 00:55:02.793061 [ 263 ] {c2704896-f29d-42d8-98ed-43d48db1f5e3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11943 | 2024.12.21 00:55:02.793107 [ 263 ] {c2704896-f29d-42d8-98ed-43d48db1f5e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11944 | 2024.12.21 00:55:02.793509 [ 263 ] {c2704896-f29d-42d8-98ed-43d48db1f5e3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11945 | 2024.12.21 00:55:02.793744 [ 263 ] {c2704896-f29d-42d8-98ed-43d48db1f5e3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11946 | 2024.12.21 00:55:02.793931 [ 263 ] {c2704896-f29d-42d8-98ed-43d48db1f5e3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001557 sec., 3853.5645472061656 rows/sec., 201.33 KiB/sec. | ||
| 11947 | 2024.12.21 00:55:02.794049 [ 263 ] {c2704896-f29d-42d8-98ed-43d48db1f5e3} <Debug> TCPHandler: Processed in 0.001836764 sec. | ||
| 11948 | 2024.12.21 00:55:02.794206 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11949 | 2024.12.21 00:55:02.794331 [ 260 ] {93732c3c-d625-4b7d-8757-8c784b0b31b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11950 | 2024.12.21 00:55:02.794394 [ 260 ] {93732c3c-d625-4b7d-8757-8c784b0b31b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11951 | 2024.12.21 00:55:02.795339 [ 260 ] {93732c3c-d625-4b7d-8757-8c784b0b31b2} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11952 | 2024.12.21 00:55:02.795380 [ 260 ] {93732c3c-d625-4b7d-8757-8c784b0b31b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11953 | 2024.12.21 00:55:02.795831 [ 260 ] {93732c3c-d625-4b7d-8757-8c784b0b31b2} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11954 | 2024.12.21 00:55:02.796077 [ 260 ] {93732c3c-d625-4b7d-8757-8c784b0b31b2} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11955 | 2024.12.21 00:55:02.796304 [ 260 ] {93732c3c-d625-4b7d-8757-8c784b0b31b2} <Debug> executeQuery: Read 918 rows, 62.70 KiB in 0.002002 sec., 458541.4585414586 rows/sec., 30.59 MiB/sec. | ||
| 11956 | 2024.12.21 00:55:02.796402 [ 260 ] {93732c3c-d625-4b7d-8757-8c784b0b31b2} <Debug> TCPHandler: Processed in 0.002255802 sec. | ||
| 11957 | 2024.12.21 00:55:02.796625 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11958 | 2024.12.21 00:55:02.796838 [ 263 ] {2cd57be1-fe71-4161-b1f9-70de6c6fcbd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11959 | 2024.12.21 00:55:02.796902 [ 263 ] {2cd57be1-fe71-4161-b1f9-70de6c6fcbd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11960 | 2024.12.21 00:55:02.797437 [ 263 ] {2cd57be1-fe71-4161-b1f9-70de6c6fcbd7} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11961 | 2024.12.21 00:55:02.797474 [ 263 ] {2cd57be1-fe71-4161-b1f9-70de6c6fcbd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11962 | 2024.12.21 00:55:02.797830 [ 263 ] {2cd57be1-fe71-4161-b1f9-70de6c6fcbd7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11963 | 2024.12.21 00:55:02.798067 [ 263 ] {2cd57be1-fe71-4161-b1f9-70de6c6fcbd7} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11964 | 2024.12.21 00:55:02.798249 [ 263 ] {2cd57be1-fe71-4161-b1f9-70de6c6fcbd7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001442 sec., 693.4812760055479 rows/sec., 46.73 KiB/sec. | ||
| 11965 | 2024.12.21 00:55:02.798302 [ 263 ] {2cd57be1-fe71-4161-b1f9-70de6c6fcbd7} <Debug> TCPHandler: Processed in 0.001801813 sec. | ||
| 11966 | 2024.12.21 00:55:02.798465 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11967 | 2024.12.21 00:55:02.798610 [ 260 ] {ef757f05-73d7-4bb6-9bd5-1d9f6d82a08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11968 | 2024.12.21 00:55:02.798706 [ 260 ] {ef757f05-73d7-4bb6-9bd5-1d9f6d82a08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11969 | 2024.12.21 00:55:02.799937 [ 260 ] {ef757f05-73d7-4bb6-9bd5-1d9f6d82a08f} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11970 | 2024.12.21 00:55:02.799978 [ 260 ] {ef757f05-73d7-4bb6-9bd5-1d9f6d82a08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11971 | 2024.12.21 00:55:02.800610 [ 260 ] {ef757f05-73d7-4bb6-9bd5-1d9f6d82a08f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11972 | 2024.12.21 00:55:02.800871 [ 260 ] {ef757f05-73d7-4bb6-9bd5-1d9f6d82a08f} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11973 | 2024.12.21 00:55:02.801110 [ 260 ] {ef757f05-73d7-4bb6-9bd5-1d9f6d82a08f} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002533 sec., 4737.46545598105 rows/sec., 8.49 MiB/sec. | ||
| 11974 | 2024.12.21 00:55:02.801207 [ 260 ] {ef757f05-73d7-4bb6-9bd5-1d9f6d82a08f} <Debug> TCPHandler: Processed in 0.002810752 sec. | ||
| 11975 | 2024.12.21 00:55:02.801364 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11976 | 2024.12.21 00:55:02.801504 [ 263 ] {1b35d114-63c1-42cb-b28d-cae687cd2b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11977 | 2024.12.21 00:55:02.801565 [ 263 ] {1b35d114-63c1-42cb-b28d-cae687cd2b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11978 | 2024.12.21 00:55:02.802159 [ 263 ] {1b35d114-63c1-42cb-b28d-cae687cd2b6b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11979 | 2024.12.21 00:55:02.802204 [ 263 ] {1b35d114-63c1-42cb-b28d-cae687cd2b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11980 | 2024.12.21 00:55:02.802592 [ 263 ] {1b35d114-63c1-42cb-b28d-cae687cd2b6b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11981 | 2024.12.21 00:55:02.802826 [ 263 ] {1b35d114-63c1-42cb-b28d-cae687cd2b6b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11982 | 2024.12.21 00:55:02.803003 [ 263 ] {1b35d114-63c1-42cb-b28d-cae687cd2b6b} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.00153 sec., 43137.25490196079 rows/sec., 2.70 MiB/sec. | ||
| 11983 | 2024.12.21 00:55:02.803055 [ 263 ] {1b35d114-63c1-42cb-b28d-cae687cd2b6b} <Debug> TCPHandler: Processed in 0.001757462 sec. | ||
| 11984 | 2024.12.21 00:55:03.991486 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11985 | 2024.12.21 00:55:03.991687 [ 260 ] {8e501dc9-16df-43d8-bdd1-cb80fd97eae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11986 | 2024.12.21 00:55:03.991768 [ 260 ] {8e501dc9-16df-43d8-bdd1-cb80fd97eae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11987 | 2024.12.21 00:55:03.992589 [ 260 ] {8e501dc9-16df-43d8-bdd1-cb80fd97eae2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11988 | 2024.12.21 00:55:03.992644 [ 260 ] {8e501dc9-16df-43d8-bdd1-cb80fd97eae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11989 | 2024.12.21 00:55:03.993092 [ 260 ] {8e501dc9-16df-43d8-bdd1-cb80fd97eae2} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11990 | 2024.12.21 00:55:03.993368 [ 260 ] {8e501dc9-16df-43d8-bdd1-cb80fd97eae2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11991 | 2024.12.21 00:55:03.993631 [ 260 ] {8e501dc9-16df-43d8-bdd1-cb80fd97eae2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001997 sec., 28042.063094641962 rows/sec., 2.14 MiB/sec. | ||
| 11992 | 2024.12.21 00:55:03.993711 [ 260 ] {8e501dc9-16df-43d8-bdd1-cb80fd97eae2} <Debug> TCPHandler: Processed in 0.002373254 sec. | ||
| 11993 | 2024.12.21 00:55:03.994027 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11994 | 2024.12.21 00:55:03.994241 [ 263 ] {21f99e82-7153-4b97-a01a-8ee33d6ebb49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11995 | 2024.12.21 00:55:03.994325 [ 263 ] {21f99e82-7153-4b97-a01a-8ee33d6ebb49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11996 | 2024.12.21 00:55:03.995128 [ 263 ] {21f99e82-7153-4b97-a01a-8ee33d6ebb49} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11997 | 2024.12.21 00:55:03.995178 [ 263 ] {21f99e82-7153-4b97-a01a-8ee33d6ebb49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11998 | 2024.12.21 00:55:03.995624 [ 263 ] {21f99e82-7153-4b97-a01a-8ee33d6ebb49} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11999 | 2024.12.21 00:55:03.995872 [ 263 ] {21f99e82-7153-4b97-a01a-8ee33d6ebb49} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12000 | 2024.12.21 00:55:03.996121 [ 263 ] {21f99e82-7153-4b97-a01a-8ee33d6ebb49} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001938 sec., 33023.73581011352 rows/sec., 2.58 MiB/sec. | ||
| 12001 | 2024.12.21 00:55:03.996191 [ 263 ] {21f99e82-7153-4b97-a01a-8ee33d6ebb49} <Debug> TCPHandler: Processed in 0.002338323 sec. | ||
| 12002 | 2024.12.21 00:55:03.996359 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12003 | 2024.12.21 00:55:03.996492 [ 260 ] {109fd46f-1e59-4604-9bba-a04dfceb7e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12004 | 2024.12.21 00:55:03.996552 [ 260 ] {109fd46f-1e59-4604-9bba-a04dfceb7e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12005 | 2024.12.21 00:55:03.997118 [ 260 ] {109fd46f-1e59-4604-9bba-a04dfceb7e12} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12006 | 2024.12.21 00:55:03.997160 [ 260 ] {109fd46f-1e59-4604-9bba-a04dfceb7e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12007 | 2024.12.21 00:55:03.997559 [ 260 ] {109fd46f-1e59-4604-9bba-a04dfceb7e12} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12008 | 2024.12.21 00:55:03.997802 [ 260 ] {109fd46f-1e59-4604-9bba-a04dfceb7e12} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12009 | 2024.12.21 00:55:03.998063 [ 260 ] {109fd46f-1e59-4604-9bba-a04dfceb7e12} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001594 sec., 26348.808030112923 rows/sec., 1.83 MiB/sec. | ||
| 12010 | 2024.12.21 00:55:03.998211 [ 260 ] {109fd46f-1e59-4604-9bba-a04dfceb7e12} <Debug> TCPHandler: Processed in 0.001909726 sec. | ||
| 12011 | 2024.12.21 00:55:03.998472 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12012 | 2024.12.21 00:55:03.998704 [ 263 ] {b878acb6-e0bb-459d-a58d-8617d0f867f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12013 | 2024.12.21 00:55:03.998773 [ 263 ] {b878acb6-e0bb-459d-a58d-8617d0f867f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12014 | 2024.12.21 00:55:03.999568 [ 263 ] {b878acb6-e0bb-459d-a58d-8617d0f867f1} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12015 | 2024.12.21 00:55:03.999623 [ 263 ] {b878acb6-e0bb-459d-a58d-8617d0f867f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12016 | 2024.12.21 00:55:04.000106 [ 263 ] {b878acb6-e0bb-459d-a58d-8617d0f867f1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12017 | 2024.12.21 00:55:04.000596 [ 263 ] {b878acb6-e0bb-459d-a58d-8617d0f867f1} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12018 | 2024.12.21 00:55:04.000953 [ 263 ] {b878acb6-e0bb-459d-a58d-8617d0f867f1} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.002313 sec., 6917.423259835711 rows/sec., 479.63 KiB/sec. | ||
| 12019 | 2024.12.21 00:55:04.001027 [ 263 ] {b878acb6-e0bb-459d-a58d-8617d0f867f1} <Debug> TCPHandler: Processed in 0.00269498 sec. | ||
| 12020 | 2024.12.21 00:55:05.017367 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 12021 | 2024.12.21 00:55:05.018455 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12022 | 2024.12.21 00:55:05.018496 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12023 | 2024.12.21 00:55:05.019017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12024 | 2024.12.21 00:55:05.019269 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12025 | 2024.12.21 00:55:05.019512 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 12026 | 2024.12.21 00:55:06.932899 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 12027 | 2024.12.21 00:55:06.955029 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12028 | 2024.12.21 00:55:06.955096 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12029 | 2024.12.21 00:55:06.962434 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12030 | 2024.12.21 00:55:06.963198 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12031 | 2024.12.21 00:55:06.966287 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 12032 | 2024.12.21 00:55:08.998653 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12033 | 2024.12.21 00:55:08.999016 [ 260 ] {f7d5f8e5-b476-425a-acf8-6a3427183127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12034 | 2024.12.21 00:55:08.999117 [ 260 ] {f7d5f8e5-b476-425a-acf8-6a3427183127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12035 | 2024.12.21 00:55:09.000855 [ 260 ] {f7d5f8e5-b476-425a-acf8-6a3427183127} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12036 | 2024.12.21 00:55:09.000971 [ 260 ] {f7d5f8e5-b476-425a-acf8-6a3427183127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12037 | 2024.12.21 00:55:09.001635 [ 260 ] {f7d5f8e5-b476-425a-acf8-6a3427183127} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12038 | 2024.12.21 00:55:09.001993 [ 260 ] {f7d5f8e5-b476-425a-acf8-6a3427183127} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12039 | 2024.12.21 00:55:09.002334 [ 260 ] {f7d5f8e5-b476-425a-acf8-6a3427183127} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.003386 sec., 32486.709982279976 rows/sec., 2.72 MiB/sec. | ||
| 12040 | 2024.12.21 00:55:09.002434 [ 260 ] {f7d5f8e5-b476-425a-acf8-6a3427183127} <Debug> TCPHandler: Processed in 0.003965174 sec. | ||
| 12041 | 2024.12.21 00:55:09.002784 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12042 | 2024.12.21 00:55:09.002986 [ 263 ] {226088b3-de76-4aa8-bc4f-e082e227cad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12043 | 2024.12.21 00:55:09.003076 [ 263 ] {226088b3-de76-4aa8-bc4f-e082e227cad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12044 | 2024.12.21 00:55:09.004132 [ 263 ] {226088b3-de76-4aa8-bc4f-e082e227cad8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12045 | 2024.12.21 00:55:09.004189 [ 263 ] {226088b3-de76-4aa8-bc4f-e082e227cad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12046 | 2024.12.21 00:55:09.004741 [ 263 ] {226088b3-de76-4aa8-bc4f-e082e227cad8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12047 | 2024.12.21 00:55:09.005089 [ 263 ] {226088b3-de76-4aa8-bc4f-e082e227cad8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12048 | 2024.12.21 00:55:09.005336 [ 263 ] {226088b3-de76-4aa8-bc4f-e082e227cad8} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002403 sec., 11235.955056179775 rows/sec., 844.89 KiB/sec. | ||
| 12049 | 2024.12.21 00:55:09.005421 [ 263 ] {226088b3-de76-4aa8-bc4f-e082e227cad8} <Debug> TCPHandler: Processed in 0.002821872 sec. | ||
| 12050 | 2024.12.21 00:55:09.005625 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12051 | 2024.12.21 00:55:09.005766 [ 260 ] {392bcd7e-d140-4f2b-af8b-591c37524479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12052 | 2024.12.21 00:55:09.005824 [ 260 ] {392bcd7e-d140-4f2b-af8b-591c37524479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12053 | 2024.12.21 00:55:09.006568 [ 260 ] {392bcd7e-d140-4f2b-af8b-591c37524479} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12054 | 2024.12.21 00:55:09.006615 [ 260 ] {392bcd7e-d140-4f2b-af8b-591c37524479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12055 | 2024.12.21 00:55:09.007041 [ 260 ] {392bcd7e-d140-4f2b-af8b-591c37524479} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12056 | 2024.12.21 00:55:09.007297 [ 260 ] {392bcd7e-d140-4f2b-af8b-591c37524479} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12057 | 2024.12.21 00:55:09.007526 [ 260 ] {392bcd7e-d140-4f2b-af8b-591c37524479} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001796 sec., 50668.15144766147 rows/sec., 3.96 MiB/sec. | ||
| 12058 | 2024.12.21 00:55:09.007592 [ 260 ] {392bcd7e-d140-4f2b-af8b-591c37524479} <Debug> TCPHandler: Processed in 0.002031347 sec. | ||
| 12059 | 2024.12.21 00:55:09.007784 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12060 | 2024.12.21 00:55:09.007928 [ 263 ] {c17dc6b5-dd49-47a9-94a0-85277da408f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12061 | 2024.12.21 00:55:09.007998 [ 263 ] {c17dc6b5-dd49-47a9-94a0-85277da408f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12062 | 2024.12.21 00:55:09.008670 [ 263 ] {c17dc6b5-dd49-47a9-94a0-85277da408f1} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12063 | 2024.12.21 00:55:09.008713 [ 263 ] {c17dc6b5-dd49-47a9-94a0-85277da408f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12064 | 2024.12.21 00:55:09.009161 [ 263 ] {c17dc6b5-dd49-47a9-94a0-85277da408f1} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12065 | 2024.12.21 00:55:09.009419 [ 263 ] {c17dc6b5-dd49-47a9-94a0-85277da408f1} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12066 | 2024.12.21 00:55:09.009638 [ 263 ] {c17dc6b5-dd49-47a9-94a0-85277da408f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001744 sec., 91743.11926605504 rows/sec., 6.39 MiB/sec. | ||
| 12067 | 2024.12.21 00:55:09.009720 [ 263 ] {c17dc6b5-dd49-47a9-94a0-85277da408f1} <Debug> TCPHandler: Processed in 0.002000717 sec. | ||
| 12068 | 2024.12.21 00:55:09.009891 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12069 | 2024.12.21 00:55:09.010022 [ 260 ] {09dd3b3b-d7fe-409d-bc3e-48b5dc8fcc35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12070 | 2024.12.21 00:55:09.010110 [ 260 ] {09dd3b3b-d7fe-409d-bc3e-48b5dc8fcc35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12071 | 2024.12.21 00:55:09.011307 [ 260 ] {09dd3b3b-d7fe-409d-bc3e-48b5dc8fcc35} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12072 | 2024.12.21 00:55:09.011349 [ 260 ] {09dd3b3b-d7fe-409d-bc3e-48b5dc8fcc35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12073 | 2024.12.21 00:55:09.012024 [ 260 ] {09dd3b3b-d7fe-409d-bc3e-48b5dc8fcc35} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12074 | 2024.12.21 00:55:09.012302 [ 260 ] {09dd3b3b-d7fe-409d-bc3e-48b5dc8fcc35} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12075 | 2024.12.21 00:55:09.012572 [ 260 ] {09dd3b3b-d7fe-409d-bc3e-48b5dc8fcc35} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002581 sec., 10461.061604029446 rows/sec., 18.75 MiB/sec. | ||
| 12076 | 2024.12.21 00:55:09.012711 [ 260 ] {09dd3b3b-d7fe-409d-bc3e-48b5dc8fcc35} <Debug> TCPHandler: Processed in 0.002879864 sec. | ||
| 12077 | 2024.12.21 00:55:09.012886 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12078 | 2024.12.21 00:55:09.013024 [ 263 ] {6aa920a2-8522-44ee-936a-42cfdc04ab76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12079 | 2024.12.21 00:55:09.013091 [ 263 ] {6aa920a2-8522-44ee-936a-42cfdc04ab76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12080 | 2024.12.21 00:55:09.013642 [ 263 ] {6aa920a2-8522-44ee-936a-42cfdc04ab76} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12081 | 2024.12.21 00:55:09.013685 [ 263 ] {6aa920a2-8522-44ee-936a-42cfdc04ab76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12082 | 2024.12.21 00:55:09.014091 [ 263 ] {6aa920a2-8522-44ee-936a-42cfdc04ab76} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12083 | 2024.12.21 00:55:09.014335 [ 263 ] {6aa920a2-8522-44ee-936a-42cfdc04ab76} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12084 | 2024.12.21 00:55:09.014557 [ 263 ] {6aa920a2-8522-44ee-936a-42cfdc04ab76} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec. | ||
| 12085 | 2024.12.21 00:55:09.014676 [ 263 ] {6aa920a2-8522-44ee-936a-42cfdc04ab76} <Debug> TCPHandler: Processed in 0.001849514 sec. | ||
| 12086 | 2024.12.21 00:55:12.279740 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12087 | 2024.12.21 00:55:12.279801 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12088 | 2024.12.21 00:55:12.519635 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
| 12089 | 2024.12.21 00:55:12.520381 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12090 | 2024.12.21 00:55:12.520436 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12091 | 2024.12.21 00:55:12.521026 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12092 | 2024.12.21 00:55:12.521290 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12093 | 2024.12.21 00:55:12.521543 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 12094 | 2024.12.21 00:55:12.654762 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1712 | ||
| 12095 | 2024.12.21 00:55:12.658208 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12096 | 2024.12.21 00:55:12.658275 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12097 | 2024.12.21 00:55:12.659781 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12098 | 2024.12.21 00:55:12.660112 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12099 | 2024.12.21 00:55:12.661560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1712 | ||
| 12100 | 2024.12.21 00:55:13.024574 [ 128 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 5 parts from all_1_35_7 to all_39_39_0 | ||
| 12101 | 2024.12.21 00:55:13.024671 [ 128 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12102 | 2024.12.21 00:55:13.024713 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12103 | 2024.12.21 00:55:13.025026 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_35_7 to all_39_39_0 into Compact with storage Full | ||
| 12104 | 2024.12.21 00:55:13.025579 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12105 | 2024.12.21 00:55:13.025685 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 243 rows starting from the beginning of the part | ||
| 12106 | 2024.12.21 00:55:13.025853 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part | ||
| 12107 | 2024.12.21 00:55:13.026170 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 12108 | 2024.12.21 00:55:13.026310 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 12109 | 2024.12.21 00:55:13.026543 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part | ||
| 12110 | 2024.12.21 00:55:13.027781 [ 199 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002956615 sec., 255359.59196581226 rows/sec., 18.28 MiB/sec. | ||
| 12111 | 2024.12.21 00:55:13.028026 [ 193 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
| 12112 | 2024.12.21 00:55:13.028433 [ 193 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_39_8} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12113 | 2024.12.21 00:55:13.028539 [ 193 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_39_8} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 5 parts: [all_1_35_7, all_39_39_0] -> all_1_39_8 | ||
| 12114 | 2024.12.21 00:55:13.028650 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 12115 | 2024.12.21 00:55:14.002602 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12116 | 2024.12.21 00:55:14.002879 [ 260 ] {7a03334f-e109-4744-9440-4d1a20eae12c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12117 | 2024.12.21 00:55:14.002963 [ 260 ] {7a03334f-e109-4744-9440-4d1a20eae12c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12118 | 2024.12.21 00:55:14.003784 [ 260 ] {7a03334f-e109-4744-9440-4d1a20eae12c} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12119 | 2024.12.21 00:55:14.003841 [ 260 ] {7a03334f-e109-4744-9440-4d1a20eae12c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12120 | 2024.12.21 00:55:14.004302 [ 260 ] {7a03334f-e109-4744-9440-4d1a20eae12c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12121 | 2024.12.21 00:55:14.004631 [ 260 ] {7a03334f-e109-4744-9440-4d1a20eae12c} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12122 | 2024.12.21 00:55:14.004962 [ 260 ] {7a03334f-e109-4744-9440-4d1a20eae12c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002137 sec., 6551.240056153486 rows/sec., 471.60 KiB/sec. | ||
| 12123 | 2024.12.21 00:55:14.005213 [ 260 ] {7a03334f-e109-4744-9440-4d1a20eae12c} <Debug> TCPHandler: Processed in 0.002745701 sec. | ||
| 12124 | 2024.12.21 00:55:14.005518 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12125 | 2024.12.21 00:55:14.005706 [ 263 ] {8e9de7f0-d13b-4a00-b7fc-577f7f99868f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12126 | 2024.12.21 00:55:14.005785 [ 263 ] {8e9de7f0-d13b-4a00-b7fc-577f7f99868f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12127 | 2024.12.21 00:55:14.006704 [ 263 ] {8e9de7f0-d13b-4a00-b7fc-577f7f99868f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12128 | 2024.12.21 00:55:14.006753 [ 263 ] {8e9de7f0-d13b-4a00-b7fc-577f7f99868f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12129 | 2024.12.21 00:55:14.007235 [ 263 ] {8e9de7f0-d13b-4a00-b7fc-577f7f99868f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12130 | 2024.12.21 00:55:14.007508 [ 263 ] {8e9de7f0-d13b-4a00-b7fc-577f7f99868f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12131 | 2024.12.21 00:55:14.007724 [ 110 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12132 | 2024.12.21 00:55:14.007781 [ 263 ] {8e9de7f0-d13b-4a00-b7fc-577f7f99868f} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002124 sec., 106873.82297551789 rows/sec., 9.34 MiB/sec. | ||
| 12133 | 2024.12.21 00:55:14.007801 [ 110 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12134 | 2024.12.21 00:55:14.007850 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12135 | 2024.12.21 00:55:14.007915 [ 263 ] {8e9de7f0-d13b-4a00-b7fc-577f7f99868f} <Debug> TCPHandler: Processed in 0.002531818 sec. | ||
| 12136 | 2024.12.21 00:55:14.008228 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12137 | 2024.12.21 00:55:14.008250 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 12138 | 2024.12.21 00:55:14.008674 [ 260 ] {8741dd76-da8b-4d24-8000-dab435a4e62e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12139 | 2024.12.21 00:55:14.008793 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12140 | 2024.12.21 00:55:14.008910 [ 260 ] {8741dd76-da8b-4d24-8000-dab435a4e62e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12141 | 2024.12.21 00:55:14.008931 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1432 rows starting from the beginning of the part | ||
| 12142 | 2024.12.21 00:55:14.009498 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 110 rows starting from the beginning of the part | ||
| 12143 | 2024.12.21 00:55:14.010079 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1370 rows starting from the beginning of the part | ||
| 12144 | 2024.12.21 00:55:14.010462 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 56 rows starting from the beginning of the part | ||
| 12145 | 2024.12.21 00:55:14.010819 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 110 rows starting from the beginning of the part | ||
| 12146 | 2024.12.21 00:55:14.011154 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 227 rows starting from the beginning of the part | ||
| 12147 | 2024.12.21 00:55:14.012183 [ 260 ] {8741dd76-da8b-4d24-8000-dab435a4e62e} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12148 | 2024.12.21 00:55:14.012257 [ 260 ] {8741dd76-da8b-4d24-8000-dab435a4e62e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12149 | 2024.12.21 00:55:14.013373 [ 260 ] {8741dd76-da8b-4d24-8000-dab435a4e62e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12150 | 2024.12.21 00:55:14.013768 [ 260 ] {8741dd76-da8b-4d24-8000-dab435a4e62e} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12151 | 2024.12.21 00:55:14.013982 [ 110 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12152 | 2024.12.21 00:55:14.014075 [ 110 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12153 | 2024.12.21 00:55:14.014145 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12154 | 2024.12.21 00:55:14.014317 [ 260 ] {8741dd76-da8b-4d24-8000-dab435a4e62e} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.00581 sec., 3270.223752151463 rows/sec., 233.80 KiB/sec. | ||
| 12155 | 2024.12.21 00:55:14.014725 [ 193 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 12156 | 2024.12.21 00:55:14.014777 [ 260 ] {8741dd76-da8b-4d24-8000-dab435a4e62e} <Debug> TCPHandler: Processed in 0.006694584 sec. | ||
| 12157 | 2024.12.21 00:55:14.014953 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.00697723 sec., 473683.6824929091 rows/sec., 41.35 MiB/sec. | ||
| 12158 | 2024.12.21 00:55:14.015100 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12159 | 2024.12.21 00:55:14.015143 [ 193 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12160 | 2024.12.21 00:55:14.015237 [ 193 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 64 rows starting from the beginning of the part | ||
| 12161 | 2024.12.21 00:55:14.015349 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12162 | 2024.12.21 00:55:14.015425 [ 263 ] {5dee5a36-7e02-4edf-8f68-ffe61f835a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12163 | 2024.12.21 00:55:14.015716 [ 193 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 19 rows starting from the beginning of the part | ||
| 12164 | 2024.12.21 00:55:14.016141 [ 193 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 27 rows starting from the beginning of the part | ||
| 12165 | 2024.12.21 00:55:14.016523 [ 263 ] {5dee5a36-7e02-4edf-8f68-ffe61f835a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12166 | 2024.12.21 00:55:14.016583 [ 193 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 25 rows starting from the beginning of the part | ||
| 12167 | 2024.12.21 00:55:14.017036 [ 193 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 27 rows starting from the beginning of the part | ||
| 12168 | 2024.12.21 00:55:14.017405 [ 193 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 19 rows starting from the beginning of the part | ||
| 12169 | 2024.12.21 00:55:14.018216 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_96_19} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12170 | 2024.12.21 00:55:14.018668 [ 186 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_96_19} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12171 | 2024.12.21 00:55:14.019071 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 12172 | 2024.12.21 00:55:14.020147 [ 263 ] {5dee5a36-7e02-4edf-8f68-ffe61f835a95} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12173 | 2024.12.21 00:55:14.020234 [ 263 ] {5dee5a36-7e02-4edf-8f68-ffe61f835a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12174 | 2024.12.21 00:55:14.021061 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.006771505 sec., 26729.65611042154 rows/sec., 2.01 MiB/sec. | ||
| 12175 | 2024.12.21 00:55:14.021195 [ 263 ] {5dee5a36-7e02-4edf-8f68-ffe61f835a95} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12176 | 2024.12.21 00:55:14.021239 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12177 | 2024.12.21 00:55:14.021621 [ 263 ] {5dee5a36-7e02-4edf-8f68-ffe61f835a95} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12178 | 2024.12.21 00:55:14.021727 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_81_16} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12179 | 2024.12.21 00:55:14.021954 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_81_16} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12180 | 2024.12.21 00:55:14.022045 [ 263 ] {5dee5a36-7e02-4edf-8f68-ffe61f835a95} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006747 sec., 2074.996294649474 rows/sec., 145.32 KiB/sec. | ||
| 12181 | 2024.12.21 00:55:14.022103 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12182 | 2024.12.21 00:55:14.022233 [ 263 ] {5dee5a36-7e02-4edf-8f68-ffe61f835a95} <Debug> TCPHandler: Processed in 0.007294875 sec. | ||
| 12183 | 2024.12.21 00:55:14.022423 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12184 | 2024.12.21 00:55:14.022560 [ 260 ] {3c118ae1-f3cb-42a5-98ff-81a8743d284e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12185 | 2024.12.21 00:55:14.022616 [ 260 ] {3c118ae1-f3cb-42a5-98ff-81a8743d284e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12186 | 2024.12.21 00:55:14.023258 [ 260 ] {3c118ae1-f3cb-42a5-98ff-81a8743d284e} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12187 | 2024.12.21 00:55:14.023301 [ 260 ] {3c118ae1-f3cb-42a5-98ff-81a8743d284e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12188 | 2024.12.21 00:55:14.023674 [ 260 ] {3c118ae1-f3cb-42a5-98ff-81a8743d284e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12189 | 2024.12.21 00:55:14.023929 [ 260 ] {3c118ae1-f3cb-42a5-98ff-81a8743d284e} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12190 | 2024.12.21 00:55:14.024137 [ 260 ] {3c118ae1-f3cb-42a5-98ff-81a8743d284e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001602 sec., 8114.8564294631715 rows/sec., 505.96 KiB/sec. | ||
| 12191 | 2024.12.21 00:55:14.024260 [ 260 ] {3c118ae1-f3cb-42a5-98ff-81a8743d284e} <Debug> TCPHandler: Processed in 0.001901196 sec. | ||
| 12192 | 2024.12.21 00:55:14.024498 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12193 | 2024.12.21 00:55:14.024650 [ 263 ] {211d04da-b129-4f82-bda1-0199049497aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12194 | 2024.12.21 00:55:14.024713 [ 263 ] {211d04da-b129-4f82-bda1-0199049497aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12195 | 2024.12.21 00:55:14.025616 [ 263 ] {211d04da-b129-4f82-bda1-0199049497aa} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12196 | 2024.12.21 00:55:14.025659 [ 263 ] {211d04da-b129-4f82-bda1-0199049497aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12197 | 2024.12.21 00:55:14.026054 [ 263 ] {211d04da-b129-4f82-bda1-0199049497aa} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12198 | 2024.12.21 00:55:14.026304 [ 263 ] {211d04da-b129-4f82-bda1-0199049497aa} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12199 | 2024.12.21 00:55:14.026483 [ 125 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12200 | 2024.12.21 00:55:14.026552 [ 125 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12201 | 2024.12.21 00:55:14.026561 [ 263 ] {211d04da-b129-4f82-bda1-0199049497aa} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001932 sec., 203933.7474120083 rows/sec., 14.48 MiB/sec. | ||
| 12202 | 2024.12.21 00:55:14.026596 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12203 | 2024.12.21 00:55:14.026718 [ 263 ] {211d04da-b129-4f82-bda1-0199049497aa} <Debug> TCPHandler: Processed in 0.002338963 sec. | ||
| 12204 | 2024.12.21 00:55:14.026884 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 12205 | 2024.12.21 00:55:14.026933 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12206 | 2024.12.21 00:55:14.027153 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12207 | 2024.12.21 00:55:14.027175 [ 260 ] {6a7a54f0-98fa-4ef0-8bc7-cb8355c5f823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12208 | 2024.12.21 00:55:14.027231 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 913 rows starting from the beginning of the part | ||
| 12209 | 2024.12.21 00:55:14.027284 [ 260 ] {6a7a54f0-98fa-4ef0-8bc7-cb8355c5f823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12210 | 2024.12.21 00:55:14.027597 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 91 rows starting from the beginning of the part | ||
| 12211 | 2024.12.21 00:55:14.027941 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 856 rows starting from the beginning of the part | ||
| 12212 | 2024.12.21 00:55:14.028323 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 64 rows starting from the beginning of the part | ||
| 12213 | 2024.12.21 00:55:14.028606 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 91 rows starting from the beginning of the part | ||
| 12214 | 2024.12.21 00:55:14.028887 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 394 rows starting from the beginning of the part | ||
| 12215 | 2024.12.21 00:55:14.029810 [ 260 ] {6a7a54f0-98fa-4ef0-8bc7-cb8355c5f823} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12216 | 2024.12.21 00:55:14.029886 [ 260 ] {6a7a54f0-98fa-4ef0-8bc7-cb8355c5f823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12217 | 2024.12.21 00:55:14.030810 [ 260 ] {6a7a54f0-98fa-4ef0-8bc7-cb8355c5f823} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12218 | 2024.12.21 00:55:14.031381 [ 260 ] {6a7a54f0-98fa-4ef0-8bc7-cb8355c5f823} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12219 | 2024.12.21 00:55:14.031602 [ 260 ] {6a7a54f0-98fa-4ef0-8bc7-cb8355c5f823} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004514 sec., 1329.198050509526 rows/sec., 69.45 KiB/sec. | ||
| 12220 | 2024.12.21 00:55:14.031683 [ 260 ] {6a7a54f0-98fa-4ef0-8bc7-cb8355c5f823} <Debug> TCPHandler: Processed in 0.00482797 sec. | ||
| 12221 | 2024.12.21 00:55:14.031896 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12222 | 2024.12.21 00:55:14.032136 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.005407801 sec., 445467.575452573 rows/sec., 34.16 MiB/sec. | ||
| 12223 | 2024.12.21 00:55:14.032152 [ 263 ] {e96b7d4c-93e3-439c-a71d-e62623267623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12224 | 2024.12.21 00:55:14.032246 [ 263 ] {e96b7d4c-93e3-439c-a71d-e62623267623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12225 | 2024.12.21 00:55:14.032440 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12226 | 2024.12.21 00:55:14.033061 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_96_19} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12227 | 2024.12.21 00:55:14.033274 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_96_19} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12228 | 2024.12.21 00:55:14.033449 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 12229 | 2024.12.21 00:55:14.033575 [ 263 ] {e96b7d4c-93e3-439c-a71d-e62623267623} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12230 | 2024.12.21 00:55:14.033619 [ 263 ] {e96b7d4c-93e3-439c-a71d-e62623267623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12231 | 2024.12.21 00:55:14.034020 [ 263 ] {e96b7d4c-93e3-439c-a71d-e62623267623} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12232 | 2024.12.21 00:55:14.034264 [ 263 ] {e96b7d4c-93e3-439c-a71d-e62623267623} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12233 | 2024.12.21 00:55:14.034449 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12234 | 2024.12.21 00:55:14.034503 [ 263 ] {e96b7d4c-93e3-439c-a71d-e62623267623} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002408 sec., 98421.92691029901 rows/sec., 6.60 MiB/sec. | ||
| 12235 | 2024.12.21 00:55:14.034510 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12236 | 2024.12.21 00:55:14.034594 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12237 | 2024.12.21 00:55:14.034635 [ 263 ] {e96b7d4c-93e3-439c-a71d-e62623267623} <Debug> TCPHandler: Processed in 0.002849092 sec. | ||
| 12238 | 2024.12.21 00:55:14.034838 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 12239 | 2024.12.21 00:55:14.034888 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12240 | 2024.12.21 00:55:14.034994 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12241 | 2024.12.21 00:55:14.035075 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 26048 rows starting from the beginning of the part | ||
| 12242 | 2024.12.21 00:55:14.035127 [ 260 ] {20a0fd41-d4ad-4b4c-ab40-8f0d2c6f66df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12243 | 2024.12.21 00:55:14.035309 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part | ||
| 12244 | 2024.12.21 00:55:14.035373 [ 260 ] {20a0fd41-d4ad-4b4c-ab40-8f0d2c6f66df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12245 | 2024.12.21 00:55:14.035578 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 918 rows starting from the beginning of the part | ||
| 12246 | 2024.12.21 00:55:14.035920 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 42 rows starting from the beginning of the part | ||
| 12247 | 2024.12.21 00:55:14.036264 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part | ||
| 12248 | 2024.12.21 00:55:14.036586 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 12249 | 2024.12.21 00:55:14.037830 [ 260 ] {20a0fd41-d4ad-4b4c-ab40-8f0d2c6f66df} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12250 | 2024.12.21 00:55:14.037881 [ 260 ] {20a0fd41-d4ad-4b4c-ab40-8f0d2c6f66df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12251 | 2024.12.21 00:55:14.038376 [ 260 ] {20a0fd41-d4ad-4b4c-ab40-8f0d2c6f66df} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12252 | 2024.12.21 00:55:14.038738 [ 260 ] {20a0fd41-d4ad-4b4c-ab40-8f0d2c6f66df} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12253 | 2024.12.21 00:55:14.039077 [ 125 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 12254 | 2024.12.21 00:55:14.039198 [ 125 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12255 | 2024.12.21 00:55:14.039275 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12256 | 2024.12.21 00:55:14.039354 [ 260 ] {20a0fd41-d4ad-4b4c-ab40-8f0d2c6f66df} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004274 sec., 233.97285914833878 rows/sec., 15.77 KiB/sec. | ||
| 12257 | 2024.12.21 00:55:14.039683 [ 260 ] {20a0fd41-d4ad-4b4c-ab40-8f0d2c6f66df} <Debug> TCPHandler: Processed in 0.004920721 sec. | ||
| 12258 | 2024.12.21 00:55:14.039966 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12259 | 2024.12.21 00:55:14.040445 [ 263 ] {f532ca57-99dd-4974-8aad-130916b26232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12260 | 2024.12.21 00:55:14.040899 [ 263 ] {f532ca57-99dd-4974-8aad-130916b26232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12261 | 2024.12.21 00:55:14.041377 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 12262 | 2024.12.21 00:55:14.041898 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12263 | 2024.12.21 00:55:14.041989 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 36 rows starting from the beginning of the part | ||
| 12264 | 2024.12.21 00:55:14.042398 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 12265 | 2024.12.21 00:55:14.042889 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 12266 | 2024.12.21 00:55:14.043440 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 12267 | 2024.12.21 00:55:14.044004 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 12268 | 2024.12.21 00:55:14.044352 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 12269 | 2024.12.21 00:55:14.047860 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27565 rows, containing 5 columns (5 merged, 0 gathered) in 0.013151733 sec., 2095921.5032726105 rows/sec., 141.63 MiB/sec. | ||
| 12270 | 2024.12.21 00:55:14.048369 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12271 | 2024.12.21 00:55:14.048872 [ 263 ] {f532ca57-99dd-4974-8aad-130916b26232} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12272 | 2024.12.21 00:55:14.048989 [ 263 ] {f532ca57-99dd-4974-8aad-130916b26232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12273 | 2024.12.21 00:55:14.049474 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12274 | 2024.12.21 00:55:14.049842 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12275 | 2024.12.21 00:55:14.050138 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 12276 | 2024.12.21 00:55:14.050252 [ 202 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.01078078 sec., 3803.0643422832113 rows/sec., 255.90 KiB/sec. | ||
| 12277 | 2024.12.21 00:55:14.050459 [ 202 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 12278 | 2024.12.21 00:55:14.051126 [ 202 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_40_8} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12279 | 2024.12.21 00:55:14.051324 [ 202 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_40_8} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 12280 | 2024.12.21 00:55:14.051371 [ 263 ] {f532ca57-99dd-4974-8aad-130916b26232} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12281 | 2024.12.21 00:55:14.051461 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12282 | 2024.12.21 00:55:14.051728 [ 263 ] {f532ca57-99dd-4974-8aad-130916b26232} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12283 | 2024.12.21 00:55:14.051945 [ 125 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12284 | 2024.12.21 00:55:14.052010 [ 125 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12285 | 2024.12.21 00:55:14.052033 [ 263 ] {f532ca57-99dd-4974-8aad-130916b26232} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.011773 sec., 1019.2814066083411 rows/sec., 1.83 MiB/sec. | ||
| 12286 | 2024.12.21 00:55:14.052053 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12287 | 2024.12.21 00:55:14.052315 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 12288 | 2024.12.21 00:55:14.052355 [ 263 ] {f532ca57-99dd-4974-8aad-130916b26232} <Debug> TCPHandler: Processed in 0.012539393 sec. | ||
| 12289 | 2024.12.21 00:55:14.052561 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12290 | 2024.12.21 00:55:14.052726 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12291 | 2024.12.21 00:55:14.052836 [ 260 ] {02171fd3-9c95-4a42-8299-ec3cd6504772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12292 | 2024.12.21 00:55:14.052864 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1485 rows starting from the beginning of the part | ||
| 12293 | 2024.12.21 00:55:14.052963 [ 260 ] {02171fd3-9c95-4a42-8299-ec3cd6504772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12294 | 2024.12.21 00:55:14.053612 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 12 rows starting from the beginning of the part | ||
| 12295 | 2024.12.21 00:55:14.054228 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 27 rows starting from the beginning of the part | ||
| 12296 | 2024.12.21 00:55:14.055004 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 12 rows starting from the beginning of the part | ||
| 12297 | 2024.12.21 00:55:14.055233 [ 260 ] {02171fd3-9c95-4a42-8299-ec3cd6504772} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12298 | 2024.12.21 00:55:14.055339 [ 260 ] {02171fd3-9c95-4a42-8299-ec3cd6504772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12299 | 2024.12.21 00:55:14.055716 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 27 rows starting from the beginning of the part | ||
| 12300 | 2024.12.21 00:55:14.056352 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 12 rows starting from the beginning of the part | ||
| 12301 | 2024.12.21 00:55:14.056850 [ 260 ] {02171fd3-9c95-4a42-8299-ec3cd6504772} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12302 | 2024.12.21 00:55:14.057606 [ 260 ] {02171fd3-9c95-4a42-8299-ec3cd6504772} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12303 | 2024.12.21 00:55:14.057944 [ 125 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12304 | 2024.12.21 00:55:14.058048 [ 125 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12305 | 2024.12.21 00:55:14.058132 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12306 | 2024.12.21 00:55:14.058309 [ 260 ] {02171fd3-9c95-4a42-8299-ec3cd6504772} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005544 sec., 14790.76479076479 rows/sec., 961.94 KiB/sec. | ||
| 12307 | 2024.12.21 00:55:14.058476 [ 260 ] {02171fd3-9c95-4a42-8299-ec3cd6504772} <Debug> TCPHandler: Processed in 0.006014162 sec. | ||
| 12308 | 2024.12.21 00:55:14.058480 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 12309 | 2024.12.21 00:55:14.058611 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12310 | 2024.12.21 00:55:14.058641 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5564 rows starting from the beginning of the part | ||
| 12311 | 2024.12.21 00:55:14.058737 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 12312 | 2024.12.21 00:55:14.058939 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 66 rows starting from the beginning of the part | ||
| 12313 | 2024.12.21 00:55:14.059143 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 12314 | 2024.12.21 00:55:14.059350 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 12315 | 2024.12.21 00:55:14.059464 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
| 12316 | 2024.12.21 00:55:14.064247 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5848 rows, containing 4 columns (4 merged, 0 gathered) in 0.005948371 sec., 983126.3046639155 rows/sec., 64.18 MiB/sec. | ||
| 12317 | 2024.12.21 00:55:14.064899 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12318 | 2024.12.21 00:55:14.066274 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_96_19} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12319 | 2024.12.21 00:55:14.066395 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_96_19} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12320 | 2024.12.21 00:55:14.066502 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 12321 | 2024.12.21 00:55:14.068572 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1575 rows, containing 19 columns (19 merged, 0 gathered) in 0.016406595 sec., 95997.98129959324 rows/sec., 172.02 MiB/sec. | ||
| 12322 | 2024.12.21 00:55:14.070267 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12323 | 2024.12.21 00:55:14.070691 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12324 | 2024.12.21 00:55:14.070780 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12325 | 2024.12.21 00:55:14.070939 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
| 12326 | 2024.12.21 00:55:14.466329 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 12327 | 2024.12.21 00:55:14.488564 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12328 | 2024.12.21 00:55:14.488621 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12329 | 2024.12.21 00:55:14.496001 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12330 | 2024.12.21 00:55:14.496782 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12331 | 2024.12.21 00:55:14.501069 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 12332 | 2024.12.21 00:55:15.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.36 MiB, peak 259.39 MiB, free memory in arenas 0.00 B, will set to 250.75 MiB (RSS), difference: 2.39 MiB | ||
| 12333 | 2024.12.21 00:55:18.998191 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12334 | 2024.12.21 00:55:18.998577 [ 260 ] {35cce269-bc92-4165-bd57-43d94feb792b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12335 | 2024.12.21 00:55:18.998709 [ 260 ] {35cce269-bc92-4165-bd57-43d94feb792b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12336 | 2024.12.21 00:55:18.999557 [ 260 ] {35cce269-bc92-4165-bd57-43d94feb792b} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12337 | 2024.12.21 00:55:18.999598 [ 260 ] {35cce269-bc92-4165-bd57-43d94feb792b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12338 | 2024.12.21 00:55:19.000092 [ 260 ] {35cce269-bc92-4165-bd57-43d94feb792b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12339 | 2024.12.21 00:55:19.000506 [ 260 ] {35cce269-bc92-4165-bd57-43d94feb792b} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12340 | 2024.12.21 00:55:19.000764 [ 260 ] {35cce269-bc92-4165-bd57-43d94feb792b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002266 sec., 2647.8375992939104 rows/sec., 215.91 KiB/sec. | ||
| 12341 | 2024.12.21 00:55:19.000955 [ 260 ] {35cce269-bc92-4165-bd57-43d94feb792b} <Debug> TCPHandler: Processed in 0.002982405 sec. | ||
| 12342 | 2024.12.21 00:55:19.001321 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12343 | 2024.12.21 00:55:19.001519 [ 263 ] {d051988d-ec35-476c-8497-a66ef5f8c07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12344 | 2024.12.21 00:55:19.001596 [ 263 ] {d051988d-ec35-476c-8497-a66ef5f8c07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12345 | 2024.12.21 00:55:19.002484 [ 263 ] {d051988d-ec35-476c-8497-a66ef5f8c07c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12346 | 2024.12.21 00:55:19.002536 [ 263 ] {d051988d-ec35-476c-8497-a66ef5f8c07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12347 | 2024.12.21 00:55:19.003038 [ 263 ] {d051988d-ec35-476c-8497-a66ef5f8c07c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12348 | 2024.12.21 00:55:19.003311 [ 263 ] {d051988d-ec35-476c-8497-a66ef5f8c07c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12349 | 2024.12.21 00:55:19.003580 [ 263 ] {d051988d-ec35-476c-8497-a66ef5f8c07c} <Debug> executeQuery: Read 113 rows, 9.66 KiB in 0.002114 sec., 53453.169347209085 rows/sec., 4.46 MiB/sec. | ||
| 12350 | 2024.12.21 00:55:19.003661 [ 263 ] {d051988d-ec35-476c-8497-a66ef5f8c07c} <Debug> TCPHandler: Processed in 0.002519647 sec. | ||
| 12351 | 2024.12.21 00:55:19.003858 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12352 | 2024.12.21 00:55:19.004009 [ 260 ] {6423a3ee-2c02-4e26-89fb-d811b820507e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12353 | 2024.12.21 00:55:19.004072 [ 260 ] {6423a3ee-2c02-4e26-89fb-d811b820507e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12354 | 2024.12.21 00:55:19.004712 [ 260 ] {6423a3ee-2c02-4e26-89fb-d811b820507e} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12355 | 2024.12.21 00:55:19.004754 [ 260 ] {6423a3ee-2c02-4e26-89fb-d811b820507e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12356 | 2024.12.21 00:55:19.005187 [ 260 ] {6423a3ee-2c02-4e26-89fb-d811b820507e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12357 | 2024.12.21 00:55:19.005490 [ 260 ] {6423a3ee-2c02-4e26-89fb-d811b820507e} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12358 | 2024.12.21 00:55:19.005712 [ 260 ] {6423a3ee-2c02-4e26-89fb-d811b820507e} <Debug> executeQuery: Read 33 rows, 2.45 KiB in 0.001743 sec., 18932.874354561103 rows/sec., 1.37 MiB/sec. | ||
| 12359 | 2024.12.21 00:55:19.005777 [ 260 ] {6423a3ee-2c02-4e26-89fb-d811b820507e} <Debug> TCPHandler: Processed in 0.001989517 sec. | ||
| 12360 | 2024.12.21 00:55:19.005952 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12361 | 2024.12.21 00:55:19.006110 [ 263 ] {03828edc-9381-475b-bad4-1fb0b565a065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12362 | 2024.12.21 00:55:19.006181 [ 263 ] {03828edc-9381-475b-bad4-1fb0b565a065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12363 | 2024.12.21 00:55:19.007013 [ 263 ] {03828edc-9381-475b-bad4-1fb0b565a065} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12364 | 2024.12.21 00:55:19.007062 [ 263 ] {03828edc-9381-475b-bad4-1fb0b565a065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12365 | 2024.12.21 00:55:19.007516 [ 263 ] {03828edc-9381-475b-bad4-1fb0b565a065} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12366 | 2024.12.21 00:55:19.007781 [ 263 ] {03828edc-9381-475b-bad4-1fb0b565a065} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12367 | 2024.12.21 00:55:19.008035 [ 263 ] {03828edc-9381-475b-bad4-1fb0b565a065} <Debug> executeQuery: Read 97 rows, 7.77 KiB in 0.001966 sec., 49338.758901322486 rows/sec., 3.86 MiB/sec. | ||
| 12368 | 2024.12.21 00:55:19.008115 [ 263 ] {03828edc-9381-475b-bad4-1fb0b565a065} <Debug> TCPHandler: Processed in 0.002237971 sec. | ||
| 12369 | 2024.12.21 00:55:19.008294 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12370 | 2024.12.21 00:55:19.008424 [ 260 ] {afdf113e-b471-42c7-86c2-e8a52cf1b289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12371 | 2024.12.21 00:55:19.008509 [ 260 ] {afdf113e-b471-42c7-86c2-e8a52cf1b289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12372 | 2024.12.21 00:55:19.009110 [ 260 ] {afdf113e-b471-42c7-86c2-e8a52cf1b289} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12373 | 2024.12.21 00:55:19.009149 [ 260 ] {afdf113e-b471-42c7-86c2-e8a52cf1b289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12374 | 2024.12.21 00:55:19.009597 [ 260 ] {afdf113e-b471-42c7-86c2-e8a52cf1b289} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12375 | 2024.12.21 00:55:19.009862 [ 260 ] {afdf113e-b471-42c7-86c2-e8a52cf1b289} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12376 | 2024.12.21 00:55:19.010054 [ 260 ] {afdf113e-b471-42c7-86c2-e8a52cf1b289} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00166 sec., 98192.77108433735 rows/sec., 6.84 MiB/sec. | ||
| 12377 | 2024.12.21 00:55:19.010111 [ 260 ] {afdf113e-b471-42c7-86c2-e8a52cf1b289} <Debug> TCPHandler: Processed in 0.001879664 sec. | ||
| 12378 | 2024.12.21 00:55:19.010283 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12379 | 2024.12.21 00:55:19.010454 [ 263 ] {c0108a53-8fb1-4627-8772-4d2cb990006e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12380 | 2024.12.21 00:55:19.010553 [ 263 ] {c0108a53-8fb1-4627-8772-4d2cb990006e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12381 | 2024.12.21 00:55:19.011867 [ 263 ] {c0108a53-8fb1-4627-8772-4d2cb990006e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12382 | 2024.12.21 00:55:19.011914 [ 263 ] {c0108a53-8fb1-4627-8772-4d2cb990006e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12383 | 2024.12.21 00:55:19.012635 [ 263 ] {c0108a53-8fb1-4627-8772-4d2cb990006e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12384 | 2024.12.21 00:55:19.012918 [ 263 ] {c0108a53-8fb1-4627-8772-4d2cb990006e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12385 | 2024.12.21 00:55:19.013197 [ 263 ] {c0108a53-8fb1-4627-8772-4d2cb990006e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002776 sec., 9726.224783861671 rows/sec., 17.43 MiB/sec. | ||
| 12386 | 2024.12.21 00:55:19.013363 [ 263 ] {c0108a53-8fb1-4627-8772-4d2cb990006e} <Debug> TCPHandler: Processed in 0.003145269 sec. | ||
| 12387 | 2024.12.21 00:55:19.013534 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12388 | 2024.12.21 00:55:19.013681 [ 260 ] {f88fa717-e892-482e-a94c-85738914622f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12389 | 2024.12.21 00:55:19.013744 [ 260 ] {f88fa717-e892-482e-a94c-85738914622f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12390 | 2024.12.21 00:55:19.014337 [ 260 ] {f88fa717-e892-482e-a94c-85738914622f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12391 | 2024.12.21 00:55:19.014384 [ 260 ] {f88fa717-e892-482e-a94c-85738914622f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12392 | 2024.12.21 00:55:19.014837 [ 260 ] {f88fa717-e892-482e-a94c-85738914622f} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12393 | 2024.12.21 00:55:19.015092 [ 260 ] {f88fa717-e892-482e-a94c-85738914622f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12394 | 2024.12.21 00:55:19.015275 [ 260 ] {f88fa717-e892-482e-a94c-85738914622f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001629 sec., 36832.412523020255 rows/sec., 2.48 MiB/sec. | ||
| 12395 | 2024.12.21 00:55:19.015328 [ 260 ] {f88fa717-e892-482e-a94c-85738914622f} <Debug> TCPHandler: Processed in 0.001865415 sec. | ||
| 12396 | 2024.12.21 00:55:20.021644 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
| 12397 | 2024.12.21 00:55:20.022307 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12398 | 2024.12.21 00:55:20.022351 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12399 | 2024.12.21 00:55:20.022890 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12400 | 2024.12.21 00:55:20.023156 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12401 | 2024.12.21 00:55:20.023377 [ 172 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12402 | 2024.12.21 00:55:20.023422 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 12403 | 2024.12.21 00:55:20.023468 [ 172 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12404 | 2024.12.21 00:55:20.023498 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12405 | 2024.12.21 00:55:20.023656 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 12406 | 2024.12.21 00:55:20.023820 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12407 | 2024.12.21 00:55:20.023862 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 12408 | 2024.12.21 00:55:20.023942 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part | ||
| 12409 | 2024.12.21 00:55:20.024168 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part | ||
| 12410 | 2024.12.21 00:55:20.024360 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part | ||
| 12411 | 2024.12.21 00:55:20.024546 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part | ||
| 12412 | 2024.12.21 00:55:20.024714 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part | ||
| 12413 | 2024.12.21 00:55:20.027451 [ 188 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003871362 sec., 7232338.3863353515 rows/sec., 103.46 MiB/sec. | ||
| 12414 | 2024.12.21 00:55:20.027709 [ 186 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12415 | 2024.12.21 00:55:20.028010 [ 186 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_61_12} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12416 | 2024.12.21 00:55:20.028096 [ 186 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_61_12} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12417 | 2024.12.21 00:55:20.028188 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.90 MiB. | ||
| 12418 | 2024.12.21 00:55:22.001127 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 12419 | 2024.12.21 00:55:22.023947 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12420 | 2024.12.21 00:55:22.024023 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12421 | 2024.12.21 00:55:22.031438 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12422 | 2024.12.21 00:55:22.032261 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12423 | 2024.12.21 00:55:22.032668 [ 155 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12424 | 2024.12.21 00:55:22.032805 [ 155 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12425 | 2024.12.21 00:55:22.032887 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12426 | 2024.12.21 00:55:22.033334 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 12427 | 2024.12.21 00:55:22.050358 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 12428 | 2024.12.21 00:55:22.051931 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12429 | 2024.12.21 00:55:22.053155 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 423 rows starting from the beginning of the part | ||
| 12430 | 2024.12.21 00:55:22.058351 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part | ||
| 12431 | 2024.12.21 00:55:22.063917 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 12432 | 2024.12.21 00:55:22.069516 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 12433 | 2024.12.21 00:55:22.075852 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 12434 | 2024.12.21 00:55:22.080549 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 12435 | 2024.12.21 00:55:22.141750 [ 186 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.108702957 sec., 4231.715610091453 rows/sec., 21.88 MiB/sec. | ||
| 12436 | 2024.12.21 00:55:22.145253 [ 194 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12437 | 2024.12.21 00:55:22.148271 [ 194 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_61_12} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12438 | 2024.12.21 00:55:22.148399 [ 194 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_61_12} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12439 | 2024.12.21 00:55:22.150741 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 12440 | 2024.12.21 00:55:22.661827 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1748 | ||
| 12441 | 2024.12.21 00:55:22.665391 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12442 | 2024.12.21 00:55:22.665441 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12443 | 2024.12.21 00:55:22.666888 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12444 | 2024.12.21 00:55:22.667193 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12445 | 2024.12.21 00:55:22.667821 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1748 | ||
| 12446 | 2024.12.21 00:55:24.003538 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12447 | 2024.12.21 00:55:24.003739 [ 260 ] {01c50919-f468-405e-9b67-1fe3a418ef49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12448 | 2024.12.21 00:55:24.003813 [ 260 ] {01c50919-f468-405e-9b67-1fe3a418ef49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12449 | 2024.12.21 00:55:24.004582 [ 260 ] {01c50919-f468-405e-9b67-1fe3a418ef49} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12450 | 2024.12.21 00:55:24.004629 [ 260 ] {01c50919-f468-405e-9b67-1fe3a418ef49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12451 | 2024.12.21 00:55:24.005079 [ 260 ] {01c50919-f468-405e-9b67-1fe3a418ef49} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12452 | 2024.12.21 00:55:24.005340 [ 260 ] {01c50919-f468-405e-9b67-1fe3a418ef49} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12453 | 2024.12.21 00:55:24.005547 [ 152 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12454 | 2024.12.21 00:55:24.005573 [ 260 ] {01c50919-f468-405e-9b67-1fe3a418ef49} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 12455 | 2024.12.21 00:55:24.005624 [ 152 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12456 | 2024.12.21 00:55:24.005695 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12457 | 2024.12.21 00:55:24.005707 [ 260 ] {01c50919-f468-405e-9b67-1fe3a418ef49} <Debug> TCPHandler: Processed in 0.002353924 sec. | ||
| 12458 | 2024.12.21 00:55:24.006020 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 12459 | 2024.12.21 00:55:24.006065 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12460 | 2024.12.21 00:55:24.006591 [ 263 ] {7cbf11cf-4996-4448-a649-76f9369b6158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12461 | 2024.12.21 00:55:24.006595 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12462 | 2024.12.21 00:55:24.006723 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 12463 | 2024.12.21 00:55:24.006755 [ 263 ] {7cbf11cf-4996-4448-a649-76f9369b6158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12464 | 2024.12.21 00:55:24.007067 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 12465 | 2024.12.21 00:55:24.007422 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 12466 | 2024.12.21 00:55:24.007746 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 12467 | 2024.12.21 00:55:24.008128 [ 187 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 12468 | 2024.12.21 00:55:24.009836 [ 263 ] {7cbf11cf-4996-4448-a649-76f9369b6158} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12469 | 2024.12.21 00:55:24.009919 [ 263 ] {7cbf11cf-4996-4448-a649-76f9369b6158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12470 | 2024.12.21 00:55:24.010685 [ 194 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00482247 sec., 14515.383195748238 rows/sec., 1.08 MiB/sec. | ||
| 12471 | 2024.12.21 00:55:24.010939 [ 263 ] {7cbf11cf-4996-4448-a649-76f9369b6158} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12472 | 2024.12.21 00:55:24.010949 [ 194 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12473 | 2024.12.21 00:55:24.011426 [ 263 ] {7cbf11cf-4996-4448-a649-76f9369b6158} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12474 | 2024.12.21 00:55:24.011458 [ 194 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_41_10} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12475 | 2024.12.21 00:55:24.011635 [ 194 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_41_10} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12476 | 2024.12.21 00:55:24.011838 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12477 | 2024.12.21 00:55:24.011896 [ 263 ] {7cbf11cf-4996-4448-a649-76f9369b6158} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.005496 sec., 41302.765647743814 rows/sec., 3.61 MiB/sec. | ||
| 12478 | 2024.12.21 00:55:24.011988 [ 263 ] {7cbf11cf-4996-4448-a649-76f9369b6158} <Debug> TCPHandler: Processed in 0.006124663 sec. | ||
| 12479 | 2024.12.21 00:55:24.012164 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12480 | 2024.12.21 00:55:24.012293 [ 260 ] {fbea52d1-4d7f-4f60-ac89-95fd01409d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12481 | 2024.12.21 00:55:24.012348 [ 260 ] {fbea52d1-4d7f-4f60-ac89-95fd01409d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12482 | 2024.12.21 00:55:24.013001 [ 260 ] {fbea52d1-4d7f-4f60-ac89-95fd01409d8e} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12483 | 2024.12.21 00:55:24.013043 [ 260 ] {fbea52d1-4d7f-4f60-ac89-95fd01409d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12484 | 2024.12.21 00:55:24.013425 [ 260 ] {fbea52d1-4d7f-4f60-ac89-95fd01409d8e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12485 | 2024.12.21 00:55:24.013664 [ 260 ] {fbea52d1-4d7f-4f60-ac89-95fd01409d8e} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12486 | 2024.12.21 00:55:24.013888 [ 260 ] {fbea52d1-4d7f-4f60-ac89-95fd01409d8e} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001626 sec., 11685.116851168512 rows/sec., 835.42 KiB/sec. | ||
| 12487 | 2024.12.21 00:55:24.013953 [ 260 ] {fbea52d1-4d7f-4f60-ac89-95fd01409d8e} <Debug> TCPHandler: Processed in 0.001850534 sec. | ||
| 12488 | 2024.12.21 00:55:24.014132 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12489 | 2024.12.21 00:55:24.014277 [ 263 ] {f2aa9794-b2cd-42db-9d3f-1127e182a78c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12490 | 2024.12.21 00:55:24.014340 [ 263 ] {f2aa9794-b2cd-42db-9d3f-1127e182a78c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12491 | 2024.12.21 00:55:24.014998 [ 263 ] {f2aa9794-b2cd-42db-9d3f-1127e182a78c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12492 | 2024.12.21 00:55:24.015039 [ 263 ] {f2aa9794-b2cd-42db-9d3f-1127e182a78c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12493 | 2024.12.21 00:55:24.015433 [ 263 ] {f2aa9794-b2cd-42db-9d3f-1127e182a78c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12494 | 2024.12.21 00:55:24.015687 [ 263 ] {f2aa9794-b2cd-42db-9d3f-1127e182a78c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12495 | 2024.12.21 00:55:24.015935 [ 263 ] {f2aa9794-b2cd-42db-9d3f-1127e182a78c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001687 sec., 8298.755186721992 rows/sec., 581.19 KiB/sec. | ||
| 12496 | 2024.12.21 00:55:24.016136 [ 263 ] {f2aa9794-b2cd-42db-9d3f-1127e182a78c} <Debug> TCPHandler: Processed in 0.002083598 sec. | ||
| 12497 | 2024.12.21 00:55:24.016381 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12498 | 2024.12.21 00:55:24.016527 [ 260 ] {a7d2e986-0d22-412e-b595-8efe57b10a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12499 | 2024.12.21 00:55:24.016587 [ 260 ] {a7d2e986-0d22-412e-b595-8efe57b10a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12500 | 2024.12.21 00:55:24.017220 [ 260 ] {a7d2e986-0d22-412e-b595-8efe57b10a5a} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12501 | 2024.12.21 00:55:24.017259 [ 260 ] {a7d2e986-0d22-412e-b595-8efe57b10a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12502 | 2024.12.21 00:55:24.017612 [ 260 ] {a7d2e986-0d22-412e-b595-8efe57b10a5a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12503 | 2024.12.21 00:55:24.017866 [ 260 ] {a7d2e986-0d22-412e-b595-8efe57b10a5a} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12504 | 2024.12.21 00:55:24.018032 [ 152 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12505 | 2024.12.21 00:55:24.018099 [ 152 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12506 | 2024.12.21 00:55:24.018107 [ 260 ] {a7d2e986-0d22-412e-b595-8efe57b10a5a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001604 sec., 8104.738154613467 rows/sec., 505.33 KiB/sec. | ||
| 12507 | 2024.12.21 00:55:24.018135 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12508 | 2024.12.21 00:55:24.018262 [ 260 ] {a7d2e986-0d22-412e-b595-8efe57b10a5a} <Debug> TCPHandler: Processed in 0.001995397 sec. | ||
| 12509 | 2024.12.21 00:55:24.018519 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 12510 | 2024.12.21 00:55:24.018673 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12511 | 2024.12.21 00:55:24.018951 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12512 | 2024.12.21 00:55:24.019029 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 12513 | 2024.12.21 00:55:24.019037 [ 263 ] {0d354ced-5ed2-4e23-87a9-06cd2cc0ba28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12514 | 2024.12.21 00:55:24.019178 [ 263 ] {0d354ced-5ed2-4e23-87a9-06cd2cc0ba28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12515 | 2024.12.21 00:55:24.019267 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 12516 | 2024.12.21 00:55:24.019621 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 12517 | 2024.12.21 00:55:24.019943 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 12518 | 2024.12.21 00:55:24.020270 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 12519 | 2024.12.21 00:55:24.022277 [ 263 ] {0d354ced-5ed2-4e23-87a9-06cd2cc0ba28} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12520 | 2024.12.21 00:55:24.022367 [ 263 ] {0d354ced-5ed2-4e23-87a9-06cd2cc0ba28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12521 | 2024.12.21 00:55:24.022798 [ 189 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004515034 sec., 14396.347845885544 rows/sec., 953.84 KiB/sec. | ||
| 12522 | 2024.12.21 00:55:24.023058 [ 189 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12523 | 2024.12.21 00:55:24.023313 [ 263 ] {0d354ced-5ed2-4e23-87a9-06cd2cc0ba28} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12524 | 2024.12.21 00:55:24.023714 [ 189 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_41_10} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12525 | 2024.12.21 00:55:24.023777 [ 263 ] {0d354ced-5ed2-4e23-87a9-06cd2cc0ba28} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12526 | 2024.12.21 00:55:24.023916 [ 189 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_41_10} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12527 | 2024.12.21 00:55:24.024147 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12528 | 2024.12.21 00:55:24.024220 [ 263 ] {0d354ced-5ed2-4e23-87a9-06cd2cc0ba28} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.005253 sec., 75004.75918522749 rows/sec., 5.32 MiB/sec. | ||
| 12529 | 2024.12.21 00:55:24.024301 [ 263 ] {0d354ced-5ed2-4e23-87a9-06cd2cc0ba28} <Debug> TCPHandler: Processed in 0.00591817 sec. | ||
| 12530 | 2024.12.21 00:55:24.024466 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12531 | 2024.12.21 00:55:24.024589 [ 260 ] {016827c7-f80e-4b09-b601-871a9b732452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12532 | 2024.12.21 00:55:24.024644 [ 260 ] {016827c7-f80e-4b09-b601-871a9b732452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12533 | 2024.12.21 00:55:24.025146 [ 260 ] {016827c7-f80e-4b09-b601-871a9b732452} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12534 | 2024.12.21 00:55:24.025187 [ 260 ] {016827c7-f80e-4b09-b601-871a9b732452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12535 | 2024.12.21 00:55:24.025566 [ 260 ] {016827c7-f80e-4b09-b601-871a9b732452} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12536 | 2024.12.21 00:55:24.025827 [ 260 ] {016827c7-f80e-4b09-b601-871a9b732452} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12537 | 2024.12.21 00:55:24.025999 [ 152 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 12538 | 2024.12.21 00:55:24.026055 [ 152 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12539 | 2024.12.21 00:55:24.026079 [ 260 ] {016827c7-f80e-4b09-b601-871a9b732452} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 208.71 KiB/sec. | ||
| 12540 | 2024.12.21 00:55:24.026091 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12541 | 2024.12.21 00:55:24.026298 [ 260 ] {016827c7-f80e-4b09-b601-871a9b732452} <Debug> TCPHandler: Processed in 0.001876045 sec. | ||
| 12542 | 2024.12.21 00:55:24.026398 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 12543 | 2024.12.21 00:55:24.026678 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12544 | 2024.12.21 00:55:24.026845 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12545 | 2024.12.21 00:55:24.026973 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 12546 | 2024.12.21 00:55:24.027168 [ 263 ] {fd0be78e-7f93-433c-8e95-912f464a1cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12547 | 2024.12.21 00:55:24.027370 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 12548 | 2024.12.21 00:55:24.027452 [ 263 ] {fd0be78e-7f93-433c-8e95-912f464a1cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12549 | 2024.12.21 00:55:24.027665 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 12550 | 2024.12.21 00:55:24.027980 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 12551 | 2024.12.21 00:55:24.028274 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 12552 | 2024.12.21 00:55:24.028589 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 12553 | 2024.12.21 00:55:24.030158 [ 263 ] {fd0be78e-7f93-433c-8e95-912f464a1cf2} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12554 | 2024.12.21 00:55:24.030236 [ 263 ] {fd0be78e-7f93-433c-8e95-912f464a1cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12555 | 2024.12.21 00:55:24.031197 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.004976063 sec., 49436.67312893747 rows/sec., 2.52 MiB/sec. | ||
| 12556 | 2024.12.21 00:55:24.031345 [ 263 ] {fd0be78e-7f93-433c-8e95-912f464a1cf2} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12557 | 2024.12.21 00:55:24.031381 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 12558 | 2024.12.21 00:55:24.031790 [ 263 ] {fd0be78e-7f93-433c-8e95-912f464a1cf2} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12559 | 2024.12.21 00:55:24.031868 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_41_8} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12560 | 2024.12.21 00:55:24.032028 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_41_8} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 12561 | 2024.12.21 00:55:24.032181 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12562 | 2024.12.21 00:55:24.032204 [ 263 ] {fd0be78e-7f93-433c-8e95-912f464a1cf2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005227 sec., 45341.49607805625 rows/sec., 3.04 MiB/sec. | ||
| 12563 | 2024.12.21 00:55:24.032290 [ 263 ] {fd0be78e-7f93-433c-8e95-912f464a1cf2} <Debug> TCPHandler: Processed in 0.005871599 sec. | ||
| 12564 | 2024.12.21 00:55:24.032450 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12565 | 2024.12.21 00:55:24.032572 [ 260 ] {12bec306-53e6-43ec-b457-efe3e73e5875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12566 | 2024.12.21 00:55:24.032627 [ 260 ] {12bec306-53e6-43ec-b457-efe3e73e5875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12567 | 2024.12.21 00:55:24.033118 [ 260 ] {12bec306-53e6-43ec-b457-efe3e73e5875} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12568 | 2024.12.21 00:55:24.033158 [ 260 ] {12bec306-53e6-43ec-b457-efe3e73e5875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12569 | 2024.12.21 00:55:24.033533 [ 260 ] {12bec306-53e6-43ec-b457-efe3e73e5875} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12570 | 2024.12.21 00:55:24.033779 [ 260 ] {12bec306-53e6-43ec-b457-efe3e73e5875} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12571 | 2024.12.21 00:55:24.034042 [ 260 ] {12bec306-53e6-43ec-b457-efe3e73e5875} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 45.47 KiB/sec. | ||
| 12572 | 2024.12.21 00:55:24.034106 [ 260 ] {12bec306-53e6-43ec-b457-efe3e73e5875} <Debug> TCPHandler: Processed in 0.001712432 sec. | ||
| 12573 | 2024.12.21 00:55:24.034362 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12574 | 2024.12.21 00:55:24.034614 [ 263 ] {bcb474fc-2d38-42a0-814f-f88921704880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12575 | 2024.12.21 00:55:24.034712 [ 263 ] {bcb474fc-2d38-42a0-814f-f88921704880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12576 | 2024.12.21 00:55:24.035903 [ 263 ] {bcb474fc-2d38-42a0-814f-f88921704880} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12577 | 2024.12.21 00:55:24.035942 [ 263 ] {bcb474fc-2d38-42a0-814f-f88921704880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12578 | 2024.12.21 00:55:24.036586 [ 263 ] {bcb474fc-2d38-42a0-814f-f88921704880} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12579 | 2024.12.21 00:55:24.036851 [ 263 ] {bcb474fc-2d38-42a0-814f-f88921704880} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12580 | 2024.12.21 00:55:24.037054 [ 263 ] {bcb474fc-2d38-42a0-814f-f88921704880} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002497 sec., 4805.766920304365 rows/sec., 8.61 MiB/sec. | ||
| 12581 | 2024.12.21 00:55:24.037161 [ 263 ] {bcb474fc-2d38-42a0-814f-f88921704880} <Debug> TCPHandler: Processed in 0.002956025 sec. | ||
| 12582 | 2024.12.21 00:55:24.037309 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12583 | 2024.12.21 00:55:24.037430 [ 260 ] {7e71bc08-a70f-40c7-8643-0583ad829be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12584 | 2024.12.21 00:55:24.037481 [ 260 ] {7e71bc08-a70f-40c7-8643-0583ad829be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12585 | 2024.12.21 00:55:24.038016 [ 260 ] {7e71bc08-a70f-40c7-8643-0583ad829be6} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12586 | 2024.12.21 00:55:24.038055 [ 260 ] {7e71bc08-a70f-40c7-8643-0583ad829be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12587 | 2024.12.21 00:55:24.038437 [ 260 ] {7e71bc08-a70f-40c7-8643-0583ad829be6} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12588 | 2024.12.21 00:55:24.038690 [ 260 ] {7e71bc08-a70f-40c7-8643-0583ad829be6} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12589 | 2024.12.21 00:55:24.038909 [ 260 ] {7e71bc08-a70f-40c7-8643-0583ad829be6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001505 sec., 54485.04983388704 rows/sec., 3.46 MiB/sec. | ||
| 12590 | 2024.12.21 00:55:24.038969 [ 260 ] {7e71bc08-a70f-40c7-8643-0583ad829be6} <Debug> TCPHandler: Processed in 0.001718622 sec. | ||
| 12591 | 2024.12.21 00:55:27.279842 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12592 | 2024.12.21 00:55:27.279902 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12593 | 2024.12.21 00:55:27.523551 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
| 12594 | 2024.12.21 00:55:27.524245 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12595 | 2024.12.21 00:55:27.524286 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12596 | 2024.12.21 00:55:27.524820 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12597 | 2024.12.21 00:55:27.525076 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12598 | 2024.12.21 00:55:27.525314 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 12599 | 2024.12.21 00:55:28.999029 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12600 | 2024.12.21 00:55:28.999348 [ 260 ] {489bf9b3-362a-441b-9b32-d14457a2dc8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12601 | 2024.12.21 00:55:28.999443 [ 260 ] {489bf9b3-362a-441b-9b32-d14457a2dc8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12602 | 2024.12.21 00:55:29.000420 [ 260 ] {489bf9b3-362a-441b-9b32-d14457a2dc8a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12603 | 2024.12.21 00:55:29.000474 [ 260 ] {489bf9b3-362a-441b-9b32-d14457a2dc8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12604 | 2024.12.21 00:55:29.000952 [ 260 ] {489bf9b3-362a-441b-9b32-d14457a2dc8a} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12605 | 2024.12.21 00:55:29.001225 [ 260 ] {489bf9b3-362a-441b-9b32-d14457a2dc8a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12606 | 2024.12.21 00:55:29.001473 [ 260 ] {489bf9b3-362a-441b-9b32-d14457a2dc8a} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.00219 sec., 50228.3105022831 rows/sec., 4.21 MiB/sec. | ||
| 12607 | 2024.12.21 00:55:29.001625 [ 260 ] {489bf9b3-362a-441b-9b32-d14457a2dc8a} <Debug> TCPHandler: Processed in 0.002797732 sec. | ||
| 12608 | 2024.12.21 00:55:29.001952 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12609 | 2024.12.21 00:55:29.002158 [ 263 ] {609ccda0-3763-4277-ae08-45ea88d5b615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12610 | 2024.12.21 00:55:29.002250 [ 263 ] {609ccda0-3763-4277-ae08-45ea88d5b615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12611 | 2024.12.21 00:55:29.003120 [ 263 ] {609ccda0-3763-4277-ae08-45ea88d5b615} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12612 | 2024.12.21 00:55:29.003180 [ 263 ] {609ccda0-3763-4277-ae08-45ea88d5b615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12613 | 2024.12.21 00:55:29.003701 [ 263 ] {609ccda0-3763-4277-ae08-45ea88d5b615} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12614 | 2024.12.21 00:55:29.004029 [ 263 ] {609ccda0-3763-4277-ae08-45ea88d5b615} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12615 | 2024.12.21 00:55:29.004322 [ 263 ] {609ccda0-3763-4277-ae08-45ea88d5b615} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002217 sec., 12178.619756427606 rows/sec., 915.78 KiB/sec. | ||
| 12616 | 2024.12.21 00:55:29.004430 [ 263 ] {609ccda0-3763-4277-ae08-45ea88d5b615} <Debug> TCPHandler: Processed in 0.002646279 sec. | ||
| 12617 | 2024.12.21 00:55:29.004696 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12618 | 2024.12.21 00:55:29.004868 [ 260 ] {e4769949-c00a-4700-99ea-8d6553467ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12619 | 2024.12.21 00:55:29.004924 [ 260 ] {e4769949-c00a-4700-99ea-8d6553467ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12620 | 2024.12.21 00:55:29.005609 [ 260 ] {e4769949-c00a-4700-99ea-8d6553467ee1} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12621 | 2024.12.21 00:55:29.005649 [ 260 ] {e4769949-c00a-4700-99ea-8d6553467ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12622 | 2024.12.21 00:55:29.006031 [ 260 ] {e4769949-c00a-4700-99ea-8d6553467ee1} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12623 | 2024.12.21 00:55:29.006296 [ 260 ] {e4769949-c00a-4700-99ea-8d6553467ee1} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12624 | 2024.12.21 00:55:29.006492 [ 260 ] {e4769949-c00a-4700-99ea-8d6553467ee1} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001655 sec., 54984.89425981873 rows/sec., 4.29 MiB/sec. | ||
| 12625 | 2024.12.21 00:55:29.006554 [ 260 ] {e4769949-c00a-4700-99ea-8d6553467ee1} <Debug> TCPHandler: Processed in 0.001979427 sec. | ||
| 12626 | 2024.12.21 00:55:29.006725 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12627 | 2024.12.21 00:55:29.006870 [ 263 ] {a2b47880-a1a9-47ff-bad7-cef8a3eb2198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12628 | 2024.12.21 00:55:29.006936 [ 263 ] {a2b47880-a1a9-47ff-bad7-cef8a3eb2198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12629 | 2024.12.21 00:55:29.007621 [ 263 ] {a2b47880-a1a9-47ff-bad7-cef8a3eb2198} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12630 | 2024.12.21 00:55:29.007670 [ 263 ] {a2b47880-a1a9-47ff-bad7-cef8a3eb2198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12631 | 2024.12.21 00:55:29.008135 [ 263 ] {a2b47880-a1a9-47ff-bad7-cef8a3eb2198} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12632 | 2024.12.21 00:55:29.008412 [ 263 ] {a2b47880-a1a9-47ff-bad7-cef8a3eb2198} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12633 | 2024.12.21 00:55:29.008651 [ 263 ] {a2b47880-a1a9-47ff-bad7-cef8a3eb2198} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001808 sec., 88495.57522123893 rows/sec., 6.16 MiB/sec. | ||
| 12634 | 2024.12.21 00:55:29.008775 [ 263 ] {a2b47880-a1a9-47ff-bad7-cef8a3eb2198} <Debug> TCPHandler: Processed in 0.002113509 sec. | ||
| 12635 | 2024.12.21 00:55:29.008996 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12636 | 2024.12.21 00:55:29.009140 [ 260 ] {1ba05d08-05c9-41c2-8d01-d478e0335ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12637 | 2024.12.21 00:55:29.009226 [ 260 ] {1ba05d08-05c9-41c2-8d01-d478e0335ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12638 | 2024.12.21 00:55:29.010420 [ 260 ] {1ba05d08-05c9-41c2-8d01-d478e0335ea6} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12639 | 2024.12.21 00:55:29.010460 [ 260 ] {1ba05d08-05c9-41c2-8d01-d478e0335ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12640 | 2024.12.21 00:55:29.011136 [ 260 ] {1ba05d08-05c9-41c2-8d01-d478e0335ea6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12641 | 2024.12.21 00:55:29.011417 [ 260 ] {1ba05d08-05c9-41c2-8d01-d478e0335ea6} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12642 | 2024.12.21 00:55:29.011670 [ 260 ] {1ba05d08-05c9-41c2-8d01-d478e0335ea6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00256 sec., 10546.875 rows/sec., 18.90 MiB/sec. | ||
| 12643 | 2024.12.21 00:55:29.011793 [ 260 ] {1ba05d08-05c9-41c2-8d01-d478e0335ea6} <Debug> TCPHandler: Processed in 0.002910334 sec. | ||
| 12644 | 2024.12.21 00:55:29.011966 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12645 | 2024.12.21 00:55:29.012106 [ 263 ] {f00a4e75-b87c-4581-8df9-2552c6fccde9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12646 | 2024.12.21 00:55:29.012168 [ 263 ] {f00a4e75-b87c-4581-8df9-2552c6fccde9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12647 | 2024.12.21 00:55:29.012736 [ 263 ] {f00a4e75-b87c-4581-8df9-2552c6fccde9} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12648 | 2024.12.21 00:55:29.012779 [ 263 ] {f00a4e75-b87c-4581-8df9-2552c6fccde9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12649 | 2024.12.21 00:55:29.013200 [ 263 ] {f00a4e75-b87c-4581-8df9-2552c6fccde9} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12650 | 2024.12.21 00:55:29.013460 [ 263 ] {f00a4e75-b87c-4581-8df9-2552c6fccde9} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12651 | 2024.12.21 00:55:29.013688 [ 263 ] {f00a4e75-b87c-4581-8df9-2552c6fccde9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00161 sec., 37267.08074534161 rows/sec., 2.51 MiB/sec. | ||
| 12652 | 2024.12.21 00:55:29.013802 [ 263 ] {f00a4e75-b87c-4581-8df9-2552c6fccde9} <Debug> TCPHandler: Processed in 0.001899275 sec. | ||
| 12653 | 2024.12.21 00:55:29.550427 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 12654 | 2024.12.21 00:55:29.569677 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12655 | 2024.12.21 00:55:29.569732 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12656 | 2024.12.21 00:55:29.576718 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12657 | 2024.12.21 00:55:29.577458 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12658 | 2024.12.21 00:55:29.580285 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 12659 | 2024.12.21 00:55:32.313085 [ 75 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 12660 | 2024.12.21 00:55:32.313151 [ 75 ] {} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12661 | 2024.12.21 00:55:32.313174 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12662 | 2024.12.21 00:55:32.313368 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::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 | ||
| 12663 | 2024.12.21 00:55:32.313620 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12664 | 2024.12.21 00:55:32.313663 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
| 12665 | 2024.12.21 00:55:32.313756 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 12666 | 2024.12.21 00:55:32.314011 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 12667 | 2024.12.21 00:55:32.314258 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 12668 | 2024.12.21 00:55:32.314391 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 12669 | 2024.12.21 00:55:32.315592 [ 196 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002349513 sec., 15322.324243364475 rows/sec., 1.28 MiB/sec. | ||
| 12670 | 2024.12.21 00:55:32.315756 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 12671 | 2024.12.21 00:55:32.316038 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_25_6} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12672 | 2024.12.21 00:55:32.316123 [ 199 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_25_6} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 12673 | 2024.12.21 00:55:32.316206 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12674 | 2024.12.21 00:55:32.668019 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1782 | ||
| 12675 | 2024.12.21 00:55:32.671324 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12676 | 2024.12.21 00:55:32.671374 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12677 | 2024.12.21 00:55:32.672831 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12678 | 2024.12.21 00:55:32.673135 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12679 | 2024.12.21 00:55:32.674512 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1782 | ||
| 12680 | 2024.12.21 00:55:32.774577 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12681 | 2024.12.21 00:55:32.774784 [ 260 ] {498c3326-c5f6-496d-b4c0-d632951f53cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12682 | 2024.12.21 00:55:32.774860 [ 260 ] {498c3326-c5f6-496d-b4c0-d632951f53cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12683 | 2024.12.21 00:55:32.775667 [ 260 ] {498c3326-c5f6-496d-b4c0-d632951f53cd} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12684 | 2024.12.21 00:55:32.775715 [ 260 ] {498c3326-c5f6-496d-b4c0-d632951f53cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12685 | 2024.12.21 00:55:32.776159 [ 260 ] {498c3326-c5f6-496d-b4c0-d632951f53cd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12686 | 2024.12.21 00:55:32.776424 [ 260 ] {498c3326-c5f6-496d-b4c0-d632951f53cd} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12687 | 2024.12.21 00:55:32.776663 [ 260 ] {498c3326-c5f6-496d-b4c0-d632951f53cd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec. | ||
| 12688 | 2024.12.21 00:55:32.776723 [ 260 ] {498c3326-c5f6-496d-b4c0-d632951f53cd} <Debug> TCPHandler: Processed in 0.002288142 sec. | ||
| 12689 | 2024.12.21 00:55:32.777001 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12690 | 2024.12.21 00:55:32.777188 [ 263 ] {f972ed7c-f01a-4b2b-94db-2687afeccfc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12691 | 2024.12.21 00:55:32.777263 [ 263 ] {f972ed7c-f01a-4b2b-94db-2687afeccfc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12692 | 2024.12.21 00:55:32.778014 [ 263 ] {f972ed7c-f01a-4b2b-94db-2687afeccfc0} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12693 | 2024.12.21 00:55:32.778062 [ 263 ] {f972ed7c-f01a-4b2b-94db-2687afeccfc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12694 | 2024.12.21 00:55:32.778479 [ 263 ] {f972ed7c-f01a-4b2b-94db-2687afeccfc0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 12695 | 2024.12.21 00:55:32.778734 [ 263 ] {f972ed7c-f01a-4b2b-94db-2687afeccfc0} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12696 | 2024.12.21 00:55:32.778983 [ 263 ] {f972ed7c-f01a-4b2b-94db-2687afeccfc0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001845 sec., 2168.021680216802 rows/sec., 176.79 KiB/sec. | ||
| 12697 | 2024.12.21 00:55:32.779056 [ 263 ] {f972ed7c-f01a-4b2b-94db-2687afeccfc0} <Debug> TCPHandler: Processed in 0.00218734 sec. | ||
| 12698 | 2024.12.21 00:55:32.779219 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12699 | 2024.12.21 00:55:32.779360 [ 260 ] {00000277-9570-44a8-8254-986cfbdd55f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12700 | 2024.12.21 00:55:32.779422 [ 260 ] {00000277-9570-44a8-8254-986cfbdd55f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12701 | 2024.12.21 00:55:32.781087 [ 260 ] {00000277-9570-44a8-8254-986cfbdd55f5} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12702 | 2024.12.21 00:55:32.781128 [ 260 ] {00000277-9570-44a8-8254-986cfbdd55f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12703 | 2024.12.21 00:55:32.781589 [ 260 ] {00000277-9570-44a8-8254-986cfbdd55f5} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12704 | 2024.12.21 00:55:32.781841 [ 260 ] {00000277-9570-44a8-8254-986cfbdd55f5} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12705 | 2024.12.21 00:55:32.782087 [ 260 ] {00000277-9570-44a8-8254-986cfbdd55f5} <Debug> executeQuery: Read 1369 rows, 116.58 KiB in 0.002754 sec., 497095.13435003633 rows/sec., 41.34 MiB/sec. | ||
| 12706 | 2024.12.21 00:55:32.782146 [ 260 ] {00000277-9570-44a8-8254-986cfbdd55f5} <Debug> TCPHandler: Processed in 0.002995866 sec. | ||
| 12707 | 2024.12.21 00:55:32.782407 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12708 | 2024.12.21 00:55:32.782608 [ 263 ] {a2c9256e-99ee-407e-8862-f3eb2110b7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12709 | 2024.12.21 00:55:32.782670 [ 263 ] {a2c9256e-99ee-407e-8862-f3eb2110b7ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12710 | 2024.12.21 00:55:32.783348 [ 263 ] {a2c9256e-99ee-407e-8862-f3eb2110b7ed} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12711 | 2024.12.21 00:55:32.783389 [ 263 ] {a2c9256e-99ee-407e-8862-f3eb2110b7ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12712 | 2024.12.21 00:55:32.783756 [ 263 ] {a2c9256e-99ee-407e-8862-f3eb2110b7ed} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12713 | 2024.12.21 00:55:32.784005 [ 263 ] {a2c9256e-99ee-407e-8862-f3eb2110b7ed} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12714 | 2024.12.21 00:55:32.784230 [ 263 ] {a2c9256e-99ee-407e-8862-f3eb2110b7ed} <Debug> executeQuery: Read 23 rows, 1.64 KiB in 0.00166 sec., 13855.421686746988 rows/sec., 986.56 KiB/sec. | ||
| 12715 | 2024.12.21 00:55:32.784287 [ 263 ] {a2c9256e-99ee-407e-8862-f3eb2110b7ed} <Debug> TCPHandler: Processed in 0.002002487 sec. | ||
| 12716 | 2024.12.21 00:55:32.784435 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12717 | 2024.12.21 00:55:32.784575 [ 260 ] {1b31c102-740c-41e8-89f8-82e21946da75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12718 | 2024.12.21 00:55:32.784633 [ 260 ] {1b31c102-740c-41e8-89f8-82e21946da75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12719 | 2024.12.21 00:55:32.785399 [ 260 ] {1b31c102-740c-41e8-89f8-82e21946da75} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12720 | 2024.12.21 00:55:32.785439 [ 260 ] {1b31c102-740c-41e8-89f8-82e21946da75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12721 | 2024.12.21 00:55:32.785826 [ 260 ] {1b31c102-740c-41e8-89f8-82e21946da75} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12722 | 2024.12.21 00:55:32.786078 [ 260 ] {1b31c102-740c-41e8-89f8-82e21946da75} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12723 | 2024.12.21 00:55:32.786358 [ 260 ] {1b31c102-740c-41e8-89f8-82e21946da75} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001801 sec., 134369.79455857855 rows/sec., 9.10 MiB/sec. | ||
| 12724 | 2024.12.21 00:55:32.786513 [ 260 ] {1b31c102-740c-41e8-89f8-82e21946da75} <Debug> TCPHandler: Processed in 0.00214173 sec. | ||
| 12725 | 2024.12.21 00:55:32.786813 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12726 | 2024.12.21 00:55:32.787303 [ 263 ] {b56a359b-10f1-4892-9487-e544bba4fa48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12727 | 2024.12.21 00:55:32.787497 [ 263 ] {b56a359b-10f1-4892-9487-e544bba4fa48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12728 | 2024.12.21 00:55:32.789156 [ 263 ] {b56a359b-10f1-4892-9487-e544bba4fa48} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12729 | 2024.12.21 00:55:32.789195 [ 263 ] {b56a359b-10f1-4892-9487-e544bba4fa48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12730 | 2024.12.21 00:55:32.789553 [ 263 ] {b56a359b-10f1-4892-9487-e544bba4fa48} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12731 | 2024.12.21 00:55:32.789785 [ 263 ] {b56a359b-10f1-4892-9487-e544bba4fa48} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12732 | 2024.12.21 00:55:32.790042 [ 263 ] {b56a359b-10f1-4892-9487-e544bba4fa48} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002917 sec., 4456.633527596846 rows/sec., 277.87 KiB/sec. | ||
| 12733 | 2024.12.21 00:55:32.790139 [ 263 ] {b56a359b-10f1-4892-9487-e544bba4fa48} <Debug> TCPHandler: Processed in 0.003503015 sec. | ||
| 12734 | 2024.12.21 00:55:32.790387 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12735 | 2024.12.21 00:55:32.790616 [ 260 ] {3a039e73-4fba-4c03-8032-8c639ab05df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12736 | 2024.12.21 00:55:32.790677 [ 260 ] {3a039e73-4fba-4c03-8032-8c639ab05df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12737 | 2024.12.21 00:55:32.791810 [ 260 ] {3a039e73-4fba-4c03-8032-8c639ab05df3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12738 | 2024.12.21 00:55:32.791850 [ 260 ] {3a039e73-4fba-4c03-8032-8c639ab05df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12739 | 2024.12.21 00:55:32.792263 [ 260 ] {3a039e73-4fba-4c03-8032-8c639ab05df3} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12740 | 2024.12.21 00:55:32.792512 [ 260 ] {3a039e73-4fba-4c03-8032-8c639ab05df3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12741 | 2024.12.21 00:55:32.792756 [ 260 ] {3a039e73-4fba-4c03-8032-8c639ab05df3} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.002185 sec., 390846.6819221968 rows/sec., 28.27 MiB/sec. | ||
| 12742 | 2024.12.21 00:55:32.792808 [ 260 ] {3a039e73-4fba-4c03-8032-8c639ab05df3} <Debug> TCPHandler: Processed in 0.002565338 sec. | ||
| 12743 | 2024.12.21 00:55:32.792973 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12744 | 2024.12.21 00:55:32.793113 [ 263 ] {f33bda3d-8d5d-4bec-b807-7b0fb5678efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12745 | 2024.12.21 00:55:32.793173 [ 263 ] {f33bda3d-8d5d-4bec-b807-7b0fb5678efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12746 | 2024.12.21 00:55:32.793742 [ 263 ] {f33bda3d-8d5d-4bec-b807-7b0fb5678efb} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12747 | 2024.12.21 00:55:32.793788 [ 263 ] {f33bda3d-8d5d-4bec-b807-7b0fb5678efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12748 | 2024.12.21 00:55:32.794210 [ 263 ] {f33bda3d-8d5d-4bec-b807-7b0fb5678efb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12749 | 2024.12.21 00:55:32.794442 [ 263 ] {f33bda3d-8d5d-4bec-b807-7b0fb5678efb} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12750 | 2024.12.21 00:55:32.794690 [ 263 ] {f33bda3d-8d5d-4bec-b807-7b0fb5678efb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001594 sec., 3764.115432873275 rows/sec., 196.66 KiB/sec. | ||
| 12751 | 2024.12.21 00:55:32.794868 [ 263 ] {f33bda3d-8d5d-4bec-b807-7b0fb5678efb} <Debug> TCPHandler: Processed in 0.001960706 sec. | ||
| 12752 | 2024.12.21 00:55:32.795074 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12753 | 2024.12.21 00:55:32.795225 [ 260 ] {49f57382-a6e2-41b4-bb1b-d4e717848b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12754 | 2024.12.21 00:55:32.795290 [ 260 ] {49f57382-a6e2-41b4-bb1b-d4e717848b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12755 | 2024.12.21 00:55:32.796274 [ 260 ] {49f57382-a6e2-41b4-bb1b-d4e717848b77} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12756 | 2024.12.21 00:55:32.796313 [ 260 ] {49f57382-a6e2-41b4-bb1b-d4e717848b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12757 | 2024.12.21 00:55:32.796753 [ 260 ] {49f57382-a6e2-41b4-bb1b-d4e717848b77} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12758 | 2024.12.21 00:55:32.796995 [ 260 ] {49f57382-a6e2-41b4-bb1b-d4e717848b77} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12759 | 2024.12.21 00:55:32.797217 [ 260 ] {49f57382-a6e2-41b4-bb1b-d4e717848b77} <Debug> executeQuery: Read 917 rows, 62.63 KiB in 0.002023 sec., 453287.1972318339 rows/sec., 30.24 MiB/sec. | ||
| 12760 | 2024.12.21 00:55:32.797273 [ 260 ] {49f57382-a6e2-41b4-bb1b-d4e717848b77} <Debug> TCPHandler: Processed in 0.002309592 sec. | ||
| 12761 | 2024.12.21 00:55:32.797431 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12762 | 2024.12.21 00:55:32.797552 [ 263 ] {9747d11a-606b-4580-b8af-c31ee0ad5021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12763 | 2024.12.21 00:55:32.797604 [ 263 ] {9747d11a-606b-4580-b8af-c31ee0ad5021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12764 | 2024.12.21 00:55:32.798114 [ 263 ] {9747d11a-606b-4580-b8af-c31ee0ad5021} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12765 | 2024.12.21 00:55:32.798157 [ 263 ] {9747d11a-606b-4580-b8af-c31ee0ad5021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12766 | 2024.12.21 00:55:32.798551 [ 263 ] {9747d11a-606b-4580-b8af-c31ee0ad5021} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12767 | 2024.12.21 00:55:32.798796 [ 263 ] {9747d11a-606b-4580-b8af-c31ee0ad5021} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12768 | 2024.12.21 00:55:32.799035 [ 263 ] {9747d11a-606b-4580-b8af-c31ee0ad5021} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec. | ||
| 12769 | 2024.12.21 00:55:32.799105 [ 263 ] {9747d11a-606b-4580-b8af-c31ee0ad5021} <Debug> TCPHandler: Processed in 0.001725903 sec. | ||
| 12770 | 2024.12.21 00:55:32.799365 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12771 | 2024.12.21 00:55:32.799577 [ 260 ] {890c0fb1-9db1-48e3-9b4f-ab793968d915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12772 | 2024.12.21 00:55:32.799675 [ 260 ] {890c0fb1-9db1-48e3-9b4f-ab793968d915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12773 | 2024.12.21 00:55:32.800888 [ 260 ] {890c0fb1-9db1-48e3-9b4f-ab793968d915} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12774 | 2024.12.21 00:55:32.800928 [ 260 ] {890c0fb1-9db1-48e3-9b4f-ab793968d915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12775 | 2024.12.21 00:55:32.801538 [ 260 ] {890c0fb1-9db1-48e3-9b4f-ab793968d915} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12776 | 2024.12.21 00:55:32.801796 [ 260 ] {890c0fb1-9db1-48e3-9b4f-ab793968d915} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12777 | 2024.12.21 00:55:32.802075 [ 260 ] {890c0fb1-9db1-48e3-9b4f-ab793968d915} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002528 sec., 4746.835443037975 rows/sec., 8.51 MiB/sec. | ||
| 12778 | 2024.12.21 00:55:32.802386 [ 260 ] {890c0fb1-9db1-48e3-9b4f-ab793968d915} <Debug> TCPHandler: Processed in 0.003164058 sec. | ||
| 12779 | 2024.12.21 00:55:32.802658 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12780 | 2024.12.21 00:55:32.802868 [ 263 ] {5ecb1b29-55a3-4560-ae19-e98d69186a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12781 | 2024.12.21 00:55:32.802919 [ 263 ] {5ecb1b29-55a3-4560-ae19-e98d69186a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12782 | 2024.12.21 00:55:32.803428 [ 263 ] {5ecb1b29-55a3-4560-ae19-e98d69186a91} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12783 | 2024.12.21 00:55:32.803468 [ 263 ] {5ecb1b29-55a3-4560-ae19-e98d69186a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12784 | 2024.12.21 00:55:32.803845 [ 263 ] {5ecb1b29-55a3-4560-ae19-e98d69186a91} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12785 | 2024.12.21 00:55:32.804085 [ 263 ] {5ecb1b29-55a3-4560-ae19-e98d69186a91} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12786 | 2024.12.21 00:55:32.804310 [ 263 ] {5ecb1b29-55a3-4560-ae19-e98d69186a91} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.001482 sec., 44534.41295546559 rows/sec., 2.78 MiB/sec. | ||
| 12787 | 2024.12.21 00:55:32.804362 [ 263 ] {5ecb1b29-55a3-4560-ae19-e98d69186a91} <Debug> TCPHandler: Processed in 0.001869345 sec. | ||
| 12788 | 2024.12.21 00:55:33.991083 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12789 | 2024.12.21 00:55:33.991277 [ 260 ] {954cf581-b949-487b-a183-97c866ac0cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12790 | 2024.12.21 00:55:33.991352 [ 260 ] {954cf581-b949-487b-a183-97c866ac0cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12791 | 2024.12.21 00:55:33.992232 [ 260 ] {954cf581-b949-487b-a183-97c866ac0cf7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12792 | 2024.12.21 00:55:33.992284 [ 260 ] {954cf581-b949-487b-a183-97c866ac0cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12793 | 2024.12.21 00:55:33.992716 [ 260 ] {954cf581-b949-487b-a183-97c866ac0cf7} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12794 | 2024.12.21 00:55:33.992974 [ 260 ] {954cf581-b949-487b-a183-97c866ac0cf7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12795 | 2024.12.21 00:55:33.993197 [ 82 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12796 | 2024.12.21 00:55:33.993219 [ 260 ] {954cf581-b949-487b-a183-97c866ac0cf7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001989 sec., 28154.85168426345 rows/sec., 2.15 MiB/sec. | ||
| 12797 | 2024.12.21 00:55:33.993278 [ 82 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12798 | 2024.12.21 00:55:33.993348 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12799 | 2024.12.21 00:55:33.993374 [ 260 ] {954cf581-b949-487b-a183-97c866ac0cf7} <Debug> TCPHandler: Processed in 0.002424775 sec. | ||
| 12800 | 2024.12.21 00:55:33.993522 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 12801 | 2024.12.21 00:55:33.993637 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12802 | 2024.12.21 00:55:33.993658 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12803 | 2024.12.21 00:55:33.993684 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1432 rows starting from the beginning of the part | ||
| 12804 | 2024.12.21 00:55:33.993853 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 113 rows starting from the beginning of the part | ||
| 12805 | 2024.12.21 00:55:33.994048 [ 263 ] {d9947b4b-1cb5-4052-80dd-617d2613c421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12806 | 2024.12.21 00:55:33.994194 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 227 rows starting from the beginning of the part | ||
| 12807 | 2024.12.21 00:55:33.994293 [ 263 ] {d9947b4b-1cb5-4052-80dd-617d2613c421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12808 | 2024.12.21 00:55:33.994593 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 110 rows starting from the beginning of the part | ||
| 12809 | 2024.12.21 00:55:33.995007 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1369 rows starting from the beginning of the part | ||
| 12810 | 2024.12.21 00:55:33.995291 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part | ||
| 12811 | 2024.12.21 00:55:33.997143 [ 263 ] {d9947b4b-1cb5-4052-80dd-617d2613c421} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12812 | 2024.12.21 00:55:33.997231 [ 263 ] {d9947b4b-1cb5-4052-80dd-617d2613c421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12813 | 2024.12.21 00:55:33.998223 [ 263 ] {d9947b4b-1cb5-4052-80dd-617d2613c421} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12814 | 2024.12.21 00:55:33.998715 [ 263 ] {d9947b4b-1cb5-4052-80dd-617d2613c421} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12815 | 2024.12.21 00:55:33.998973 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.005530583 sec., 597947.8112886109 rows/sec., 52.20 MiB/sec. | ||
| 12816 | 2024.12.21 00:55:33.999173 [ 82 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12817 | 2024.12.21 00:55:33.999264 [ 82 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12818 | 2024.12.21 00:55:33.999282 [ 263 ] {d9947b4b-1cb5-4052-80dd-617d2613c421} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005394 sec., 11865.035224323321 rows/sec., 948.32 KiB/sec. | ||
| 12819 | 2024.12.21 00:55:33.999328 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12820 | 2024.12.21 00:55:33.999506 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12821 | 2024.12.21 00:55:33.999665 [ 263 ] {d9947b4b-1cb5-4052-80dd-617d2613c421} <Debug> TCPHandler: Processed in 0.006147605 sec. | ||
| 12822 | 2024.12.21 00:55:34.000125 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 12823 | 2024.12.21 00:55:34.000175 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12824 | 2024.12.21 00:55:34.000318 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 254.97 MiB, peak 265.24 MiB, free memory in arenas 0.00 B, will set to 251.55 MiB (RSS), difference: -3.43 MiB | ||
| 12825 | 2024.12.21 00:55:34.000919 [ 260 ] {ce00828f-7169-482a-a664-14190ef5d099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12826 | 2024.12.21 00:55:34.001289 [ 260 ] {ce00828f-7169-482a-a664-14190ef5d099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12827 | 2024.12.21 00:55:34.001404 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_101_20} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12828 | 2024.12.21 00:55:34.001992 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_101_20} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12829 | 2024.12.21 00:55:34.002452 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 12830 | 2024.12.21 00:55:34.003075 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12831 | 2024.12.21 00:55:34.003182 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 913 rows starting from the beginning of the part | ||
| 12832 | 2024.12.21 00:55:34.003449 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 97 rows starting from the beginning of the part | ||
| 12833 | 2024.12.21 00:55:34.003879 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 394 rows starting from the beginning of the part | ||
| 12834 | 2024.12.21 00:55:34.004257 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 91 rows starting from the beginning of the part | ||
| 12835 | 2024.12.21 00:55:34.004644 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 854 rows starting from the beginning of the part | ||
| 12836 | 2024.12.21 00:55:34.004835 [ 260 ] {ce00828f-7169-482a-a664-14190ef5d099} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12837 | 2024.12.21 00:55:34.004951 [ 260 ] {ce00828f-7169-482a-a664-14190ef5d099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12838 | 2024.12.21 00:55:34.004957 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part | ||
| 12839 | 2024.12.21 00:55:34.006104 [ 260 ] {ce00828f-7169-482a-a664-14190ef5d099} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12840 | 2024.12.21 00:55:34.006632 [ 260 ] {ce00828f-7169-482a-a664-14190ef5d099} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12841 | 2024.12.21 00:55:34.007025 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 5 parts from all_1_96_19 to all_100_100_0 | ||
| 12842 | 2024.12.21 00:55:34.007130 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12843 | 2024.12.21 00:55:34.007179 [ 260 ] {ce00828f-7169-482a-a664-14190ef5d099} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.006489 sec., 6472.491909385113 rows/sec., 461.12 KiB/sec. | ||
| 12844 | 2024.12.21 00:55:34.007191 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12845 | 2024.12.21 00:55:34.007544 [ 260 ] {ce00828f-7169-482a-a664-14190ef5d099} <Debug> TCPHandler: Processed in 0.007583211 sec. | ||
| 12846 | 2024.12.21 00:55:34.007793 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_100_20} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_96_19 to all_100_100_0 into Compact with storage Full | ||
| 12847 | 2024.12.21 00:55:34.007827 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12848 | 2024.12.21 00:55:34.008127 [ 263 ] {d5c7ad7c-e096-4e7d-b554-10924bad19a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12849 | 2024.12.21 00:55:34.008170 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12850 | 2024.12.21 00:55:34.008298 [ 263 ] {d5c7ad7c-e096-4e7d-b554-10924bad19a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12851 | 2024.12.21 00:55:34.008339 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 27565 rows starting from the beginning of the part | ||
| 12852 | 2024.12.21 00:55:34.009124 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 163 rows starting from the beginning of the part | ||
| 12853 | 2024.12.21 00:55:34.009681 [ 192 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.010155428 sec., 237606.92311540194 rows/sec., 18.22 MiB/sec. | ||
| 12854 | 2024.12.21 00:55:34.009911 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 237 rows starting from the beginning of the part | ||
| 12855 | 2024.12.21 00:55:34.010131 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12856 | 2024.12.21 00:55:34.010419 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
| 12857 | 2024.12.21 00:55:34.010974 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 917 rows starting from the beginning of the part | ||
| 12858 | 2024.12.21 00:55:34.011382 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_101_20} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12859 | 2024.12.21 00:55:34.011824 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_101_20} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12860 | 2024.12.21 00:55:34.011928 [ 263 ] {d5c7ad7c-e096-4e7d-b554-10924bad19a3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12861 | 2024.12.21 00:55:34.012055 [ 263 ] {d5c7ad7c-e096-4e7d-b554-10924bad19a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12862 | 2024.12.21 00:55:34.012089 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 12863 | 2024.12.21 00:55:34.012862 [ 263 ] {d5c7ad7c-e096-4e7d-b554-10924bad19a3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12864 | 2024.12.21 00:55:34.013243 [ 263 ] {d5c7ad7c-e096-4e7d-b554-10924bad19a3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12865 | 2024.12.21 00:55:34.013473 [ 82 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12866 | 2024.12.21 00:55:34.013521 [ 82 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12867 | 2024.12.21 00:55:34.013554 [ 263 ] {d5c7ad7c-e096-4e7d-b554-10924bad19a3} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.005517 sec., 2900.126880551024 rows/sec., 201.08 KiB/sec. | ||
| 12868 | 2024.12.21 00:55:34.013567 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12869 | 2024.12.21 00:55:34.013959 [ 263 ] {d5c7ad7c-e096-4e7d-b554-10924bad19a3} <Debug> TCPHandler: Processed in 0.006248706 sec. | ||
| 12870 | 2024.12.21 00:55:34.014085 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 12871 | 2024.12.21 00:55:34.014663 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12872 | 2024.12.21 00:55:34.014806 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5848 rows starting from the beginning of the part | ||
| 12873 | 2024.12.21 00:55:34.015259 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
| 12874 | 2024.12.21 00:55:34.015679 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 82 rows starting from the beginning of the part | ||
| 12875 | 2024.12.21 00:55:34.016177 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
| 12876 | 2024.12.21 00:55:34.016487 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 66 rows starting from the beginning of the part | ||
| 12877 | 2024.12.21 00:55:34.016823 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 16 rows starting from the beginning of the part | ||
| 12878 | 2024.12.21 00:55:34.021941 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6132 rows, containing 4 columns (4 merged, 0 gathered) in 0.008212033 sec., 746709.1279345808 rows/sec., 48.74 MiB/sec. | ||
| 12879 | 2024.12.21 00:55:34.022673 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12880 | 2024.12.21 00:55:34.023164 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_101_20} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12881 | 2024.12.21 00:55:34.023254 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_101_20} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12882 | 2024.12.21 00:55:34.023403 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 12883 | 2024.12.21 00:55:34.024862 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29042 rows, containing 5 columns (5 merged, 0 gathered) in 0.017491204 sec., 1660377.4102686127 rows/sec., 112.18 MiB/sec. | ||
| 12884 | 2024.12.21 00:55:34.025318 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) | ||
| 12885 | 2024.12.21 00:55:34.025670 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12886 | 2024.12.21 00:55:34.025770 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 5 parts: [all_1_96_19, all_100_100_0] -> all_1_100_20 | ||
| 12887 | 2024.12.21 00:55:34.025872 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 12888 | 2024.12.21 00:55:35.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.54 MiB, peak 265.24 MiB, free memory in arenas 0.00 B, will set to 254.42 MiB (RSS), difference: 5.88 MiB | ||
| 12889 | 2024.12.21 00:55:35.025415 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 12890 | 2024.12.21 00:55:35.026152 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12891 | 2024.12.21 00:55:35.026197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12892 | 2024.12.21 00:55:35.026750 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12893 | 2024.12.21 00:55:35.027019 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12894 | 2024.12.21 00:55:35.027212 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 12895 | 2024.12.21 00:55:37.080339 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12896 | 2024.12.21 00:55:37.100044 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12897 | 2024.12.21 00:55:37.100089 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12898 | 2024.12.21 00:55:37.107909 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12899 | 2024.12.21 00:55:37.108668 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12900 | 2024.12.21 00:55:37.111136 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12901 | 2024.12.21 00:55:38.999442 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12902 | 2024.12.21 00:55:38.999729 [ 260 ] {805919c1-e308-4297-957c-0dfa874769dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12903 | 2024.12.21 00:55:38.999821 [ 260 ] {805919c1-e308-4297-957c-0dfa874769dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12904 | 2024.12.21 00:55:39.000959 [ 260 ] {805919c1-e308-4297-957c-0dfa874769dd} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12905 | 2024.12.21 00:55:39.001013 [ 260 ] {805919c1-e308-4297-957c-0dfa874769dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12906 | 2024.12.21 00:55:39.001619 [ 260 ] {805919c1-e308-4297-957c-0dfa874769dd} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12907 | 2024.12.21 00:55:39.001991 [ 260 ] {805919c1-e308-4297-957c-0dfa874769dd} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12908 | 2024.12.21 00:55:39.002258 [ 260 ] {805919c1-e308-4297-957c-0dfa874769dd} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002589 sec., 42487.44689069138 rows/sec., 3.56 MiB/sec. | ||
| 12909 | 2024.12.21 00:55:39.002335 [ 260 ] {805919c1-e308-4297-957c-0dfa874769dd} <Debug> TCPHandler: Processed in 0.003050696 sec. | ||
| 12910 | 2024.12.21 00:55:39.002615 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12911 | 2024.12.21 00:55:39.002811 [ 263 ] {42ca4ad9-9da5-44b8-bad8-4d1ed54c708b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12912 | 2024.12.21 00:55:39.002893 [ 263 ] {42ca4ad9-9da5-44b8-bad8-4d1ed54c708b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12913 | 2024.12.21 00:55:39.003710 [ 263 ] {42ca4ad9-9da5-44b8-bad8-4d1ed54c708b} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12914 | 2024.12.21 00:55:39.003763 [ 263 ] {42ca4ad9-9da5-44b8-bad8-4d1ed54c708b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12915 | 2024.12.21 00:55:39.004243 [ 263 ] {42ca4ad9-9da5-44b8-bad8-4d1ed54c708b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12916 | 2024.12.21 00:55:39.004539 [ 263 ] {42ca4ad9-9da5-44b8-bad8-4d1ed54c708b} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12917 | 2024.12.21 00:55:39.004785 [ 111 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12918 | 2024.12.21 00:55:39.004812 [ 263 ] {42ca4ad9-9da5-44b8-bad8-4d1ed54c708b} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002049 sec., 13177.159590043924 rows/sec., 990.86 KiB/sec. | ||
| 12919 | 2024.12.21 00:55:39.004869 [ 111 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12920 | 2024.12.21 00:55:39.004947 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12921 | 2024.12.21 00:55:39.004967 [ 263 ] {42ca4ad9-9da5-44b8-bad8-4d1ed54c708b} <Debug> TCPHandler: Processed in 0.002480846 sec. | ||
| 12922 | 2024.12.21 00:55:39.005241 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12923 | 2024.12.21 00:55:39.005295 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 12924 | 2024.12.21 00:55:39.005639 [ 260 ] {c51ace4a-71af-4f78-b50a-86b6c433899d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12925 | 2024.12.21 00:55:39.005822 [ 260 ] {c51ace4a-71af-4f78-b50a-86b6c433899d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12926 | 2024.12.21 00:55:39.005883 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12927 | 2024.12.21 00:55:39.006041 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 64 rows starting from the beginning of the part | ||
| 12928 | 2024.12.21 00:55:39.006595 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 33 rows starting from the beginning of the part | ||
| 12929 | 2024.12.21 00:55:39.007184 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 19 rows starting from the beginning of the part | ||
| 12930 | 2024.12.21 00:55:39.007650 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 27 rows starting from the beginning of the part | ||
| 12931 | 2024.12.21 00:55:39.008082 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 23 rows starting from the beginning of the part | ||
| 12932 | 2024.12.21 00:55:39.008395 [ 197 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 27 rows starting from the beginning of the part | ||
| 12933 | 2024.12.21 00:55:39.009309 [ 260 ] {c51ace4a-71af-4f78-b50a-86b6c433899d} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12934 | 2024.12.21 00:55:39.009355 [ 260 ] {c51ace4a-71af-4f78-b50a-86b6c433899d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12935 | 2024.12.21 00:55:39.009964 [ 260 ] {c51ace4a-71af-4f78-b50a-86b6c433899d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12936 | 2024.12.21 00:55:39.010234 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.005174476 sec., 37298.46268491728 rows/sec., 2.81 MiB/sec. | ||
| 12937 | 2024.12.21 00:55:39.010412 [ 260 ] {c51ace4a-71af-4f78-b50a-86b6c433899d} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12938 | 2024.12.21 00:55:39.010467 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12939 | 2024.12.21 00:55:39.010886 [ 260 ] {c51ace4a-71af-4f78-b50a-86b6c433899d} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005394 sec., 16870.596959584724 rows/sec., 1.32 MiB/sec. | ||
| 12940 | 2024.12.21 00:55:39.011180 [ 260 ] {c51ace4a-71af-4f78-b50a-86b6c433899d} <Debug> TCPHandler: Processed in 0.006058622 sec. | ||
| 12941 | 2024.12.21 00:55:39.011231 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_86_17} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12942 | 2024.12.21 00:55:39.011474 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12943 | 2024.12.21 00:55:39.011613 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_86_17} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12944 | 2024.12.21 00:55:39.011889 [ 263 ] {5fd4abb5-aa1b-47e1-b216-4e56ef3dde64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12945 | 2024.12.21 00:55:39.011940 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12946 | 2024.12.21 00:55:39.012075 [ 263 ] {5fd4abb5-aa1b-47e1-b216-4e56ef3dde64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12947 | 2024.12.21 00:55:39.013249 [ 263 ] {5fd4abb5-aa1b-47e1-b216-4e56ef3dde64} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12948 | 2024.12.21 00:55:39.013292 [ 263 ] {5fd4abb5-aa1b-47e1-b216-4e56ef3dde64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12949 | 2024.12.21 00:55:39.013705 [ 263 ] {5fd4abb5-aa1b-47e1-b216-4e56ef3dde64} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12950 | 2024.12.21 00:55:39.013953 [ 263 ] {5fd4abb5-aa1b-47e1-b216-4e56ef3dde64} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12951 | 2024.12.21 00:55:39.014191 [ 263 ] {5fd4abb5-aa1b-47e1-b216-4e56ef3dde64} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002484 sec., 64412.2383252818 rows/sec., 4.49 MiB/sec. | ||
| 12952 | 2024.12.21 00:55:39.014266 [ 263 ] {5fd4abb5-aa1b-47e1-b216-4e56ef3dde64} <Debug> TCPHandler: Processed in 0.002963345 sec. | ||
| 12953 | 2024.12.21 00:55:39.014482 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12954 | 2024.12.21 00:55:39.014694 [ 260 ] {211f6b26-dda6-46d2-9905-9a1610bf0146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12955 | 2024.12.21 00:55:39.014783 [ 260 ] {211f6b26-dda6-46d2-9905-9a1610bf0146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12956 | 2024.12.21 00:55:39.016007 [ 260 ] {211f6b26-dda6-46d2-9905-9a1610bf0146} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12957 | 2024.12.21 00:55:39.016049 [ 260 ] {211f6b26-dda6-46d2-9905-9a1610bf0146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12958 | 2024.12.21 00:55:39.016736 [ 260 ] {211f6b26-dda6-46d2-9905-9a1610bf0146} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12959 | 2024.12.21 00:55:39.017003 [ 260 ] {211f6b26-dda6-46d2-9905-9a1610bf0146} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12960 | 2024.12.21 00:55:39.017221 [ 120 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12961 | 2024.12.21 00:55:39.017279 [ 120 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12962 | 2024.12.21 00:55:39.017295 [ 260 ] {211f6b26-dda6-46d2-9905-9a1610bf0146} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002635 sec., 10246.679316888045 rows/sec., 18.36 MiB/sec. | ||
| 12963 | 2024.12.21 00:55:39.017325 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12964 | 2024.12.21 00:55:39.017717 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 12965 | 2024.12.21 00:55:39.018080 [ 260 ] {211f6b26-dda6-46d2-9905-9a1610bf0146} <Debug> TCPHandler: Processed in 0.003695668 sec. | ||
| 12966 | 2024.12.21 00:55:39.018414 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12967 | 2024.12.21 00:55:39.018878 [ 263 ] {260df1a4-c4d5-4a07-aef6-9a12b64f0870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12968 | 2024.12.21 00:55:39.019072 [ 263 ] {260df1a4-c4d5-4a07-aef6-9a12b64f0870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12969 | 2024.12.21 00:55:39.020171 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12970 | 2024.12.21 00:55:39.020355 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1575 rows starting from the beginning of the part | ||
| 12971 | 2024.12.21 00:55:39.020979 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 27 rows starting from the beginning of the part | ||
| 12972 | 2024.12.21 00:55:39.021708 [ 263 ] {260df1a4-c4d5-4a07-aef6-9a12b64f0870} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12973 | 2024.12.21 00:55:39.021743 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 12 rows starting from the beginning of the part | ||
| 12974 | 2024.12.21 00:55:39.021789 [ 263 ] {260df1a4-c4d5-4a07-aef6-9a12b64f0870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12975 | 2024.12.21 00:55:39.022292 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 27 rows starting from the beginning of the part | ||
| 12976 | 2024.12.21 00:55:39.022916 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 12 rows starting from the beginning of the part | ||
| 12977 | 2024.12.21 00:55:39.023499 [ 263 ] {260df1a4-c4d5-4a07-aef6-9a12b64f0870} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12978 | 2024.12.21 00:55:39.023511 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 27 rows starting from the beginning of the part | ||
| 12979 | 2024.12.21 00:55:39.024271 [ 263 ] {260df1a4-c4d5-4a07-aef6-9a12b64f0870} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12980 | 2024.12.21 00:55:39.024794 [ 263 ] {260df1a4-c4d5-4a07-aef6-9a12b64f0870} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006039 sec., 9935.419771485345 rows/sec., 685.65 KiB/sec. | ||
| 12981 | 2024.12.21 00:55:39.025113 [ 263 ] {260df1a4-c4d5-4a07-aef6-9a12b64f0870} <Debug> TCPHandler: Processed in 0.006887868 sec. | ||
| 12982 | 2024.12.21 00:55:39.033399 [ 195 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1680 rows, containing 19 columns (19 merged, 0 gathered) in 0.015952285 sec., 105314.06629207038 rows/sec., 188.72 MiB/sec. | ||
| 12983 | 2024.12.21 00:55:39.035363 [ 195 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12984 | 2024.12.21 00:55:39.035862 [ 195 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12985 | 2024.12.21 00:55:39.035964 [ 195 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12986 | 2024.12.21 00:55:39.036156 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. | ||
| 12987 | 2024.12.21 00:55:40.000263 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 254.92 MiB, peak 266.44 MiB, free memory in arenas 0.00 B, will set to 257.63 MiB (RSS), difference: 2.71 MiB | ||
| 12988 | 2024.12.21 00:55:42.279945 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12989 | 2024.12.21 00:55:42.279997 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12990 | 2024.12.21 00:55:42.527335 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
| 12991 | 2024.12.21 00:55:42.528079 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12992 | 2024.12.21 00:55:42.528134 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12993 | 2024.12.21 00:55:42.528697 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12994 | 2024.12.21 00:55:42.528958 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12995 | 2024.12.21 00:55:42.529193 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 12996 | 2024.12.21 00:55:42.674763 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1826 | ||
| 12997 | 2024.12.21 00:55:42.678489 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12998 | 2024.12.21 00:55:42.678542 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12999 | 2024.12.21 00:55:42.680070 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13000 | 2024.12.21 00:55:42.680385 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13001 | 2024.12.21 00:55:42.680606 [ 124 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13002 | 2024.12.21 00:55:42.680732 [ 124 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13003 | 2024.12.21 00:55:42.680791 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13004 | 2024.12.21 00:55:42.681391 [ 195 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 13005 | 2024.12.21 00:55:42.683059 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1826 | ||
| 13006 | 2024.12.21 00:55:42.683409 [ 195 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13007 | 2024.12.21 00:55:42.683594 [ 195 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1634 rows starting from the beginning of the part | ||
| 13008 | 2024.12.21 00:55:42.684100 [ 195 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 13009 | 2024.12.21 00:55:42.684833 [ 195 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 44 rows starting from the beginning of the part | ||
| 13010 | 2024.12.21 00:55:42.685614 [ 195 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 13011 | 2024.12.21 00:55:42.686199 [ 195 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 13012 | 2024.12.21 00:55:42.686755 [ 195 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 44 rows starting from the beginning of the part | ||
| 13013 | 2024.12.21 00:55:42.695627 [ 189 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1826 rows, containing 72 columns (72 merged, 0 gathered) in 0.014695282 sec., 124257.56783707859 rows/sec., 95.20 MiB/sec. | ||
| 13014 | 2024.12.21 00:55:42.697856 [ 189 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13015 | 2024.12.21 00:55:42.698692 [ 189 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_46_9} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13016 | 2024.12.21 00:55:42.698791 [ 189 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_46_9} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13017 | 2024.12.21 00:55:42.699130 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 13018 | 2024.12.21 00:55:43.001272 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000909467 sec. | ||
| 13019 | 2024.12.21 00:55:44.004031 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13020 | 2024.12.21 00:55:44.004252 [ 260 ] {3edd931e-f03a-4e9b-b2b7-fa1eb7ebe42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13021 | 2024.12.21 00:55:44.004339 [ 260 ] {3edd931e-f03a-4e9b-b2b7-fa1eb7ebe42b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13022 | 2024.12.21 00:55:44.005196 [ 260 ] {3edd931e-f03a-4e9b-b2b7-fa1eb7ebe42b} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13023 | 2024.12.21 00:55:44.005247 [ 260 ] {3edd931e-f03a-4e9b-b2b7-fa1eb7ebe42b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13024 | 2024.12.21 00:55:44.005702 [ 260 ] {3edd931e-f03a-4e9b-b2b7-fa1eb7ebe42b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13025 | 2024.12.21 00:55:44.005965 [ 260 ] {3edd931e-f03a-4e9b-b2b7-fa1eb7ebe42b} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13026 | 2024.12.21 00:55:44.006213 [ 260 ] {3edd931e-f03a-4e9b-b2b7-fa1eb7ebe42b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002018 sec., 6937.5619425173445 rows/sec., 499.41 KiB/sec. | ||
| 13027 | 2024.12.21 00:55:44.006280 [ 260 ] {3edd931e-f03a-4e9b-b2b7-fa1eb7ebe42b} <Debug> TCPHandler: Processed in 0.002388095 sec. | ||
| 13028 | 2024.12.21 00:55:44.006542 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13029 | 2024.12.21 00:55:44.006735 [ 263 ] {7fef7f70-8a5b-441c-b33b-c40ab3aafa23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13030 | 2024.12.21 00:55:44.006827 [ 263 ] {7fef7f70-8a5b-441c-b33b-c40ab3aafa23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13031 | 2024.12.21 00:55:44.007795 [ 263 ] {7fef7f70-8a5b-441c-b33b-c40ab3aafa23} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13032 | 2024.12.21 00:55:44.007861 [ 263 ] {7fef7f70-8a5b-441c-b33b-c40ab3aafa23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13033 | 2024.12.21 00:55:44.008356 [ 263 ] {7fef7f70-8a5b-441c-b33b-c40ab3aafa23} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13034 | 2024.12.21 00:55:44.008674 [ 263 ] {7fef7f70-8a5b-441c-b33b-c40ab3aafa23} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13035 | 2024.12.21 00:55:44.008959 [ 263 ] {7fef7f70-8a5b-441c-b33b-c40ab3aafa23} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002271 sec., 99955.96653456627 rows/sec., 8.74 MiB/sec. | ||
| 13036 | 2024.12.21 00:55:44.009087 [ 263 ] {7fef7f70-8a5b-441c-b33b-c40ab3aafa23} <Debug> TCPHandler: Processed in 0.00267942 sec. | ||
| 13037 | 2024.12.21 00:55:44.009280 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13038 | 2024.12.21 00:55:44.009439 [ 260 ] {5849d1e9-5b9c-41c8-bb81-c58879aa69ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13039 | 2024.12.21 00:55:44.009497 [ 260 ] {5849d1e9-5b9c-41c8-bb81-c58879aa69ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13040 | 2024.12.21 00:55:44.010132 [ 260 ] {5849d1e9-5b9c-41c8-bb81-c58879aa69ec} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13041 | 2024.12.21 00:55:44.010176 [ 260 ] {5849d1e9-5b9c-41c8-bb81-c58879aa69ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13042 | 2024.12.21 00:55:44.010562 [ 260 ] {5849d1e9-5b9c-41c8-bb81-c58879aa69ec} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13043 | 2024.12.21 00:55:44.010807 [ 260 ] {5849d1e9-5b9c-41c8-bb81-c58879aa69ec} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13044 | 2024.12.21 00:55:44.011028 [ 260 ] {5849d1e9-5b9c-41c8-bb81-c58879aa69ec} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001623 sec., 11706.715958102279 rows/sec., 836.97 KiB/sec. | ||
| 13045 | 2024.12.21 00:55:44.011084 [ 260 ] {5849d1e9-5b9c-41c8-bb81-c58879aa69ec} <Debug> TCPHandler: Processed in 0.001881775 sec. | ||
| 13046 | 2024.12.21 00:55:44.011260 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13047 | 2024.12.21 00:55:44.011400 [ 263 ] {16dd9d75-aa1a-4e36-b9e5-4229f85d72dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13048 | 2024.12.21 00:55:44.011491 [ 263 ] {16dd9d75-aa1a-4e36-b9e5-4229f85d72dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13049 | 2024.12.21 00:55:44.012156 [ 263 ] {16dd9d75-aa1a-4e36-b9e5-4229f85d72dd} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13050 | 2024.12.21 00:55:44.012202 [ 263 ] {16dd9d75-aa1a-4e36-b9e5-4229f85d72dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13051 | 2024.12.21 00:55:44.012601 [ 263 ] {16dd9d75-aa1a-4e36-b9e5-4229f85d72dd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13052 | 2024.12.21 00:55:44.012849 [ 263 ] {16dd9d75-aa1a-4e36-b9e5-4229f85d72dd} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13053 | 2024.12.21 00:55:44.013146 [ 263 ] {16dd9d75-aa1a-4e36-b9e5-4229f85d72dd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001776 sec., 7882.882882882883 rows/sec., 552.07 KiB/sec. | ||
| 13054 | 2024.12.21 00:55:44.013350 [ 263 ] {16dd9d75-aa1a-4e36-b9e5-4229f85d72dd} <Debug> TCPHandler: Processed in 0.00215132 sec. | ||
| 13055 | 2024.12.21 00:55:44.013570 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13056 | 2024.12.21 00:55:44.013714 [ 260 ] {508921d5-dc7e-437c-a18e-c7bf309e2457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13057 | 2024.12.21 00:55:44.013807 [ 260 ] {508921d5-dc7e-437c-a18e-c7bf309e2457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13058 | 2024.12.21 00:55:44.014480 [ 260 ] {508921d5-dc7e-437c-a18e-c7bf309e2457} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13059 | 2024.12.21 00:55:44.014520 [ 260 ] {508921d5-dc7e-437c-a18e-c7bf309e2457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13060 | 2024.12.21 00:55:44.014875 [ 260 ] {508921d5-dc7e-437c-a18e-c7bf309e2457} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13061 | 2024.12.21 00:55:44.015112 [ 260 ] {508921d5-dc7e-437c-a18e-c7bf309e2457} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13062 | 2024.12.21 00:55:44.015332 [ 260 ] {508921d5-dc7e-437c-a18e-c7bf309e2457} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001648 sec., 7888.349514563107 rows/sec., 491.84 KiB/sec. | ||
| 13063 | 2024.12.21 00:55:44.015448 [ 260 ] {508921d5-dc7e-437c-a18e-c7bf309e2457} <Debug> TCPHandler: Processed in 0.001990987 sec. | ||
| 13064 | 2024.12.21 00:55:44.015644 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13065 | 2024.12.21 00:55:44.015777 [ 263 ] {bdfa0a4c-3a9e-49d0-a847-6e6b5b85dce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13066 | 2024.12.21 00:55:44.015837 [ 263 ] {bdfa0a4c-3a9e-49d0-a847-6e6b5b85dce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13067 | 2024.12.21 00:55:44.016684 [ 263 ] {bdfa0a4c-3a9e-49d0-a847-6e6b5b85dce7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13068 | 2024.12.21 00:55:44.016730 [ 263 ] {bdfa0a4c-3a9e-49d0-a847-6e6b5b85dce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13069 | 2024.12.21 00:55:44.017142 [ 263 ] {bdfa0a4c-3a9e-49d0-a847-6e6b5b85dce7} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13070 | 2024.12.21 00:55:44.017398 [ 263 ] {bdfa0a4c-3a9e-49d0-a847-6e6b5b85dce7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13071 | 2024.12.21 00:55:44.017666 [ 263 ] {bdfa0a4c-3a9e-49d0-a847-6e6b5b85dce7} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001916 sec., 205636.7432150313 rows/sec., 14.60 MiB/sec. | ||
| 13072 | 2024.12.21 00:55:44.017774 [ 263 ] {bdfa0a4c-3a9e-49d0-a847-6e6b5b85dce7} <Debug> TCPHandler: Processed in 0.002232732 sec. | ||
| 13073 | 2024.12.21 00:55:44.017988 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13074 | 2024.12.21 00:55:44.018187 [ 260 ] {0f2e3e4b-84e6-47bb-b323-5f2338286e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13075 | 2024.12.21 00:55:44.018247 [ 260 ] {0f2e3e4b-84e6-47bb-b323-5f2338286e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13076 | 2024.12.21 00:55:44.018756 [ 260 ] {0f2e3e4b-84e6-47bb-b323-5f2338286e17} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13077 | 2024.12.21 00:55:44.018795 [ 260 ] {0f2e3e4b-84e6-47bb-b323-5f2338286e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13078 | 2024.12.21 00:55:44.019164 [ 260 ] {0f2e3e4b-84e6-47bb-b323-5f2338286e17} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13079 | 2024.12.21 00:55:44.019398 [ 260 ] {0f2e3e4b-84e6-47bb-b323-5f2338286e17} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13080 | 2024.12.21 00:55:44.019635 [ 260 ] {0f2e3e4b-84e6-47bb-b323-5f2338286e17} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec. | ||
| 13081 | 2024.12.21 00:55:44.019739 [ 260 ] {0f2e3e4b-84e6-47bb-b323-5f2338286e17} <Debug> TCPHandler: Processed in 0.001866624 sec. | ||
| 13082 | 2024.12.21 00:55:44.019927 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13083 | 2024.12.21 00:55:44.020080 [ 263 ] {1177a387-c232-439e-ba03-c24ea5723bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13084 | 2024.12.21 00:55:44.020148 [ 263 ] {1177a387-c232-439e-ba03-c24ea5723bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13085 | 2024.12.21 00:55:44.020805 [ 263 ] {1177a387-c232-439e-ba03-c24ea5723bac} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13086 | 2024.12.21 00:55:44.020846 [ 263 ] {1177a387-c232-439e-ba03-c24ea5723bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13087 | 2024.12.21 00:55:44.021250 [ 263 ] {1177a387-c232-439e-ba03-c24ea5723bac} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13088 | 2024.12.21 00:55:44.021498 [ 263 ] {1177a387-c232-439e-ba03-c24ea5723bac} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13089 | 2024.12.21 00:55:44.021759 [ 263 ] {1177a387-c232-439e-ba03-c24ea5723bac} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001711 sec., 138515.4880187025 rows/sec., 9.28 MiB/sec. | ||
| 13090 | 2024.12.21 00:55:44.021842 [ 263 ] {1177a387-c232-439e-ba03-c24ea5723bac} <Debug> TCPHandler: Processed in 0.002011567 sec. | ||
| 13091 | 2024.12.21 00:55:44.022017 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13092 | 2024.12.21 00:55:44.022381 [ 260 ] {4d3419dd-089c-4dd0-acba-baba9df3c8f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13093 | 2024.12.21 00:55:44.022554 [ 260 ] {4d3419dd-089c-4dd0-acba-baba9df3c8f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13094 | 2024.12.21 00:55:44.023693 [ 260 ] {4d3419dd-089c-4dd0-acba-baba9df3c8f2} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13095 | 2024.12.21 00:55:44.023732 [ 260 ] {4d3419dd-089c-4dd0-acba-baba9df3c8f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13096 | 2024.12.21 00:55:44.024094 [ 260 ] {4d3419dd-089c-4dd0-acba-baba9df3c8f2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13097 | 2024.12.21 00:55:44.024339 [ 260 ] {4d3419dd-089c-4dd0-acba-baba9df3c8f2} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13098 | 2024.12.21 00:55:44.024573 [ 260 ] {4d3419dd-089c-4dd0-acba-baba9df3c8f2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002334 sec., 428.4490145672665 rows/sec., 28.87 KiB/sec. | ||
| 13099 | 2024.12.21 00:55:44.024675 [ 260 ] {4d3419dd-089c-4dd0-acba-baba9df3c8f2} <Debug> TCPHandler: Processed in 0.002740061 sec. | ||
| 13100 | 2024.12.21 00:55:44.024879 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13101 | 2024.12.21 00:55:44.025016 [ 263 ] {ec52fb6a-ce24-4a0c-96d0-6265b150b4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13102 | 2024.12.21 00:55:44.025111 [ 263 ] {ec52fb6a-ce24-4a0c-96d0-6265b150b4ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13103 | 2024.12.21 00:55:44.026285 [ 263 ] {ec52fb6a-ce24-4a0c-96d0-6265b150b4ce} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13104 | 2024.12.21 00:55:44.026325 [ 263 ] {ec52fb6a-ce24-4a0c-96d0-6265b150b4ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13105 | 2024.12.21 00:55:44.026935 [ 263 ] {ec52fb6a-ce24-4a0c-96d0-6265b150b4ce} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13106 | 2024.12.21 00:55:44.027188 [ 263 ] {ec52fb6a-ce24-4a0c-96d0-6265b150b4ce} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13107 | 2024.12.21 00:55:44.027473 [ 263 ] {ec52fb6a-ce24-4a0c-96d0-6265b150b4ce} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002483 sec., 4832.863471606927 rows/sec., 8.66 MiB/sec. | ||
| 13108 | 2024.12.21 00:55:44.027745 [ 263 ] {ec52fb6a-ce24-4a0c-96d0-6265b150b4ce} <Debug> TCPHandler: Processed in 0.002973355 sec. | ||
| 13109 | 2024.12.21 00:55:44.028004 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13110 | 2024.12.21 00:55:44.028221 [ 260 ] {95e73fd3-9d95-4368-a54f-462f75d86100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13111 | 2024.12.21 00:55:44.028280 [ 260 ] {95e73fd3-9d95-4368-a54f-462f75d86100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13112 | 2024.12.21 00:55:44.028813 [ 260 ] {95e73fd3-9d95-4368-a54f-462f75d86100} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13113 | 2024.12.21 00:55:44.028852 [ 260 ] {95e73fd3-9d95-4368-a54f-462f75d86100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13114 | 2024.12.21 00:55:44.029228 [ 260 ] {95e73fd3-9d95-4368-a54f-462f75d86100} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13115 | 2024.12.21 00:55:44.029467 [ 260 ] {95e73fd3-9d95-4368-a54f-462f75d86100} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13116 | 2024.12.21 00:55:44.029675 [ 260 ] {95e73fd3-9d95-4368-a54f-462f75d86100} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001495 sec., 54849.4983277592 rows/sec., 3.48 MiB/sec. | ||
| 13117 | 2024.12.21 00:55:44.029729 [ 260 ] {95e73fd3-9d95-4368-a54f-462f75d86100} <Debug> TCPHandler: Processed in 0.001868355 sec. | ||
| 13118 | 2024.12.21 00:55:44.611188 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 13119 | 2024.12.21 00:55:44.632320 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13120 | 2024.12.21 00:55:44.632380 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13121 | 2024.12.21 00:55:44.639659 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13122 | 2024.12.21 00:55:44.640427 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13123 | 2024.12.21 00:55:44.643184 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 13124 | 2024.12.21 00:55:45.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.94 MiB, peak 266.44 MiB, free memory in arenas 0.00 B, will set to 257.63 MiB (RSS), difference: -1.31 MiB | ||
| 13125 | 2024.12.21 00:55:48.998899 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13126 | 2024.12.21 00:55:48.999219 [ 260 ] {74958151-7cfb-448f-84b3-1eea4e65f1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13127 | 2024.12.21 00:55:48.999318 [ 260 ] {74958151-7cfb-448f-84b3-1eea4e65f1de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13128 | 2024.12.21 00:55:49.000225 [ 260 ] {74958151-7cfb-448f-84b3-1eea4e65f1de} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13129 | 2024.12.21 00:55:49.000286 [ 260 ] {74958151-7cfb-448f-84b3-1eea4e65f1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13130 | 2024.12.21 00:55:49.000872 [ 260 ] {74958151-7cfb-448f-84b3-1eea4e65f1de} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13131 | 2024.12.21 00:55:49.001198 [ 260 ] {74958151-7cfb-448f-84b3-1eea4e65f1de} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13132 | 2024.12.21 00:55:49.001484 [ 260 ] {74958151-7cfb-448f-84b3-1eea4e65f1de} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002336 sec., 856.1643835616438 rows/sec., 69.81 KiB/sec. | ||
| 13133 | 2024.12.21 00:55:49.001656 [ 260 ] {74958151-7cfb-448f-84b3-1eea4e65f1de} <Debug> TCPHandler: Processed in 0.002901454 sec. | ||
| 13134 | 2024.12.21 00:55:49.002055 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13135 | 2024.12.21 00:55:49.002284 [ 263 ] {b24e4daa-72f8-47e6-9fa0-a6090542a93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13136 | 2024.12.21 00:55:49.002377 [ 263 ] {b24e4daa-72f8-47e6-9fa0-a6090542a93c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13137 | 2024.12.21 00:55:49.003384 [ 263 ] {b24e4daa-72f8-47e6-9fa0-a6090542a93c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13138 | 2024.12.21 00:55:49.003436 [ 263 ] {b24e4daa-72f8-47e6-9fa0-a6090542a93c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13139 | 2024.12.21 00:55:49.003921 [ 263 ] {b24e4daa-72f8-47e6-9fa0-a6090542a93c} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13140 | 2024.12.21 00:55:49.004208 [ 263 ] {b24e4daa-72f8-47e6-9fa0-a6090542a93c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13141 | 2024.12.21 00:55:49.004452 [ 263 ] {b24e4daa-72f8-47e6-9fa0-a6090542a93c} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.002235 sec., 49664.42953020134 rows/sec., 4.16 MiB/sec. | ||
| 13142 | 2024.12.21 00:55:49.004531 [ 263 ] {b24e4daa-72f8-47e6-9fa0-a6090542a93c} <Debug> TCPHandler: Processed in 0.00267789 sec. | ||
| 13143 | 2024.12.21 00:55:49.004720 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13144 | 2024.12.21 00:55:49.004846 [ 260 ] {11e32ff4-fbc6-4137-a055-6455d7ad343a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13145 | 2024.12.21 00:55:49.004899 [ 260 ] {11e32ff4-fbc6-4137-a055-6455d7ad343a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13146 | 2024.12.21 00:55:49.005521 [ 260 ] {11e32ff4-fbc6-4137-a055-6455d7ad343a} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13147 | 2024.12.21 00:55:49.005563 [ 260 ] {11e32ff4-fbc6-4137-a055-6455d7ad343a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13148 | 2024.12.21 00:55:49.005978 [ 260 ] {11e32ff4-fbc6-4137-a055-6455d7ad343a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13149 | 2024.12.21 00:55:49.006263 [ 260 ] {11e32ff4-fbc6-4137-a055-6455d7ad343a} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13150 | 2024.12.21 00:55:49.006503 [ 260 ] {11e32ff4-fbc6-4137-a055-6455d7ad343a} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001685 sec., 17210.6824925816 rows/sec., 1.26 MiB/sec. | ||
| 13151 | 2024.12.21 00:55:49.006577 [ 260 ] {11e32ff4-fbc6-4137-a055-6455d7ad343a} <Debug> TCPHandler: Processed in 0.001928986 sec. | ||
| 13152 | 2024.12.21 00:55:49.006792 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13153 | 2024.12.21 00:55:49.006957 [ 263 ] {ee79bf76-7b6a-45df-bdb7-21f7b2964332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13154 | 2024.12.21 00:55:49.007021 [ 263 ] {ee79bf76-7b6a-45df-bdb7-21f7b2964332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13155 | 2024.12.21 00:55:49.007739 [ 263 ] {ee79bf76-7b6a-45df-bdb7-21f7b2964332} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13156 | 2024.12.21 00:55:49.007787 [ 263 ] {ee79bf76-7b6a-45df-bdb7-21f7b2964332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13157 | 2024.12.21 00:55:49.008207 [ 263 ] {ee79bf76-7b6a-45df-bdb7-21f7b2964332} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13158 | 2024.12.21 00:55:49.008472 [ 263 ] {ee79bf76-7b6a-45df-bdb7-21f7b2964332} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13159 | 2024.12.21 00:55:49.008726 [ 263 ] {ee79bf76-7b6a-45df-bdb7-21f7b2964332} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001802 sec., 51609.32297447281 rows/sec., 4.03 MiB/sec. | ||
| 13160 | 2024.12.21 00:55:49.008819 [ 263 ] {ee79bf76-7b6a-45df-bdb7-21f7b2964332} <Debug> TCPHandler: Processed in 0.002140879 sec. | ||
| 13161 | 2024.12.21 00:55:49.008991 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13162 | 2024.12.21 00:55:49.009121 [ 260 ] {ba70400c-97d8-4054-a5d0-2e0bb2159f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13163 | 2024.12.21 00:55:49.009180 [ 260 ] {ba70400c-97d8-4054-a5d0-2e0bb2159f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13164 | 2024.12.21 00:55:49.009827 [ 260 ] {ba70400c-97d8-4054-a5d0-2e0bb2159f96} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13165 | 2024.12.21 00:55:49.009877 [ 260 ] {ba70400c-97d8-4054-a5d0-2e0bb2159f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13166 | 2024.12.21 00:55:49.010314 [ 260 ] {ba70400c-97d8-4054-a5d0-2e0bb2159f96} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13167 | 2024.12.21 00:55:49.010569 [ 260 ] {ba70400c-97d8-4054-a5d0-2e0bb2159f96} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13168 | 2024.12.21 00:55:49.010874 [ 260 ] {ba70400c-97d8-4054-a5d0-2e0bb2159f96} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001779 sec., 90500.28105677347 rows/sec., 6.30 MiB/sec. | ||
| 13169 | 2024.12.21 00:55:49.011079 [ 260 ] {ba70400c-97d8-4054-a5d0-2e0bb2159f96} <Debug> TCPHandler: Processed in 0.002144029 sec. | ||
| 13170 | 2024.12.21 00:55:49.011377 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13171 | 2024.12.21 00:55:49.011815 [ 263 ] {dddacca8-a4eb-479e-81e5-661ad27907b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13172 | 2024.12.21 00:55:49.012237 [ 263 ] {dddacca8-a4eb-479e-81e5-661ad27907b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13173 | 2024.12.21 00:55:49.015022 [ 263 ] {dddacca8-a4eb-479e-81e5-661ad27907b1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13174 | 2024.12.21 00:55:49.015072 [ 263 ] {dddacca8-a4eb-479e-81e5-661ad27907b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13175 | 2024.12.21 00:55:49.015778 [ 263 ] {dddacca8-a4eb-479e-81e5-661ad27907b1} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13176 | 2024.12.21 00:55:49.016066 [ 263 ] {dddacca8-a4eb-479e-81e5-661ad27907b1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13177 | 2024.12.21 00:55:49.016299 [ 263 ] {dddacca8-a4eb-479e-81e5-661ad27907b1} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004633 sec., 5827.757392618174 rows/sec., 10.44 MiB/sec. | ||
| 13178 | 2024.12.21 00:55:49.016449 [ 263 ] {dddacca8-a4eb-479e-81e5-661ad27907b1} <Debug> TCPHandler: Processed in 0.005234807 sec. | ||
| 13179 | 2024.12.21 00:55:49.016603 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13180 | 2024.12.21 00:55:49.016730 [ 260 ] {816fec5c-84c7-4199-ab5b-7fc4d403d9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13181 | 2024.12.21 00:55:49.016783 [ 260 ] {816fec5c-84c7-4199-ab5b-7fc4d403d9dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13182 | 2024.12.21 00:55:49.017314 [ 260 ] {816fec5c-84c7-4199-ab5b-7fc4d403d9dd} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13183 | 2024.12.21 00:55:49.017355 [ 260 ] {816fec5c-84c7-4199-ab5b-7fc4d403d9dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13184 | 2024.12.21 00:55:49.017751 [ 260 ] {816fec5c-84c7-4199-ab5b-7fc4d403d9dd} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13185 | 2024.12.21 00:55:49.017997 [ 260 ] {816fec5c-84c7-4199-ab5b-7fc4d403d9dd} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13186 | 2024.12.21 00:55:49.018246 [ 260 ] {816fec5c-84c7-4199-ab5b-7fc4d403d9dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00154 sec., 38961.03896103896 rows/sec., 2.63 MiB/sec. | ||
| 13187 | 2024.12.21 00:55:49.018330 [ 260 ] {816fec5c-84c7-4199-ab5b-7fc4d403d9dd} <Debug> TCPHandler: Processed in 0.001788033 sec. | ||
| 13188 | 2024.12.21 00:55:50.029304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 13189 | 2024.12.21 00:55:50.029978 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13190 | 2024.12.21 00:55:50.030029 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13191 | 2024.12.21 00:55:50.030565 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13192 | 2024.12.21 00:55:50.030837 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13193 | 2024.12.21 00:55:50.031124 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 13194 | 2024.12.21 00:55:52.143241 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 13195 | 2024.12.21 00:55:52.164692 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13196 | 2024.12.21 00:55:52.164761 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13197 | 2024.12.21 00:55:52.172050 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13198 | 2024.12.21 00:55:52.172850 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13199 | 2024.12.21 00:55:52.176902 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 13200 | 2024.12.21 00:55:52.683370 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1862 | ||
| 13201 | 2024.12.21 00:55:52.686771 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13202 | 2024.12.21 00:55:52.686837 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13203 | 2024.12.21 00:55:52.688373 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13204 | 2024.12.21 00:55:52.688697 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13205 | 2024.12.21 00:55:52.690424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1862 | ||
| 13206 | 2024.12.21 00:55:54.002620 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13207 | 2024.12.21 00:55:54.002876 [ 260 ] {43287ede-beff-4399-b2c5-c3f97bc12d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13208 | 2024.12.21 00:55:54.002950 [ 260 ] {43287ede-beff-4399-b2c5-c3f97bc12d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13209 | 2024.12.21 00:55:54.003702 [ 260 ] {43287ede-beff-4399-b2c5-c3f97bc12d22} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13210 | 2024.12.21 00:55:54.003751 [ 260 ] {43287ede-beff-4399-b2c5-c3f97bc12d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13211 | 2024.12.21 00:55:54.004207 [ 260 ] {43287ede-beff-4399-b2c5-c3f97bc12d22} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13212 | 2024.12.21 00:55:54.004501 [ 260 ] {43287ede-beff-4399-b2c5-c3f97bc12d22} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13213 | 2024.12.21 00:55:54.004754 [ 260 ] {43287ede-beff-4399-b2c5-c3f97bc12d22} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 522.18 KiB/sec. | ||
| 13214 | 2024.12.21 00:55:54.004833 [ 260 ] {43287ede-beff-4399-b2c5-c3f97bc12d22} <Debug> TCPHandler: Processed in 0.002360094 sec. | ||
| 13215 | 2024.12.21 00:55:54.005094 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13216 | 2024.12.21 00:55:54.005291 [ 263 ] {8b9d512d-ccc4-4549-9876-c8a825e43220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13217 | 2024.12.21 00:55:54.005368 [ 263 ] {8b9d512d-ccc4-4549-9876-c8a825e43220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13218 | 2024.12.21 00:55:54.006226 [ 263 ] {8b9d512d-ccc4-4549-9876-c8a825e43220} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13219 | 2024.12.21 00:55:54.006278 [ 263 ] {8b9d512d-ccc4-4549-9876-c8a825e43220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13220 | 2024.12.21 00:55:54.006733 [ 263 ] {8b9d512d-ccc4-4549-9876-c8a825e43220} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13221 | 2024.12.21 00:55:54.007001 [ 263 ] {8b9d512d-ccc4-4549-9876-c8a825e43220} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13222 | 2024.12.21 00:55:54.007262 [ 263 ] {8b9d512d-ccc4-4549-9876-c8a825e43220} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002031 sec., 111767.60216642049 rows/sec., 9.77 MiB/sec. | ||
| 13223 | 2024.12.21 00:55:54.007334 [ 263 ] {8b9d512d-ccc4-4549-9876-c8a825e43220} <Debug> TCPHandler: Processed in 0.002383914 sec. | ||
| 13224 | 2024.12.21 00:55:54.007490 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13225 | 2024.12.21 00:55:54.007624 [ 260 ] {ffa409e7-758e-4dc4-8ca9-eb0235e82193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13226 | 2024.12.21 00:55:54.007678 [ 260 ] {ffa409e7-758e-4dc4-8ca9-eb0235e82193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13227 | 2024.12.21 00:55:54.008314 [ 260 ] {ffa409e7-758e-4dc4-8ca9-eb0235e82193} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13228 | 2024.12.21 00:55:54.008357 [ 260 ] {ffa409e7-758e-4dc4-8ca9-eb0235e82193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13229 | 2024.12.21 00:55:54.008773 [ 260 ] {ffa409e7-758e-4dc4-8ca9-eb0235e82193} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13230 | 2024.12.21 00:55:54.009149 [ 260 ] {ffa409e7-758e-4dc4-8ca9-eb0235e82193} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13231 | 2024.12.21 00:55:54.009440 [ 260 ] {ffa409e7-758e-4dc4-8ca9-eb0235e82193} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001846 sec., 10292.52437703142 rows/sec., 735.86 KiB/sec. | ||
| 13232 | 2024.12.21 00:55:54.009521 [ 260 ] {ffa409e7-758e-4dc4-8ca9-eb0235e82193} <Debug> TCPHandler: Processed in 0.002090839 sec. | ||
| 13233 | 2024.12.21 00:55:54.009679 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13234 | 2024.12.21 00:55:54.009814 [ 263 ] {307fbd4c-61b1-41de-9335-ee220a55f75e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13235 | 2024.12.21 00:55:54.009872 [ 263 ] {307fbd4c-61b1-41de-9335-ee220a55f75e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13236 | 2024.12.21 00:55:54.010506 [ 263 ] {307fbd4c-61b1-41de-9335-ee220a55f75e} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13237 | 2024.12.21 00:55:54.010548 [ 263 ] {307fbd4c-61b1-41de-9335-ee220a55f75e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13238 | 2024.12.21 00:55:54.010916 [ 263 ] {307fbd4c-61b1-41de-9335-ee220a55f75e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13239 | 2024.12.21 00:55:54.011156 [ 263 ] {307fbd4c-61b1-41de-9335-ee220a55f75e} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13240 | 2024.12.21 00:55:54.011298 [ 140 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 | ||
| 13241 | 2024.12.21 00:55:54.011340 [ 140 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13242 | 2024.12.21 00:55:54.011352 [ 263 ] {307fbd4c-61b1-41de-9335-ee220a55f75e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001569 sec., 8922.880815806246 rows/sec., 624.90 KiB/sec. | ||
| 13243 | 2024.12.21 00:55:54.011364 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13244 | 2024.12.21 00:55:54.011472 [ 263 ] {307fbd4c-61b1-41de-9335-ee220a55f75e} <Debug> TCPHandler: Processed in 0.001853005 sec. | ||
| 13245 | 2024.12.21 00:55:54.011783 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13246 | 2024.12.21 00:55:54.011910 [ 195 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full | ||
| 13247 | 2024.12.21 00:55:54.012165 [ 260 ] {d52555d7-d431-483e-b835-cffae2f039eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13248 | 2024.12.21 00:55:54.012351 [ 260 ] {d52555d7-d431-483e-b835-cffae2f039eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13249 | 2024.12.21 00:55:54.012510 [ 195 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13250 | 2024.12.21 00:55:54.012668 [ 195 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 243 rows starting from the beginning of the part | ||
| 13251 | 2024.12.21 00:55:54.012957 [ 195 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 13252 | 2024.12.21 00:55:54.013405 [ 195 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 13253 | 2024.12.21 00:55:54.013861 [ 195 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part | ||
| 13254 | 2024.12.21 00:55:54.014220 [ 195 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 13255 | 2024.12.21 00:55:54.014530 [ 195 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 13256 | 2024.12.21 00:55:54.015490 [ 260 ] {d52555d7-d431-483e-b835-cffae2f039eb} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13257 | 2024.12.21 00:55:54.015558 [ 260 ] {d52555d7-d431-483e-b835-cffae2f039eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13258 | 2024.12.21 00:55:54.016457 [ 260 ] {d52555d7-d431-483e-b835-cffae2f039eb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13259 | 2024.12.21 00:55:54.016920 [ 260 ] {d52555d7-d431-483e-b835-cffae2f039eb} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13260 | 2024.12.21 00:55:54.017547 [ 260 ] {d52555d7-d431-483e-b835-cffae2f039eb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005508 sec., 2360.2033405954976 rows/sec., 147.16 KiB/sec. | ||
| 13261 | 2024.12.21 00:55:54.017650 [ 195 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.006154724 sec., 87899.96107055328 rows/sec., 6.30 MiB/sec. | ||
| 13262 | 2024.12.21 00:55:54.017676 [ 260 ] {d52555d7-d431-483e-b835-cffae2f039eb} <Debug> TCPHandler: Processed in 0.006054672 sec. | ||
| 13263 | 2024.12.21 00:55:54.017895 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13264 | 2024.12.21 00:55:54.017922 [ 186 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
| 13265 | 2024.12.21 00:55:54.018130 [ 263 ] {5d6e9391-c2a3-4909-a47e-914f7d97f55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13266 | 2024.12.21 00:55:54.018210 [ 263 ] {5d6e9391-c2a3-4909-a47e-914f7d97f55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13267 | 2024.12.21 00:55:54.018542 [ 186 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_44_9} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13268 | 2024.12.21 00:55:54.018792 [ 186 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_44_9} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 | ||
| 13269 | 2024.12.21 00:55:54.018998 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 13270 | 2024.12.21 00:55:54.019481 [ 263 ] {5d6e9391-c2a3-4909-a47e-914f7d97f55f} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13271 | 2024.12.21 00:55:54.019525 [ 263 ] {5d6e9391-c2a3-4909-a47e-914f7d97f55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13272 | 2024.12.21 00:55:54.019918 [ 263 ] {5d6e9391-c2a3-4909-a47e-914f7d97f55f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13273 | 2024.12.21 00:55:54.020169 [ 263 ] {5d6e9391-c2a3-4909-a47e-914f7d97f55f} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13274 | 2024.12.21 00:55:54.020372 [ 263 ] {5d6e9391-c2a3-4909-a47e-914f7d97f55f} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.002295 sec., 171677.55991285402 rows/sec., 12.19 MiB/sec. | ||
| 13275 | 2024.12.21 00:55:54.020485 [ 263 ] {5d6e9391-c2a3-4909-a47e-914f7d97f55f} <Debug> TCPHandler: Processed in 0.00269044 sec. | ||
| 13276 | 2024.12.21 00:55:54.020689 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13277 | 2024.12.21 00:55:54.020910 [ 260 ] {b951dfbe-0c36-4cf6-90f3-593380abdeb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13278 | 2024.12.21 00:55:54.020972 [ 260 ] {b951dfbe-0c36-4cf6-90f3-593380abdeb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13279 | 2024.12.21 00:55:54.021530 [ 260 ] {b951dfbe-0c36-4cf6-90f3-593380abdeb8} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13280 | 2024.12.21 00:55:54.021576 [ 260 ] {b951dfbe-0c36-4cf6-90f3-593380abdeb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13281 | 2024.12.21 00:55:54.021977 [ 260 ] {b951dfbe-0c36-4cf6-90f3-593380abdeb8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13282 | 2024.12.21 00:55:54.022219 [ 260 ] {b951dfbe-0c36-4cf6-90f3-593380abdeb8} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13283 | 2024.12.21 00:55:54.022441 [ 260 ] {b951dfbe-0c36-4cf6-90f3-593380abdeb8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001569 sec., 3824.091778202677 rows/sec., 199.79 KiB/sec. | ||
| 13284 | 2024.12.21 00:55:54.022522 [ 260 ] {b951dfbe-0c36-4cf6-90f3-593380abdeb8} <Debug> TCPHandler: Processed in 0.001959317 sec. | ||
| 13285 | 2024.12.21 00:55:54.022701 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13286 | 2024.12.21 00:55:54.022838 [ 263 ] {f486d430-8dfa-4c93-b68f-4c8a8dc6128a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13287 | 2024.12.21 00:55:54.022903 [ 263 ] {f486d430-8dfa-4c93-b68f-4c8a8dc6128a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13288 | 2024.12.21 00:55:54.023591 [ 263 ] {f486d430-8dfa-4c93-b68f-4c8a8dc6128a} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13289 | 2024.12.21 00:55:54.023637 [ 263 ] {f486d430-8dfa-4c93-b68f-4c8a8dc6128a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13290 | 2024.12.21 00:55:54.024062 [ 263 ] {f486d430-8dfa-4c93-b68f-4c8a8dc6128a} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13291 | 2024.12.21 00:55:54.024300 [ 263 ] {f486d430-8dfa-4c93-b68f-4c8a8dc6128a} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13292 | 2024.12.21 00:55:54.024438 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 | ||
| 13293 | 2024.12.21 00:55:54.024471 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13294 | 2024.12.21 00:55:54.024489 [ 263 ] {f486d430-8dfa-4c93-b68f-4c8a8dc6128a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001682 sec., 140903.6860879905 rows/sec., 9.44 MiB/sec. | ||
| 13295 | 2024.12.21 00:55:54.024494 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13296 | 2024.12.21 00:55:54.024613 [ 263 ] {f486d430-8dfa-4c93-b68f-4c8a8dc6128a} <Debug> TCPHandler: Processed in 0.001985346 sec. | ||
| 13297 | 2024.12.21 00:55:54.024799 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 13298 | 2024.12.21 00:55:54.024834 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13299 | 2024.12.21 00:55:54.025227 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13300 | 2024.12.21 00:55:54.025231 [ 260 ] {ed6a9fde-4ff6-421f-80f3-14ab247d606f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13301 | 2024.12.21 00:55:54.025339 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 29042 rows starting from the beginning of the part | ||
| 13302 | 2024.12.21 00:55:54.025412 [ 260 ] {ed6a9fde-4ff6-421f-80f3-14ab247d606f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13303 | 2024.12.21 00:55:54.025863 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 42 rows starting from the beginning of the part | ||
| 13304 | 2024.12.21 00:55:54.026222 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 13305 | 2024.12.21 00:55:54.026582 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 13306 | 2024.12.21 00:55:54.026911 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 161 rows starting from the beginning of the part | ||
| 13307 | 2024.12.21 00:55:54.027221 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 13308 | 2024.12.21 00:55:54.028171 [ 260 ] {ed6a9fde-4ff6-421f-80f3-14ab247d606f} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13309 | 2024.12.21 00:55:54.028246 [ 260 ] {ed6a9fde-4ff6-421f-80f3-14ab247d606f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13310 | 2024.12.21 00:55:54.028865 [ 260 ] {ed6a9fde-4ff6-421f-80f3-14ab247d606f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13311 | 2024.12.21 00:55:54.029208 [ 260 ] {ed6a9fde-4ff6-421f-80f3-14ab247d606f} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13312 | 2024.12.21 00:55:54.029638 [ 260 ] {ed6a9fde-4ff6-421f-80f3-14ab247d606f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004529 sec., 220.799293442261 rows/sec., 14.88 KiB/sec. | ||
| 13313 | 2024.12.21 00:55:54.029894 [ 260 ] {ed6a9fde-4ff6-421f-80f3-14ab247d606f} <Debug> TCPHandler: Processed in 0.005181316 sec. | ||
| 13314 | 2024.12.21 00:55:54.030191 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13315 | 2024.12.21 00:55:54.030634 [ 263 ] {211fb263-6d30-4c04-8489-92a387c535db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13316 | 2024.12.21 00:55:54.030932 [ 263 ] {211fb263-6d30-4c04-8489-92a387c535db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13317 | 2024.12.21 00:55:54.032928 [ 263 ] {211fb263-6d30-4c04-8489-92a387c535db} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13318 | 2024.12.21 00:55:54.032969 [ 263 ] {211fb263-6d30-4c04-8489-92a387c535db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13319 | 2024.12.21 00:55:54.033889 [ 263 ] {211fb263-6d30-4c04-8489-92a387c535db} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13320 | 2024.12.21 00:55:54.034159 [ 263 ] {211fb263-6d30-4c04-8489-92a387c535db} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13321 | 2024.12.21 00:55:54.034634 [ 263 ] {211fb263-6d30-4c04-8489-92a387c535db} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004144 sec., 2895.7528957528957 rows/sec., 5.19 MiB/sec. | ||
| 13322 | 2024.12.21 00:55:54.034828 [ 263 ] {211fb263-6d30-4c04-8489-92a387c535db} <Debug> TCPHandler: Processed in 0.004799359 sec. | ||
| 13323 | 2024.12.21 00:55:54.035085 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13324 | 2024.12.21 00:55:54.035375 [ 260 ] {2d8225ba-387e-4402-80cd-1e85e2d7366b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13325 | 2024.12.21 00:55:54.035475 [ 260 ] {2d8225ba-387e-4402-80cd-1e85e2d7366b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13326 | 2024.12.21 00:55:54.036410 [ 260 ] {2d8225ba-387e-4402-80cd-1e85e2d7366b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13327 | 2024.12.21 00:55:54.036460 [ 260 ] {2d8225ba-387e-4402-80cd-1e85e2d7366b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13328 | 2024.12.21 00:55:54.037059 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29879 rows, containing 5 columns (5 merged, 0 gathered) in 0.012443391 sec., 2401194.33681703 rows/sec., 162.27 MiB/sec. | ||
| 13329 | 2024.12.21 00:55:54.037262 [ 260 ] {2d8225ba-387e-4402-80cd-1e85e2d7366b} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13330 | 2024.12.21 00:55:54.037568 [ 260 ] {2d8225ba-387e-4402-80cd-1e85e2d7366b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13331 | 2024.12.21 00:55:54.037670 [ 187 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 13332 | 2024.12.21 00:55:54.038024 [ 260 ] {2d8225ba-387e-4402-80cd-1e85e2d7366b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002724 sec., 30102.790014684288 rows/sec., 1.91 MiB/sec. | ||
| 13333 | 2024.12.21 00:55:54.038160 [ 260 ] {2d8225ba-387e-4402-80cd-1e85e2d7366b} <Debug> TCPHandler: Processed in 0.003187049 sec. | ||
| 13334 | 2024.12.21 00:55:54.038374 [ 187 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13335 | 2024.12.21 00:55:54.038479 [ 187 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 | ||
| 13336 | 2024.12.21 00:55:54.038592 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 13337 | 2024.12.21 00:55:57.280049 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13338 | 2024.12.21 00:55:57.280106 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13339 | 2024.12.21 00:55:57.531247 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 13340 | 2024.12.21 00:55:57.531907 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13341 | 2024.12.21 00:55:57.531959 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13342 | 2024.12.21 00:55:57.532525 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13343 | 2024.12.21 00:55:57.532792 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13344 | 2024.12.21 00:55:57.533024 [ 134 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13345 | 2024.12.21 00:55:57.533063 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 13346 | 2024.12.21 00:55:57.533109 [ 134 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13347 | 2024.12.21 00:55:57.533139 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13348 | 2024.12.21 00:55:57.533300 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 13349 | 2024.12.21 00:55:57.533486 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13350 | 2024.12.21 00:55:57.533535 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part | ||
| 13351 | 2024.12.21 00:55:57.533629 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part | ||
| 13352 | 2024.12.21 00:55:57.533874 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part | ||
| 13353 | 2024.12.21 00:55:57.534065 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part | ||
| 13354 | 2024.12.21 00:55:57.534259 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part | ||
| 13355 | 2024.12.21 00:55:57.534423 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part | ||
| 13356 | 2024.12.21 00:55:57.537344 [ 194 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004125287 sec., 7334277.590868223 rows/sec., 104.92 MiB/sec. | ||
| 13357 | 2024.12.21 00:55:57.537659 [ 191 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13358 | 2024.12.21 00:55:57.537984 [ 191 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_66_13} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13359 | 2024.12.21 00:55:57.538075 [ 191 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_66_13} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13360 | 2024.12.21 00:55:57.538179 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
| 13361 | 2024.12.21 00:55:58.998822 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13362 | 2024.12.21 00:55:58.999110 [ 260 ] {4c554ec0-fd47-4748-ba00-7b2abcd7218e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13363 | 2024.12.21 00:55:58.999194 [ 260 ] {4c554ec0-fd47-4748-ba00-7b2abcd7218e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13364 | 2024.12.21 00:55:59.000217 [ 260 ] {4c554ec0-fd47-4748-ba00-7b2abcd7218e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13365 | 2024.12.21 00:55:59.000267 [ 260 ] {4c554ec0-fd47-4748-ba00-7b2abcd7218e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13366 | 2024.12.21 00:55:59.000900 [ 260 ] {4c554ec0-fd47-4748-ba00-7b2abcd7218e} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13367 | 2024.12.21 00:55:59.001257 [ 260 ] {4c554ec0-fd47-4748-ba00-7b2abcd7218e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13368 | 2024.12.21 00:55:59.001470 [ 133 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13369 | 2024.12.21 00:55:59.001529 [ 260 ] {4c554ec0-fd47-4748-ba00-7b2abcd7218e} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002483 sec., 44301.24848973017 rows/sec., 3.71 MiB/sec. | ||
| 13370 | 2024.12.21 00:55:59.001531 [ 133 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13371 | 2024.12.21 00:55:59.001585 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13372 | 2024.12.21 00:55:59.001687 [ 260 ] {4c554ec0-fd47-4748-ba00-7b2abcd7218e} <Debug> TCPHandler: Processed in 0.003001376 sec. | ||
| 13373 | 2024.12.21 00:55:59.002229 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 13374 | 2024.12.21 00:55:59.002245 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13375 | 2024.12.21 00:55:59.002909 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13376 | 2024.12.21 00:55:59.002937 [ 263 ] {7fdd2d3e-c748-41b9-9616-e40d9fb9c4a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13377 | 2024.12.21 00:55:59.003058 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1432 rows starting from the beginning of the part | ||
| 13378 | 2024.12.21 00:55:59.003175 [ 263 ] {7fdd2d3e-c748-41b9-9616-e40d9fb9c4a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13379 | 2024.12.21 00:55:59.003457 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 110 rows starting from the beginning of the part | ||
| 13380 | 2024.12.21 00:55:59.003809 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 227 rows starting from the beginning of the part | ||
| 13381 | 2024.12.21 00:55:59.004207 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 111 rows starting from the beginning of the part | ||
| 13382 | 2024.12.21 00:55:59.004569 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 227 rows starting from the beginning of the part | ||
| 13383 | 2024.12.21 00:55:59.004910 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 110 rows starting from the beginning of the part | ||
| 13384 | 2024.12.21 00:55:59.006436 [ 263 ] {7fdd2d3e-c748-41b9-9616-e40d9fb9c4a5} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13385 | 2024.12.21 00:55:59.006521 [ 263 ] {7fdd2d3e-c748-41b9-9616-e40d9fb9c4a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13386 | 2024.12.21 00:55:59.007684 [ 263 ] {7fdd2d3e-c748-41b9-9616-e40d9fb9c4a5} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13387 | 2024.12.21 00:55:59.008059 [ 263 ] {7fdd2d3e-c748-41b9-9616-e40d9fb9c4a5} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13388 | 2024.12.21 00:55:59.008565 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2217 rows, containing 5 columns (5 merged, 0 gathered) in 0.006806836 sec., 325701.9854746023 rows/sec., 28.70 MiB/sec. | ||
| 13389 | 2024.12.21 00:55:59.008690 [ 263 ] {7fdd2d3e-c748-41b9-9616-e40d9fb9c4a5} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.006016 sec., 4488.031914893617 rows/sec., 337.48 KiB/sec. | ||
| 13390 | 2024.12.21 00:55:59.009023 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13391 | 2024.12.21 00:55:59.009008 [ 263 ] {7fdd2d3e-c748-41b9-9616-e40d9fb9c4a5} <Debug> TCPHandler: Processed in 0.007138713 sec. | ||
| 13392 | 2024.12.21 00:55:59.009358 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13393 | 2024.12.21 00:55:59.009739 [ 260 ] {f391b020-9de9-4f4a-91b8-690f4ef7d582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13394 | 2024.12.21 00:55:59.009906 [ 260 ] {f391b020-9de9-4f4a-91b8-690f4ef7d582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13395 | 2024.12.21 00:55:59.010119 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_106_21} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13396 | 2024.12.21 00:55:59.010520 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_106_21} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13397 | 2024.12.21 00:55:59.010800 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 13398 | 2024.12.21 00:55:59.011341 [ 260 ] {f391b020-9de9-4f4a-91b8-690f4ef7d582} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13399 | 2024.12.21 00:55:59.011386 [ 260 ] {f391b020-9de9-4f4a-91b8-690f4ef7d582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13400 | 2024.12.21 00:55:59.011776 [ 260 ] {f391b020-9de9-4f4a-91b8-690f4ef7d582} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13401 | 2024.12.21 00:55:59.012030 [ 260 ] {f391b020-9de9-4f4a-91b8-690f4ef7d582} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13402 | 2024.12.21 00:55:59.012179 [ 133 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13403 | 2024.12.21 00:55:59.012212 [ 133 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13404 | 2024.12.21 00:55:59.012233 [ 260 ] {f391b020-9de9-4f4a-91b8-690f4ef7d582} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002642 sec., 34443.603330809994 rows/sec., 2.69 MiB/sec. | ||
| 13405 | 2024.12.21 00:55:59.012240 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13406 | 2024.12.21 00:55:59.012367 [ 260 ] {f391b020-9de9-4f4a-91b8-690f4ef7d582} <Debug> TCPHandler: Processed in 0.003147768 sec. | ||
| 13407 | 2024.12.21 00:55:59.012434 [ 193 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 13408 | 2024.12.21 00:55:59.012685 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13409 | 2024.12.21 00:55:59.012804 [ 193 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13410 | 2024.12.21 00:55:59.012945 [ 193 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 913 rows starting from the beginning of the part | ||
| 13411 | 2024.12.21 00:55:59.013150 [ 263 ] {43fd8955-dee9-4a56-b3be-8c2f2f4b3c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13412 | 2024.12.21 00:55:59.013504 [ 193 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 91 rows starting from the beginning of the part | ||
| 13413 | 2024.12.21 00:55:59.013512 [ 263 ] {43fd8955-dee9-4a56-b3be-8c2f2f4b3c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13414 | 2024.12.21 00:55:59.014203 [ 193 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 394 rows starting from the beginning of the part | ||
| 13415 | 2024.12.21 00:55:59.014819 [ 193 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 93 rows starting from the beginning of the part | ||
| 13416 | 2024.12.21 00:55:59.015597 [ 193 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 394 rows starting from the beginning of the part | ||
| 13417 | 2024.12.21 00:55:59.016103 [ 193 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 91 rows starting from the beginning of the part | ||
| 13418 | 2024.12.21 00:55:59.017170 [ 263 ] {43fd8955-dee9-4a56-b3be-8c2f2f4b3c1d} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13419 | 2024.12.21 00:55:59.017240 [ 263 ] {43fd8955-dee9-4a56-b3be-8c2f2f4b3c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13420 | 2024.12.21 00:55:59.018319 [ 263 ] {43fd8955-dee9-4a56-b3be-8c2f2f4b3c1d} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13421 | 2024.12.21 00:55:59.018732 [ 263 ] {43fd8955-dee9-4a56-b3be-8c2f2f4b3c1d} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13422 | 2024.12.21 00:55:59.019224 [ 263 ] {43fd8955-dee9-4a56-b3be-8c2f2f4b3c1d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006255 sec., 25579.536370903275 rows/sec., 1.78 MiB/sec. | ||
| 13423 | 2024.12.21 00:55:59.019313 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 5 columns (5 merged, 0 gathered) in 0.0069876 sec., 282786.6506382735 rows/sec., 21.66 MiB/sec. | ||
| 13424 | 2024.12.21 00:55:59.019386 [ 263 ] {43fd8955-dee9-4a56-b3be-8c2f2f4b3c1d} <Debug> TCPHandler: Processed in 0.006881117 sec. | ||
| 13425 | 2024.12.21 00:55:59.019593 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13426 | 2024.12.21 00:55:59.019611 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13427 | 2024.12.21 00:55:59.019791 [ 260 ] {17da56b8-f5e2-4bed-9d35-c9fd4e7ebcd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13428 | 2024.12.21 00:55:59.019957 [ 260 ] {17da56b8-f5e2-4bed-9d35-c9fd4e7ebcd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13429 | 2024.12.21 00:55:59.020216 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_106_21} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13430 | 2024.12.21 00:55:59.020456 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_106_21} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13431 | 2024.12.21 00:55:59.020682 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 13432 | 2024.12.21 00:55:59.021670 [ 260 ] {17da56b8-f5e2-4bed-9d35-c9fd4e7ebcd7} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13433 | 2024.12.21 00:55:59.021713 [ 260 ] {17da56b8-f5e2-4bed-9d35-c9fd4e7ebcd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13434 | 2024.12.21 00:55:59.022375 [ 260 ] {17da56b8-f5e2-4bed-9d35-c9fd4e7ebcd7} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13435 | 2024.12.21 00:55:59.022633 [ 260 ] {17da56b8-f5e2-4bed-9d35-c9fd4e7ebcd7} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13436 | 2024.12.21 00:55:59.022955 [ 260 ] {17da56b8-f5e2-4bed-9d35-c9fd4e7ebcd7} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003205 sec., 8424.33697347894 rows/sec., 15.10 MiB/sec. | ||
| 13437 | 2024.12.21 00:55:59.023997 [ 260 ] {17da56b8-f5e2-4bed-9d35-c9fd4e7ebcd7} <Debug> TCPHandler: Processed in 0.004488144 sec. | ||
| 13438 | 2024.12.21 00:55:59.024500 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13439 | 2024.12.21 00:55:59.024862 [ 263 ] {731ef7b5-36f7-4c58-8f51-5576cbea5d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13440 | 2024.12.21 00:55:59.024989 [ 263 ] {731ef7b5-36f7-4c58-8f51-5576cbea5d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13441 | 2024.12.21 00:55:59.025530 [ 263 ] {731ef7b5-36f7-4c58-8f51-5576cbea5d35} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13442 | 2024.12.21 00:55:59.025570 [ 263 ] {731ef7b5-36f7-4c58-8f51-5576cbea5d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13443 | 2024.12.21 00:55:59.025948 [ 263 ] {731ef7b5-36f7-4c58-8f51-5576cbea5d35} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13444 | 2024.12.21 00:55:59.026196 [ 263 ] {731ef7b5-36f7-4c58-8f51-5576cbea5d35} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13445 | 2024.12.21 00:55:59.026340 [ 132 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13446 | 2024.12.21 00:55:59.026386 [ 132 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13447 | 2024.12.21 00:55:59.026390 [ 263 ] {731ef7b5-36f7-4c58-8f51-5576cbea5d35} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001644 sec., 36496.3503649635 rows/sec., 2.46 MiB/sec. | ||
| 13448 | 2024.12.21 00:55:59.026413 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13449 | 2024.12.21 00:55:59.026474 [ 263 ] {731ef7b5-36f7-4c58-8f51-5576cbea5d35} <Debug> TCPHandler: Processed in 0.002318853 sec. | ||
| 13450 | 2024.12.21 00:55:59.026656 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 13451 | 2024.12.21 00:55:59.026790 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13452 | 2024.12.21 00:55:59.026833 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6132 rows starting from the beginning of the part | ||
| 13453 | 2024.12.21 00:55:59.026963 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 13454 | 2024.12.21 00:55:59.027108 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 13455 | 2024.12.21 00:55:59.027272 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 13456 | 2024.12.21 00:55:59.027385 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 13457 | 2024.12.21 00:55:59.027539 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 13458 | 2024.12.21 00:55:59.029619 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6476 rows, containing 4 columns (4 merged, 0 gathered) in 0.003110678 sec., 2081861.2533987768 rows/sec., 135.92 MiB/sec. | ||
| 13459 | 2024.12.21 00:55:59.030101 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13460 | 2024.12.21 00:55:59.030475 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_106_21} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13461 | 2024.12.21 00:55:59.030580 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_106_21} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13462 | 2024.12.21 00:55:59.030692 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 13463 | 2024.12.21 00:55:59.676958 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 13464 | 2024.12.21 00:55:59.699098 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13465 | 2024.12.21 00:55:59.699150 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13466 | 2024.12.21 00:55:59.706308 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13467 | 2024.12.21 00:55:59.707080 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13468 | 2024.12.21 00:55:59.707386 [ 132 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13469 | 2024.12.21 00:55:59.707449 [ 132 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13470 | 2024.12.21 00:55:59.707491 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13471 | 2024.12.21 00:55:59.707710 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 13472 | 2024.12.21 00:55:59.719199 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 13473 | 2024.12.21 00:55:59.720339 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13474 | 2024.12.21 00:55:59.721367 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 13475 | 2024.12.21 00:55:59.726185 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 13476 | 2024.12.21 00:55:59.730875 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 13477 | 2024.12.21 00:55:59.736045 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 13478 | 2024.12.21 00:55:59.741251 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 13479 | 2024.12.21 00:55:59.745462 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 13480 | 2024.12.21 00:55:59.803421 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.095844948 sec., 5195.892015090873 rows/sec., 26.87 MiB/sec. | ||
| 13481 | 2024.12.21 00:55:59.806875 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13482 | 2024.12.21 00:55:59.809955 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_66_13} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13483 | 2024.12.21 00:55:59.810091 [ 190 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_66_13} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13484 | 2024.12.21 00:55:59.812498 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 13485 | 2024.12.21 00:56:02.690678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1896 | ||
| 13486 | 2024.12.21 00:56:02.694003 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13487 | 2024.12.21 00:56:02.694071 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13488 | 2024.12.21 00:56:02.695562 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13489 | 2024.12.21 00:56:02.695891 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13490 | 2024.12.21 00:56:02.696607 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1896 | ||
| 13491 | 2024.12.21 00:56:02.776148 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13492 | 2024.12.21 00:56:02.776368 [ 260 ] {9e59633f-a46f-4282-92e9-c4fc2f14e8f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13493 | 2024.12.21 00:56:02.776450 [ 260 ] {9e59633f-a46f-4282-92e9-c4fc2f14e8f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13494 | 2024.12.21 00:56:02.777367 [ 260 ] {9e59633f-a46f-4282-92e9-c4fc2f14e8f5} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13495 | 2024.12.21 00:56:02.777414 [ 260 ] {9e59633f-a46f-4282-92e9-c4fc2f14e8f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13496 | 2024.12.21 00:56:02.777861 [ 260 ] {9e59633f-a46f-4282-92e9-c4fc2f14e8f5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13497 | 2024.12.21 00:56:02.778130 [ 260 ] {9e59633f-a46f-4282-92e9-c4fc2f14e8f5} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13498 | 2024.12.21 00:56:02.778319 [ 131 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13499 | 2024.12.21 00:56:02.778390 [ 260 ] {9e59633f-a46f-4282-92e9-c4fc2f14e8f5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002076 sec., 6743.73795761079 rows/sec., 485.46 KiB/sec. | ||
| 13500 | 2024.12.21 00:56:02.778400 [ 131 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13501 | 2024.12.21 00:56:02.778470 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13502 | 2024.12.21 00:56:02.778525 [ 260 ] {9e59633f-a46f-4282-92e9-c4fc2f14e8f5} <Debug> TCPHandler: Processed in 0.002537097 sec. | ||
| 13503 | 2024.12.21 00:56:02.778654 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 13504 | 2024.12.21 00:56:02.778779 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13505 | 2024.12.21 00:56:02.778830 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13506 | 2024.12.21 00:56:02.778845 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 13507 | 2024.12.21 00:56:02.779096 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 13508 | 2024.12.21 00:56:02.779229 [ 263 ] {5e21f51f-78ea-4b29-8997-2aa3c36c2de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13509 | 2024.12.21 00:56:02.779407 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 13510 | 2024.12.21 00:56:02.779451 [ 263 ] {5e21f51f-78ea-4b29-8997-2aa3c36c2de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13511 | 2024.12.21 00:56:02.779773 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 13512 | 2024.12.21 00:56:02.780085 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 13513 | 2024.12.21 00:56:02.781935 [ 263 ] {5e21f51f-78ea-4b29-8997-2aa3c36c2de7} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13514 | 2024.12.21 00:56:02.782015 [ 263 ] {5e21f51f-78ea-4b29-8997-2aa3c36c2de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13515 | 2024.12.21 00:56:02.782710 [ 197 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004131107 sec., 16944.610730247365 rows/sec., 1.26 MiB/sec. | ||
| 13516 | 2024.12.21 00:56:02.782956 [ 190 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13517 | 2024.12.21 00:56:02.782997 [ 263 ] {5e21f51f-78ea-4b29-8997-2aa3c36c2de7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13518 | 2024.12.21 00:56:02.783497 [ 263 ] {5e21f51f-78ea-4b29-8997-2aa3c36c2de7} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13519 | 2024.12.21 00:56:02.783507 [ 190 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_45_11} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13520 | 2024.12.21 00:56:02.783688 [ 190 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_45_11} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13521 | 2024.12.21 00:56:02.784010 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13522 | 2024.12.21 00:56:02.784033 [ 263 ] {5e21f51f-78ea-4b29-8997-2aa3c36c2de7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004925 sec., 1218.274111675127 rows/sec., 99.34 KiB/sec. | ||
| 13523 | 2024.12.21 00:56:02.784217 [ 263 ] {5e21f51f-78ea-4b29-8997-2aa3c36c2de7} <Debug> TCPHandler: Processed in 0.005548803 sec. | ||
| 13524 | 2024.12.21 00:56:02.784396 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13525 | 2024.12.21 00:56:02.784544 [ 260 ] {076828d5-6306-4afb-abf6-ca5a91e73af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13526 | 2024.12.21 00:56:02.784602 [ 260 ] {076828d5-6306-4afb-abf6-ca5a91e73af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13527 | 2024.12.21 00:56:02.786383 [ 260 ] {076828d5-6306-4afb-abf6-ca5a91e73af1} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13528 | 2024.12.21 00:56:02.786425 [ 260 ] {076828d5-6306-4afb-abf6-ca5a91e73af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13529 | 2024.12.21 00:56:02.786901 [ 260 ] {076828d5-6306-4afb-abf6-ca5a91e73af1} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13530 | 2024.12.21 00:56:02.787145 [ 260 ] {076828d5-6306-4afb-abf6-ca5a91e73af1} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13531 | 2024.12.21 00:56:02.787351 [ 260 ] {076828d5-6306-4afb-abf6-ca5a91e73af1} <Debug> executeQuery: Read 1370 rows, 116.66 KiB in 0.002838 sec., 482734.3199436223 rows/sec., 40.14 MiB/sec. | ||
| 13532 | 2024.12.21 00:56:02.787407 [ 260 ] {076828d5-6306-4afb-abf6-ca5a91e73af1} <Debug> TCPHandler: Processed in 0.003081937 sec. | ||
| 13533 | 2024.12.21 00:56:02.787565 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13534 | 2024.12.21 00:56:02.787713 [ 263 ] {8c59d7f8-d710-4056-87eb-a43312429efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13535 | 2024.12.21 00:56:02.787776 [ 263 ] {8c59d7f8-d710-4056-87eb-a43312429efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13536 | 2024.12.21 00:56:02.788443 [ 263 ] {8c59d7f8-d710-4056-87eb-a43312429efa} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13537 | 2024.12.21 00:56:02.788483 [ 263 ] {8c59d7f8-d710-4056-87eb-a43312429efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13538 | 2024.12.21 00:56:02.788852 [ 263 ] {8c59d7f8-d710-4056-87eb-a43312429efa} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13539 | 2024.12.21 00:56:02.789089 [ 263 ] {8c59d7f8-d710-4056-87eb-a43312429efa} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13540 | 2024.12.21 00:56:02.789282 [ 127 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13541 | 2024.12.21 00:56:02.789324 [ 263 ] {8c59d7f8-d710-4056-87eb-a43312429efa} <Debug> executeQuery: Read 25 rows, 1.78 KiB in 0.001639 sec., 15253.203172666259 rows/sec., 1.06 MiB/sec. | ||
| 13542 | 2024.12.21 00:56:02.789345 [ 127 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13543 | 2024.12.21 00:56:02.789420 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13544 | 2024.12.21 00:56:02.789465 [ 263 ] {8c59d7f8-d710-4056-87eb-a43312429efa} <Debug> TCPHandler: Processed in 0.001967726 sec. | ||
| 13545 | 2024.12.21 00:56:02.789767 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13546 | 2024.12.21 00:56:02.789803 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 13547 | 2024.12.21 00:56:02.790163 [ 260 ] {2c24d18b-87eb-4520-a667-e0a9901abece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13548 | 2024.12.21 00:56:02.790330 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13549 | 2024.12.21 00:56:02.790341 [ 260 ] {2c24d18b-87eb-4520-a667-e0a9901abece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13550 | 2024.12.21 00:56:02.790469 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 64 rows starting from the beginning of the part | ||
| 13551 | 2024.12.21 00:56:02.790858 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 19 rows starting from the beginning of the part | ||
| 13552 | 2024.12.21 00:56:02.791258 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 29 rows starting from the beginning of the part | ||
| 13553 | 2024.12.21 00:56:02.791635 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 19 rows starting from the beginning of the part | ||
| 13554 | 2024.12.21 00:56:02.792100 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 27 rows starting from the beginning of the part | ||
| 13555 | 2024.12.21 00:56:02.792487 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 25 rows starting from the beginning of the part | ||
| 13556 | 2024.12.21 00:56:02.794306 [ 260 ] {2c24d18b-87eb-4520-a667-e0a9901abece} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13557 | 2024.12.21 00:56:02.794389 [ 260 ] {2c24d18b-87eb-4520-a667-e0a9901abece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13558 | 2024.12.21 00:56:02.795432 [ 260 ] {2c24d18b-87eb-4520-a667-e0a9901abece} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13559 | 2024.12.21 00:56:02.795678 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.006153115 sec., 29741.03360655538 rows/sec., 2.23 MiB/sec. | ||
| 13560 | 2024.12.21 00:56:02.795933 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13561 | 2024.12.21 00:56:02.796006 [ 260 ] {2c24d18b-87eb-4520-a667-e0a9901abece} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13562 | 2024.12.21 00:56:02.796409 [ 260 ] {2c24d18b-87eb-4520-a667-e0a9901abece} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006397 sec., 37830.232921682036 rows/sec., 2.56 MiB/sec. | ||
| 13563 | 2024.12.21 00:56:02.796597 [ 260 ] {2c24d18b-87eb-4520-a667-e0a9901abece} <Debug> TCPHandler: Processed in 0.00702286 sec. | ||
| 13564 | 2024.12.21 00:56:02.796604 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_91_18} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13565 | 2024.12.21 00:56:02.796778 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13566 | 2024.12.21 00:56:02.796802 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_91_18} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13567 | 2024.12.21 00:56:02.796979 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13568 | 2024.12.21 00:56:02.796989 [ 263 ] {ee96aeb1-51da-4169-a786-9e5c4ec911f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13569 | 2024.12.21 00:56:02.797061 [ 263 ] {ee96aeb1-51da-4169-a786-9e5c4ec911f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13570 | 2024.12.21 00:56:02.797667 [ 263 ] {ee96aeb1-51da-4169-a786-9e5c4ec911f1} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13571 | 2024.12.21 00:56:02.797709 [ 263 ] {ee96aeb1-51da-4169-a786-9e5c4ec911f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13572 | 2024.12.21 00:56:02.798079 [ 263 ] {ee96aeb1-51da-4169-a786-9e5c4ec911f1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13573 | 2024.12.21 00:56:02.798318 [ 263 ] {ee96aeb1-51da-4169-a786-9e5c4ec911f1} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13574 | 2024.12.21 00:56:02.798494 [ 127 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13575 | 2024.12.21 00:56:02.798553 [ 127 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13576 | 2024.12.21 00:56:02.798572 [ 263 ] {ee96aeb1-51da-4169-a786-9e5c4ec911f1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001645 sec., 7902.73556231003 rows/sec., 492.73 KiB/sec. | ||
| 13577 | 2024.12.21 00:56:02.798588 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13578 | 2024.12.21 00:56:02.798801 [ 263 ] {ee96aeb1-51da-4169-a786-9e5c4ec911f1} <Debug> TCPHandler: Processed in 0.002085938 sec. | ||
| 13579 | 2024.12.21 00:56:02.798926 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 13580 | 2024.12.21 00:56:02.799115 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13581 | 2024.12.21 00:56:02.799517 [ 260 ] {50706ea4-0a96-425e-b518-d2411ad45432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13582 | 2024.12.21 00:56:02.799612 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13583 | 2024.12.21 00:56:02.799683 [ 260 ] {50706ea4-0a96-425e-b518-d2411ad45432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13584 | 2024.12.21 00:56:02.799781 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 13585 | 2024.12.21 00:56:02.800295 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 13586 | 2024.12.21 00:56:02.800634 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 13587 | 2024.12.21 00:56:02.801100 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 13588 | 2024.12.21 00:56:02.801373 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 13589 | 2024.12.21 00:56:02.803287 [ 260 ] {50706ea4-0a96-425e-b518-d2411ad45432} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13590 | 2024.12.21 00:56:02.803400 [ 260 ] {50706ea4-0a96-425e-b518-d2411ad45432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13591 | 2024.12.21 00:56:02.803493 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004773149 sec., 13617.844320384718 rows/sec., 902.26 KiB/sec. | ||
| 13592 | 2024.12.21 00:56:02.803672 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13593 | 2024.12.21 00:56:02.804139 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_45_11} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13594 | 2024.12.21 00:56:02.804176 [ 260 ] {50706ea4-0a96-425e-b518-d2411ad45432} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13595 | 2024.12.21 00:56:02.804290 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_45_11} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13596 | 2024.12.21 00:56:02.804446 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13597 | 2024.12.21 00:56:02.804611 [ 260 ] {50706ea4-0a96-425e-b518-d2411ad45432} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13598 | 2024.12.21 00:56:02.804842 [ 260 ] {50706ea4-0a96-425e-b518-d2411ad45432} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.005459 sec., 156805.2756915186 rows/sec., 11.35 MiB/sec. | ||
| 13599 | 2024.12.21 00:56:02.804907 [ 260 ] {50706ea4-0a96-425e-b518-d2411ad45432} <Debug> TCPHandler: Processed in 0.00595492 sec. | ||
| 13600 | 2024.12.21 00:56:02.805077 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13601 | 2024.12.21 00:56:02.805225 [ 263 ] {e803da3e-fe1d-44f2-8117-feb8dbb3a8a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13602 | 2024.12.21 00:56:02.805287 [ 263 ] {e803da3e-fe1d-44f2-8117-feb8dbb3a8a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13603 | 2024.12.21 00:56:02.805870 [ 263 ] {e803da3e-fe1d-44f2-8117-feb8dbb3a8a9} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13604 | 2024.12.21 00:56:02.805916 [ 263 ] {e803da3e-fe1d-44f2-8117-feb8dbb3a8a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13605 | 2024.12.21 00:56:02.806304 [ 263 ] {e803da3e-fe1d-44f2-8117-feb8dbb3a8a9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13606 | 2024.12.21 00:56:02.806538 [ 263 ] {e803da3e-fe1d-44f2-8117-feb8dbb3a8a9} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13607 | 2024.12.21 00:56:02.806754 [ 263 ] {e803da3e-fe1d-44f2-8117-feb8dbb3a8a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001562 sec., 3841.229193341869 rows/sec., 200.69 KiB/sec. | ||
| 13608 | 2024.12.21 00:56:02.806809 [ 263 ] {e803da3e-fe1d-44f2-8117-feb8dbb3a8a9} <Debug> TCPHandler: Processed in 0.001800233 sec. | ||
| 13609 | 2024.12.21 00:56:02.806953 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13610 | 2024.12.21 00:56:02.807088 [ 260 ] {3b695578-47bd-4c54-abb4-3a79b8e47571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13611 | 2024.12.21 00:56:02.807153 [ 260 ] {3b695578-47bd-4c54-abb4-3a79b8e47571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13612 | 2024.12.21 00:56:02.808143 [ 260 ] {3b695578-47bd-4c54-abb4-3a79b8e47571} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13613 | 2024.12.21 00:56:02.808184 [ 260 ] {3b695578-47bd-4c54-abb4-3a79b8e47571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13614 | 2024.12.21 00:56:02.808663 [ 260 ] {3b695578-47bd-4c54-abb4-3a79b8e47571} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13615 | 2024.12.21 00:56:02.808921 [ 260 ] {3b695578-47bd-4c54-abb4-3a79b8e47571} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13616 | 2024.12.21 00:56:02.809144 [ 260 ] {3b695578-47bd-4c54-abb4-3a79b8e47571} <Debug> executeQuery: Read 918 rows, 62.70 KiB in 0.002088 sec., 439655.1724137931 rows/sec., 29.33 MiB/sec. | ||
| 13617 | 2024.12.21 00:56:02.809206 [ 260 ] {3b695578-47bd-4c54-abb4-3a79b8e47571} <Debug> TCPHandler: Processed in 0.002309503 sec. | ||
| 13618 | 2024.12.21 00:56:02.809365 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13619 | 2024.12.21 00:56:02.809506 [ 263 ] {2f6c6f4f-1c6b-4887-aac8-92822a18a12c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13620 | 2024.12.21 00:56:02.809568 [ 263 ] {2f6c6f4f-1c6b-4887-aac8-92822a18a12c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13621 | 2024.12.21 00:56:02.810105 [ 263 ] {2f6c6f4f-1c6b-4887-aac8-92822a18a12c} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13622 | 2024.12.21 00:56:02.810144 [ 263 ] {2f6c6f4f-1c6b-4887-aac8-92822a18a12c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13623 | 2024.12.21 00:56:02.810507 [ 263 ] {2f6c6f4f-1c6b-4887-aac8-92822a18a12c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13624 | 2024.12.21 00:56:02.810735 [ 263 ] {2f6c6f4f-1c6b-4887-aac8-92822a18a12c} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13625 | 2024.12.21 00:56:02.810915 [ 127 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 13626 | 2024.12.21 00:56:02.810976 [ 127 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13627 | 2024.12.21 00:56:02.810981 [ 263 ] {2f6c6f4f-1c6b-4887-aac8-92822a18a12c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec. | ||
| 13628 | 2024.12.21 00:56:02.811025 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13629 | 2024.12.21 00:56:02.811105 [ 263 ] {2f6c6f4f-1c6b-4887-aac8-92822a18a12c} <Debug> TCPHandler: Processed in 0.001796884 sec. | ||
| 13630 | 2024.12.21 00:56:02.811302 [ 187 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 13631 | 2024.12.21 00:56:02.811337 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13632 | 2024.12.21 00:56:02.811531 [ 187 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13633 | 2024.12.21 00:56:02.811564 [ 260 ] {f20f458a-0d79-467d-963d-a7c87224a508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13634 | 2024.12.21 00:56:02.811600 [ 187 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 41 rows starting from the beginning of the part | ||
| 13635 | 2024.12.21 00:56:02.811851 [ 260 ] {f20f458a-0d79-467d-963d-a7c87224a508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13636 | 2024.12.21 00:56:02.811882 [ 187 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 13637 | 2024.12.21 00:56:02.812217 [ 187 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 13638 | 2024.12.21 00:56:02.812566 [ 187 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 13639 | 2024.12.21 00:56:02.812981 [ 187 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 13640 | 2024.12.21 00:56:02.813372 [ 187 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 13641 | 2024.12.21 00:56:02.817145 [ 200 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 4 columns (4 merged, 0 gathered) in 0.005997641 sec., 7669.682130024122 rows/sec., 516.15 KiB/sec. | ||
| 13642 | 2024.12.21 00:56:02.817439 [ 200 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 13643 | 2024.12.21 00:56:02.817584 [ 260 ] {f20f458a-0d79-467d-963d-a7c87224a508} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13644 | 2024.12.21 00:56:02.817657 [ 260 ] {f20f458a-0d79-467d-963d-a7c87224a508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13645 | 2024.12.21 00:56:02.818148 [ 200 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_45_9} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13646 | 2024.12.21 00:56:02.818376 [ 200 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_45_9} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 13647 | 2024.12.21 00:56:02.818549 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 13648 | 2024.12.21 00:56:02.818873 [ 260 ] {f20f458a-0d79-467d-963d-a7c87224a508} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13649 | 2024.12.21 00:56:02.819156 [ 260 ] {f20f458a-0d79-467d-963d-a7c87224a508} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13650 | 2024.12.21 00:56:02.819365 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13651 | 2024.12.21 00:56:02.819439 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13652 | 2024.12.21 00:56:02.819449 [ 260 ] {f20f458a-0d79-467d-963d-a7c87224a508} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007952 sec., 1509.0543259557342 rows/sec., 2.70 MiB/sec. | ||
| 13653 | 2024.12.21 00:56:02.819489 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13654 | 2024.12.21 00:56:02.819906 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 13655 | 2024.12.21 00:56:02.820040 [ 260 ] {f20f458a-0d79-467d-963d-a7c87224a508} <Debug> TCPHandler: Processed in 0.008828404 sec. | ||
| 13656 | 2024.12.21 00:56:02.820359 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13657 | 2024.12.21 00:56:02.820859 [ 263 ] {fb5e19ab-8fdb-4475-839b-7f3dc3b02983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13658 | 2024.12.21 00:56:02.821069 [ 263 ] {fb5e19ab-8fdb-4475-839b-7f3dc3b02983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13659 | 2024.12.21 00:56:02.822404 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13660 | 2024.12.21 00:56:02.822684 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1680 rows starting from the beginning of the part | ||
| 13661 | 2024.12.21 00:56:02.823354 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 12 rows starting from the beginning of the part | ||
| 13662 | 2024.12.21 00:56:02.824128 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 27 rows starting from the beginning of the part | ||
| 13663 | 2024.12.21 00:56:02.824151 [ 263 ] {fb5e19ab-8fdb-4475-839b-7f3dc3b02983} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13664 | 2024.12.21 00:56:02.824222 [ 263 ] {fb5e19ab-8fdb-4475-839b-7f3dc3b02983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13665 | 2024.12.21 00:56:02.824726 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 12 rows starting from the beginning of the part | ||
| 13666 | 2024.12.21 00:56:02.825393 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 27 rows starting from the beginning of the part | ||
| 13667 | 2024.12.21 00:56:02.825707 [ 263 ] {fb5e19ab-8fdb-4475-839b-7f3dc3b02983} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13668 | 2024.12.21 00:56:02.825946 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 12 rows starting from the beginning of the part | ||
| 13669 | 2024.12.21 00:56:02.826706 [ 263 ] {fb5e19ab-8fdb-4475-839b-7f3dc3b02983} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13670 | 2024.12.21 00:56:02.827264 [ 263 ] {fb5e19ab-8fdb-4475-839b-7f3dc3b02983} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.006557 sec., 10065.578770779319 rows/sec., 644.14 KiB/sec. | ||
| 13671 | 2024.12.21 00:56:02.827431 [ 263 ] {fb5e19ab-8fdb-4475-839b-7f3dc3b02983} <Debug> TCPHandler: Processed in 0.007259105 sec. | ||
| 13672 | 2024.12.21 00:56:02.837966 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1770 rows, containing 19 columns (19 merged, 0 gathered) in 0.01833992 sec., 96510.7808540059 rows/sec., 172.94 MiB/sec. | ||
| 13673 | 2024.12.21 00:56:02.839595 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13674 | 2024.12.21 00:56:02.840011 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13675 | 2024.12.21 00:56:02.840099 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13676 | 2024.12.21 00:56:02.840254 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.11 MiB. | ||
| 13677 | 2024.12.21 00:56:03.000194 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.69 MiB, peak 276.77 MiB, free memory in arenas 0.00 B, will set to 264.10 MiB (RSS), difference: 4.41 MiB | ||
| 13678 | 2024.12.21 00:56:03.992402 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13679 | 2024.12.21 00:56:03.992619 [ 260 ] {a95bbfac-4cf4-401e-847a-a99160f3cd53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13680 | 2024.12.21 00:56:03.992703 [ 260 ] {a95bbfac-4cf4-401e-847a-a99160f3cd53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13681 | 2024.12.21 00:56:03.993523 [ 260 ] {a95bbfac-4cf4-401e-847a-a99160f3cd53} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13682 | 2024.12.21 00:56:03.993578 [ 260 ] {a95bbfac-4cf4-401e-847a-a99160f3cd53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13683 | 2024.12.21 00:56:03.994026 [ 260 ] {a95bbfac-4cf4-401e-847a-a99160f3cd53} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13684 | 2024.12.21 00:56:03.994319 [ 260 ] {a95bbfac-4cf4-401e-847a-a99160f3cd53} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13685 | 2024.12.21 00:56:03.994565 [ 260 ] {a95bbfac-4cf4-401e-847a-a99160f3cd53} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.13 MiB/sec. | ||
| 13686 | 2024.12.21 00:56:03.994635 [ 260 ] {a95bbfac-4cf4-401e-847a-a99160f3cd53} <Debug> TCPHandler: Processed in 0.002380284 sec. | ||
| 13687 | 2024.12.21 00:56:03.994874 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13688 | 2024.12.21 00:56:03.995066 [ 263 ] {9e611908-b203-4cbe-9e68-3a3ab44700ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13689 | 2024.12.21 00:56:03.995148 [ 263 ] {9e611908-b203-4cbe-9e68-3a3ab44700ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13690 | 2024.12.21 00:56:03.996046 [ 263 ] {9e611908-b203-4cbe-9e68-3a3ab44700ff} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13691 | 2024.12.21 00:56:03.996096 [ 263 ] {9e611908-b203-4cbe-9e68-3a3ab44700ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13692 | 2024.12.21 00:56:03.996515 [ 263 ] {9e611908-b203-4cbe-9e68-3a3ab44700ff} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13693 | 2024.12.21 00:56:03.996777 [ 263 ] {9e611908-b203-4cbe-9e68-3a3ab44700ff} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13694 | 2024.12.21 00:56:03.997020 [ 263 ] {9e611908-b203-4cbe-9e68-3a3ab44700ff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002008 sec., 31872.509960159365 rows/sec., 2.49 MiB/sec. | ||
| 13695 | 2024.12.21 00:56:03.997089 [ 263 ] {9e611908-b203-4cbe-9e68-3a3ab44700ff} <Debug> TCPHandler: Processed in 0.002347444 sec. | ||
| 13696 | 2024.12.21 00:56:03.997333 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13697 | 2024.12.21 00:56:03.997568 [ 260 ] {68bef481-fc4d-45b7-a9a7-5bf788460b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13698 | 2024.12.21 00:56:03.997673 [ 260 ] {68bef481-fc4d-45b7-a9a7-5bf788460b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13699 | 2024.12.21 00:56:03.998422 [ 260 ] {68bef481-fc4d-45b7-a9a7-5bf788460b03} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13700 | 2024.12.21 00:56:03.998463 [ 260 ] {68bef481-fc4d-45b7-a9a7-5bf788460b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13701 | 2024.12.21 00:56:03.998894 [ 260 ] {68bef481-fc4d-45b7-a9a7-5bf788460b03} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13702 | 2024.12.21 00:56:03.999233 [ 260 ] {68bef481-fc4d-45b7-a9a7-5bf788460b03} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13703 | 2024.12.21 00:56:03.999445 [ 260 ] {68bef481-fc4d-45b7-a9a7-5bf788460b03} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001939 sec., 21660.649819494585 rows/sec., 1.51 MiB/sec. | ||
| 13704 | 2024.12.21 00:56:03.999519 [ 260 ] {68bef481-fc4d-45b7-a9a7-5bf788460b03} <Debug> TCPHandler: Processed in 0.002298283 sec. | ||
| 13705 | 2024.12.21 00:56:03.999703 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13706 | 2024.12.21 00:56:03.999853 [ 263 ] {be603d28-c8c7-4cdd-a564-c00847aa74dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13707 | 2024.12.21 00:56:03.999920 [ 263 ] {be603d28-c8c7-4cdd-a564-c00847aa74dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13708 | 2024.12.21 00:56:04.000910 [ 263 ] {be603d28-c8c7-4cdd-a564-c00847aa74dd} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13709 | 2024.12.21 00:56:04.000961 [ 263 ] {be603d28-c8c7-4cdd-a564-c00847aa74dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13710 | 2024.12.21 00:56:04.001478 [ 263 ] {be603d28-c8c7-4cdd-a564-c00847aa74dd} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13711 | 2024.12.21 00:56:04.001811 [ 263 ] {be603d28-c8c7-4cdd-a564-c00847aa74dd} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13712 | 2024.12.21 00:56:04.002084 [ 263 ] {be603d28-c8c7-4cdd-a564-c00847aa74dd} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.002266 sec., 7060.900264783761 rows/sec., 489.57 KiB/sec. | ||
| 13713 | 2024.12.21 00:56:04.002151 [ 263 ] {be603d28-c8c7-4cdd-a564-c00847aa74dd} <Debug> TCPHandler: Processed in 0.002519347 sec. | ||
| 13714 | 2024.12.21 00:56:05.033200 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 13715 | 2024.12.21 00:56:05.034230 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13716 | 2024.12.21 00:56:05.034269 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13717 | 2024.12.21 00:56:05.034799 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13718 | 2024.12.21 00:56:05.035062 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13719 | 2024.12.21 00:56:05.035300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 13720 | 2024.12.21 00:56:07.219257 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 13721 | 2024.12.21 00:56:07.238133 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13722 | 2024.12.21 00:56:07.238222 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13723 | 2024.12.21 00:56:07.245706 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13724 | 2024.12.21 00:56:07.246458 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13725 | 2024.12.21 00:56:07.249368 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 13726 | 2024.12.21 00:56:08.999217 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13727 | 2024.12.21 00:56:08.999496 [ 260 ] {f75f695e-521a-48f8-90a9-8a382a1ca71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13728 | 2024.12.21 00:56:08.999609 [ 260 ] {f75f695e-521a-48f8-90a9-8a382a1ca71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13729 | 2024.12.21 00:56:09.000806 [ 260 ] {f75f695e-521a-48f8-90a9-8a382a1ca71d} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13730 | 2024.12.21 00:56:09.000856 [ 260 ] {f75f695e-521a-48f8-90a9-8a382a1ca71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13731 | 2024.12.21 00:56:09.001415 [ 260 ] {f75f695e-521a-48f8-90a9-8a382a1ca71d} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13732 | 2024.12.21 00:56:09.001701 [ 260 ] {f75f695e-521a-48f8-90a9-8a382a1ca71d} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13733 | 2024.12.21 00:56:09.001960 [ 260 ] {f75f695e-521a-48f8-90a9-8a382a1ca71d} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002521 sec., 43633.4787782626 rows/sec., 3.66 MiB/sec. | ||
| 13734 | 2024.12.21 00:56:09.002081 [ 260 ] {f75f695e-521a-48f8-90a9-8a382a1ca71d} <Debug> TCPHandler: Processed in 0.003006756 sec. | ||
| 13735 | 2024.12.21 00:56:09.002405 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13736 | 2024.12.21 00:56:09.002604 [ 263 ] {b86419d8-3289-4186-9fcb-41364039a6be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13737 | 2024.12.21 00:56:09.002688 [ 263 ] {b86419d8-3289-4186-9fcb-41364039a6be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13738 | 2024.12.21 00:56:09.003518 [ 263 ] {b86419d8-3289-4186-9fcb-41364039a6be} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13739 | 2024.12.21 00:56:09.003573 [ 263 ] {b86419d8-3289-4186-9fcb-41364039a6be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13740 | 2024.12.21 00:56:09.004054 [ 263 ] {b86419d8-3289-4186-9fcb-41364039a6be} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13741 | 2024.12.21 00:56:09.004324 [ 263 ] {b86419d8-3289-4186-9fcb-41364039a6be} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13742 | 2024.12.21 00:56:09.004606 [ 263 ] {b86419d8-3289-4186-9fcb-41364039a6be} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002055 sec., 13138.686131386861 rows/sec., 987.97 KiB/sec. | ||
| 13743 | 2024.12.21 00:56:09.004701 [ 263 ] {b86419d8-3289-4186-9fcb-41364039a6be} <Debug> TCPHandler: Processed in 0.002479856 sec. | ||
| 13744 | 2024.12.21 00:56:09.004917 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13745 | 2024.12.21 00:56:09.005097 [ 260 ] {993365bc-0912-468d-80fc-1a1894ea356b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13746 | 2024.12.21 00:56:09.005169 [ 260 ] {993365bc-0912-468d-80fc-1a1894ea356b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13747 | 2024.12.21 00:56:09.005903 [ 260 ] {993365bc-0912-468d-80fc-1a1894ea356b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13748 | 2024.12.21 00:56:09.005945 [ 260 ] {993365bc-0912-468d-80fc-1a1894ea356b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13749 | 2024.12.21 00:56:09.006362 [ 260 ] {993365bc-0912-468d-80fc-1a1894ea356b} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13750 | 2024.12.21 00:56:09.006633 [ 260 ] {993365bc-0912-468d-80fc-1a1894ea356b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13751 | 2024.12.21 00:56:09.006832 [ 260 ] {993365bc-0912-468d-80fc-1a1894ea356b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001775 sec., 51267.605633802814 rows/sec., 4.00 MiB/sec. | ||
| 13752 | 2024.12.21 00:56:09.006895 [ 260 ] {993365bc-0912-468d-80fc-1a1894ea356b} <Debug> TCPHandler: Processed in 0.002087849 sec. | ||
| 13753 | 2024.12.21 00:56:09.007080 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13754 | 2024.12.21 00:56:09.007222 [ 263 ] {891a9348-143f-4a4a-a99d-c6a89d069346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13755 | 2024.12.21 00:56:09.007292 [ 263 ] {891a9348-143f-4a4a-a99d-c6a89d069346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13756 | 2024.12.21 00:56:09.007960 [ 263 ] {891a9348-143f-4a4a-a99d-c6a89d069346} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13757 | 2024.12.21 00:56:09.008007 [ 263 ] {891a9348-143f-4a4a-a99d-c6a89d069346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13758 | 2024.12.21 00:56:09.008467 [ 263 ] {891a9348-143f-4a4a-a99d-c6a89d069346} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13759 | 2024.12.21 00:56:09.008757 [ 263 ] {891a9348-143f-4a4a-a99d-c6a89d069346} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13760 | 2024.12.21 00:56:09.009031 [ 263 ] {891a9348-143f-4a4a-a99d-c6a89d069346} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001843 sec., 86814.97558328812 rows/sec., 6.05 MiB/sec. | ||
| 13761 | 2024.12.21 00:56:09.009129 [ 263 ] {891a9348-143f-4a4a-a99d-c6a89d069346} <Debug> TCPHandler: Processed in 0.002114319 sec. | ||
| 13762 | 2024.12.21 00:56:09.009348 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13763 | 2024.12.21 00:56:09.009532 [ 260 ] {d8e4598d-75c5-4a23-9a76-10f23ba65465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13764 | 2024.12.21 00:56:09.009622 [ 260 ] {d8e4598d-75c5-4a23-9a76-10f23ba65465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13765 | 2024.12.21 00:56:09.010841 [ 260 ] {d8e4598d-75c5-4a23-9a76-10f23ba65465} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13766 | 2024.12.21 00:56:09.010880 [ 260 ] {d8e4598d-75c5-4a23-9a76-10f23ba65465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13767 | 2024.12.21 00:56:09.011563 [ 260 ] {d8e4598d-75c5-4a23-9a76-10f23ba65465} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13768 | 2024.12.21 00:56:09.011836 [ 260 ] {d8e4598d-75c5-4a23-9a76-10f23ba65465} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13769 | 2024.12.21 00:56:09.012044 [ 260 ] {d8e4598d-75c5-4a23-9a76-10f23ba65465} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002543 sec., 10617.381046008652 rows/sec., 19.03 MiB/sec. | ||
| 13770 | 2024.12.21 00:56:09.012165 [ 260 ] {d8e4598d-75c5-4a23-9a76-10f23ba65465} <Debug> TCPHandler: Processed in 0.002928594 sec. | ||
| 13771 | 2024.12.21 00:56:09.012334 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13772 | 2024.12.21 00:56:09.012487 [ 263 ] {34970a8a-e450-4db8-9fde-8d4648b60d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13773 | 2024.12.21 00:56:09.012557 [ 263 ] {34970a8a-e450-4db8-9fde-8d4648b60d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13774 | 2024.12.21 00:56:09.013196 [ 263 ] {34970a8a-e450-4db8-9fde-8d4648b60d1e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13775 | 2024.12.21 00:56:09.013240 [ 263 ] {34970a8a-e450-4db8-9fde-8d4648b60d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13776 | 2024.12.21 00:56:09.013643 [ 263 ] {34970a8a-e450-4db8-9fde-8d4648b60d1e} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13777 | 2024.12.21 00:56:09.013897 [ 263 ] {34970a8a-e450-4db8-9fde-8d4648b60d1e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13778 | 2024.12.21 00:56:09.014134 [ 263 ] {34970a8a-e450-4db8-9fde-8d4648b60d1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001684 sec., 35629.45368171021 rows/sec., 2.40 MiB/sec. | ||
| 13779 | 2024.12.21 00:56:09.014203 [ 263 ] {34970a8a-e450-4db8-9fde-8d4648b60d1e} <Debug> TCPHandler: Processed in 0.001942016 sec. | ||
| 13780 | 2024.12.21 00:56:12.280155 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13781 | 2024.12.21 00:56:12.280232 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13782 | 2024.12.21 00:56:12.535440 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 13783 | 2024.12.21 00:56:12.536435 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13784 | 2024.12.21 00:56:12.536486 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13785 | 2024.12.21 00:56:12.537017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13786 | 2024.12.21 00:56:12.537284 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13787 | 2024.12.21 00:56:12.537578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 13788 | 2024.12.21 00:56:12.696857 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1940 | ||
| 13789 | 2024.12.21 00:56:12.700406 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13790 | 2024.12.21 00:56:12.700473 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13791 | 2024.12.21 00:56:12.701982 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13792 | 2024.12.21 00:56:12.702299 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13793 | 2024.12.21 00:56:12.703007 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1940 | ||
| 13794 | 2024.12.21 00:56:14.002662 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13795 | 2024.12.21 00:56:14.002908 [ 260 ] {0dfa1d2d-4376-492f-afa0-4ee7cefa5cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13796 | 2024.12.21 00:56:14.002983 [ 260 ] {0dfa1d2d-4376-492f-afa0-4ee7cefa5cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13797 | 2024.12.21 00:56:14.003766 [ 260 ] {0dfa1d2d-4376-492f-afa0-4ee7cefa5cee} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13798 | 2024.12.21 00:56:14.003808 [ 260 ] {0dfa1d2d-4376-492f-afa0-4ee7cefa5cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13799 | 2024.12.21 00:56:14.004255 [ 260 ] {0dfa1d2d-4376-492f-afa0-4ee7cefa5cee} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13800 | 2024.12.21 00:56:14.004552 [ 260 ] {0dfa1d2d-4376-492f-afa0-4ee7cefa5cee} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13801 | 2024.12.21 00:56:14.004844 [ 260 ] {0dfa1d2d-4376-492f-afa0-4ee7cefa5cee} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001988 sec., 7042.25352112676 rows/sec., 506.95 KiB/sec. | ||
| 13802 | 2024.12.21 00:56:14.004924 [ 260 ] {0dfa1d2d-4376-492f-afa0-4ee7cefa5cee} <Debug> TCPHandler: Processed in 0.002428915 sec. | ||
| 13803 | 2024.12.21 00:56:14.005211 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13804 | 2024.12.21 00:56:14.005427 [ 263 ] {4a59c978-419b-47d5-ac8f-ac56b4afa8ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13805 | 2024.12.21 00:56:14.005511 [ 263 ] {4a59c978-419b-47d5-ac8f-ac56b4afa8ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13806 | 2024.12.21 00:56:14.006409 [ 263 ] {4a59c978-419b-47d5-ac8f-ac56b4afa8ff} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13807 | 2024.12.21 00:56:14.006463 [ 263 ] {4a59c978-419b-47d5-ac8f-ac56b4afa8ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13808 | 2024.12.21 00:56:14.006949 [ 263 ] {4a59c978-419b-47d5-ac8f-ac56b4afa8ff} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13809 | 2024.12.21 00:56:14.007224 [ 263 ] {4a59c978-419b-47d5-ac8f-ac56b4afa8ff} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13810 | 2024.12.21 00:56:14.007483 [ 263 ] {4a59c978-419b-47d5-ac8f-ac56b4afa8ff} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002122 sec., 106974.55230914231 rows/sec., 9.35 MiB/sec. | ||
| 13811 | 2024.12.21 00:56:14.007555 [ 263 ] {4a59c978-419b-47d5-ac8f-ac56b4afa8ff} <Debug> TCPHandler: Processed in 0.002505586 sec. | ||
| 13812 | 2024.12.21 00:56:14.007723 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13813 | 2024.12.21 00:56:14.007858 [ 260 ] {f031575e-02d1-45e7-897c-ed0351a9ce80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13814 | 2024.12.21 00:56:14.007913 [ 260 ] {f031575e-02d1-45e7-897c-ed0351a9ce80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13815 | 2024.12.21 00:56:14.008579 [ 260 ] {f031575e-02d1-45e7-897c-ed0351a9ce80} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13816 | 2024.12.21 00:56:14.008623 [ 260 ] {f031575e-02d1-45e7-897c-ed0351a9ce80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13817 | 2024.12.21 00:56:14.009010 [ 260 ] {f031575e-02d1-45e7-897c-ed0351a9ce80} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13818 | 2024.12.21 00:56:14.009298 [ 260 ] {f031575e-02d1-45e7-897c-ed0351a9ce80} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13819 | 2024.12.21 00:56:14.009512 [ 260 ] {f031575e-02d1-45e7-897c-ed0351a9ce80} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001678 sec., 11323.00357568534 rows/sec., 809.53 KiB/sec. | ||
| 13820 | 2024.12.21 00:56:14.009614 [ 260 ] {f031575e-02d1-45e7-897c-ed0351a9ce80} <Debug> TCPHandler: Processed in 0.001948536 sec. | ||
| 13821 | 2024.12.21 00:56:14.009809 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13822 | 2024.12.21 00:56:14.009952 [ 263 ] {d3a1aea3-539e-47e7-965b-2c2f3010052d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13823 | 2024.12.21 00:56:14.010009 [ 263 ] {d3a1aea3-539e-47e7-965b-2c2f3010052d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13824 | 2024.12.21 00:56:14.010637 [ 263 ] {d3a1aea3-539e-47e7-965b-2c2f3010052d} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13825 | 2024.12.21 00:56:14.010679 [ 263 ] {d3a1aea3-539e-47e7-965b-2c2f3010052d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13826 | 2024.12.21 00:56:14.011075 [ 263 ] {d3a1aea3-539e-47e7-965b-2c2f3010052d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13827 | 2024.12.21 00:56:14.011325 [ 263 ] {d3a1aea3-539e-47e7-965b-2c2f3010052d} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): 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.21 00:56:14.011580 [ 263 ] {d3a1aea3-539e-47e7-965b-2c2f3010052d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001656 sec., 8454.106280193237 rows/sec., 592.07 KiB/sec. | ||
| 13829 | 2024.12.21 00:56:14.011666 [ 263 ] {d3a1aea3-539e-47e7-965b-2c2f3010052d} <Debug> TCPHandler: Processed in 0.001941627 sec. | ||
| 13830 | 2024.12.21 00:56:14.011883 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13831 | 2024.12.21 00:56:14.012044 [ 260 ] {bbe1581f-47ab-42f4-83cf-6c0279042a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13832 | 2024.12.21 00:56:14.012095 [ 260 ] {bbe1581f-47ab-42f4-83cf-6c0279042a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13833 | 2024.12.21 00:56:14.012682 [ 260 ] {bbe1581f-47ab-42f4-83cf-6c0279042a5e} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13834 | 2024.12.21 00:56:14.012721 [ 260 ] {bbe1581f-47ab-42f4-83cf-6c0279042a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13835 | 2024.12.21 00:56:14.013083 [ 260 ] {bbe1581f-47ab-42f4-83cf-6c0279042a5e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13836 | 2024.12.21 00:56:14.013321 [ 260 ] {bbe1581f-47ab-42f4-83cf-6c0279042a5e} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13837 | 2024.12.21 00:56:14.013512 [ 260 ] {bbe1581f-47ab-42f4-83cf-6c0279042a5e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001495 sec., 8695.652173913044 rows/sec., 542.17 KiB/sec. | ||
| 13838 | 2024.12.21 00:56:14.013615 [ 260 ] {bbe1581f-47ab-42f4-83cf-6c0279042a5e} <Debug> TCPHandler: Processed in 0.001846135 sec. | ||
| 13839 | 2024.12.21 00:56:14.013807 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13840 | 2024.12.21 00:56:14.013933 [ 263 ] {9fbb3e8e-ca48-4db7-8331-f5a8c946ba90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13841 | 2024.12.21 00:56:14.013987 [ 263 ] {9fbb3e8e-ca48-4db7-8331-f5a8c946ba90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13842 | 2024.12.21 00:56:14.014754 [ 263 ] {9fbb3e8e-ca48-4db7-8331-f5a8c946ba90} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13843 | 2024.12.21 00:56:14.014795 [ 263 ] {9fbb3e8e-ca48-4db7-8331-f5a8c946ba90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13844 | 2024.12.21 00:56:14.015187 [ 263 ] {9fbb3e8e-ca48-4db7-8331-f5a8c946ba90} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13845 | 2024.12.21 00:56:14.015433 [ 263 ] {9fbb3e8e-ca48-4db7-8331-f5a8c946ba90} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13846 | 2024.12.21 00:56:14.015663 [ 263 ] {9fbb3e8e-ca48-4db7-8331-f5a8c946ba90} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001757 sec., 224245.87364826407 rows/sec., 15.92 MiB/sec. | ||
| 13847 | 2024.12.21 00:56:14.015723 [ 263 ] {9fbb3e8e-ca48-4db7-8331-f5a8c946ba90} <Debug> TCPHandler: Processed in 0.002018748 sec. | ||
| 13848 | 2024.12.21 00:56:14.015869 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13849 | 2024.12.21 00:56:14.015988 [ 260 ] {a15ec10f-4a8b-4919-b6f7-45e65ff6287a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13850 | 2024.12.21 00:56:14.016040 [ 260 ] {a15ec10f-4a8b-4919-b6f7-45e65ff6287a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13851 | 2024.12.21 00:56:14.016527 [ 260 ] {a15ec10f-4a8b-4919-b6f7-45e65ff6287a} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13852 | 2024.12.21 00:56:14.016565 [ 260 ] {a15ec10f-4a8b-4919-b6f7-45e65ff6287a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13853 | 2024.12.21 00:56:14.016938 [ 260 ] {a15ec10f-4a8b-4919-b6f7-45e65ff6287a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13854 | 2024.12.21 00:56:14.017174 [ 260 ] {a15ec10f-4a8b-4919-b6f7-45e65ff6287a} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13855 | 2024.12.21 00:56:14.017309 [ 105 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13856 | 2024.12.21 00:56:14.017359 [ 260 ] {a15ec10f-4a8b-4919-b6f7-45e65ff6287a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001397 sec., 4294.917680744452 rows/sec., 224.39 KiB/sec. | ||
| 13857 | 2024.12.21 00:56:14.017361 [ 105 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13858 | 2024.12.21 00:56:14.017411 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13859 | 2024.12.21 00:56:14.017431 [ 260 ] {a15ec10f-4a8b-4919-b6f7-45e65ff6287a} <Debug> TCPHandler: Processed in 0.00161767 sec. | ||
| 13860 | 2024.12.21 00:56:14.017686 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13861 | 2024.12.21 00:56:14.017782 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 13862 | 2024.12.21 00:56:14.018037 [ 263 ] {74705433-9fc3-4d0e-a4f6-a3b2e309e060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13863 | 2024.12.21 00:56:14.018229 [ 263 ] {74705433-9fc3-4d0e-a4f6-a3b2e309e060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13864 | 2024.12.21 00:56:14.018304 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13865 | 2024.12.21 00:56:14.018438 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 13866 | 2024.12.21 00:56:14.018905 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 13867 | 2024.12.21 00:56:14.019332 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 13868 | 2024.12.21 00:56:14.019770 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 13869 | 2024.12.21 00:56:14.020203 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 13870 | 2024.12.21 00:56:14.020608 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 13871 | 2024.12.21 00:56:14.021445 [ 263 ] {74705433-9fc3-4d0e-a4f6-a3b2e309e060} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13872 | 2024.12.21 00:56:14.021491 [ 263 ] {74705433-9fc3-4d0e-a4f6-a3b2e309e060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13873 | 2024.12.21 00:56:14.022076 [ 263 ] {74705433-9fc3-4d0e-a4f6-a3b2e309e060} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13874 | 2024.12.21 00:56:14.022309 [ 200 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.004787389 sec., 57651.467219396625 rows/sec., 2.94 MiB/sec. | ||
| 13875 | 2024.12.21 00:56:14.022437 [ 263 ] {74705433-9fc3-4d0e-a4f6-a3b2e309e060} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13876 | 2024.12.21 00:56:14.022566 [ 199 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13877 | 2024.12.21 00:56:14.022685 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 13878 | 2024.12.21 00:56:14.022785 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13879 | 2024.12.21 00:56:14.022875 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13880 | 2024.12.21 00:56:14.022991 [ 263 ] {74705433-9fc3-4d0e-a4f6-a3b2e309e060} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005085 sec., 46607.669616519175 rows/sec., 3.12 MiB/sec. | ||
| 13881 | 2024.12.21 00:56:14.023190 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 13882 | 2024.12.21 00:56:14.023257 [ 263 ] {74705433-9fc3-4d0e-a4f6-a3b2e309e060} <Debug> TCPHandler: Processed in 0.005734016 sec. | ||
| 13883 | 2024.12.21 00:56:14.023530 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13884 | 2024.12.21 00:56:14.023625 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13885 | 2024.12.21 00:56:14.023745 [ 199 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_46_9} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13886 | 2024.12.21 00:56:14.023748 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 29879 rows starting from the beginning of the part | ||
| 13887 | 2024.12.21 00:56:14.023854 [ 260 ] {33911ded-c51a-43cf-8b83-cc0ed7d12e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13888 | 2024.12.21 00:56:14.024050 [ 260 ] {33911ded-c51a-43cf-8b83-cc0ed7d12e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13889 | 2024.12.21 00:56:14.024052 [ 199 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_46_9} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13890 | 2024.12.21 00:56:14.024174 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::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 | ||
| 13891 | 2024.12.21 00:56:14.024369 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13892 | 2024.12.21 00:56:14.024736 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 918 rows starting from the beginning of the part | ||
| 13893 | 2024.12.21 00:56:14.025145 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 42 rows starting from the beginning of the part | ||
| 13894 | 2024.12.21 00:56:14.025568 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part | ||
| 13895 | 2024.12.21 00:56:14.025937 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part | ||
| 13896 | 2024.12.21 00:56:14.026669 [ 260 ] {33911ded-c51a-43cf-8b83-cc0ed7d12e74} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13897 | 2024.12.21 00:56:14.026718 [ 260 ] {33911ded-c51a-43cf-8b83-cc0ed7d12e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13898 | 2024.12.21 00:56:14.027391 [ 260 ] {33911ded-c51a-43cf-8b83-cc0ed7d12e74} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13899 | 2024.12.21 00:56:14.027715 [ 260 ] {33911ded-c51a-43cf-8b83-cc0ed7d12e74} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13900 | 2024.12.21 00:56:14.027947 [ 260 ] {33911ded-c51a-43cf-8b83-cc0ed7d12e74} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00418 sec., 239.23444976076556 rows/sec., 16.12 KiB/sec. | ||
| 13901 | 2024.12.21 00:56:14.028247 [ 260 ] {33911ded-c51a-43cf-8b83-cc0ed7d12e74} <Debug> TCPHandler: Processed in 0.00487624 sec. | ||
| 13902 | 2024.12.21 00:56:14.028588 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13903 | 2024.12.21 00:56:14.029024 [ 263 ] {8e7c40cd-2ec2-4d62-b391-e2343d852269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13904 | 2024.12.21 00:56:14.029337 [ 263 ] {8e7c40cd-2ec2-4d62-b391-e2343d852269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13905 | 2024.12.21 00:56:14.030885 [ 263 ] {8e7c40cd-2ec2-4d62-b391-e2343d852269} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13906 | 2024.12.21 00:56:14.030925 [ 263 ] {8e7c40cd-2ec2-4d62-b391-e2343d852269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13907 | 2024.12.21 00:56:14.031677 [ 263 ] {8e7c40cd-2ec2-4d62-b391-e2343d852269} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13908 | 2024.12.21 00:56:14.031966 [ 263 ] {8e7c40cd-2ec2-4d62-b391-e2343d852269} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13909 | 2024.12.21 00:56:14.032265 [ 263 ] {8e7c40cd-2ec2-4d62-b391-e2343d852269} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003398 sec., 3531.489111241907 rows/sec., 6.33 MiB/sec. | ||
| 13910 | 2024.12.21 00:56:14.032446 [ 263 ] {8e7c40cd-2ec2-4d62-b391-e2343d852269} <Debug> TCPHandler: Processed in 0.004074346 sec. | ||
| 13911 | 2024.12.21 00:56:14.032644 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13912 | 2024.12.21 00:56:14.032772 [ 260 ] {e131b4fb-485b-4caf-86d5-b6df7f7c391e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13913 | 2024.12.21 00:56:14.032827 [ 260 ] {e131b4fb-485b-4caf-86d5-b6df7f7c391e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13914 | 2024.12.21 00:56:14.033430 [ 260 ] {e131b4fb-485b-4caf-86d5-b6df7f7c391e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13915 | 2024.12.21 00:56:14.033468 [ 260 ] {e131b4fb-485b-4caf-86d5-b6df7f7c391e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13916 | 2024.12.21 00:56:14.034028 [ 260 ] {e131b4fb-485b-4caf-86d5-b6df7f7c391e} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13917 | 2024.12.21 00:56:14.034342 [ 260 ] {e131b4fb-485b-4caf-86d5-b6df7f7c391e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13918 | 2024.12.21 00:56:14.034590 [ 260 ] {e131b4fb-485b-4caf-86d5-b6df7f7c391e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001819 sec., 45079.71412864211 rows/sec., 2.86 MiB/sec. | ||
| 13919 | 2024.12.21 00:56:14.034730 [ 260 ] {e131b4fb-485b-4caf-86d5-b6df7f7c391e} <Debug> TCPHandler: Processed in 0.00218952 sec. | ||
| 13920 | 2024.12.21 00:56:14.035095 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31396 rows, containing 5 columns (5 merged, 0 gathered) in 0.012099764 sec., 2594761.3523701783 rows/sec., 175.34 MiB/sec. | ||
| 13921 | 2024.12.21 00:56:14.035609 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 13922 | 2024.12.21 00:56:14.035935 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13923 | 2024.12.21 00:56:14.036022 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 13924 | 2024.12.21 00:56:14.036122 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 13925 | 2024.12.21 00:56:14.749424 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 13926 | 2024.12.21 00:56:14.772069 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13927 | 2024.12.21 00:56:14.772130 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13928 | 2024.12.21 00:56:14.779354 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13929 | 2024.12.21 00:56:14.780121 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13930 | 2024.12.21 00:56:14.783801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 13931 | 2024.12.21 00:56:15.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.47 MiB, peak 276.77 MiB, free memory in arenas 0.00 B, will set to 264.27 MiB (RSS), difference: -1.19 MiB | ||
| 13932 | 2024.12.21 00:56:18.999635 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13933 | 2024.12.21 00:56:19.000039 [ 260 ] {82e605d0-6a37-44fb-a7ed-0e9be8f28c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13934 | 2024.12.21 00:56:19.000173 [ 260 ] {82e605d0-6a37-44fb-a7ed-0e9be8f28c69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13935 | 2024.12.21 00:56:19.001362 [ 260 ] {82e605d0-6a37-44fb-a7ed-0e9be8f28c69} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13936 | 2024.12.21 00:56:19.001409 [ 260 ] {82e605d0-6a37-44fb-a7ed-0e9be8f28c69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13937 | 2024.12.21 00:56:19.001840 [ 260 ] {82e605d0-6a37-44fb-a7ed-0e9be8f28c69} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13938 | 2024.12.21 00:56:19.002107 [ 260 ] {82e605d0-6a37-44fb-a7ed-0e9be8f28c69} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13939 | 2024.12.21 00:56:19.002385 [ 260 ] {82e605d0-6a37-44fb-a7ed-0e9be8f28c69} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00244 sec., 2459.016393442623 rows/sec., 200.52 KiB/sec. | ||
| 13940 | 2024.12.21 00:56:19.002517 [ 260 ] {82e605d0-6a37-44fb-a7ed-0e9be8f28c69} <Debug> TCPHandler: Processed in 0.003074187 sec. | ||
| 13941 | 2024.12.21 00:56:19.002792 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13942 | 2024.12.21 00:56:19.003005 [ 263 ] {9eca7bcc-6831-4fe7-8436-eaa30656f1eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13943 | 2024.12.21 00:56:19.003098 [ 263 ] {9eca7bcc-6831-4fe7-8436-eaa30656f1eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13944 | 2024.12.21 00:56:19.004018 [ 263 ] {9eca7bcc-6831-4fe7-8436-eaa30656f1eb} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13945 | 2024.12.21 00:56:19.004078 [ 263 ] {9eca7bcc-6831-4fe7-8436-eaa30656f1eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13946 | 2024.12.21 00:56:19.004698 [ 263 ] {9eca7bcc-6831-4fe7-8436-eaa30656f1eb} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13947 | 2024.12.21 00:56:19.005011 [ 263 ] {9eca7bcc-6831-4fe7-8436-eaa30656f1eb} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13948 | 2024.12.21 00:56:19.005270 [ 98 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13949 | 2024.12.21 00:56:19.005348 [ 263 ] {9eca7bcc-6831-4fe7-8436-eaa30656f1eb} <Debug> executeQuery: Read 113 rows, 9.66 KiB in 0.002391 sec., 47260.56043496445 rows/sec., 3.95 MiB/sec. | ||
| 13950 | 2024.12.21 00:56:19.005356 [ 98 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13951 | 2024.12.21 00:56:19.005443 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13952 | 2024.12.21 00:56:19.005534 [ 263 ] {9eca7bcc-6831-4fe7-8436-eaa30656f1eb} <Debug> TCPHandler: Processed in 0.002881324 sec. | ||
| 13953 | 2024.12.21 00:56:19.005667 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 13954 | 2024.12.21 00:56:19.005778 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13955 | 2024.12.21 00:56:19.005859 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13956 | 2024.12.21 00:56:19.005916 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1432 rows starting from the beginning of the part | ||
| 13957 | 2024.12.21 00:56:19.006029 [ 260 ] {709683a0-fe41-4887-b76e-fa46b338eff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13958 | 2024.12.21 00:56:19.006161 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1370 rows starting from the beginning of the part | ||
| 13959 | 2024.12.21 00:56:19.006193 [ 260 ] {709683a0-fe41-4887-b76e-fa46b338eff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13960 | 2024.12.21 00:56:19.006673 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part | ||
| 13961 | 2024.12.21 00:56:19.007052 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 110 rows starting from the beginning of the part | ||
| 13962 | 2024.12.21 00:56:19.007397 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 227 rows starting from the beginning of the part | ||
| 13963 | 2024.12.21 00:56:19.007832 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 113 rows starting from the beginning of the part | ||
| 13964 | 2024.12.21 00:56:19.008978 [ 260 ] {709683a0-fe41-4887-b76e-fa46b338eff8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13965 | 2024.12.21 00:56:19.009074 [ 260 ] {709683a0-fe41-4887-b76e-fa46b338eff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13966 | 2024.12.21 00:56:19.010034 [ 260 ] {709683a0-fe41-4887-b76e-fa46b338eff8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13967 | 2024.12.21 00:56:19.010564 [ 260 ] {709683a0-fe41-4887-b76e-fa46b338eff8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13968 | 2024.12.21 00:56:19.010841 [ 260 ] {709683a0-fe41-4887-b76e-fa46b338eff8} <Debug> executeQuery: Read 33 rows, 2.45 KiB in 0.004888 sec., 6751.227495908347 rows/sec., 501.07 KiB/sec. | ||
| 13969 | 2024.12.21 00:56:19.010938 [ 260 ] {709683a0-fe41-4887-b76e-fa46b338eff8} <Debug> TCPHandler: Processed in 0.005238717 sec. | ||
| 13970 | 2024.12.21 00:56:19.011174 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13971 | 2024.12.21 00:56:19.011524 [ 263 ] {cf9e0af6-063e-4e14-8586-058112aa499b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13972 | 2024.12.21 00:56:19.011589 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006020122 sec., 549490.5252750692 rows/sec., 47.97 MiB/sec. | ||
| 13973 | 2024.12.21 00:56:19.011614 [ 263 ] {cf9e0af6-063e-4e14-8586-058112aa499b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13974 | 2024.12.21 00:56:19.012007 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13975 | 2024.12.21 00:56:19.012716 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_111_22} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13976 | 2024.12.21 00:56:19.012952 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_111_22} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13977 | 2024.12.21 00:56:19.013099 [ 263 ] {cf9e0af6-063e-4e14-8586-058112aa499b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13978 | 2024.12.21 00:56:19.013130 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 13979 | 2024.12.21 00:56:19.013187 [ 263 ] {cf9e0af6-063e-4e14-8586-058112aa499b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13980 | 2024.12.21 00:56:19.013665 [ 263 ] {cf9e0af6-063e-4e14-8586-058112aa499b} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13981 | 2024.12.21 00:56:19.013952 [ 263 ] {cf9e0af6-063e-4e14-8586-058112aa499b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13982 | 2024.12.21 00:56:19.014155 [ 98 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13983 | 2024.12.21 00:56:19.014208 [ 98 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13984 | 2024.12.21 00:56:19.014241 [ 263 ] {cf9e0af6-063e-4e14-8586-058112aa499b} <Debug> executeQuery: Read 97 rows, 7.77 KiB in 0.002838 sec., 34178.999295278365 rows/sec., 2.67 MiB/sec. | ||
| 13985 | 2024.12.21 00:56:19.014253 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13986 | 2024.12.21 00:56:19.014463 [ 263 ] {cf9e0af6-063e-4e14-8586-058112aa499b} <Debug> TCPHandler: Processed in 0.003415783 sec. | ||
| 13987 | 2024.12.21 00:56:19.014518 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 13988 | 2024.12.21 00:56:19.014675 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13989 | 2024.12.21 00:56:19.014725 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13990 | 2024.12.21 00:56:19.014764 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 913 rows starting from the beginning of the part | ||
| 13991 | 2024.12.21 00:56:19.014943 [ 260 ] {71e78755-afcf-4116-8290-a92978302ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13992 | 2024.12.21 00:56:19.015044 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 856 rows starting from the beginning of the part | ||
| 13993 | 2024.12.21 00:56:19.015098 [ 260 ] {71e78755-afcf-4116-8290-a92978302ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13994 | 2024.12.21 00:56:19.015477 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part | ||
| 13995 | 2024.12.21 00:56:19.015814 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 91 rows starting from the beginning of the part | ||
| 13996 | 2024.12.21 00:56:19.016232 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 394 rows starting from the beginning of the part | ||
| 13997 | 2024.12.21 00:56:19.016566 [ 198 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 97 rows starting from the beginning of the part | ||
| 13998 | 2024.12.21 00:56:19.017740 [ 260 ] {71e78755-afcf-4116-8290-a92978302ed6} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13999 | 2024.12.21 00:56:19.017812 [ 260 ] {71e78755-afcf-4116-8290-a92978302ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14000 | 2024.12.21 00:56:19.018947 [ 260 ] {71e78755-afcf-4116-8290-a92978302ed6} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14001 | 2024.12.21 00:56:19.019437 [ 260 ] {71e78755-afcf-4116-8290-a92978302ed6} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14002 | 2024.12.21 00:56:19.019750 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.00538221 sec., 448700.44089695497 rows/sec., 34.41 MiB/sec. | ||
| 14003 | 2024.12.21 00:56:19.019911 [ 260 ] {71e78755-afcf-4116-8290-a92978302ed6} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.005086 sec., 32048.76130554463 rows/sec., 2.23 MiB/sec. | ||
| 14004 | 2024.12.21 00:56:19.020041 [ 260 ] {71e78755-afcf-4116-8290-a92978302ed6} <Debug> TCPHandler: Processed in 0.005451671 sec. | ||
| 14005 | 2024.12.21 00:56:19.020051 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14006 | 2024.12.21 00:56:19.020239 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14007 | 2024.12.21 00:56:19.020382 [ 263 ] {87b6bb46-dab0-47ab-b65b-4422debbe338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14008 | 2024.12.21 00:56:19.020488 [ 263 ] {87b6bb46-dab0-47ab-b65b-4422debbe338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14009 | 2024.12.21 00:56:19.020493 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_111_22} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14010 | 2024.12.21 00:56:19.020647 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_111_22} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14011 | 2024.12.21 00:56:19.020782 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 14012 | 2024.12.21 00:56:19.021855 [ 263 ] {87b6bb46-dab0-47ab-b65b-4422debbe338} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14013 | 2024.12.21 00:56:19.021899 [ 263 ] {87b6bb46-dab0-47ab-b65b-4422debbe338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14014 | 2024.12.21 00:56:19.022595 [ 263 ] {87b6bb46-dab0-47ab-b65b-4422debbe338} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14015 | 2024.12.21 00:56:19.022887 [ 263 ] {87b6bb46-dab0-47ab-b65b-4422debbe338} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14016 | 2024.12.21 00:56:19.023148 [ 263 ] {87b6bb46-dab0-47ab-b65b-4422debbe338} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002809 sec., 9611.961552153793 rows/sec., 17.22 MiB/sec. | ||
| 14017 | 2024.12.21 00:56:19.023270 [ 263 ] {87b6bb46-dab0-47ab-b65b-4422debbe338} <Debug> TCPHandler: Processed in 0.003120668 sec. | ||
| 14018 | 2024.12.21 00:56:19.023422 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14019 | 2024.12.21 00:56:19.023544 [ 260 ] {421233ed-ed1b-4cf3-a2b5-cc654c90df3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14020 | 2024.12.21 00:56:19.023596 [ 260 ] {421233ed-ed1b-4cf3-a2b5-cc654c90df3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14021 | 2024.12.21 00:56:19.024103 [ 260 ] {421233ed-ed1b-4cf3-a2b5-cc654c90df3c} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14022 | 2024.12.21 00:56:19.024144 [ 260 ] {421233ed-ed1b-4cf3-a2b5-cc654c90df3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14023 | 2024.12.21 00:56:19.024529 [ 260 ] {421233ed-ed1b-4cf3-a2b5-cc654c90df3c} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14024 | 2024.12.21 00:56:19.024778 [ 260 ] {421233ed-ed1b-4cf3-a2b5-cc654c90df3c} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14025 | 2024.12.21 00:56:19.024958 [ 98 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14026 | 2024.12.21 00:56:19.025020 [ 98 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14027 | 2024.12.21 00:56:19.025026 [ 260 ] {421233ed-ed1b-4cf3-a2b5-cc654c90df3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec. | ||
| 14028 | 2024.12.21 00:56:19.025048 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14029 | 2024.12.21 00:56:19.025176 [ 260 ] {421233ed-ed1b-4cf3-a2b5-cc654c90df3c} <Debug> TCPHandler: Processed in 0.001810603 sec. | ||
| 14030 | 2024.12.21 00:56:19.025269 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 14031 | 2024.12.21 00:56:19.025385 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14032 | 2024.12.21 00:56:19.025424 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6476 rows starting from the beginning of the part | ||
| 14033 | 2024.12.21 00:56:19.025498 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 66 rows starting from the beginning of the part | ||
| 14034 | 2024.12.21 00:56:19.025725 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 14035 | 2024.12.21 00:56:19.025915 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 14036 | 2024.12.21 00:56:19.026099 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part | ||
| 14037 | 2024.12.21 00:56:19.026255 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 14038 | 2024.12.21 00:56:19.028267 [ 202 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6760 rows, containing 4 columns (4 merged, 0 gathered) in 0.003084808 sec., 2191384.358443054 rows/sec., 143.05 MiB/sec. | ||
| 14039 | 2024.12.21 00:56:19.028997 [ 202 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14040 | 2024.12.21 00:56:19.029531 [ 202 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_111_22} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14041 | 2024.12.21 00:56:19.029628 [ 202 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_111_22} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14042 | 2024.12.21 00:56:19.029724 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 14043 | 2024.12.21 00:56:20.037680 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 14044 | 2024.12.21 00:56:20.038327 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14045 | 2024.12.21 00:56:20.038368 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14046 | 2024.12.21 00:56:20.038896 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14047 | 2024.12.21 00:56:20.039172 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14048 | 2024.12.21 00:56:20.039365 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 14049 | 2024.12.21 00:56:22.283852 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 14050 | 2024.12.21 00:56:22.305352 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14051 | 2024.12.21 00:56:22.305413 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14052 | 2024.12.21 00:56:22.312748 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14053 | 2024.12.21 00:56:22.313558 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14054 | 2024.12.21 00:56:22.317176 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 14055 | 2024.12.21 00:56:22.703308 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1976 | ||
| 14056 | 2024.12.21 00:56:22.706667 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14057 | 2024.12.21 00:56:22.706719 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14058 | 2024.12.21 00:56:22.708216 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14059 | 2024.12.21 00:56:22.708530 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14060 | 2024.12.21 00:56:22.710002 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1976 | ||
| 14061 | 2024.12.21 00:56:24.002100 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14062 | 2024.12.21 00:56:24.002361 [ 260 ] {fba9e3d3-588c-46a2-ade2-f3877cf86bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14063 | 2024.12.21 00:56:24.002431 [ 260 ] {fba9e3d3-588c-46a2-ade2-f3877cf86bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14064 | 2024.12.21 00:56:24.003233 [ 260 ] {fba9e3d3-588c-46a2-ade2-f3877cf86bdf} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14065 | 2024.12.21 00:56:24.003279 [ 260 ] {fba9e3d3-588c-46a2-ade2-f3877cf86bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14066 | 2024.12.21 00:56:24.003718 [ 260 ] {fba9e3d3-588c-46a2-ade2-f3877cf86bdf} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14067 | 2024.12.21 00:56:24.003999 [ 260 ] {fba9e3d3-588c-46a2-ade2-f3877cf86bdf} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14068 | 2024.12.21 00:56:24.004228 [ 260 ] {fba9e3d3-588c-46a2-ade2-f3877cf86bdf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001914 sec., 7314.524555903867 rows/sec., 526.55 KiB/sec. | ||
| 14069 | 2024.12.21 00:56:24.004336 [ 260 ] {fba9e3d3-588c-46a2-ade2-f3877cf86bdf} <Debug> TCPHandler: Processed in 0.002378165 sec. | ||
| 14070 | 2024.12.21 00:56:24.004716 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14071 | 2024.12.21 00:56:24.004939 [ 263 ] {fd18894b-7247-4d72-a69f-c419e2fc4401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14072 | 2024.12.21 00:56:24.005035 [ 263 ] {fd18894b-7247-4d72-a69f-c419e2fc4401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14073 | 2024.12.21 00:56:24.005937 [ 263 ] {fd18894b-7247-4d72-a69f-c419e2fc4401} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14074 | 2024.12.21 00:56:24.005998 [ 263 ] {fd18894b-7247-4d72-a69f-c419e2fc4401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14075 | 2024.12.21 00:56:24.006477 [ 263 ] {fd18894b-7247-4d72-a69f-c419e2fc4401} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14076 | 2024.12.21 00:56:24.006772 [ 263 ] {fd18894b-7247-4d72-a69f-c419e2fc4401} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14077 | 2024.12.21 00:56:24.007033 [ 263 ] {fd18894b-7247-4d72-a69f-c419e2fc4401} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002161 sec., 105043.96112910689 rows/sec., 9.18 MiB/sec. | ||
| 14078 | 2024.12.21 00:56:24.007126 [ 263 ] {fd18894b-7247-4d72-a69f-c419e2fc4401} <Debug> TCPHandler: Processed in 0.002635599 sec. | ||
| 14079 | 2024.12.21 00:56:24.007315 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14080 | 2024.12.21 00:56:24.007447 [ 260 ] {a4d15585-2678-46ea-af3c-ee9e5c344ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14081 | 2024.12.21 00:56:24.007502 [ 260 ] {a4d15585-2678-46ea-af3c-ee9e5c344ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14082 | 2024.12.21 00:56:24.008129 [ 260 ] {a4d15585-2678-46ea-af3c-ee9e5c344ffd} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14083 | 2024.12.21 00:56:24.008170 [ 260 ] {a4d15585-2678-46ea-af3c-ee9e5c344ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14084 | 2024.12.21 00:56:24.008541 [ 260 ] {a4d15585-2678-46ea-af3c-ee9e5c344ffd} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14085 | 2024.12.21 00:56:24.008803 [ 260 ] {a4d15585-2678-46ea-af3c-ee9e5c344ffd} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14086 | 2024.12.21 00:56:24.009011 [ 260 ] {a4d15585-2678-46ea-af3c-ee9e5c344ffd} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001594 sec., 11919.69887076537 rows/sec., 852.19 KiB/sec. | ||
| 14087 | 2024.12.21 00:56:24.009083 [ 260 ] {a4d15585-2678-46ea-af3c-ee9e5c344ffd} <Debug> TCPHandler: Processed in 0.001830334 sec. | ||
| 14088 | 2024.12.21 00:56:24.009322 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14089 | 2024.12.21 00:56:24.009490 [ 263 ] {d14743ce-86f6-40ac-8c3a-fcfaaff9df9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14090 | 2024.12.21 00:56:24.009555 [ 263 ] {d14743ce-86f6-40ac-8c3a-fcfaaff9df9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14091 | 2024.12.21 00:56:24.010237 [ 263 ] {d14743ce-86f6-40ac-8c3a-fcfaaff9df9a} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14092 | 2024.12.21 00:56:24.010286 [ 263 ] {d14743ce-86f6-40ac-8c3a-fcfaaff9df9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14093 | 2024.12.21 00:56:24.010681 [ 263 ] {d14743ce-86f6-40ac-8c3a-fcfaaff9df9a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14094 | 2024.12.21 00:56:24.010934 [ 263 ] {d14743ce-86f6-40ac-8c3a-fcfaaff9df9a} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14095 | 2024.12.21 00:56:24.011208 [ 263 ] {d14743ce-86f6-40ac-8c3a-fcfaaff9df9a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00175 sec., 8000 rows/sec., 560.27 KiB/sec. | ||
| 14096 | 2024.12.21 00:56:24.011399 [ 263 ] {d14743ce-86f6-40ac-8c3a-fcfaaff9df9a} <Debug> TCPHandler: Processed in 0.002196801 sec. | ||
| 14097 | 2024.12.21 00:56:24.011616 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14098 | 2024.12.21 00:56:24.011763 [ 260 ] {0647c1a1-cef3-4cfe-bfd1-1bf285b7079b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14099 | 2024.12.21 00:56:24.011817 [ 260 ] {0647c1a1-cef3-4cfe-bfd1-1bf285b7079b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14100 | 2024.12.21 00:56:24.012411 [ 260 ] {0647c1a1-cef3-4cfe-bfd1-1bf285b7079b} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14101 | 2024.12.21 00:56:24.012450 [ 260 ] {0647c1a1-cef3-4cfe-bfd1-1bf285b7079b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14102 | 2024.12.21 00:56:24.012820 [ 260 ] {0647c1a1-cef3-4cfe-bfd1-1bf285b7079b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14103 | 2024.12.21 00:56:24.013064 [ 260 ] {0647c1a1-cef3-4cfe-bfd1-1bf285b7079b} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14104 | 2024.12.21 00:56:24.013255 [ 260 ] {0647c1a1-cef3-4cfe-bfd1-1bf285b7079b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001519 sec., 8558.262014483213 rows/sec., 533.61 KiB/sec. | ||
| 14105 | 2024.12.21 00:56:24.013378 [ 260 ] {0647c1a1-cef3-4cfe-bfd1-1bf285b7079b} <Debug> TCPHandler: Processed in 0.001878345 sec. | ||
| 14106 | 2024.12.21 00:56:24.013557 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14107 | 2024.12.21 00:56:24.013703 [ 263 ] {d07a4c78-7b98-4ece-bf0c-14dbadb018bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14108 | 2024.12.21 00:56:24.013770 [ 263 ] {d07a4c78-7b98-4ece-bf0c-14dbadb018bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14109 | 2024.12.21 00:56:24.014660 [ 263 ] {d07a4c78-7b98-4ece-bf0c-14dbadb018bb} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14110 | 2024.12.21 00:56:24.014705 [ 263 ] {d07a4c78-7b98-4ece-bf0c-14dbadb018bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14111 | 2024.12.21 00:56:24.015117 [ 263 ] {d07a4c78-7b98-4ece-bf0c-14dbadb018bb} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14112 | 2024.12.21 00:56:24.015366 [ 263 ] {d07a4c78-7b98-4ece-bf0c-14dbadb018bb} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14113 | 2024.12.21 00:56:24.015628 [ 263 ] {d07a4c78-7b98-4ece-bf0c-14dbadb018bb} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.00196 sec., 201020.40816326533 rows/sec., 14.27 MiB/sec. | ||
| 14114 | 2024.12.21 00:56:24.015737 [ 263 ] {d07a4c78-7b98-4ece-bf0c-14dbadb018bb} <Debug> TCPHandler: Processed in 0.002263022 sec. | ||
| 14115 | 2024.12.21 00:56:24.015949 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14116 | 2024.12.21 00:56:24.016263 [ 260 ] {4140fbcd-f19d-465e-8e2a-f106375ecbbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14117 | 2024.12.21 00:56:24.016359 [ 260 ] {4140fbcd-f19d-465e-8e2a-f106375ecbbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14118 | 2024.12.21 00:56:24.016850 [ 260 ] {4140fbcd-f19d-465e-8e2a-f106375ecbbc} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14119 | 2024.12.21 00:56:24.016890 [ 260 ] {4140fbcd-f19d-465e-8e2a-f106375ecbbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14120 | 2024.12.21 00:56:24.017268 [ 260 ] {4140fbcd-f19d-465e-8e2a-f106375ecbbc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14121 | 2024.12.21 00:56:24.017523 [ 260 ] {4140fbcd-f19d-465e-8e2a-f106375ecbbc} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14122 | 2024.12.21 00:56:24.017701 [ 260 ] {4140fbcd-f19d-465e-8e2a-f106375ecbbc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec. | ||
| 14123 | 2024.12.21 00:56:24.017754 [ 260 ] {4140fbcd-f19d-465e-8e2a-f106375ecbbc} <Debug> TCPHandler: Processed in 0.001925155 sec. | ||
| 14124 | 2024.12.21 00:56:24.017897 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14125 | 2024.12.21 00:56:24.018031 [ 263 ] {9d75fbe7-20b4-4acb-9e37-e2f9bf347baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14126 | 2024.12.21 00:56:24.018093 [ 263 ] {9d75fbe7-20b4-4acb-9e37-e2f9bf347baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14127 | 2024.12.21 00:56:24.018741 [ 263 ] {9d75fbe7-20b4-4acb-9e37-e2f9bf347baa} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14128 | 2024.12.21 00:56:24.018787 [ 263 ] {9d75fbe7-20b4-4acb-9e37-e2f9bf347baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14129 | 2024.12.21 00:56:24.019227 [ 263 ] {9d75fbe7-20b4-4acb-9e37-e2f9bf347baa} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14130 | 2024.12.21 00:56:24.019473 [ 263 ] {9d75fbe7-20b4-4acb-9e37-e2f9bf347baa} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14131 | 2024.12.21 00:56:24.019712 [ 263 ] {9d75fbe7-20b4-4acb-9e37-e2f9bf347baa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001713 sec., 138353.765323993 rows/sec., 9.27 MiB/sec. | ||
| 14132 | 2024.12.21 00:56:24.019786 [ 263 ] {9d75fbe7-20b4-4acb-9e37-e2f9bf347baa} <Debug> TCPHandler: Processed in 0.001950836 sec. | ||
| 14133 | 2024.12.21 00:56:24.019934 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14134 | 2024.12.21 00:56:24.020053 [ 260 ] {52d0faa9-7f72-4e6a-b7de-60ec66757f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14135 | 2024.12.21 00:56:24.020105 [ 260 ] {52d0faa9-7f72-4e6a-b7de-60ec66757f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14136 | 2024.12.21 00:56:24.020574 [ 260 ] {52d0faa9-7f72-4e6a-b7de-60ec66757f5a} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14137 | 2024.12.21 00:56:24.020612 [ 260 ] {52d0faa9-7f72-4e6a-b7de-60ec66757f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14138 | 2024.12.21 00:56:24.020968 [ 260 ] {52d0faa9-7f72-4e6a-b7de-60ec66757f5a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14139 | 2024.12.21 00:56:24.021207 [ 260 ] {52d0faa9-7f72-4e6a-b7de-60ec66757f5a} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14140 | 2024.12.21 00:56:24.021400 [ 260 ] {52d0faa9-7f72-4e6a-b7de-60ec66757f5a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001371 sec., 729.3946024799417 rows/sec., 49.15 KiB/sec. | ||
| 14141 | 2024.12.21 00:56:24.021505 [ 260 ] {52d0faa9-7f72-4e6a-b7de-60ec66757f5a} <Debug> TCPHandler: Processed in 0.00162585 sec. | ||
| 14142 | 2024.12.21 00:56:24.021701 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14143 | 2024.12.21 00:56:24.021847 [ 263 ] {4f455a61-76a9-484f-9df3-55f4fd3bfe60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14144 | 2024.12.21 00:56:24.021947 [ 263 ] {4f455a61-76a9-484f-9df3-55f4fd3bfe60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14145 | 2024.12.21 00:56:24.023186 [ 263 ] {4f455a61-76a9-484f-9df3-55f4fd3bfe60} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14146 | 2024.12.21 00:56:24.023228 [ 263 ] {4f455a61-76a9-484f-9df3-55f4fd3bfe60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14147 | 2024.12.21 00:56:24.023905 [ 263 ] {4f455a61-76a9-484f-9df3-55f4fd3bfe60} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14148 | 2024.12.21 00:56:24.024168 [ 263 ] {4f455a61-76a9-484f-9df3-55f4fd3bfe60} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14149 | 2024.12.21 00:56:24.024422 [ 263 ] {4f455a61-76a9-484f-9df3-55f4fd3bfe60} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00261 sec., 4597.701149425287 rows/sec., 8.24 MiB/sec. | ||
| 14150 | 2024.12.21 00:56:24.024539 [ 263 ] {4f455a61-76a9-484f-9df3-55f4fd3bfe60} <Debug> TCPHandler: Processed in 0.002939174 sec. | ||
| 14151 | 2024.12.21 00:56:24.024679 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14152 | 2024.12.21 00:56:24.024803 [ 260 ] {d5be2ff0-7fb0-46e6-a137-2ca2edeeaee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14153 | 2024.12.21 00:56:24.024859 [ 260 ] {d5be2ff0-7fb0-46e6-a137-2ca2edeeaee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14154 | 2024.12.21 00:56:24.025368 [ 260 ] {d5be2ff0-7fb0-46e6-a137-2ca2edeeaee8} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14155 | 2024.12.21 00:56:24.025412 [ 260 ] {d5be2ff0-7fb0-46e6-a137-2ca2edeeaee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14156 | 2024.12.21 00:56:24.025805 [ 260 ] {d5be2ff0-7fb0-46e6-a137-2ca2edeeaee8} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14157 | 2024.12.21 00:56:24.026052 [ 260 ] {d5be2ff0-7fb0-46e6-a137-2ca2edeeaee8} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14158 | 2024.12.21 00:56:24.026230 [ 260 ] {d5be2ff0-7fb0-46e6-a137-2ca2edeeaee8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
| 14159 | 2024.12.21 00:56:24.026281 [ 260 ] {d5be2ff0-7fb0-46e6-a137-2ca2edeeaee8} <Debug> TCPHandler: Processed in 0.001659151 sec. | ||
| 14160 | 2024.12.21 00:56:27.280290 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14161 | 2024.12.21 00:56:27.280362 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14162 | 2024.12.21 00:56:27.459719 [ 218 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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] | ||
| 14163 | 2024.12.21 00:56:27.459774 [ 218 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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] | ||
| 14164 | 2024.12.21 00:56:27.466115 [ 218 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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.21 00:56:27.539468 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 14166 | 2024.12.21 00:56:27.540099 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14167 | 2024.12.21 00:56:27.540141 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14168 | 2024.12.21 00:56:27.540677 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14169 | 2024.12.21 00:56:27.540947 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14170 | 2024.12.21 00:56:27.541208 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 14171 | 2024.12.21 00:56:28.178797 [ 223 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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] | ||
| 14172 | 2024.12.21 00:56:28.178854 [ 223 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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] | ||
| 14173 | 2024.12.21 00:56:28.180916 [ 223 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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] | ||
| 14174 | 2024.12.21 00:56:28.999319 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14175 | 2024.12.21 00:56:28.999610 [ 260 ] {09ecbe7d-eae1-48bf-97a6-658db3c8b032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14176 | 2024.12.21 00:56:28.999698 [ 260 ] {09ecbe7d-eae1-48bf-97a6-658db3c8b032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14177 | 2024.12.21 00:56:29.000862 [ 260 ] {09ecbe7d-eae1-48bf-97a6-658db3c8b032} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14178 | 2024.12.21 00:56:29.000917 [ 260 ] {09ecbe7d-eae1-48bf-97a6-658db3c8b032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14179 | 2024.12.21 00:56:29.001469 [ 260 ] {09ecbe7d-eae1-48bf-97a6-658db3c8b032} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14180 | 2024.12.21 00:56:29.001748 [ 260 ] {09ecbe7d-eae1-48bf-97a6-658db3c8b032} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14181 | 2024.12.21 00:56:29.002013 [ 260 ] {09ecbe7d-eae1-48bf-97a6-658db3c8b032} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002462 sec., 44679.1226645004 rows/sec., 3.74 MiB/sec. | ||
| 14182 | 2024.12.21 00:56:29.002092 [ 260 ] {09ecbe7d-eae1-48bf-97a6-658db3c8b032} <Debug> TCPHandler: Processed in 0.002925644 sec. | ||
| 14183 | 2024.12.21 00:56:29.002385 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14184 | 2024.12.21 00:56:29.002588 [ 263 ] {071f086e-a38d-4b35-bda1-780499a66616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14185 | 2024.12.21 00:56:29.002670 [ 263 ] {071f086e-a38d-4b35-bda1-780499a66616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14186 | 2024.12.21 00:56:29.003513 [ 263 ] {071f086e-a38d-4b35-bda1-780499a66616} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14187 | 2024.12.21 00:56:29.003568 [ 263 ] {071f086e-a38d-4b35-bda1-780499a66616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14188 | 2024.12.21 00:56:29.004030 [ 263 ] {071f086e-a38d-4b35-bda1-780499a66616} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14189 | 2024.12.21 00:56:29.004325 [ 263 ] {071f086e-a38d-4b35-bda1-780499a66616} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14190 | 2024.12.21 00:56:29.004596 [ 87 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14191 | 2024.12.21 00:56:29.004685 [ 87 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14192 | 2024.12.21 00:56:29.004693 [ 263 ] {071f086e-a38d-4b35-bda1-780499a66616} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002145 sec., 12587.412587412586 rows/sec., 946.51 KiB/sec. | ||
| 14193 | 2024.12.21 00:56:29.004730 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14194 | 2024.12.21 00:56:29.004892 [ 263 ] {071f086e-a38d-4b35-bda1-780499a66616} <Debug> TCPHandler: Processed in 0.00267811 sec. | ||
| 14195 | 2024.12.21 00:56:29.004945 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 14196 | 2024.12.21 00:56:29.005083 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14197 | 2024.12.21 00:56:29.005109 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14198 | 2024.12.21 00:56:29.005134 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 64 rows starting from the beginning of the part | ||
| 14199 | 2024.12.21 00:56:29.005406 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 27 rows starting from the beginning of the part | ||
| 14200 | 2024.12.21 00:56:29.005454 [ 260 ] {22c94e08-fce4-4e40-9736-dc1b245a9ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14201 | 2024.12.21 00:56:29.005665 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 19 rows starting from the beginning of the part | ||
| 14202 | 2024.12.21 00:56:29.005684 [ 260 ] {22c94e08-fce4-4e40-9736-dc1b245a9ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14203 | 2024.12.21 00:56:29.006041 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 33 rows starting from the beginning of the part | ||
| 14204 | 2024.12.21 00:56:29.006349 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 19 rows starting from the beginning of the part | ||
| 14205 | 2024.12.21 00:56:29.006699 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 27 rows starting from the beginning of the part | ||
| 14206 | 2024.12.21 00:56:29.008600 [ 260 ] {22c94e08-fce4-4e40-9736-dc1b245a9ab3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14207 | 2024.12.21 00:56:29.008673 [ 260 ] {22c94e08-fce4-4e40-9736-dc1b245a9ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14208 | 2024.12.21 00:56:29.009797 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.004937822 sec., 38275.98483703949 rows/sec., 2.89 MiB/sec. | ||
| 14209 | 2024.12.21 00:56:29.009846 [ 260 ] {22c94e08-fce4-4e40-9736-dc1b245a9ab3} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14210 | 2024.12.21 00:56:29.009986 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14211 | 2024.12.21 00:56:29.010359 [ 260 ] {22c94e08-fce4-4e40-9736-dc1b245a9ab3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14212 | 2024.12.21 00:56:29.010526 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_96_19} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14213 | 2024.12.21 00:56:29.010845 [ 188 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_96_19} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14214 | 2024.12.21 00:56:29.010847 [ 260 ] {22c94e08-fce4-4e40-9736-dc1b245a9ab3} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005499 sec., 16548.463356973993 rows/sec., 1.29 MiB/sec. | ||
| 14215 | 2024.12.21 00:56:29.011082 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14216 | 2024.12.21 00:56:29.011232 [ 260 ] {22c94e08-fce4-4e40-9736-dc1b245a9ab3} <Debug> TCPHandler: Processed in 0.006202575 sec. | ||
| 14217 | 2024.12.21 00:56:29.011491 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14218 | 2024.12.21 00:56:29.011654 [ 263 ] {557b23f1-11cd-4b44-9436-8a2ffad5bcf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14219 | 2024.12.21 00:56:29.011724 [ 263 ] {557b23f1-11cd-4b44-9436-8a2ffad5bcf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14220 | 2024.12.21 00:56:29.012329 [ 263 ] {557b23f1-11cd-4b44-9436-8a2ffad5bcf9} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14221 | 2024.12.21 00:56:29.012373 [ 263 ] {557b23f1-11cd-4b44-9436-8a2ffad5bcf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14222 | 2024.12.21 00:56:29.012807 [ 263 ] {557b23f1-11cd-4b44-9436-8a2ffad5bcf9} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14223 | 2024.12.21 00:56:29.013065 [ 263 ] {557b23f1-11cd-4b44-9436-8a2ffad5bcf9} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14224 | 2024.12.21 00:56:29.013313 [ 263 ] {557b23f1-11cd-4b44-9436-8a2ffad5bcf9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001696 sec., 94339.62264150943 rows/sec., 6.57 MiB/sec. | ||
| 14225 | 2024.12.21 00:56:29.013380 [ 263 ] {557b23f1-11cd-4b44-9436-8a2ffad5bcf9} <Debug> TCPHandler: Processed in 0.001999588 sec. | ||
| 14226 | 2024.12.21 00:56:29.013538 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14227 | 2024.12.21 00:56:29.013687 [ 260 ] {83daf2b7-d181-4415-9cd7-71d047408fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14228 | 2024.12.21 00:56:29.013779 [ 260 ] {83daf2b7-d181-4415-9cd7-71d047408fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14229 | 2024.12.21 00:56:29.014982 [ 260 ] {83daf2b7-d181-4415-9cd7-71d047408fb9} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14230 | 2024.12.21 00:56:29.015023 [ 260 ] {83daf2b7-d181-4415-9cd7-71d047408fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14231 | 2024.12.21 00:56:29.015704 [ 260 ] {83daf2b7-d181-4415-9cd7-71d047408fb9} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14232 | 2024.12.21 00:56:29.015967 [ 260 ] {83daf2b7-d181-4415-9cd7-71d047408fb9} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14233 | 2024.12.21 00:56:29.016161 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14234 | 2024.12.21 00:56:29.016238 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14235 | 2024.12.21 00:56:29.016247 [ 260 ] {83daf2b7-d181-4415-9cd7-71d047408fb9} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002585 sec., 10444.874274661508 rows/sec., 18.72 MiB/sec. | ||
| 14236 | 2024.12.21 00:56:29.016278 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14237 | 2024.12.21 00:56:29.016669 [ 260 ] {83daf2b7-d181-4415-9cd7-71d047408fb9} <Debug> TCPHandler: Processed in 0.003199599 sec. | ||
| 14238 | 2024.12.21 00:56:29.016689 [ 202 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 14239 | 2024.12.21 00:56:29.016875 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14240 | 2024.12.21 00:56:29.017185 [ 263 ] {60a5f08c-301c-499d-ac86-7f665d711fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14241 | 2024.12.21 00:56:29.017337 [ 263 ] {60a5f08c-301c-499d-ac86-7f665d711fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14242 | 2024.12.21 00:56:29.017338 [ 202 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14243 | 2024.12.21 00:56:29.017582 [ 202 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1770 rows starting from the beginning of the part | ||
| 14244 | 2024.12.21 00:56:29.018452 [ 202 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 27 rows starting from the beginning of the part | ||
| 14245 | 2024.12.21 00:56:29.019299 [ 202 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 12 rows starting from the beginning of the part | ||
| 14246 | 2024.12.21 00:56:29.019601 [ 263 ] {60a5f08c-301c-499d-ac86-7f665d711fc3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14247 | 2024.12.21 00:56:29.019725 [ 263 ] {60a5f08c-301c-499d-ac86-7f665d711fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14248 | 2024.12.21 00:56:29.020065 [ 202 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 27 rows starting from the beginning of the part | ||
| 14249 | 2024.12.21 00:56:29.020673 [ 202 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 12 rows starting from the beginning of the part | ||
| 14250 | 2024.12.21 00:56:29.021321 [ 202 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 27 rows starting from the beginning of the part | ||
| 14251 | 2024.12.21 00:56:29.021342 [ 263 ] {60a5f08c-301c-499d-ac86-7f665d711fc3} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14252 | 2024.12.21 00:56:29.022192 [ 263 ] {60a5f08c-301c-499d-ac86-7f665d711fc3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14253 | 2024.12.21 00:56:29.022739 [ 263 ] {60a5f08c-301c-499d-ac86-7f665d711fc3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005648 sec., 10623.229461756373 rows/sec., 733.11 KiB/sec. | ||
| 14254 | 2024.12.21 00:56:29.022867 [ 263 ] {60a5f08c-301c-499d-ac86-7f665d711fc3} <Debug> TCPHandler: Processed in 0.006082053 sec. | ||
| 14255 | 2024.12.21 00:56:29.031314 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1875 rows, containing 19 columns (19 merged, 0 gathered) in 0.014870196 sec., 126091.1423090859 rows/sec., 225.95 MiB/sec. | ||
| 14256 | 2024.12.21 00:56:29.033251 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14257 | 2024.12.21 00:56:29.033729 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14258 | 2024.12.21 00:56:29.033829 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14259 | 2024.12.21 00:56:29.033999 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.31 MiB. | ||
| 14260 | 2024.12.21 00:56:29.817225 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 14261 | 2024.12.21 00:56:29.838330 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14262 | 2024.12.21 00:56:29.838393 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14263 | 2024.12.21 00:56:29.845494 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14264 | 2024.12.21 00:56:29.846342 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14265 | 2024.12.21 00:56:29.849640 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 14266 | 2024.12.21 00:56:30.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.49 MiB, peak 282.23 MiB, free memory in arenas 0.00 B, will set to 266.99 MiB (RSS), difference: 1.50 MiB | ||
| 14267 | 2024.12.21 00:56:31.753780 [ 77 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 14268 | 2024.12.21 00:56:31.753846 [ 77 ] {} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14269 | 2024.12.21 00:56:31.753871 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14270 | 2024.12.21 00:56:31.754078 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::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 | ||
| 14271 | 2024.12.21 00:56:31.754411 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14272 | 2024.12.21 00:56:31.754450 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part | ||
| 14273 | 2024.12.21 00:56:31.754534 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 14274 | 2024.12.21 00:56:31.754750 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 14275 | 2024.12.21 00:56:31.754968 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 14276 | 2024.12.21 00:56:31.755093 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 14277 | 2024.12.21 00:56:31.756169 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002221751 sec., 16203.435938590777 rows/sec., 1.35 MiB/sec. | ||
| 14278 | 2024.12.21 00:56:31.756367 [ 197 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 14279 | 2024.12.21 00:56:31.756730 [ 197 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_29_7} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14280 | 2024.12.21 00:56:31.756830 [ 197 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_29_7} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 14281 | 2024.12.21 00:56:31.756941 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14282 | 2024.12.21 00:56:32.710203 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2010 | ||
| 14283 | 2024.12.21 00:56:32.713369 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14284 | 2024.12.21 00:56:32.713421 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14285 | 2024.12.21 00:56:32.714955 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14286 | 2024.12.21 00:56:32.715270 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14287 | 2024.12.21 00:56:32.715449 [ 74 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 14288 | 2024.12.21 00:56:32.715515 [ 74 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14289 | 2024.12.21 00:56:32.715551 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14290 | 2024.12.21 00:56:32.715760 [ 186 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 14291 | 2024.12.21 00:56:32.716250 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2010 | ||
| 14292 | 2024.12.21 00:56:32.716695 [ 186 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14293 | 2024.12.21 00:56:32.716855 [ 186 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1826 rows starting from the beginning of the part | ||
| 14294 | 2024.12.21 00:56:32.717424 [ 186 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part | ||
| 14295 | 2024.12.21 00:56:32.717960 [ 186 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 14296 | 2024.12.21 00:56:32.718378 [ 186 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 44 rows starting from the beginning of the part | ||
| 14297 | 2024.12.21 00:56:32.718799 [ 186 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 14298 | 2024.12.21 00:56:32.719239 [ 186 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 14299 | 2024.12.21 00:56:32.727991 [ 191 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2010 rows, containing 72 columns (72 merged, 0 gathered) in 0.012357859 sec., 162649.53338600157 rows/sec., 123.73 MiB/sec. | ||
| 14300 | 2024.12.21 00:56:32.730082 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 14301 | 2024.12.21 00:56:32.730945 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_51_10} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14302 | 2024.12.21 00:56:32.731061 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_51_10} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 14303 | 2024.12.21 00:56:32.731422 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.07 MiB. | ||
| 14304 | 2024.12.21 00:56:32.776257 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14305 | 2024.12.21 00:56:32.776481 [ 260 ] {a0a24666-7294-45eb-8d04-19f749392348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14306 | 2024.12.21 00:56:32.776568 [ 260 ] {a0a24666-7294-45eb-8d04-19f749392348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14307 | 2024.12.21 00:56:32.777411 [ 260 ] {a0a24666-7294-45eb-8d04-19f749392348} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14308 | 2024.12.21 00:56:32.777467 [ 260 ] {a0a24666-7294-45eb-8d04-19f749392348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14309 | 2024.12.21 00:56:32.777916 [ 260 ] {a0a24666-7294-45eb-8d04-19f749392348} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14310 | 2024.12.21 00:56:32.778168 [ 260 ] {a0a24666-7294-45eb-8d04-19f749392348} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14311 | 2024.12.21 00:56:32.778378 [ 260 ] {a0a24666-7294-45eb-8d04-19f749392348} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001961 sec., 7139.214686384497 rows/sec., 513.93 KiB/sec. | ||
| 14312 | 2024.12.21 00:56:32.778473 [ 260 ] {a0a24666-7294-45eb-8d04-19f749392348} <Debug> TCPHandler: Processed in 0.002366904 sec. | ||
| 14313 | 2024.12.21 00:56:32.778781 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14314 | 2024.12.21 00:56:32.778951 [ 263 ] {67489470-3695-4dd9-8c6d-2e20f230055e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14315 | 2024.12.21 00:56:32.779023 [ 263 ] {67489470-3695-4dd9-8c6d-2e20f230055e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14316 | 2024.12.21 00:56:32.779748 [ 263 ] {67489470-3695-4dd9-8c6d-2e20f230055e} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14317 | 2024.12.21 00:56:32.779793 [ 263 ] {67489470-3695-4dd9-8c6d-2e20f230055e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14318 | 2024.12.21 00:56:32.780196 [ 263 ] {67489470-3695-4dd9-8c6d-2e20f230055e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 14319 | 2024.12.21 00:56:32.780446 [ 263 ] {67489470-3695-4dd9-8c6d-2e20f230055e} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14320 | 2024.12.21 00:56:32.780699 [ 263 ] {67489470-3695-4dd9-8c6d-2e20f230055e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001797 sec., 2225.9321090706735 rows/sec., 181.51 KiB/sec. | ||
| 14321 | 2024.12.21 00:56:32.780831 [ 263 ] {67489470-3695-4dd9-8c6d-2e20f230055e} <Debug> TCPHandler: Processed in 0.002197421 sec. | ||
| 14322 | 2024.12.21 00:56:32.781007 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14323 | 2024.12.21 00:56:32.781138 [ 260 ] {c5a32d4a-2c0e-4725-86cd-abd7e31ae2cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14324 | 2024.12.21 00:56:32.781193 [ 260 ] {c5a32d4a-2c0e-4725-86cd-abd7e31ae2cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14325 | 2024.12.21 00:56:32.782577 [ 260 ] {c5a32d4a-2c0e-4725-86cd-abd7e31ae2cd} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14326 | 2024.12.21 00:56:32.782619 [ 260 ] {c5a32d4a-2c0e-4725-86cd-abd7e31ae2cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14327 | 2024.12.21 00:56:32.783109 [ 260 ] {c5a32d4a-2c0e-4725-86cd-abd7e31ae2cd} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14328 | 2024.12.21 00:56:32.783363 [ 260 ] {c5a32d4a-2c0e-4725-86cd-abd7e31ae2cd} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14329 | 2024.12.21 00:56:32.783553 [ 260 ] {c5a32d4a-2c0e-4725-86cd-abd7e31ae2cd} <Debug> executeQuery: Read 1369 rows, 116.58 KiB in 0.002444 sec., 560147.2995090017 rows/sec., 46.58 MiB/sec. | ||
| 14330 | 2024.12.21 00:56:32.783626 [ 260 ] {c5a32d4a-2c0e-4725-86cd-abd7e31ae2cd} <Debug> TCPHandler: Processed in 0.00267737 sec. | ||
| 14331 | 2024.12.21 00:56:32.783824 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14332 | 2024.12.21 00:56:32.784034 [ 263 ] {99b7baf1-15a9-48ff-bc0b-709be0d7c992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14333 | 2024.12.21 00:56:32.784087 [ 263 ] {99b7baf1-15a9-48ff-bc0b-709be0d7c992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14334 | 2024.12.21 00:56:32.784716 [ 263 ] {99b7baf1-15a9-48ff-bc0b-709be0d7c992} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14335 | 2024.12.21 00:56:32.784757 [ 263 ] {99b7baf1-15a9-48ff-bc0b-709be0d7c992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14336 | 2024.12.21 00:56:32.785132 [ 263 ] {99b7baf1-15a9-48ff-bc0b-709be0d7c992} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14337 | 2024.12.21 00:56:32.785389 [ 263 ] {99b7baf1-15a9-48ff-bc0b-709be0d7c992} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14338 | 2024.12.21 00:56:32.785609 [ 263 ] {99b7baf1-15a9-48ff-bc0b-709be0d7c992} <Debug> executeQuery: Read 23 rows, 1.64 KiB in 0.001613 sec., 14259.144451332919 rows/sec., 1015.31 KiB/sec. | ||
| 14339 | 2024.12.21 00:56:32.785668 [ 263 ] {99b7baf1-15a9-48ff-bc0b-709be0d7c992} <Debug> TCPHandler: Processed in 0.001953146 sec. | ||
| 14340 | 2024.12.21 00:56:32.785863 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14341 | 2024.12.21 00:56:32.785993 [ 260 ] {70f3509e-5e81-4b99-b3f5-a9bef28ade5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14342 | 2024.12.21 00:56:32.786045 [ 260 ] {70f3509e-5e81-4b99-b3f5-a9bef28ade5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14343 | 2024.12.21 00:56:32.786763 [ 260 ] {70f3509e-5e81-4b99-b3f5-a9bef28ade5b} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14344 | 2024.12.21 00:56:32.786802 [ 260 ] {70f3509e-5e81-4b99-b3f5-a9bef28ade5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14345 | 2024.12.21 00:56:32.787204 [ 260 ] {70f3509e-5e81-4b99-b3f5-a9bef28ade5b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14346 | 2024.12.21 00:56:32.787464 [ 260 ] {70f3509e-5e81-4b99-b3f5-a9bef28ade5b} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14347 | 2024.12.21 00:56:32.787653 [ 260 ] {70f3509e-5e81-4b99-b3f5-a9bef28ade5b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001691 sec., 143110.58545239503 rows/sec., 9.70 MiB/sec. | ||
| 14348 | 2024.12.21 00:56:32.787711 [ 260 ] {70f3509e-5e81-4b99-b3f5-a9bef28ade5b} <Debug> TCPHandler: Processed in 0.001911375 sec. | ||
| 14349 | 2024.12.21 00:56:32.787862 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14350 | 2024.12.21 00:56:32.787986 [ 263 ] {206633de-58cf-4f83-aba8-2decfb508edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14351 | 2024.12.21 00:56:32.788037 [ 263 ] {206633de-58cf-4f83-aba8-2decfb508edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14352 | 2024.12.21 00:56:32.788630 [ 263 ] {206633de-58cf-4f83-aba8-2decfb508edc} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14353 | 2024.12.21 00:56:32.788670 [ 263 ] {206633de-58cf-4f83-aba8-2decfb508edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14354 | 2024.12.21 00:56:32.789028 [ 263 ] {206633de-58cf-4f83-aba8-2decfb508edc} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14355 | 2024.12.21 00:56:32.789262 [ 263 ] {206633de-58cf-4f83-aba8-2decfb508edc} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14356 | 2024.12.21 00:56:32.789480 [ 263 ] {206633de-58cf-4f83-aba8-2decfb508edc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec. | ||
| 14357 | 2024.12.21 00:56:32.789534 [ 263 ] {206633de-58cf-4f83-aba8-2decfb508edc} <Debug> TCPHandler: Processed in 0.001730322 sec. | ||
| 14358 | 2024.12.21 00:56:32.789687 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14359 | 2024.12.21 00:56:32.789818 [ 260 ] {358c9ea2-366e-471f-8c2a-9ecff2581d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14360 | 2024.12.21 00:56:32.789876 [ 260 ] {358c9ea2-366e-471f-8c2a-9ecff2581d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14361 | 2024.12.21 00:56:32.790939 [ 260 ] {358c9ea2-366e-471f-8c2a-9ecff2581d70} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14362 | 2024.12.21 00:56:32.790980 [ 260 ] {358c9ea2-366e-471f-8c2a-9ecff2581d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14363 | 2024.12.21 00:56:32.791394 [ 260 ] {358c9ea2-366e-471f-8c2a-9ecff2581d70} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14364 | 2024.12.21 00:56:32.791640 [ 260 ] {358c9ea2-366e-471f-8c2a-9ecff2581d70} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14365 | 2024.12.21 00:56:32.791834 [ 260 ] {358c9ea2-366e-471f-8c2a-9ecff2581d70} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.002046 sec., 417399.8044965787 rows/sec., 30.19 MiB/sec. | ||
| 14366 | 2024.12.21 00:56:32.791892 [ 260 ] {358c9ea2-366e-471f-8c2a-9ecff2581d70} <Debug> TCPHandler: Processed in 0.002261822 sec. | ||
| 14367 | 2024.12.21 00:56:32.792062 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14368 | 2024.12.21 00:56:32.792204 [ 263 ] {cba6db9e-0576-42d2-b9e4-b21805c323b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14369 | 2024.12.21 00:56:32.792265 [ 263 ] {cba6db9e-0576-42d2-b9e4-b21805c323b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14370 | 2024.12.21 00:56:32.792841 [ 263 ] {cba6db9e-0576-42d2-b9e4-b21805c323b3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14371 | 2024.12.21 00:56:32.792882 [ 263 ] {cba6db9e-0576-42d2-b9e4-b21805c323b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14372 | 2024.12.21 00:56:32.793255 [ 263 ] {cba6db9e-0576-42d2-b9e4-b21805c323b3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14373 | 2024.12.21 00:56:32.793491 [ 263 ] {cba6db9e-0576-42d2-b9e4-b21805c323b3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14374 | 2024.12.21 00:56:32.793712 [ 263 ] {cba6db9e-0576-42d2-b9e4-b21805c323b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001539 sec., 3898.635477582846 rows/sec., 203.69 KiB/sec. | ||
| 14375 | 2024.12.21 00:56:32.793766 [ 263 ] {cba6db9e-0576-42d2-b9e4-b21805c323b3} <Debug> TCPHandler: Processed in 0.001771683 sec. | ||
| 14376 | 2024.12.21 00:56:32.793934 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14377 | 2024.12.21 00:56:32.794066 [ 260 ] {2d2524c2-fa32-410f-82db-16891cea97e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14378 | 2024.12.21 00:56:32.794121 [ 260 ] {2d2524c2-fa32-410f-82db-16891cea97e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14379 | 2024.12.21 00:56:32.794900 [ 260 ] {2d2524c2-fa32-410f-82db-16891cea97e9} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14380 | 2024.12.21 00:56:32.794938 [ 260 ] {2d2524c2-fa32-410f-82db-16891cea97e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14381 | 2024.12.21 00:56:32.795416 [ 260 ] {2d2524c2-fa32-410f-82db-16891cea97e9} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14382 | 2024.12.21 00:56:32.795683 [ 260 ] {2d2524c2-fa32-410f-82db-16891cea97e9} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14383 | 2024.12.21 00:56:32.795869 [ 260 ] {2d2524c2-fa32-410f-82db-16891cea97e9} <Debug> executeQuery: Read 917 rows, 62.63 KiB in 0.001829 sec., 501366.86714051396 rows/sec., 33.44 MiB/sec. | ||
| 14384 | 2024.12.21 00:56:32.795943 [ 260 ] {2d2524c2-fa32-410f-82db-16891cea97e9} <Debug> TCPHandler: Processed in 0.002069808 sec. | ||
| 14385 | 2024.12.21 00:56:32.796147 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14386 | 2024.12.21 00:56:32.796452 [ 263 ] {f22f202f-d391-42a5-9c29-6eec5f7d4a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14387 | 2024.12.21 00:56:32.796589 [ 263 ] {f22f202f-d391-42a5-9c29-6eec5f7d4a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14388 | 2024.12.21 00:56:32.797167 [ 263 ] {f22f202f-d391-42a5-9c29-6eec5f7d4a11} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14389 | 2024.12.21 00:56:32.797220 [ 263 ] {f22f202f-d391-42a5-9c29-6eec5f7d4a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14390 | 2024.12.21 00:56:32.797606 [ 263 ] {f22f202f-d391-42a5-9c29-6eec5f7d4a11} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14391 | 2024.12.21 00:56:32.797865 [ 263 ] {f22f202f-d391-42a5-9c29-6eec5f7d4a11} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14392 | 2024.12.21 00:56:32.798116 [ 263 ] {f22f202f-d391-42a5-9c29-6eec5f7d4a11} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001763 sec., 567.2149744753261 rows/sec., 38.22 KiB/sec. | ||
| 14393 | 2024.12.21 00:56:32.798297 [ 263 ] {f22f202f-d391-42a5-9c29-6eec5f7d4a11} <Debug> TCPHandler: Processed in 0.002258022 sec. | ||
| 14394 | 2024.12.21 00:56:32.798528 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14395 | 2024.12.21 00:56:32.798649 [ 260 ] {e6833670-5ce0-4c6d-b8f5-5a133923004b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14396 | 2024.12.21 00:56:32.798724 [ 260 ] {e6833670-5ce0-4c6d-b8f5-5a133923004b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14397 | 2024.12.21 00:56:32.799893 [ 260 ] {e6833670-5ce0-4c6d-b8f5-5a133923004b} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14398 | 2024.12.21 00:56:32.799990 [ 260 ] {e6833670-5ce0-4c6d-b8f5-5a133923004b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14399 | 2024.12.21 00:56:32.800664 [ 260 ] {e6833670-5ce0-4c6d-b8f5-5a133923004b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14400 | 2024.12.21 00:56:32.800954 [ 260 ] {e6833670-5ce0-4c6d-b8f5-5a133923004b} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14401 | 2024.12.21 00:56:32.801165 [ 260 ] {e6833670-5ce0-4c6d-b8f5-5a133923004b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00254 sec., 4724.4094488188975 rows/sec., 8.47 MiB/sec. | ||
| 14402 | 2024.12.21 00:56:32.801275 [ 260 ] {e6833670-5ce0-4c6d-b8f5-5a133923004b} <Debug> TCPHandler: Processed in 0.002832652 sec. | ||
| 14403 | 2024.12.21 00:56:32.801426 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14404 | 2024.12.21 00:56:32.801552 [ 263 ] {bb23efbc-7055-44ee-9062-cf5e09c096cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14405 | 2024.12.21 00:56:32.801607 [ 263 ] {bb23efbc-7055-44ee-9062-cf5e09c096cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14406 | 2024.12.21 00:56:32.802176 [ 263 ] {bb23efbc-7055-44ee-9062-cf5e09c096cd} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14407 | 2024.12.21 00:56:32.802215 [ 263 ] {bb23efbc-7055-44ee-9062-cf5e09c096cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14408 | 2024.12.21 00:56:32.802646 [ 263 ] {bb23efbc-7055-44ee-9062-cf5e09c096cd} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14409 | 2024.12.21 00:56:32.802892 [ 263 ] {bb23efbc-7055-44ee-9062-cf5e09c096cd} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14410 | 2024.12.21 00:56:32.803112 [ 263 ] {bb23efbc-7055-44ee-9062-cf5e09c096cd} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.001586 sec., 41614.123581336695 rows/sec., 2.60 MiB/sec. | ||
| 14411 | 2024.12.21 00:56:32.803168 [ 263 ] {bb23efbc-7055-44ee-9062-cf5e09c096cd} <Debug> TCPHandler: Processed in 0.001800753 sec. | ||
| 14412 | 2024.12.21 00:56:33.991590 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14413 | 2024.12.21 00:56:33.991780 [ 260 ] {7254830a-ccf3-499b-91cb-96d5071c5e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14414 | 2024.12.21 00:56:33.991855 [ 260 ] {7254830a-ccf3-499b-91cb-96d5071c5e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14415 | 2024.12.21 00:56:33.992670 [ 260 ] {7254830a-ccf3-499b-91cb-96d5071c5e96} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14416 | 2024.12.21 00:56:33.992721 [ 260 ] {7254830a-ccf3-499b-91cb-96d5071c5e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14417 | 2024.12.21 00:56:33.993150 [ 260 ] {7254830a-ccf3-499b-91cb-96d5071c5e96} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14418 | 2024.12.21 00:56:33.993415 [ 260 ] {7254830a-ccf3-499b-91cb-96d5071c5e96} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14419 | 2024.12.21 00:56:33.993661 [ 260 ] {7254830a-ccf3-499b-91cb-96d5071c5e96} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.21 MiB/sec. | ||
| 14420 | 2024.12.21 00:56:33.993727 [ 260 ] {7254830a-ccf3-499b-91cb-96d5071c5e96} <Debug> TCPHandler: Processed in 0.002275002 sec. | ||
| 14421 | 2024.12.21 00:56:33.993979 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14422 | 2024.12.21 00:56:33.994172 [ 263 ] {3010081d-be68-41ac-8427-ec3526f6f478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14423 | 2024.12.21 00:56:33.994245 [ 263 ] {3010081d-be68-41ac-8427-ec3526f6f478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14424 | 2024.12.21 00:56:33.995030 [ 263 ] {3010081d-be68-41ac-8427-ec3526f6f478} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14425 | 2024.12.21 00:56:33.995074 [ 263 ] {3010081d-be68-41ac-8427-ec3526f6f478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14426 | 2024.12.21 00:56:33.995519 [ 263 ] {3010081d-be68-41ac-8427-ec3526f6f478} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14427 | 2024.12.21 00:56:33.995776 [ 263 ] {3010081d-be68-41ac-8427-ec3526f6f478} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14428 | 2024.12.21 00:56:33.995979 [ 263 ] {3010081d-be68-41ac-8427-ec3526f6f478} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001859 sec., 34427.11135018827 rows/sec., 2.69 MiB/sec. | ||
| 14429 | 2024.12.21 00:56:33.996038 [ 263 ] {3010081d-be68-41ac-8427-ec3526f6f478} <Debug> TCPHandler: Processed in 0.002190221 sec. | ||
| 14430 | 2024.12.21 00:56:33.996188 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14431 | 2024.12.21 00:56:33.996321 [ 260 ] {4dcf9696-3cc7-478c-aa4d-b7f926c165c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14432 | 2024.12.21 00:56:33.996380 [ 260 ] {4dcf9696-3cc7-478c-aa4d-b7f926c165c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14433 | 2024.12.21 00:56:33.996979 [ 260 ] {4dcf9696-3cc7-478c-aa4d-b7f926c165c6} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14434 | 2024.12.21 00:56:33.997024 [ 260 ] {4dcf9696-3cc7-478c-aa4d-b7f926c165c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14435 | 2024.12.21 00:56:33.997431 [ 260 ] {4dcf9696-3cc7-478c-aa4d-b7f926c165c6} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14436 | 2024.12.21 00:56:33.997682 [ 260 ] {4dcf9696-3cc7-478c-aa4d-b7f926c165c6} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14437 | 2024.12.21 00:56:33.997865 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 5 parts from all_1_110_22 to all_114_114_0 | ||
| 14438 | 2024.12.21 00:56:33.997930 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14439 | 2024.12.21 00:56:33.997934 [ 260 ] {4dcf9696-3cc7-478c-aa4d-b7f926c165c6} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001636 sec., 25672.37163814181 rows/sec., 1.79 MiB/sec. | ||
| 14440 | 2024.12.21 00:56:33.997967 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14441 | 2024.12.21 00:56:33.998100 [ 260 ] {4dcf9696-3cc7-478c-aa4d-b7f926c165c6} <Debug> TCPHandler: Processed in 0.001972207 sec. | ||
| 14442 | 2024.12.21 00:56:33.998352 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14443 | 2024.12.21 00:56:33.998349 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_114_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_110_22 to all_114_114_0 into Compact with storage Full | ||
| 14444 | 2024.12.21 00:56:33.998761 [ 263 ] {1d1a8004-ce0c-4ced-b6bf-f0a135aba956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14445 | 2024.12.21 00:56:33.998876 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_114_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14446 | 2024.12.21 00:56:33.999008 [ 263 ] {1d1a8004-ce0c-4ced-b6bf-f0a135aba956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14447 | 2024.12.21 00:56:33.999049 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 31396 rows starting from the beginning of the part | ||
| 14448 | 2024.12.21 00:56:33.999679 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 163 rows starting from the beginning of the part | ||
| 14449 | 2024.12.21 00:56:34.000568 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 237 rows starting from the beginning of the part | ||
| 14450 | 2024.12.21 00:56:34.001393 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part | ||
| 14451 | 2024.12.21 00:56:34.001789 [ 190 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 917 rows starting from the beginning of the part | ||
| 14452 | 2024.12.21 00:56:34.002769 [ 263 ] {1d1a8004-ce0c-4ced-b6bf-f0a135aba956} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14453 | 2024.12.21 00:56:34.002853 [ 263 ] {1d1a8004-ce0c-4ced-b6bf-f0a135aba956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14454 | 2024.12.21 00:56:34.003701 [ 263 ] {1d1a8004-ce0c-4ced-b6bf-f0a135aba956} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14455 | 2024.12.21 00:56:34.004325 [ 263 ] {1d1a8004-ce0c-4ced-b6bf-f0a135aba956} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14456 | 2024.12.21 00:56:34.004839 [ 263 ] {1d1a8004-ce0c-4ced-b6bf-f0a135aba956} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.006258 sec., 2556.727388942154 rows/sec., 177.27 KiB/sec. | ||
| 14457 | 2024.12.21 00:56:34.004994 [ 263 ] {1d1a8004-ce0c-4ced-b6bf-f0a135aba956} <Debug> TCPHandler: Processed in 0.006779106 sec. | ||
| 14458 | 2024.12.21 00:56:34.011045 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_114_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32873 rows, containing 5 columns (5 merged, 0 gathered) in 0.01292037 sec., 2544276.9827799047 rows/sec., 171.91 MiB/sec. | ||
| 14459 | 2024.12.21 00:56:34.011337 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_114_23} <Trace> MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary) | ||
| 14460 | 2024.12.21 00:56:34.011661 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14461 | 2024.12.21 00:56:34.011747 [ 196 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 5 parts: [all_1_110_22, all_114_114_0] -> all_1_114_23 | ||
| 14462 | 2024.12.21 00:56:34.011849 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 14463 | 2024.12.21 00:56:35.041307 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
| 14464 | 2024.12.21 00:56:35.041944 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14465 | 2024.12.21 00:56:35.041985 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14466 | 2024.12.21 00:56:35.042516 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14467 | 2024.12.21 00:56:35.042784 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14468 | 2024.12.21 00:56:35.043030 [ 70 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14469 | 2024.12.21 00:56:35.043076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 14470 | 2024.12.21 00:56:35.043168 [ 70 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14471 | 2024.12.21 00:56:35.043219 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14472 | 2024.12.21 00:56:35.043373 [ 193 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 14473 | 2024.12.21 00:56:35.043503 [ 193 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14474 | 2024.12.21 00:56:35.043546 [ 193 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 14475 | 2024.12.21 00:56:35.043627 [ 193 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part | ||
| 14476 | 2024.12.21 00:56:35.043869 [ 193 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part | ||
| 14477 | 2024.12.21 00:56:35.044162 [ 193 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part | ||
| 14478 | 2024.12.21 00:56:35.044356 [ 193 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part | ||
| 14479 | 2024.12.21 00:56:35.044562 [ 193 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part | ||
| 14480 | 2024.12.21 00:56:35.047300 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003986423 sec., 8171235.215128951 rows/sec., 116.89 MiB/sec. | ||
| 14481 | 2024.12.21 00:56:35.047676 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14482 | 2024.12.21 00:56:35.047999 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_71_14} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14483 | 2024.12.21 00:56:35.048078 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_71_14} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14484 | 2024.12.21 00:56:35.048161 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 14485 | 2024.12.21 00:56:37.349687 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 14486 | 2024.12.21 00:56:37.371440 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14487 | 2024.12.21 00:56:37.371496 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14488 | 2024.12.21 00:56:37.378634 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14489 | 2024.12.21 00:56:37.379389 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14490 | 2024.12.21 00:56:37.379675 [ 64 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14491 | 2024.12.21 00:56:37.379748 [ 64 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14492 | 2024.12.21 00:56:37.379791 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14493 | 2024.12.21 00:56:37.380373 [ 193 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 14494 | 2024.12.21 00:56:37.394718 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 14495 | 2024.12.21 00:56:37.396391 [ 193 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14496 | 2024.12.21 00:56:37.397478 [ 193 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 14497 | 2024.12.21 00:56:37.402517 [ 193 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 14498 | 2024.12.21 00:56:37.409204 [ 193 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 14499 | 2024.12.21 00:56:37.414689 [ 193 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 14500 | 2024.12.21 00:56:37.420491 [ 193 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 14501 | 2024.12.21 00:56:37.426294 [ 193 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 14502 | 2024.12.21 00:56:37.487982 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.108058065 sec., 4960.296114871204 rows/sec., 25.65 MiB/sec. | ||
| 14503 | 2024.12.21 00:56:37.491362 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14504 | 2024.12.21 00:56:37.494357 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_71_14} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14505 | 2024.12.21 00:56:37.494480 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_71_14} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14506 | 2024.12.21 00:56:37.497054 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 14507 | 2024.12.21 00:56:38.999167 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14508 | 2024.12.21 00:56:38.999464 [ 260 ] {440d1cd1-ed36-4bb2-95d4-50f5f02ca6c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14509 | 2024.12.21 00:56:38.999559 [ 260 ] {440d1cd1-ed36-4bb2-95d4-50f5f02ca6c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14510 | 2024.12.21 00:56:39.000823 [ 260 ] {440d1cd1-ed36-4bb2-95d4-50f5f02ca6c5} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14511 | 2024.12.21 00:56:39.000883 [ 260 ] {440d1cd1-ed36-4bb2-95d4-50f5f02ca6c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14512 | 2024.12.21 00:56:39.001411 [ 260 ] {440d1cd1-ed36-4bb2-95d4-50f5f02ca6c5} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14513 | 2024.12.21 00:56:39.001749 [ 260 ] {440d1cd1-ed36-4bb2-95d4-50f5f02ca6c5} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14514 | 2024.12.21 00:56:39.002009 [ 63 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14515 | 2024.12.21 00:56:39.002067 [ 260 ] {440d1cd1-ed36-4bb2-95d4-50f5f02ca6c5} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002664 sec., 41291.29129129129 rows/sec., 3.46 MiB/sec. | ||
| 14516 | 2024.12.21 00:56:39.002089 [ 63 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14517 | 2024.12.21 00:56:39.002140 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14518 | 2024.12.21 00:56:39.002273 [ 260 ] {440d1cd1-ed36-4bb2-95d4-50f5f02ca6c5} <Debug> TCPHandler: Processed in 0.00326739 sec. | ||
| 14519 | 2024.12.21 00:56:39.002456 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::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 | ||
| 14520 | 2024.12.21 00:56:39.002617 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14521 | 2024.12.21 00:56:39.002792 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14522 | 2024.12.21 00:56:39.002990 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1432 rows starting from the beginning of the part | ||
| 14523 | 2024.12.21 00:56:39.002995 [ 263 ] {d3b35d94-8154-43b5-90ac-4bf3d30dda30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14524 | 2024.12.21 00:56:39.003226 [ 263 ] {d3b35d94-8154-43b5-90ac-4bf3d30dda30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14525 | 2024.12.21 00:56:39.003493 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 227 rows starting from the beginning of the part | ||
| 14526 | 2024.12.21 00:56:39.003963 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 110 rows starting from the beginning of the part | ||
| 14527 | 2024.12.21 00:56:39.004295 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1369 rows starting from the beginning of the part | ||
| 14528 | 2024.12.21 00:56:39.004774 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part | ||
| 14529 | 2024.12.21 00:56:39.005212 [ 199 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 110 rows starting from the beginning of the part | ||
| 14530 | 2024.12.21 00:56:39.007644 [ 263 ] {d3b35d94-8154-43b5-90ac-4bf3d30dda30} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14531 | 2024.12.21 00:56:39.007726 [ 263 ] {d3b35d94-8154-43b5-90ac-4bf3d30dda30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14532 | 2024.12.21 00:56:39.008609 [ 263 ] {d3b35d94-8154-43b5-90ac-4bf3d30dda30} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14533 | 2024.12.21 00:56:39.009005 [ 263 ] {d3b35d94-8154-43b5-90ac-4bf3d30dda30} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14534 | 2024.12.21 00:56:39.009462 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3304 rows, containing 5 columns (5 merged, 0 gathered) in 0.007211824 sec., 458136.52690359607 rows/sec., 40.00 MiB/sec. | ||
| 14535 | 2024.12.21 00:56:39.009561 [ 263 ] {d3b35d94-8154-43b5-90ac-4bf3d30dda30} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.006693 sec., 4034.065441506051 rows/sec., 303.34 KiB/sec. | ||
| 14536 | 2024.12.21 00:56:39.009669 [ 263 ] {d3b35d94-8154-43b5-90ac-4bf3d30dda30} <Debug> TCPHandler: Processed in 0.007220645 sec. | ||
| 14537 | 2024.12.21 00:56:39.009728 [ 188 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14538 | 2024.12.21 00:56:39.009888 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14539 | 2024.12.21 00:56:39.010112 [ 260 ] {6af20869-0db9-428f-8e55-32f3baac532a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14540 | 2024.12.21 00:56:39.010180 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_116_23} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14541 | 2024.12.21 00:56:39.010244 [ 260 ] {6af20869-0db9-428f-8e55-32f3baac532a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14542 | 2024.12.21 00:56:39.010462 [ 194 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_116_23} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14543 | 2024.12.21 00:56:39.010690 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 14544 | 2024.12.21 00:56:39.011270 [ 260 ] {6af20869-0db9-428f-8e55-32f3baac532a} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14545 | 2024.12.21 00:56:39.011318 [ 260 ] {6af20869-0db9-428f-8e55-32f3baac532a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14546 | 2024.12.21 00:56:39.011710 [ 260 ] {6af20869-0db9-428f-8e55-32f3baac532a} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14547 | 2024.12.21 00:56:39.011964 [ 260 ] {6af20869-0db9-428f-8e55-32f3baac532a} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14548 | 2024.12.21 00:56:39.012165 [ 63 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14549 | 2024.12.21 00:56:39.012230 [ 63 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14550 | 2024.12.21 00:56:39.012238 [ 260 ] {6af20869-0db9-428f-8e55-32f3baac532a} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002181 sec., 41723.979825767994 rows/sec., 3.26 MiB/sec. | ||
| 14551 | 2024.12.21 00:56:39.012264 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14552 | 2024.12.21 00:56:39.012415 [ 260 ] {6af20869-0db9-428f-8e55-32f3baac532a} <Debug> TCPHandler: Processed in 0.002626729 sec. | ||
| 14553 | 2024.12.21 00:56:39.012535 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::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 | ||
| 14554 | 2024.12.21 00:56:39.012658 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14555 | 2024.12.21 00:56:39.012772 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14556 | 2024.12.21 00:56:39.012854 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 913 rows starting from the beginning of the part | ||
| 14557 | 2024.12.21 00:56:39.012928 [ 263 ] {5f38ece1-bfc4-4691-b135-b6c6afc7baa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14558 | 2024.12.21 00:56:39.013207 [ 263 ] {5f38ece1-bfc4-4691-b135-b6c6afc7baa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14559 | 2024.12.21 00:56:39.013349 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 394 rows starting from the beginning of the part | ||
| 14560 | 2024.12.21 00:56:39.014022 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 91 rows starting from the beginning of the part | ||
| 14561 | 2024.12.21 00:56:39.014579 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 854 rows starting from the beginning of the part | ||
| 14562 | 2024.12.21 00:56:39.015130 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part | ||
| 14563 | 2024.12.21 00:56:39.015684 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 91 rows starting from the beginning of the part | ||
| 14564 | 2024.12.21 00:56:39.016507 [ 263 ] {5f38ece1-bfc4-4691-b135-b6c6afc7baa7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14565 | 2024.12.21 00:56:39.016551 [ 263 ] {5f38ece1-bfc4-4691-b135-b6c6afc7baa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14566 | 2024.12.21 00:56:39.017139 [ 263 ] {5f38ece1-bfc4-4691-b135-b6c6afc7baa7} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14567 | 2024.12.21 00:56:39.017416 [ 263 ] {5f38ece1-bfc4-4691-b135-b6c6afc7baa7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14568 | 2024.12.21 00:56:39.017674 [ 263 ] {5f38ece1-bfc4-4691-b135-b6c6afc7baa7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004829 sec., 33133.15386208325 rows/sec., 2.31 MiB/sec. | ||
| 14569 | 2024.12.21 00:56:39.017865 [ 263 ] {5f38ece1-bfc4-4691-b135-b6c6afc7baa7} <Debug> TCPHandler: Processed in 0.005304399 sec. | ||
| 14570 | 2024.12.21 00:56:39.017972 [ 194 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.005557353 sec., 433119.8683977786 rows/sec., 33.21 MiB/sec. | ||
| 14571 | 2024.12.21 00:56:39.018058 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14572 | 2024.12.21 00:56:39.018222 [ 260 ] {16441f98-2219-4ffb-9bb8-d8c278d50320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14573 | 2024.12.21 00:56:39.018259 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14574 | 2024.12.21 00:56:39.018448 [ 260 ] {16441f98-2219-4ffb-9bb8-d8c278d50320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.21 00:56:39.019038 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_116_23} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14576 | 2024.12.21 00:56:39.019336 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_116_23} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14577 | 2024.12.21 00:56:39.019550 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 14578 | 2024.12.21 00:56:39.020433 [ 260 ] {16441f98-2219-4ffb-9bb8-d8c278d50320} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14579 | 2024.12.21 00:56:39.020478 [ 260 ] {16441f98-2219-4ffb-9bb8-d8c278d50320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14580 | 2024.12.21 00:56:39.021154 [ 260 ] {16441f98-2219-4ffb-9bb8-d8c278d50320} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14581 | 2024.12.21 00:56:39.021425 [ 260 ] {16441f98-2219-4ffb-9bb8-d8c278d50320} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14582 | 2024.12.21 00:56:39.021738 [ 260 ] {16441f98-2219-4ffb-9bb8-d8c278d50320} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00356 sec., 7584.269662921349 rows/sec., 13.59 MiB/sec. | ||
| 14583 | 2024.12.21 00:56:39.021977 [ 260 ] {16441f98-2219-4ffb-9bb8-d8c278d50320} <Debug> TCPHandler: Processed in 0.004010794 sec. | ||
| 14584 | 2024.12.21 00:56:39.022213 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14585 | 2024.12.21 00:56:39.022437 [ 263 ] {88c2eb42-11d2-40d8-90a7-bbf108ccbb29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14586 | 2024.12.21 00:56:39.022503 [ 263 ] {88c2eb42-11d2-40d8-90a7-bbf108ccbb29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14587 | 2024.12.21 00:56:39.023117 [ 263 ] {88c2eb42-11d2-40d8-90a7-bbf108ccbb29} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14588 | 2024.12.21 00:56:39.023158 [ 263 ] {88c2eb42-11d2-40d8-90a7-bbf108ccbb29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14589 | 2024.12.21 00:56:39.023546 [ 263 ] {88c2eb42-11d2-40d8-90a7-bbf108ccbb29} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14590 | 2024.12.21 00:56:39.023804 [ 263 ] {88c2eb42-11d2-40d8-90a7-bbf108ccbb29} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14591 | 2024.12.21 00:56:39.023988 [ 63 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14592 | 2024.12.21 00:56:39.024047 [ 63 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14593 | 2024.12.21 00:56:39.024072 [ 263 ] {88c2eb42-11d2-40d8-90a7-bbf108ccbb29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00166 sec., 36144.57831325301 rows/sec., 2.44 MiB/sec. | ||
| 14594 | 2024.12.21 00:56:39.024085 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14595 | 2024.12.21 00:56:39.024280 [ 263 ] {88c2eb42-11d2-40d8-90a7-bbf108ccbb29} <Debug> TCPHandler: Processed in 0.002207791 sec. | ||
| 14596 | 2024.12.21 00:56:39.024543 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::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 | ||
| 14597 | 2024.12.21 00:56:39.025117 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14598 | 2024.12.21 00:56:39.025217 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6760 rows starting from the beginning of the part | ||
| 14599 | 2024.12.21 00:56:39.025560 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 82 rows starting from the beginning of the part | ||
| 14600 | 2024.12.21 00:56:39.025931 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part | ||
| 14601 | 2024.12.21 00:56:39.026174 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 66 rows starting from the beginning of the part | ||
| 14602 | 2024.12.21 00:56:39.026257 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 16 rows starting from the beginning of the part | ||
| 14603 | 2024.12.21 00:56:39.026336 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 14604 | 2024.12.21 00:56:39.028360 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7044 rows, containing 4 columns (4 merged, 0 gathered) in 0.004087025 sec., 1723503.037050177 rows/sec., 112.50 MiB/sec. | ||
| 14605 | 2024.12.21 00:56:39.028726 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14606 | 2024.12.21 00:56:39.029000 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_116_23} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14607 | 2024.12.21 00:56:39.029083 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_116_23} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14608 | 2024.12.21 00:56:39.029164 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 14609 | 2024.12.21 00:56:42.280423 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14610 | 2024.12.21 00:56:42.280505 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14611 | 2024.12.21 00:56:42.543277 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
| 14612 | 2024.12.21 00:56:42.544315 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14613 | 2024.12.21 00:56:42.544366 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14614 | 2024.12.21 00:56:42.544901 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14615 | 2024.12.21 00:56:42.545160 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14616 | 2024.12.21 00:56:42.545419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 14617 | 2024.12.21 00:56:42.716433 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2054 | ||
| 14618 | 2024.12.21 00:56:42.719739 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14619 | 2024.12.21 00:56:42.719787 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14620 | 2024.12.21 00:56:42.721293 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14621 | 2024.12.21 00:56:42.721609 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14622 | 2024.12.21 00:56:42.722262 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2054 | ||
| 14623 | 2024.12.21 00:56:44.003851 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14624 | 2024.12.21 00:56:44.004712 [ 260 ] {30d8a96e-3c13-42bf-85c8-bacb700a5eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14625 | 2024.12.21 00:56:44.004802 [ 260 ] {30d8a96e-3c13-42bf-85c8-bacb700a5eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14626 | 2024.12.21 00:56:44.005680 [ 260 ] {30d8a96e-3c13-42bf-85c8-bacb700a5eea} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14627 | 2024.12.21 00:56:44.005731 [ 260 ] {30d8a96e-3c13-42bf-85c8-bacb700a5eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14628 | 2024.12.21 00:56:44.006182 [ 260 ] {30d8a96e-3c13-42bf-85c8-bacb700a5eea} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14629 | 2024.12.21 00:56:44.006474 [ 260 ] {30d8a96e-3c13-42bf-85c8-bacb700a5eea} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14630 | 2024.12.21 00:56:44.006702 [ 55 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14631 | 2024.12.21 00:56:44.006755 [ 260 ] {30d8a96e-3c13-42bf-85c8-bacb700a5eea} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002102 sec., 6660.323501427211 rows/sec., 479.45 KiB/sec. | ||
| 14632 | 2024.12.21 00:56:44.006779 [ 55 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14633 | 2024.12.21 00:56:44.006821 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14634 | 2024.12.21 00:56:44.006908 [ 260 ] {30d8a96e-3c13-42bf-85c8-bacb700a5eea} <Debug> TCPHandler: Processed in 0.003216849 sec. | ||
| 14635 | 2024.12.21 00:56:44.007067 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 14636 | 2024.12.21 00:56:44.007190 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14637 | 2024.12.21 00:56:44.007243 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14638 | 2024.12.21 00:56:44.007288 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 14639 | 2024.12.21 00:56:44.007409 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 14640 | 2024.12.21 00:56:44.007432 [ 263 ] {00a26315-4dd2-40b0-9035-1d6d563e1315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14641 | 2024.12.21 00:56:44.007616 [ 263 ] {00a26315-4dd2-40b0-9035-1d6d563e1315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14642 | 2024.12.21 00:56:44.007753 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 14643 | 2024.12.21 00:56:44.008135 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 14644 | 2024.12.21 00:56:44.008382 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 14645 | 2024.12.21 00:56:44.009591 [ 263 ] {00a26315-4dd2-40b0-9035-1d6d563e1315} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14646 | 2024.12.21 00:56:44.009645 [ 263 ] {00a26315-4dd2-40b0-9035-1d6d563e1315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14647 | 2024.12.21 00:56:44.010003 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003060557 sec., 22871.653754528994 rows/sec., 1.70 MiB/sec. | ||
| 14648 | 2024.12.21 00:56:44.010153 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14649 | 2024.12.21 00:56:44.010288 [ 263 ] {00a26315-4dd2-40b0-9035-1d6d563e1315} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14650 | 2024.12.21 00:56:44.010501 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_49_12} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14651 | 2024.12.21 00:56:44.010598 [ 263 ] {00a26315-4dd2-40b0-9035-1d6d563e1315} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14652 | 2024.12.21 00:56:44.010622 [ 192 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_49_12} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14653 | 2024.12.21 00:56:44.010748 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14654 | 2024.12.21 00:56:44.010908 [ 263 ] {00a26315-4dd2-40b0-9035-1d6d563e1315} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.003565 sec., 63674.61430575035 rows/sec., 5.57 MiB/sec. | ||
| 14655 | 2024.12.21 00:56:44.010980 [ 263 ] {00a26315-4dd2-40b0-9035-1d6d563e1315} <Debug> TCPHandler: Processed in 0.003922783 sec. | ||
| 14656 | 2024.12.21 00:56:44.011166 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14657 | 2024.12.21 00:56:44.011302 [ 260 ] {b6dc71c4-90d4-4f50-9b6a-cd3dc3f2289e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14658 | 2024.12.21 00:56:44.011362 [ 260 ] {b6dc71c4-90d4-4f50-9b6a-cd3dc3f2289e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14659 | 2024.12.21 00:56:44.011998 [ 260 ] {b6dc71c4-90d4-4f50-9b6a-cd3dc3f2289e} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14660 | 2024.12.21 00:56:44.012043 [ 260 ] {b6dc71c4-90d4-4f50-9b6a-cd3dc3f2289e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14661 | 2024.12.21 00:56:44.012435 [ 260 ] {b6dc71c4-90d4-4f50-9b6a-cd3dc3f2289e} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14662 | 2024.12.21 00:56:44.012680 [ 260 ] {b6dc71c4-90d4-4f50-9b6a-cd3dc3f2289e} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14663 | 2024.12.21 00:56:44.012903 [ 260 ] {b6dc71c4-90d4-4f50-9b6a-cd3dc3f2289e} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001635 sec., 11620.79510703364 rows/sec., 830.82 KiB/sec. | ||
| 14664 | 2024.12.21 00:56:44.012967 [ 260 ] {b6dc71c4-90d4-4f50-9b6a-cd3dc3f2289e} <Debug> TCPHandler: Processed in 0.001865745 sec. | ||
| 14665 | 2024.12.21 00:56:44.013128 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14666 | 2024.12.21 00:56:44.013261 [ 263 ] {f182d6ba-c9d2-4e3a-a725-295408507538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14667 | 2024.12.21 00:56:44.013318 [ 263 ] {f182d6ba-c9d2-4e3a-a725-295408507538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14668 | 2024.12.21 00:56:44.013966 [ 263 ] {f182d6ba-c9d2-4e3a-a725-295408507538} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14669 | 2024.12.21 00:56:44.014009 [ 263 ] {f182d6ba-c9d2-4e3a-a725-295408507538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14670 | 2024.12.21 00:56:44.014381 [ 263 ] {f182d6ba-c9d2-4e3a-a725-295408507538} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14671 | 2024.12.21 00:56:44.014629 [ 263 ] {f182d6ba-c9d2-4e3a-a725-295408507538} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14672 | 2024.12.21 00:56:44.014803 [ 55 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0 | ||
| 14673 | 2024.12.21 00:56:44.014868 [ 55 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14674 | 2024.12.21 00:56:44.014898 [ 263 ] {f182d6ba-c9d2-4e3a-a725-295408507538} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001662 sec., 8423.58604091456 rows/sec., 589.93 KiB/sec. | ||
| 14675 | 2024.12.21 00:56:44.014910 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14676 | 2024.12.21 00:56:44.015138 [ 263 ] {f182d6ba-c9d2-4e3a-a725-295408507538} <Debug> TCPHandler: Processed in 0.002066188 sec. | ||
| 14677 | 2024.12.21 00:56:44.015463 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14678 | 2024.12.21 00:56:44.015513 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full | ||
| 14679 | 2024.12.21 00:56:44.015850 [ 260 ] {59299be0-a55a-44cb-b8fb-19c160cf8702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14680 | 2024.12.21 00:56:44.015969 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14681 | 2024.12.21 00:56:44.015981 [ 260 ] {59299be0-a55a-44cb-b8fb-19c160cf8702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14682 | 2024.12.21 00:56:44.016038 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 243 rows starting from the beginning of the part | ||
| 14683 | 2024.12.21 00:56:44.016426 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 242 rows starting from the beginning of the part | ||
| 14684 | 2024.12.21 00:56:44.016869 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 14685 | 2024.12.21 00:56:44.017212 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 14686 | 2024.12.21 00:56:44.017615 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 242 rows starting from the beginning of the part | ||
| 14687 | 2024.12.21 00:56:44.017885 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 14688 | 2024.12.21 00:56:44.018817 [ 260 ] {59299be0-a55a-44cb-b8fb-19c160cf8702} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14689 | 2024.12.21 00:56:44.018876 [ 260 ] {59299be0-a55a-44cb-b8fb-19c160cf8702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14690 | 2024.12.21 00:56:44.019844 [ 260 ] {59299be0-a55a-44cb-b8fb-19c160cf8702} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14691 | 2024.12.21 00:56:44.020384 [ 260 ] {59299be0-a55a-44cb-b8fb-19c160cf8702} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14692 | 2024.12.21 00:56:44.020758 [ 55 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14693 | 2024.12.21 00:56:44.020880 [ 55 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14694 | 2024.12.21 00:56:44.020960 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14695 | 2024.12.21 00:56:44.021076 [ 260 ] {59299be0-a55a-44cb-b8fb-19c160cf8702} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005329 sec., 2439.482079189341 rows/sec., 152.10 KiB/sec. | ||
| 14696 | 2024.12.21 00:56:44.021530 [ 260 ] {59299be0-a55a-44cb-b8fb-19c160cf8702} <Debug> TCPHandler: Processed in 0.006273957 sec. | ||
| 14697 | 2024.12.21 00:56:44.021608 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 14698 | 2024.12.21 00:56:44.021914 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14699 | 2024.12.21 00:56:44.022014 [ 196 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.006940849 sec., 110793.36259872532 rows/sec., 7.93 MiB/sec. | ||
| 14700 | 2024.12.21 00:56:44.022371 [ 263 ] {5b917bb5-e3d4-4282-bee4-1ae952f93db7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14701 | 2024.12.21 00:56:44.022391 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14702 | 2024.12.21 00:56:44.022492 [ 196 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary) | ||
| 14703 | 2024.12.21 00:56:44.022564 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 14704 | 2024.12.21 00:56:44.022613 [ 263 ] {5b917bb5-e3d4-4282-bee4-1ae952f93db7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14705 | 2024.12.21 00:56:44.023299 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 14706 | 2024.12.21 00:56:44.023847 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 14707 | 2024.12.21 00:56:44.024260 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 14708 | 2024.12.21 00:56:44.024314 [ 196 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_49_10} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14709 | 2024.12.21 00:56:44.024617 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 14710 | 2024.12.21 00:56:44.024715 [ 196 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_49_10} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10 | ||
| 14711 | 2024.12.21 00:56:44.025062 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 14712 | 2024.12.21 00:56:44.025905 [ 263 ] {5b917bb5-e3d4-4282-bee4-1ae952f93db7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14713 | 2024.12.21 00:56:44.025956 [ 263 ] {5b917bb5-e3d4-4282-bee4-1ae952f93db7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14714 | 2024.12.21 00:56:44.026207 [ 191 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005051063 sec., 12868.578356674625 rows/sec., 852.62 KiB/sec. | ||
| 14715 | 2024.12.21 00:56:44.026472 [ 191 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14716 | 2024.12.21 00:56:44.026809 [ 263 ] {5b917bb5-e3d4-4282-bee4-1ae952f93db7} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14717 | 2024.12.21 00:56:44.026966 [ 191 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_49_12} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14718 | 2024.12.21 00:56:44.027150 [ 191 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_49_12} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14719 | 2024.12.21 00:56:44.027303 [ 263 ] {5b917bb5-e3d4-4282-bee4-1ae952f93db7} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14720 | 2024.12.21 00:56:44.027343 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14721 | 2024.12.21 00:56:44.027596 [ 263 ] {5b917bb5-e3d4-4282-bee4-1ae952f93db7} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.00538 sec., 73234.20074349442 rows/sec., 5.20 MiB/sec. | ||
| 14722 | 2024.12.21 00:56:44.027663 [ 263 ] {5b917bb5-e3d4-4282-bee4-1ae952f93db7} <Debug> TCPHandler: Processed in 0.00598016 sec. | ||
| 14723 | 2024.12.21 00:56:44.027844 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14724 | 2024.12.21 00:56:44.027992 [ 260 ] {d9d0a17f-c09b-48d4-a4c1-78549ed013bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14725 | 2024.12.21 00:56:44.028057 [ 260 ] {d9d0a17f-c09b-48d4-a4c1-78549ed013bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14726 | 2024.12.21 00:56:44.028579 [ 260 ] {d9d0a17f-c09b-48d4-a4c1-78549ed013bc} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14727 | 2024.12.21 00:56:44.028619 [ 260 ] {d9d0a17f-c09b-48d4-a4c1-78549ed013bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14728 | 2024.12.21 00:56:44.029004 [ 260 ] {d9d0a17f-c09b-48d4-a4c1-78549ed013bc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14729 | 2024.12.21 00:56:44.029263 [ 260 ] {d9d0a17f-c09b-48d4-a4c1-78549ed013bc} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14730 | 2024.12.21 00:56:44.029491 [ 260 ] {d9d0a17f-c09b-48d4-a4c1-78549ed013bc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001533 sec., 3913.8943248532287 rows/sec., 204.49 KiB/sec. | ||
| 14731 | 2024.12.21 00:56:44.029547 [ 260 ] {d9d0a17f-c09b-48d4-a4c1-78549ed013bc} <Debug> TCPHandler: Processed in 0.001774133 sec. | ||
| 14732 | 2024.12.21 00:56:44.029710 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14733 | 2024.12.21 00:56:44.029861 [ 263 ] {446a2b20-5715-4c01-b221-7b96f1108cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14734 | 2024.12.21 00:56:44.029927 [ 263 ] {446a2b20-5715-4c01-b221-7b96f1108cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14735 | 2024.12.21 00:56:44.030586 [ 263 ] {446a2b20-5715-4c01-b221-7b96f1108cb1} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14736 | 2024.12.21 00:56:44.030626 [ 263 ] {446a2b20-5715-4c01-b221-7b96f1108cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14737 | 2024.12.21 00:56:44.031036 [ 263 ] {446a2b20-5715-4c01-b221-7b96f1108cb1} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14738 | 2024.12.21 00:56:44.031281 [ 263 ] {446a2b20-5715-4c01-b221-7b96f1108cb1} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14739 | 2024.12.21 00:56:44.031494 [ 263 ] {446a2b20-5715-4c01-b221-7b96f1108cb1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001668 sec., 142086.3309352518 rows/sec., 9.52 MiB/sec. | ||
| 14740 | 2024.12.21 00:56:44.031549 [ 263 ] {446a2b20-5715-4c01-b221-7b96f1108cb1} <Debug> TCPHandler: Processed in 0.001909746 sec. | ||
| 14741 | 2024.12.21 00:56:44.031710 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14742 | 2024.12.21 00:56:44.031856 [ 260 ] {79956843-5ce9-44f3-9100-91e43810309b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14743 | 2024.12.21 00:56:44.031921 [ 260 ] {79956843-5ce9-44f3-9100-91e43810309b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14744 | 2024.12.21 00:56:44.032424 [ 260 ] {79956843-5ce9-44f3-9100-91e43810309b} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14745 | 2024.12.21 00:56:44.032464 [ 260 ] {79956843-5ce9-44f3-9100-91e43810309b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14746 | 2024.12.21 00:56:44.032839 [ 260 ] {79956843-5ce9-44f3-9100-91e43810309b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14747 | 2024.12.21 00:56:44.033086 [ 260 ] {79956843-5ce9-44f3-9100-91e43810309b} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14748 | 2024.12.21 00:56:44.033328 [ 260 ] {79956843-5ce9-44f3-9100-91e43810309b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec. | ||
| 14749 | 2024.12.21 00:56:44.033426 [ 260 ] {79956843-5ce9-44f3-9100-91e43810309b} <Debug> TCPHandler: Processed in 0.001783483 sec. | ||
| 14750 | 2024.12.21 00:56:44.033624 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14751 | 2024.12.21 00:56:44.033778 [ 263 ] {cf463958-e1b8-4872-9af2-d0a358c26b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14752 | 2024.12.21 00:56:44.033863 [ 263 ] {cf463958-e1b8-4872-9af2-d0a358c26b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14753 | 2024.12.21 00:56:44.034990 [ 263 ] {cf463958-e1b8-4872-9af2-d0a358c26b4c} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14754 | 2024.12.21 00:56:44.035029 [ 263 ] {cf463958-e1b8-4872-9af2-d0a358c26b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14755 | 2024.12.21 00:56:44.035653 [ 263 ] {cf463958-e1b8-4872-9af2-d0a358c26b4c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14756 | 2024.12.21 00:56:44.035906 [ 263 ] {cf463958-e1b8-4872-9af2-d0a358c26b4c} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14757 | 2024.12.21 00:56:44.036179 [ 263 ] {cf463958-e1b8-4872-9af2-d0a358c26b4c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002427 sec., 4944.375772558715 rows/sec., 8.86 MiB/sec. | ||
| 14758 | 2024.12.21 00:56:44.036350 [ 263 ] {cf463958-e1b8-4872-9af2-d0a358c26b4c} <Debug> TCPHandler: Processed in 0.002842643 sec. | ||
| 14759 | 2024.12.21 00:56:44.036599 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14760 | 2024.12.21 00:56:44.036906 [ 260 ] {a240d4ac-eb06-4d6e-9912-d82dc9698ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14761 | 2024.12.21 00:56:44.037064 [ 260 ] {a240d4ac-eb06-4d6e-9912-d82dc9698ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14762 | 2024.12.21 00:56:44.037625 [ 260 ] {a240d4ac-eb06-4d6e-9912-d82dc9698ab3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14763 | 2024.12.21 00:56:44.037665 [ 260 ] {a240d4ac-eb06-4d6e-9912-d82dc9698ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14764 | 2024.12.21 00:56:44.038048 [ 260 ] {a240d4ac-eb06-4d6e-9912-d82dc9698ab3} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14765 | 2024.12.21 00:56:44.038299 [ 260 ] {a240d4ac-eb06-4d6e-9912-d82dc9698ab3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14766 | 2024.12.21 00:56:44.038519 [ 260 ] {a240d4ac-eb06-4d6e-9912-d82dc9698ab3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0017 sec., 48235.29411764706 rows/sec., 3.06 MiB/sec. | ||
| 14767 | 2024.12.21 00:56:44.038570 [ 260 ] {a240d4ac-eb06-4d6e-9912-d82dc9698ab3} <Debug> TCPHandler: Processed in 0.00212816 sec. | ||
| 14768 | 2024.12.21 00:56:44.463859 [ 218 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): 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] | ||
| 14769 | 2024.12.21 00:56:44.463914 [ 218 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): 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] | ||
| 14770 | 2024.12.21 00:56:44.465977 [ 218 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): 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] | ||
| 14771 | 2024.12.21 00:56:44.894788 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 14772 | 2024.12.21 00:56:44.918223 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14773 | 2024.12.21 00:56:44.918295 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14774 | 2024.12.21 00:56:44.925742 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14775 | 2024.12.21 00:56:44.926573 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14776 | 2024.12.21 00:56:44.930222 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 14777 | 2024.12.21 00:56:44.949271 [ 221 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): 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] | ||
| 14778 | 2024.12.21 00:56:44.949328 [ 221 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): 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] | ||
| 14779 | 2024.12.21 00:56:44.951508 [ 221 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): 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] | ||
| 14780 | 2024.12.21 00:56:45.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.14 MiB, peak 286.07 MiB, free memory in arenas 0.00 B, will set to 268.75 MiB (RSS), difference: -1.39 MiB | ||
| 14781 | 2024.12.21 00:56:45.089334 [ 217 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): 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] | ||
| 14782 | 2024.12.21 00:56:45.089385 [ 217 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): 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] | ||
| 14783 | 2024.12.21 00:56:45.091570 [ 217 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): 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] | ||
| 14784 | 2024.12.21 00:56:45.648778 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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] | ||
| 14785 | 2024.12.21 00:56:45.648865 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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] | ||
| 14786 | 2024.12.21 00:56:45.651294 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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] | ||
| 14787 | 2024.12.21 00:56:48.998706 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14788 | 2024.12.21 00:56:48.999012 [ 260 ] {16284d3b-366c-4c60-8357-3f62ad5313ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14789 | 2024.12.21 00:56:48.999217 [ 260 ] {16284d3b-366c-4c60-8357-3f62ad5313ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14790 | 2024.12.21 00:56:49.000279 [ 260 ] {16284d3b-366c-4c60-8357-3f62ad5313ef} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14791 | 2024.12.21 00:56:49.000341 [ 260 ] {16284d3b-366c-4c60-8357-3f62ad5313ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14792 | 2024.12.21 00:56:49.000966 [ 260 ] {16284d3b-366c-4c60-8357-3f62ad5313ef} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 14793 | 2024.12.21 00:56:49.001313 [ 260 ] {16284d3b-366c-4c60-8357-3f62ad5313ef} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14794 | 2024.12.21 00:56:49.001599 [ 260 ] {16284d3b-366c-4c60-8357-3f62ad5313ef} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002666 sec., 750.1875468867216 rows/sec., 61.17 KiB/sec. | ||
| 14795 | 2024.12.21 00:56:49.001838 [ 260 ] {16284d3b-366c-4c60-8357-3f62ad5313ef} <Debug> TCPHandler: Processed in 0.003319801 sec. | ||
| 14796 | 2024.12.21 00:56:49.002164 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14797 | 2024.12.21 00:56:49.002384 [ 263 ] {8b6ff997-12df-4ea9-8563-1e41d15c110e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14798 | 2024.12.21 00:56:49.002465 [ 263 ] {8b6ff997-12df-4ea9-8563-1e41d15c110e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14799 | 2024.12.21 00:56:49.003305 [ 263 ] {8b6ff997-12df-4ea9-8563-1e41d15c110e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14800 | 2024.12.21 00:56:49.003358 [ 263 ] {8b6ff997-12df-4ea9-8563-1e41d15c110e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14801 | 2024.12.21 00:56:49.003833 [ 263 ] {8b6ff997-12df-4ea9-8563-1e41d15c110e} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14802 | 2024.12.21 00:56:49.004136 [ 263 ] {8b6ff997-12df-4ea9-8563-1e41d15c110e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14803 | 2024.12.21 00:56:49.004459 [ 263 ] {8b6ff997-12df-4ea9-8563-1e41d15c110e} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.002141 sec., 51844.93227463802 rows/sec., 4.34 MiB/sec. | ||
| 14804 | 2024.12.21 00:56:49.004557 [ 263 ] {8b6ff997-12df-4ea9-8563-1e41d15c110e} <Debug> TCPHandler: Processed in 0.002528697 sec. | ||
| 14805 | 2024.12.21 00:56:49.004768 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14806 | 2024.12.21 00:56:49.004926 [ 260 ] {1f3b1624-b655-49f9-8cc9-9dad53f7c620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14807 | 2024.12.21 00:56:49.004982 [ 260 ] {1f3b1624-b655-49f9-8cc9-9dad53f7c620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14808 | 2024.12.21 00:56:49.005629 [ 260 ] {1f3b1624-b655-49f9-8cc9-9dad53f7c620} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14809 | 2024.12.21 00:56:49.005670 [ 260 ] {1f3b1624-b655-49f9-8cc9-9dad53f7c620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14810 | 2024.12.21 00:56:49.006056 [ 260 ] {1f3b1624-b655-49f9-8cc9-9dad53f7c620} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14811 | 2024.12.21 00:56:49.006308 [ 260 ] {1f3b1624-b655-49f9-8cc9-9dad53f7c620} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14812 | 2024.12.21 00:56:49.006493 [ 260 ] {1f3b1624-b655-49f9-8cc9-9dad53f7c620} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001602 sec., 18102.372034956305 rows/sec., 1.32 MiB/sec. | ||
| 14813 | 2024.12.21 00:56:49.006550 [ 260 ] {1f3b1624-b655-49f9-8cc9-9dad53f7c620} <Debug> TCPHandler: Processed in 0.001879935 sec. | ||
| 14814 | 2024.12.21 00:56:49.006722 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14815 | 2024.12.21 00:56:49.006858 [ 263 ] {f8108080-69d1-492d-a70f-b6da3951876e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14816 | 2024.12.21 00:56:49.006914 [ 263 ] {f8108080-69d1-492d-a70f-b6da3951876e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14817 | 2024.12.21 00:56:49.007586 [ 263 ] {f8108080-69d1-492d-a70f-b6da3951876e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14818 | 2024.12.21 00:56:49.007628 [ 263 ] {f8108080-69d1-492d-a70f-b6da3951876e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14819 | 2024.12.21 00:56:49.008019 [ 263 ] {f8108080-69d1-492d-a70f-b6da3951876e} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14820 | 2024.12.21 00:56:49.008279 [ 263 ] {f8108080-69d1-492d-a70f-b6da3951876e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14821 | 2024.12.21 00:56:49.008533 [ 263 ] {f8108080-69d1-492d-a70f-b6da3951876e} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001706 sec., 54513.48182883939 rows/sec., 4.26 MiB/sec. | ||
| 14822 | 2024.12.21 00:56:49.008623 [ 263 ] {f8108080-69d1-492d-a70f-b6da3951876e} <Debug> TCPHandler: Processed in 0.001963096 sec. | ||
| 14823 | 2024.12.21 00:56:49.008827 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14824 | 2024.12.21 00:56:49.009151 [ 260 ] {e50b43c3-d70c-43ec-a8ea-05c5e36afb0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14825 | 2024.12.21 00:56:49.009288 [ 260 ] {e50b43c3-d70c-43ec-a8ea-05c5e36afb0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14826 | 2024.12.21 00:56:49.009919 [ 260 ] {e50b43c3-d70c-43ec-a8ea-05c5e36afb0d} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14827 | 2024.12.21 00:56:49.009958 [ 260 ] {e50b43c3-d70c-43ec-a8ea-05c5e36afb0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14828 | 2024.12.21 00:56:49.010371 [ 260 ] {e50b43c3-d70c-43ec-a8ea-05c5e36afb0d} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14829 | 2024.12.21 00:56:49.010619 [ 260 ] {e50b43c3-d70c-43ec-a8ea-05c5e36afb0d} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14830 | 2024.12.21 00:56:49.010805 [ 260 ] {e50b43c3-d70c-43ec-a8ea-05c5e36afb0d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001776 sec., 90653.15315315315 rows/sec., 6.31 MiB/sec. | ||
| 14831 | 2024.12.21 00:56:49.010861 [ 260 ] {e50b43c3-d70c-43ec-a8ea-05c5e36afb0d} <Debug> TCPHandler: Processed in 0.002121709 sec. | ||
| 14832 | 2024.12.21 00:56:49.011017 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14833 | 2024.12.21 00:56:49.011141 [ 263 ] {91ec2810-9cb6-4066-8aa2-bbe2ac1c1843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14834 | 2024.12.21 00:56:49.011226 [ 263 ] {91ec2810-9cb6-4066-8aa2-bbe2ac1c1843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14835 | 2024.12.21 00:56:49.012452 [ 263 ] {91ec2810-9cb6-4066-8aa2-bbe2ac1c1843} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14836 | 2024.12.21 00:56:49.012491 [ 263 ] {91ec2810-9cb6-4066-8aa2-bbe2ac1c1843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14837 | 2024.12.21 00:56:49.013175 [ 263 ] {91ec2810-9cb6-4066-8aa2-bbe2ac1c1843} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14838 | 2024.12.21 00:56:49.013441 [ 263 ] {91ec2810-9cb6-4066-8aa2-bbe2ac1c1843} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14839 | 2024.12.21 00:56:49.013745 [ 263 ] {91ec2810-9cb6-4066-8aa2-bbe2ac1c1843} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002627 sec., 10277.883517320137 rows/sec., 18.42 MiB/sec. | ||
| 14840 | 2024.12.21 00:56:49.014125 [ 263 ] {91ec2810-9cb6-4066-8aa2-bbe2ac1c1843} <Debug> TCPHandler: Processed in 0.003163338 sec. | ||
| 14841 | 2024.12.21 00:56:49.014368 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14842 | 2024.12.21 00:56:49.014548 [ 260 ] {89ed3dce-31b0-418a-af02-764af6cf0ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14843 | 2024.12.21 00:56:49.014600 [ 260 ] {89ed3dce-31b0-418a-af02-764af6cf0ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14844 | 2024.12.21 00:56:49.015081 [ 260 ] {89ed3dce-31b0-418a-af02-764af6cf0ba1} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14845 | 2024.12.21 00:56:49.015119 [ 260 ] {89ed3dce-31b0-418a-af02-764af6cf0ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14846 | 2024.12.21 00:56:49.015497 [ 260 ] {89ed3dce-31b0-418a-af02-764af6cf0ba1} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14847 | 2024.12.21 00:56:49.015733 [ 260 ] {89ed3dce-31b0-418a-af02-764af6cf0ba1} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14848 | 2024.12.21 00:56:49.015910 [ 260 ] {89ed3dce-31b0-418a-af02-764af6cf0ba1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
| 14849 | 2024.12.21 00:56:49.015960 [ 260 ] {89ed3dce-31b0-418a-af02-764af6cf0ba1} <Debug> TCPHandler: Processed in 0.001722743 sec. | ||
| 14850 | 2024.12.21 00:56:50.045525 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 14851 | 2024.12.21 00:56:50.046188 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14852 | 2024.12.21 00:56:50.046233 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14853 | 2024.12.21 00:56:50.046796 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14854 | 2024.12.21 00:56:50.047080 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14855 | 2024.12.21 00:56:50.047344 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 14856 | 2024.12.21 00:56:52.430266 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 14857 | 2024.12.21 00:56:52.453159 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14858 | 2024.12.21 00:56:52.453213 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14859 | 2024.12.21 00:56:52.460529 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14860 | 2024.12.21 00:56:52.461345 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14861 | 2024.12.21 00:56:52.466622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 14862 | 2024.12.21 00:56:52.722556 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2090 | ||
| 14863 | 2024.12.21 00:56:52.726506 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14864 | 2024.12.21 00:56:52.726573 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14865 | 2024.12.21 00:56:52.728173 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14866 | 2024.12.21 00:56:52.728499 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14867 | 2024.12.21 00:56:52.730628 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2090 | ||
| 14868 | 2024.12.21 00:56:54.002739 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14869 | 2024.12.21 00:56:54.003002 [ 260 ] {fb9ed307-937d-4402-8416-8d6a64387574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14870 | 2024.12.21 00:56:54.003078 [ 260 ] {fb9ed307-937d-4402-8416-8d6a64387574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14871 | 2024.12.21 00:56:54.003895 [ 260 ] {fb9ed307-937d-4402-8416-8d6a64387574} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14872 | 2024.12.21 00:56:54.003946 [ 260 ] {fb9ed307-937d-4402-8416-8d6a64387574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14873 | 2024.12.21 00:56:54.004397 [ 260 ] {fb9ed307-937d-4402-8416-8d6a64387574} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14874 | 2024.12.21 00:56:54.004688 [ 260 ] {fb9ed307-937d-4402-8416-8d6a64387574} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14875 | 2024.12.21 00:56:54.004980 [ 260 ] {fb9ed307-937d-4402-8416-8d6a64387574} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002029 sec., 6899.950714637753 rows/sec., 496.70 KiB/sec. | ||
| 14876 | 2024.12.21 00:56:54.005149 [ 260 ] {fb9ed307-937d-4402-8416-8d6a64387574} <Debug> TCPHandler: Processed in 0.002569538 sec. | ||
| 14877 | 2024.12.21 00:56:54.005459 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14878 | 2024.12.21 00:56:54.005684 [ 263 ] {40889efd-0578-4cf2-bbdc-c51e388032ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14879 | 2024.12.21 00:56:54.005768 [ 263 ] {40889efd-0578-4cf2-bbdc-c51e388032ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14880 | 2024.12.21 00:56:54.006817 [ 263 ] {40889efd-0578-4cf2-bbdc-c51e388032ce} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14881 | 2024.12.21 00:56:54.006874 [ 263 ] {40889efd-0578-4cf2-bbdc-c51e388032ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14882 | 2024.12.21 00:56:54.007356 [ 263 ] {40889efd-0578-4cf2-bbdc-c51e388032ce} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14883 | 2024.12.21 00:56:54.007635 [ 263 ] {40889efd-0578-4cf2-bbdc-c51e388032ce} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14884 | 2024.12.21 00:56:54.007904 [ 263 ] {40889efd-0578-4cf2-bbdc-c51e388032ce} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002284 sec., 99387.04028021016 rows/sec., 8.69 MiB/sec. | ||
| 14885 | 2024.12.21 00:56:54.007991 [ 263 ] {40889efd-0578-4cf2-bbdc-c51e388032ce} <Debug> TCPHandler: Processed in 0.00268566 sec. | ||
| 14886 | 2024.12.21 00:56:54.008185 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14887 | 2024.12.21 00:56:54.008316 [ 260 ] {990a268b-6951-4a64-b52a-4760e4cfb4d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14888 | 2024.12.21 00:56:54.008371 [ 260 ] {990a268b-6951-4a64-b52a-4760e4cfb4d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14889 | 2024.12.21 00:56:54.009009 [ 260 ] {990a268b-6951-4a64-b52a-4760e4cfb4d3} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14890 | 2024.12.21 00:56:54.009054 [ 260 ] {990a268b-6951-4a64-b52a-4760e4cfb4d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14891 | 2024.12.21 00:56:54.009452 [ 260 ] {990a268b-6951-4a64-b52a-4760e4cfb4d3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14892 | 2024.12.21 00:56:54.009706 [ 260 ] {990a268b-6951-4a64-b52a-4760e4cfb4d3} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14893 | 2024.12.21 00:56:54.009899 [ 38 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 14894 | 2024.12.21 00:56:54.009960 [ 260 ] {990a268b-6951-4a64-b52a-4760e4cfb4d3} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001675 sec., 11343.283582089553 rows/sec., 810.98 KiB/sec. | ||
| 14895 | 2024.12.21 00:56:54.009988 [ 38 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14896 | 2024.12.21 00:56:54.010054 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14897 | 2024.12.21 00:56:54.010095 [ 260 ] {990a268b-6951-4a64-b52a-4760e4cfb4d3} <Debug> TCPHandler: Processed in 0.001962986 sec. | ||
| 14898 | 2024.12.21 00:56:54.010329 [ 190 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 14899 | 2024.12.21 00:56:54.010362 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14900 | 2024.12.21 00:56:54.010578 [ 190 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14901 | 2024.12.21 00:56:54.010647 [ 263 ] {953569a3-363d-4d87-a8fc-d0f7142c3594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14902 | 2024.12.21 00:56:54.010655 [ 190 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 64 rows starting from the beginning of the part | ||
| 14903 | 2024.12.21 00:56:54.010781 [ 263 ] {953569a3-363d-4d87-a8fc-d0f7142c3594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14904 | 2024.12.21 00:56:54.010947 [ 190 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 23 rows starting from the beginning of the part | ||
| 14905 | 2024.12.21 00:56:54.011326 [ 190 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 27 rows starting from the beginning of the part | ||
| 14906 | 2024.12.21 00:56:54.011679 [ 190 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 19 rows starting from the beginning of the part | ||
| 14907 | 2024.12.21 00:56:54.012054 [ 190 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 29 rows starting from the beginning of the part | ||
| 14908 | 2024.12.21 00:56:54.012414 [ 190 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 19 rows starting from the beginning of the part | ||
| 14909 | 2024.12.21 00:56:54.013768 [ 263 ] {953569a3-363d-4d87-a8fc-d0f7142c3594} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14910 | 2024.12.21 00:56:54.013847 [ 263 ] {953569a3-363d-4d87-a8fc-d0f7142c3594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14911 | 2024.12.21 00:56:54.014867 [ 263 ] {953569a3-363d-4d87-a8fc-d0f7142c3594} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14912 | 2024.12.21 00:56:54.015169 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.004995123 sec., 36235.34395449321 rows/sec., 2.72 MiB/sec. | ||
| 14913 | 2024.12.21 00:56:54.015379 [ 263 ] {953569a3-363d-4d87-a8fc-d0f7142c3594} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14914 | 2024.12.21 00:56:54.015451 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 14915 | 2024.12.21 00:56:54.015940 [ 263 ] {953569a3-363d-4d87-a8fc-d0f7142c3594} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005323 sec., 2630.095810633102 rows/sec., 184.19 KiB/sec. | ||
| 14916 | 2024.12.21 00:56:54.016180 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_101_20} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14917 | 2024.12.21 00:56:54.016363 [ 263 ] {953569a3-363d-4d87-a8fc-d0f7142c3594} <Debug> TCPHandler: Processed in 0.006138404 sec. | ||
| 14918 | 2024.12.21 00:56:54.016536 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_101_20} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 14919 | 2024.12.21 00:56:54.016700 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14920 | 2024.12.21 00:56:54.016784 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14921 | 2024.12.21 00:56:54.016908 [ 260 ] {421fe97b-ef6d-483e-b08f-7aedbee3b646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14922 | 2024.12.21 00:56:54.016976 [ 260 ] {421fe97b-ef6d-483e-b08f-7aedbee3b646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14923 | 2024.12.21 00:56:54.017669 [ 260 ] {421fe97b-ef6d-483e-b08f-7aedbee3b646} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14924 | 2024.12.21 00:56:54.017711 [ 260 ] {421fe97b-ef6d-483e-b08f-7aedbee3b646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14925 | 2024.12.21 00:56:54.018108 [ 260 ] {421fe97b-ef6d-483e-b08f-7aedbee3b646} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14926 | 2024.12.21 00:56:54.018376 [ 260 ] {421fe97b-ef6d-483e-b08f-7aedbee3b646} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14927 | 2024.12.21 00:56:54.018603 [ 260 ] {421fe97b-ef6d-483e-b08f-7aedbee3b646} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001729 sec., 7518.796992481202 rows/sec., 468.80 KiB/sec. | ||
| 14928 | 2024.12.21 00:56:54.018707 [ 260 ] {421fe97b-ef6d-483e-b08f-7aedbee3b646} <Debug> TCPHandler: Processed in 0.00220305 sec. | ||
| 14929 | 2024.12.21 00:56:54.018925 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14930 | 2024.12.21 00:56:54.019086 [ 263 ] {61f049b6-fe74-4b30-8c76-ff3c77fb030f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14931 | 2024.12.21 00:56:54.019157 [ 263 ] {61f049b6-fe74-4b30-8c76-ff3c77fb030f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14932 | 2024.12.21 00:56:54.019996 [ 263 ] {61f049b6-fe74-4b30-8c76-ff3c77fb030f} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14933 | 2024.12.21 00:56:54.020043 [ 263 ] {61f049b6-fe74-4b30-8c76-ff3c77fb030f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14934 | 2024.12.21 00:56:54.020470 [ 263 ] {61f049b6-fe74-4b30-8c76-ff3c77fb030f} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14935 | 2024.12.21 00:56:54.020721 [ 263 ] {61f049b6-fe74-4b30-8c76-ff3c77fb030f} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14936 | 2024.12.21 00:56:54.020975 [ 263 ] {61f049b6-fe74-4b30-8c76-ff3c77fb030f} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001928 sec., 204356.84647302903 rows/sec., 14.51 MiB/sec. | ||
| 14937 | 2024.12.21 00:56:54.021061 [ 263 ] {61f049b6-fe74-4b30-8c76-ff3c77fb030f} <Debug> TCPHandler: Processed in 0.002234971 sec. | ||
| 14938 | 2024.12.21 00:56:54.021274 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14939 | 2024.12.21 00:56:54.021601 [ 260 ] {500103d8-e325-4370-9a9d-66293b128f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14940 | 2024.12.21 00:56:54.021705 [ 260 ] {500103d8-e325-4370-9a9d-66293b128f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14941 | 2024.12.21 00:56:54.022294 [ 260 ] {500103d8-e325-4370-9a9d-66293b128f54} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14942 | 2024.12.21 00:56:54.022343 [ 260 ] {500103d8-e325-4370-9a9d-66293b128f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14943 | 2024.12.21 00:56:54.022741 [ 260 ] {500103d8-e325-4370-9a9d-66293b128f54} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14944 | 2024.12.21 00:56:54.022994 [ 260 ] {500103d8-e325-4370-9a9d-66293b128f54} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14945 | 2024.12.21 00:56:54.023223 [ 260 ] {500103d8-e325-4370-9a9d-66293b128f54} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001755 sec., 3418.8034188034185 rows/sec., 178.62 KiB/sec. | ||
| 14946 | 2024.12.21 00:56:54.023334 [ 260 ] {500103d8-e325-4370-9a9d-66293b128f54} <Debug> TCPHandler: Processed in 0.0021774 sec. | ||
| 14947 | 2024.12.21 00:56:54.023546 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14948 | 2024.12.21 00:56:54.023692 [ 263 ] {08d51ee1-14b3-4e43-8317-7c05df25b22e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14949 | 2024.12.21 00:56:54.023759 [ 263 ] {08d51ee1-14b3-4e43-8317-7c05df25b22e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14950 | 2024.12.21 00:56:54.024457 [ 263 ] {08d51ee1-14b3-4e43-8317-7c05df25b22e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14951 | 2024.12.21 00:56:54.024500 [ 263 ] {08d51ee1-14b3-4e43-8317-7c05df25b22e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14952 | 2024.12.21 00:56:54.024908 [ 263 ] {08d51ee1-14b3-4e43-8317-7c05df25b22e} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14953 | 2024.12.21 00:56:54.025160 [ 263 ] {08d51ee1-14b3-4e43-8317-7c05df25b22e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14954 | 2024.12.21 00:56:54.025330 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_114_23 to all_119_119_0 | ||
| 14955 | 2024.12.21 00:56:54.025378 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14956 | 2024.12.21 00:56:54.025398 [ 263 ] {08d51ee1-14b3-4e43-8317-7c05df25b22e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001738 sec., 136363.63636363635 rows/sec., 9.14 MiB/sec. | ||
| 14957 | 2024.12.21 00:56:54.025414 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14958 | 2024.12.21 00:56:54.025568 [ 263 ] {08d51ee1-14b3-4e43-8317-7c05df25b22e} <Debug> TCPHandler: Processed in 0.00213522 sec. | ||
| 14959 | 2024.12.21 00:56:54.025745 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_114_23 to all_119_119_0 into Compact with storage Full | ||
| 14960 | 2024.12.21 00:56:54.025866 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14961 | 2024.12.21 00:56:54.025966 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14962 | 2024.12.21 00:56:54.026018 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_114_23, total 32873 rows starting from the beginning of the part | ||
| 14963 | 2024.12.21 00:56:54.026362 [ 260 ] {beaa378d-b7de-48a4-a3a5-75977606381f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14964 | 2024.12.21 00:56:54.026399 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 42 rows starting from the beginning of the part | ||
| 14965 | 2024.12.21 00:56:54.026613 [ 260 ] {beaa378d-b7de-48a4-a3a5-75977606381f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14966 | 2024.12.21 00:56:54.026681 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part | ||
| 14967 | 2024.12.21 00:56:54.027094 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 14968 | 2024.12.21 00:56:54.027471 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 161 rows starting from the beginning of the part | ||
| 14969 | 2024.12.21 00:56:54.027803 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 237 rows starting from the beginning of the part | ||
| 14970 | 2024.12.21 00:56:54.028880 [ 260 ] {beaa378d-b7de-48a4-a3a5-75977606381f} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14971 | 2024.12.21 00:56:54.028958 [ 260 ] {beaa378d-b7de-48a4-a3a5-75977606381f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14972 | 2024.12.21 00:56:54.029466 [ 260 ] {beaa378d-b7de-48a4-a3a5-75977606381f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14973 | 2024.12.21 00:56:54.029780 [ 260 ] {beaa378d-b7de-48a4-a3a5-75977606381f} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14974 | 2024.12.21 00:56:54.030113 [ 38 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 14975 | 2024.12.21 00:56:54.030269 [ 38 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14976 | 2024.12.21 00:56:54.030334 [ 260 ] {beaa378d-b7de-48a4-a3a5-75977606381f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004197 sec., 238.26542768644268 rows/sec., 16.05 KiB/sec. | ||
| 14977 | 2024.12.21 00:56:54.030366 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14978 | 2024.12.21 00:56:54.030630 [ 260 ] {beaa378d-b7de-48a4-a3a5-75977606381f} <Debug> TCPHandler: Processed in 0.004929792 sec. | ||
| 14979 | 2024.12.21 00:56:54.030967 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14980 | 2024.12.21 00:56:54.031111 [ 186 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 14981 | 2024.12.21 00:56:54.031456 [ 263 ] {ea7c616b-fb10-4e43-9eda-67d7762085bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14982 | 2024.12.21 00:56:54.031869 [ 263 ] {ea7c616b-fb10-4e43-9eda-67d7762085bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14983 | 2024.12.21 00:56:54.031902 [ 186 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14984 | 2024.12.21 00:56:54.032067 [ 186 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 46 rows starting from the beginning of the part | ||
| 14985 | 2024.12.21 00:56:54.032538 [ 186 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 14986 | 2024.12.21 00:56:54.032900 [ 186 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 14987 | 2024.12.21 00:56:54.033469 [ 186 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 14988 | 2024.12.21 00:56:54.034079 [ 186 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 14989 | 2024.12.21 00:56:54.034654 [ 186 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::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 | ||
| 14990 | 2024.12.21 00:56:54.039975 [ 263 ] {ea7c616b-fb10-4e43-9eda-67d7762085bb} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14991 | 2024.12.21 00:56:54.040037 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33710 rows, containing 5 columns (5 merged, 0 gathered) in 0.014469328 sec., 2329755.7426302037 rows/sec., 157.45 MiB/sec. | ||
| 14992 | 2024.12.21 00:56:54.040109 [ 263 ] {ea7c616b-fb10-4e43-9eda-67d7762085bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14993 | 2024.12.21 00:56:54.040340 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.009718261 sec., 5247.852470724957 rows/sec., 353.21 KiB/sec. | ||
| 14994 | 2024.12.21 00:56:54.040473 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 14995 | 2024.12.21 00:56:54.040670 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 14996 | 2024.12.21 00:56:54.041521 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14997 | 2024.12.21 00:56:54.041641 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_50_10} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14998 | 2024.12.21 00:56:54.041864 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_114_23, all_119_119_0] -> all_1_119_24 | ||
| 14999 | 2024.12.21 00:56:54.041919 [ 195 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_50_10} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 15000 | 2024.12.21 00:56:54.042148 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 15001 | 2024.12.21 00:56:54.042239 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 15002 | 2024.12.21 00:56:54.042562 [ 263 ] {ea7c616b-fb10-4e43-9eda-67d7762085bb} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 15003 | 2024.12.21 00:56:54.042853 [ 263 ] {ea7c616b-fb10-4e43-9eda-67d7762085bb} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15004 | 2024.12.21 00:56:54.043055 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 15005 | 2024.12.21 00:56:54.043121 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15006 | 2024.12.21 00:56:54.043156 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15007 | 2024.12.21 00:56:54.043173 [ 263 ] {ea7c616b-fb10-4e43-9eda-67d7762085bb} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.011908 sec., 1007.7258985555928 rows/sec., 1.81 MiB/sec. | ||
| 15008 | 2024.12.21 00:56:54.043538 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 15009 | 2024.12.21 00:56:54.043660 [ 263 ] {ea7c616b-fb10-4e43-9eda-67d7762085bb} <Debug> TCPHandler: Processed in 0.01288859 sec. | ||
| 15010 | 2024.12.21 00:56:54.044043 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15011 | 2024.12.21 00:56:54.044054 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15012 | 2024.12.21 00:56:54.044153 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1875 rows starting from the beginning of the part | ||
| 15013 | 2024.12.21 00:56:54.044605 [ 260 ] {b77eb038-cafa-45e2-867f-f338375c042d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15014 | 2024.12.21 00:56:54.044796 [ 260 ] {b77eb038-cafa-45e2-867f-f338375c042d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15015 | 2024.12.21 00:56:54.044822 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 12 rows starting from the beginning of the part | ||
| 15016 | 2024.12.21 00:56:54.045731 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 27 rows starting from the beginning of the part | ||
| 15017 | 2024.12.21 00:56:54.046373 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 12 rows starting from the beginning of the part | ||
| 15018 | 2024.12.21 00:56:54.047147 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 27 rows starting from the beginning of the part | ||
| 15019 | 2024.12.21 00:56:54.047263 [ 260 ] {b77eb038-cafa-45e2-867f-f338375c042d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15020 | 2024.12.21 00:56:54.047348 [ 260 ] {b77eb038-cafa-45e2-867f-f338375c042d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15021 | 2024.12.21 00:56:54.047789 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 12 rows starting from the beginning of the part | ||
| 15022 | 2024.12.21 00:56:54.049094 [ 260 ] {b77eb038-cafa-45e2-867f-f338375c042d} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15023 | 2024.12.21 00:56:54.049633 [ 260 ] {b77eb038-cafa-45e2-867f-f338375c042d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15024 | 2024.12.21 00:56:54.049998 [ 260 ] {b77eb038-cafa-45e2-867f-f338375c042d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005627 sec., 14572.596410165275 rows/sec., 947.75 KiB/sec. | ||
| 15025 | 2024.12.21 00:56:54.050066 [ 260 ] {b77eb038-cafa-45e2-867f-f338375c042d} <Debug> TCPHandler: Processed in 0.006162284 sec. | ||
| 15026 | 2024.12.21 00:56:54.056903 [ 202 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 19 columns (19 merged, 0 gathered) in 0.013649973 sec., 143956.328704826 rows/sec., 257.96 MiB/sec. | ||
| 15027 | 2024.12.21 00:56:54.059074 [ 188 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 15028 | 2024.12.21 00:56:54.059512 [ 188 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15029 | 2024.12.21 00:56:54.059594 [ 188 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 15030 | 2024.12.21 00:56:54.059768 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.37 MiB. | ||
| 15031 | 2024.12.21 00:56:55.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.65 MiB, peak 286.99 MiB, free memory in arenas 0.00 B, will set to 270.89 MiB (RSS), difference: 1.24 MiB | ||
| 15032 | 2024.12.21 00:56:57.280773 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15033 | 2024.12.21 00:56:57.280826 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15034 | 2024.12.21 00:56:57.547467 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
| 15035 | 2024.12.21 00:56:57.548145 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15036 | 2024.12.21 00:56:57.548197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15037 | 2024.12.21 00:56:57.548751 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15038 | 2024.12.21 00:56:57.549036 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15039 | 2024.12.21 00:56:57.549310 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 15040 | 2024.12.21 00:56:58.999420 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15041 | 2024.12.21 00:56:58.999683 [ 260 ] {7e711f96-6b57-4b93-b618-0a5d163c4fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15042 | 2024.12.21 00:56:58.999763 [ 260 ] {7e711f96-6b57-4b93-b618-0a5d163c4fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15043 | 2024.12.21 00:56:59.000835 [ 260 ] {7e711f96-6b57-4b93-b618-0a5d163c4fc2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15044 | 2024.12.21 00:56:59.000887 [ 260 ] {7e711f96-6b57-4b93-b618-0a5d163c4fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15045 | 2024.12.21 00:56:59.001636 [ 260 ] {7e711f96-6b57-4b93-b618-0a5d163c4fc2} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15046 | 2024.12.21 00:56:59.002473 [ 260 ] {7e711f96-6b57-4b93-b618-0a5d163c4fc2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15047 | 2024.12.21 00:56:59.002889 [ 260 ] {7e711f96-6b57-4b93-b618-0a5d163c4fc2} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.003259 sec., 33752.68487266032 rows/sec., 2.83 MiB/sec. | ||
| 15048 | 2024.12.21 00:56:59.002969 [ 260 ] {7e711f96-6b57-4b93-b618-0a5d163c4fc2} <Debug> TCPHandler: Processed in 0.003684518 sec. | ||
| 15049 | 2024.12.21 00:56:59.003323 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15050 | 2024.12.21 00:56:59.003554 [ 263 ] {549f2d94-bba3-418d-99b6-6b6833b1bd74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15051 | 2024.12.21 00:56:59.003651 [ 263 ] {549f2d94-bba3-418d-99b6-6b6833b1bd74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15052 | 2024.12.21 00:56:59.004535 [ 263 ] {549f2d94-bba3-418d-99b6-6b6833b1bd74} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15053 | 2024.12.21 00:56:59.004591 [ 263 ] {549f2d94-bba3-418d-99b6-6b6833b1bd74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15054 | 2024.12.21 00:56:59.005059 [ 263 ] {549f2d94-bba3-418d-99b6-6b6833b1bd74} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 15055 | 2024.12.21 00:56:59.005320 [ 263 ] {549f2d94-bba3-418d-99b6-6b6833b1bd74} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15056 | 2024.12.21 00:56:59.005576 [ 263 ] {549f2d94-bba3-418d-99b6-6b6833b1bd74} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002092 sec., 12906.309751434033 rows/sec., 970.49 KiB/sec. | ||
| 15057 | 2024.12.21 00:56:59.005651 [ 263 ] {549f2d94-bba3-418d-99b6-6b6833b1bd74} <Debug> TCPHandler: Processed in 0.002532737 sec. | ||
| 15058 | 2024.12.21 00:56:59.005834 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15059 | 2024.12.21 00:56:59.005974 [ 260 ] {a1fb3386-538a-4dd8-96e6-6c3b465dc1fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15060 | 2024.12.21 00:56:59.006030 [ 260 ] {a1fb3386-538a-4dd8-96e6-6c3b465dc1fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15061 | 2024.12.21 00:56:59.006710 [ 260 ] {a1fb3386-538a-4dd8-96e6-6c3b465dc1fc} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15062 | 2024.12.21 00:56:59.006755 [ 260 ] {a1fb3386-538a-4dd8-96e6-6c3b465dc1fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15063 | 2024.12.21 00:56:59.007188 [ 260 ] {a1fb3386-538a-4dd8-96e6-6c3b465dc1fc} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15064 | 2024.12.21 00:56:59.007488 [ 260 ] {a1fb3386-538a-4dd8-96e6-6c3b465dc1fc} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15065 | 2024.12.21 00:56:59.007785 [ 260 ] {a1fb3386-538a-4dd8-96e6-6c3b465dc1fc} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001842 sec., 49402.82301845819 rows/sec., 3.86 MiB/sec. | ||
| 15066 | 2024.12.21 00:56:59.007867 [ 260 ] {a1fb3386-538a-4dd8-96e6-6c3b465dc1fc} <Debug> TCPHandler: Processed in 0.002095079 sec. | ||
| 15067 | 2024.12.21 00:56:59.008045 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15068 | 2024.12.21 00:56:59.008183 [ 263 ] {74ed3207-ca7e-4429-8e66-e8146d2b8ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15069 | 2024.12.21 00:56:59.008254 [ 263 ] {74ed3207-ca7e-4429-8e66-e8146d2b8ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15070 | 2024.12.21 00:56:59.008893 [ 263 ] {74ed3207-ca7e-4429-8e66-e8146d2b8ca1} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15071 | 2024.12.21 00:56:59.008939 [ 263 ] {74ed3207-ca7e-4429-8e66-e8146d2b8ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15072 | 2024.12.21 00:56:59.009491 [ 263 ] {74ed3207-ca7e-4429-8e66-e8146d2b8ca1} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15073 | 2024.12.21 00:56:59.009757 [ 263 ] {74ed3207-ca7e-4429-8e66-e8146d2b8ca1} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15074 | 2024.12.21 00:56:59.010013 [ 263 ] {74ed3207-ca7e-4429-8e66-e8146d2b8ca1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001865 sec., 85790.88471849867 rows/sec., 5.98 MiB/sec. | ||
| 15075 | 2024.12.21 00:56:59.010085 [ 263 ] {74ed3207-ca7e-4429-8e66-e8146d2b8ca1} <Debug> TCPHandler: Processed in 0.002107139 sec. | ||
| 15076 | 2024.12.21 00:56:59.010257 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15077 | 2024.12.21 00:56:59.010388 [ 260 ] {e8887c47-d53d-450b-8951-3f67d9fda143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15078 | 2024.12.21 00:56:59.010476 [ 260 ] {e8887c47-d53d-450b-8951-3f67d9fda143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15079 | 2024.12.21 00:56:59.011896 [ 260 ] {e8887c47-d53d-450b-8951-3f67d9fda143} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15080 | 2024.12.21 00:56:59.011940 [ 260 ] {e8887c47-d53d-450b-8951-3f67d9fda143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15081 | 2024.12.21 00:56:59.012619 [ 260 ] {e8887c47-d53d-450b-8951-3f67d9fda143} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 15082 | 2024.12.21 00:56:59.012905 [ 260 ] {e8887c47-d53d-450b-8951-3f67d9fda143} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15083 | 2024.12.21 00:56:59.013175 [ 260 ] {e8887c47-d53d-450b-8951-3f67d9fda143} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002818 sec., 9581.263307310148 rows/sec., 17.17 MiB/sec. | ||
| 15084 | 2024.12.21 00:56:59.013309 [ 260 ] {e8887c47-d53d-450b-8951-3f67d9fda143} <Debug> TCPHandler: Processed in 0.003111208 sec. | ||
| 15085 | 2024.12.21 00:56:59.013462 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15086 | 2024.12.21 00:56:59.013594 [ 263 ] {d0ae8d54-b34c-4fc9-99dd-339c9bc785ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15087 | 2024.12.21 00:56:59.013652 [ 263 ] {d0ae8d54-b34c-4fc9-99dd-339c9bc785ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15088 | 2024.12.21 00:56:59.014229 [ 263 ] {d0ae8d54-b34c-4fc9-99dd-339c9bc785ab} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15089 | 2024.12.21 00:56:59.014274 [ 263 ] {d0ae8d54-b34c-4fc9-99dd-339c9bc785ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15090 | 2024.12.21 00:56:59.014708 [ 263 ] {d0ae8d54-b34c-4fc9-99dd-339c9bc785ab} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15091 | 2024.12.21 00:56:59.014986 [ 263 ] {d0ae8d54-b34c-4fc9-99dd-339c9bc785ab} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15092 | 2024.12.21 00:56:59.015241 [ 263 ] {d0ae8d54-b34c-4fc9-99dd-339c9bc785ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001678 sec., 35756.853396901075 rows/sec., 2.41 MiB/sec. | ||
| 15093 | 2024.12.21 00:56:59.015305 [ 263 ] {d0ae8d54-b34c-4fc9-99dd-339c9bc785ab} <Debug> TCPHandler: Processed in 0.001901035 sec. | ||
| 15094 | 2024.12.21 00:56:59.924498 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): 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] | ||
| 15095 | 2024.12.21 00:56:59.924551 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): 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] | ||
| 15096 | 2024.12.21 00:56:59.926797 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): 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] | ||
| 15097 | 2024.12.21 00:56:59.960873 [ 223 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): 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] | ||
| 15098 | 2024.12.21 00:56:59.960916 [ 223 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): 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] | ||
| 15099 | 2024.12.21 00:56:59.963111 [ 223 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): 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] | ||
| 15100 | 2024.12.21 00:56:59.966675 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 15101 | 2024.12.21 00:56:59.990396 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15102 | 2024.12.21 00:56:59.990461 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15103 | 2024.12.21 00:56:59.998052 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15104 | 2024.12.21 00:56:59.998906 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15105 | 2024.12.21 00:57:00.000205 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.84 MiB, peak 286.99 MiB, free memory in arenas 0.00 B, will set to 270.89 MiB (RSS), difference: -4.96 MiB | ||
| 15106 | 2024.12.21 00:57:00.003966 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 15107 | 2024.12.21 00:57:01.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.89 MiB, peak 286.99 MiB, free memory in arenas 0.00 B, will set to 270.89 MiB (RSS), difference: 4.00 MiB | ||
| 15108 | 2024.12.21 00:57:02.730855 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2124 | ||
| 15109 | 2024.12.21 00:57:02.734165 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15110 | 2024.12.21 00:57:02.734228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15111 | 2024.12.21 00:57:02.735763 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15112 | 2024.12.21 00:57:02.736090 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15113 | 2024.12.21 00:57:02.736414 [ 218 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): 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] | ||
| 15114 | 2024.12.21 00:57:02.736460 [ 218 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): 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] | ||
| 15115 | 2024.12.21 00:57:02.736940 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2124 | ||
| 15116 | 2024.12.21 00:57:02.738605 [ 218 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): 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] | ||
| 15117 | 2024.12.21 00:57:02.773665 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15118 | 2024.12.21 00:57:02.773884 [ 260 ] {158718b4-38bd-4221-884e-54a7922b77fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15119 | 2024.12.21 00:57:02.773968 [ 260 ] {158718b4-38bd-4221-884e-54a7922b77fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15120 | 2024.12.21 00:57:02.774806 [ 260 ] {158718b4-38bd-4221-884e-54a7922b77fe} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15121 | 2024.12.21 00:57:02.774847 [ 260 ] {158718b4-38bd-4221-884e-54a7922b77fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15122 | 2024.12.21 00:57:02.775286 [ 260 ] {158718b4-38bd-4221-884e-54a7922b77fe} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15123 | 2024.12.21 00:57:02.775557 [ 260 ] {158718b4-38bd-4221-884e-54a7922b77fe} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15124 | 2024.12.21 00:57:02.775770 [ 260 ] {158718b4-38bd-4221-884e-54a7922b77fe} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec. | ||
| 15125 | 2024.12.21 00:57:02.775839 [ 260 ] {158718b4-38bd-4221-884e-54a7922b77fe} <Debug> TCPHandler: Processed in 0.002316723 sec. | ||
| 15126 | 2024.12.21 00:57:02.776085 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15127 | 2024.12.21 00:57:02.776281 [ 263 ] {74942480-246b-4acf-a856-d43861055180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15128 | 2024.12.21 00:57:02.776360 [ 263 ] {74942480-246b-4acf-a856-d43861055180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15129 | 2024.12.21 00:57:02.777124 [ 263 ] {74942480-246b-4acf-a856-d43861055180} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15130 | 2024.12.21 00:57:02.777178 [ 263 ] {74942480-246b-4acf-a856-d43861055180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15131 | 2024.12.21 00:57:02.777622 [ 263 ] {74942480-246b-4acf-a856-d43861055180} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15132 | 2024.12.21 00:57:02.777888 [ 263 ] {74942480-246b-4acf-a856-d43861055180} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15133 | 2024.12.21 00:57:02.778125 [ 263 ] {74942480-246b-4acf-a856-d43861055180} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001898 sec., 3161.222339304531 rows/sec., 257.78 KiB/sec. | ||
| 15134 | 2024.12.21 00:57:02.778196 [ 263 ] {74942480-246b-4acf-a856-d43861055180} <Debug> TCPHandler: Processed in 0.002246462 sec. | ||
| 15135 | 2024.12.21 00:57:02.778355 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15136 | 2024.12.21 00:57:02.778505 [ 260 ] {48da3e5c-c750-4945-8890-b674d26ea417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15137 | 2024.12.21 00:57:02.778568 [ 260 ] {48da3e5c-c750-4945-8890-b674d26ea417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15138 | 2024.12.21 00:57:02.779744 [ 260 ] {48da3e5c-c750-4945-8890-b674d26ea417} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15139 | 2024.12.21 00:57:02.779784 [ 260 ] {48da3e5c-c750-4945-8890-b674d26ea417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15140 | 2024.12.21 00:57:02.780273 [ 260 ] {48da3e5c-c750-4945-8890-b674d26ea417} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15141 | 2024.12.21 00:57:02.780534 [ 260 ] {48da3e5c-c750-4945-8890-b674d26ea417} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15142 | 2024.12.21 00:57:02.780676 [ 25 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15143 | 2024.12.21 00:57:02.780725 [ 260 ] {48da3e5c-c750-4945-8890-b674d26ea417} <Debug> executeQuery: Read 1370 rows, 116.66 KiB in 0.002256 sec., 607269.5035460993 rows/sec., 50.50 MiB/sec. | ||
| 15144 | 2024.12.21 00:57:02.780733 [ 25 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15145 | 2024.12.21 00:57:02.780781 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15146 | 2024.12.21 00:57:02.780813 [ 260 ] {48da3e5c-c750-4945-8890-b674d26ea417} <Debug> TCPHandler: Processed in 0.002528207 sec. | ||
| 15147 | 2024.12.21 00:57:02.781104 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15148 | 2024.12.21 00:57:02.781198 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15149 | 2024.12.21 00:57:02.781508 [ 263 ] {0f1ca22b-db44-43b4-a504-d2c4ecbc93c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15150 | 2024.12.21 00:57:02.781752 [ 263 ] {0f1ca22b-db44-43b4-a504-d2c4ecbc93c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15151 | 2024.12.21 00:57:02.781879 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15152 | 2024.12.21 00:57:02.782052 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1432 rows starting from the beginning of the part | ||
| 15153 | 2024.12.21 00:57:02.782576 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 227 rows starting from the beginning of the part | ||
| 15154 | 2024.12.21 00:57:02.783119 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 111 rows starting from the beginning of the part | ||
| 15155 | 2024.12.21 00:57:02.783733 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 227 rows starting from the beginning of the part | ||
| 15156 | 2024.12.21 00:57:02.784281 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 110 rows starting from the beginning of the part | ||
| 15157 | 2024.12.21 00:57:02.784866 [ 202 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1370 rows starting from the beginning of the part | ||
| 15158 | 2024.12.21 00:57:02.786282 [ 263 ] {0f1ca22b-db44-43b4-a504-d2c4ecbc93c7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15159 | 2024.12.21 00:57:02.786359 [ 263 ] {0f1ca22b-db44-43b4-a504-d2c4ecbc93c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15160 | 2024.12.21 00:57:02.787329 [ 263 ] {0f1ca22b-db44-43b4-a504-d2c4ecbc93c7} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 15161 | 2024.12.21 00:57:02.787809 [ 263 ] {0f1ca22b-db44-43b4-a504-d2c4ecbc93c7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15162 | 2024.12.21 00:57:02.788083 [ 263 ] {0f1ca22b-db44-43b4-a504-d2c4ecbc93c7} <Debug> executeQuery: Read 25 rows, 1.78 KiB in 0.006811 sec., 3670.532961385993 rows/sec., 260.95 KiB/sec. | ||
| 15163 | 2024.12.21 00:57:02.788152 [ 263 ] {0f1ca22b-db44-43b4-a504-d2c4ecbc93c7} <Debug> TCPHandler: Processed in 0.007239585 sec. | ||
| 15164 | 2024.12.21 00:57:02.788328 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15165 | 2024.12.21 00:57:02.788701 [ 260 ] {5b14e8f4-6e20-40e9-93ac-1a7342c6c82c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15166 | 2024.12.21 00:57:02.788759 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3477 rows, containing 5 columns (5 merged, 0 gathered) in 0.007832455 sec., 443922.1163734742 rows/sec., 38.92 MiB/sec. | ||
| 15167 | 2024.12.21 00:57:02.788773 [ 260 ] {5b14e8f4-6e20-40e9-93ac-1a7342c6c82c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15168 | 2024.12.21 00:57:02.789120 [ 196 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15169 | 2024.12.21 00:57:02.789782 [ 196 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_121_24} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15170 | 2024.12.21 00:57:02.790008 [ 196 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_121_24} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15171 | 2024.12.21 00:57:02.790151 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 15172 | 2024.12.21 00:57:02.790167 [ 260 ] {5b14e8f4-6e20-40e9-93ac-1a7342c6c82c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15173 | 2024.12.21 00:57:02.790220 [ 260 ] {5b14e8f4-6e20-40e9-93ac-1a7342c6c82c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15174 | 2024.12.21 00:57:02.790616 [ 260 ] {5b14e8f4-6e20-40e9-93ac-1a7342c6c82c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15175 | 2024.12.21 00:57:02.790880 [ 260 ] {5b14e8f4-6e20-40e9-93ac-1a7342c6c82c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15176 | 2024.12.21 00:57:02.791065 [ 260 ] {5b14e8f4-6e20-40e9-93ac-1a7342c6c82c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002504 sec., 96645.36741214056 rows/sec., 6.55 MiB/sec. | ||
| 15177 | 2024.12.21 00:57:02.791117 [ 260 ] {5b14e8f4-6e20-40e9-93ac-1a7342c6c82c} <Debug> TCPHandler: Processed in 0.002862773 sec. | ||
| 15178 | 2024.12.21 00:57:02.791288 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15179 | 2024.12.21 00:57:02.791435 [ 263 ] {69340f7a-dcc4-4d26-a9f0-6ad49346e778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15180 | 2024.12.21 00:57:02.791495 [ 263 ] {69340f7a-dcc4-4d26-a9f0-6ad49346e778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15181 | 2024.12.21 00:57:02.792125 [ 263 ] {69340f7a-dcc4-4d26-a9f0-6ad49346e778} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15182 | 2024.12.21 00:57:02.792167 [ 263 ] {69340f7a-dcc4-4d26-a9f0-6ad49346e778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15183 | 2024.12.21 00:57:02.792541 [ 263 ] {69340f7a-dcc4-4d26-a9f0-6ad49346e778} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15184 | 2024.12.21 00:57:02.792778 [ 263 ] {69340f7a-dcc4-4d26-a9f0-6ad49346e778} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15185 | 2024.12.21 00:57:02.792992 [ 263 ] {69340f7a-dcc4-4d26-a9f0-6ad49346e778} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001592 sec., 8165.829145728642 rows/sec., 509.14 KiB/sec. | ||
| 15186 | 2024.12.21 00:57:02.793047 [ 263 ] {69340f7a-dcc4-4d26-a9f0-6ad49346e778} <Debug> TCPHandler: Processed in 0.001830024 sec. | ||
| 15187 | 2024.12.21 00:57:02.793202 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15188 | 2024.12.21 00:57:02.793342 [ 260 ] {04f8c014-d303-495a-8420-bca5052c059b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15189 | 2024.12.21 00:57:02.793400 [ 260 ] {04f8c014-d303-495a-8420-bca5052c059b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15190 | 2024.12.21 00:57:02.794331 [ 260 ] {04f8c014-d303-495a-8420-bca5052c059b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15191 | 2024.12.21 00:57:02.794369 [ 260 ] {04f8c014-d303-495a-8420-bca5052c059b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15192 | 2024.12.21 00:57:02.794779 [ 260 ] {04f8c014-d303-495a-8420-bca5052c059b} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15193 | 2024.12.21 00:57:02.795041 [ 260 ] {04f8c014-d303-495a-8420-bca5052c059b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15194 | 2024.12.21 00:57:02.795187 [ 25 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15195 | 2024.12.21 00:57:02.795230 [ 260 ] {04f8c014-d303-495a-8420-bca5052c059b} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.001916 sec., 446764.0918580376 rows/sec., 32.32 MiB/sec. | ||
| 15196 | 2024.12.21 00:57:02.795238 [ 25 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15197 | 2024.12.21 00:57:02.795287 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15198 | 2024.12.21 00:57:02.795304 [ 260 ] {04f8c014-d303-495a-8420-bca5052c059b} <Debug> TCPHandler: Processed in 0.002167611 sec. | ||
| 15199 | 2024.12.21 00:57:02.795500 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15200 | 2024.12.21 00:57:02.795539 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15201 | 2024.12.21 00:57:02.795673 [ 263 ] {24ba1117-e7d7-4cf4-a842-53549a80b362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15202 | 2024.12.21 00:57:02.795710 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15203 | 2024.12.21 00:57:02.795745 [ 263 ] {24ba1117-e7d7-4cf4-a842-53549a80b362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15204 | 2024.12.21 00:57:02.795757 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 913 rows starting from the beginning of the part | ||
| 15205 | 2024.12.21 00:57:02.796023 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 394 rows starting from the beginning of the part | ||
| 15206 | 2024.12.21 00:57:02.796373 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 93 rows starting from the beginning of the part | ||
| 15207 | 2024.12.21 00:57:02.796589 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 394 rows starting from the beginning of the part | ||
| 15208 | 2024.12.21 00:57:02.796747 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 91 rows starting from the beginning of the part | ||
| 15209 | 2024.12.21 00:57:02.796905 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 856 rows starting from the beginning of the part | ||
| 15210 | 2024.12.21 00:57:02.797362 [ 263 ] {24ba1117-e7d7-4cf4-a842-53549a80b362} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15211 | 2024.12.21 00:57:02.797407 [ 263 ] {24ba1117-e7d7-4cf4-a842-53549a80b362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15212 | 2024.12.21 00:57:02.797956 [ 263 ] {24ba1117-e7d7-4cf4-a842-53549a80b362} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15213 | 2024.12.21 00:57:02.798291 [ 263 ] {24ba1117-e7d7-4cf4-a842-53549a80b362} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15214 | 2024.12.21 00:57:02.798493 [ 25 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 15215 | 2024.12.21 00:57:02.798554 [ 25 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15216 | 2024.12.21 00:57:02.798579 [ 263 ] {24ba1117-e7d7-4cf4-a842-53549a80b362} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002944 sec., 2038.0434782608695 rows/sec., 106.48 KiB/sec. | ||
| 15217 | 2024.12.21 00:57:02.798594 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15218 | 2024.12.21 00:57:02.798781 [ 263 ] {24ba1117-e7d7-4cf4-a842-53549a80b362} <Debug> TCPHandler: Processed in 0.003391973 sec. | ||
| 15219 | 2024.12.21 00:57:02.798958 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 15220 | 2024.12.21 00:57:02.799094 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15221 | 2024.12.21 00:57:02.799330 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2741 rows, containing 5 columns (5 merged, 0 gathered) in 0.003938763 sec., 695903.7647098849 rows/sec., 53.09 MiB/sec. | ||
| 15222 | 2024.12.21 00:57:02.799395 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15223 | 2024.12.21 00:57:02.799471 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 15224 | 2024.12.21 00:57:02.799517 [ 260 ] {af51a2ba-c381-4ee2-8b2d-abd3ea56eafc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15225 | 2024.12.21 00:57:02.799654 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15226 | 2024.12.21 00:57:02.799812 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 15227 | 2024.12.21 00:57:02.799903 [ 260 ] {af51a2ba-c381-4ee2-8b2d-abd3ea56eafc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15228 | 2024.12.21 00:57:02.800287 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 15229 | 2024.12.21 00:57:02.800769 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 15230 | 2024.12.21 00:57:02.801091 [ 194 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_121_24} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15231 | 2024.12.21 00:57:02.801161 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 15232 | 2024.12.21 00:57:02.801695 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 15233 | 2024.12.21 00:57:02.801706 [ 194 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_121_24} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15234 | 2024.12.21 00:57:02.802558 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 15235 | 2024.12.21 00:57:02.803489 [ 260 ] {af51a2ba-c381-4ee2-8b2d-abd3ea56eafc} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15236 | 2024.12.21 00:57:02.803568 [ 260 ] {af51a2ba-c381-4ee2-8b2d-abd3ea56eafc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15237 | 2024.12.21 00:57:02.804680 [ 196 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.00595144 sec., 51416.12786149235 rows/sec., 2.62 MiB/sec. | ||
| 15238 | 2024.12.21 00:57:02.804839 [ 260 ] {af51a2ba-c381-4ee2-8b2d-abd3ea56eafc} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15239 | 2024.12.21 00:57:02.804858 [ 192 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 15240 | 2024.12.21 00:57:02.805381 [ 260 ] {af51a2ba-c381-4ee2-8b2d-abd3ea56eafc} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15241 | 2024.12.21 00:57:02.805503 [ 192 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_51_10} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15242 | 2024.12.21 00:57:02.805800 [ 192 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_51_10} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 15243 | 2024.12.21 00:57:02.805845 [ 260 ] {af51a2ba-c381-4ee2-8b2d-abd3ea56eafc} <Debug> executeQuery: Read 918 rows, 62.70 KiB in 0.006443 sec., 142480.2110817942 rows/sec., 9.50 MiB/sec. | ||
| 15244 | 2024.12.21 00:57:02.805967 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15245 | 2024.12.21 00:57:02.806181 [ 260 ] {af51a2ba-c381-4ee2-8b2d-abd3ea56eafc} <Debug> TCPHandler: Processed in 0.007256794 sec. | ||
| 15246 | 2024.12.21 00:57:02.806395 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15247 | 2024.12.21 00:57:02.806564 [ 263 ] {a64fbfb3-946d-4500-8dba-a35cedc81211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15248 | 2024.12.21 00:57:02.806616 [ 263 ] {a64fbfb3-946d-4500-8dba-a35cedc81211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15249 | 2024.12.21 00:57:02.807085 [ 263 ] {a64fbfb3-946d-4500-8dba-a35cedc81211} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15250 | 2024.12.21 00:57:02.807124 [ 263 ] {a64fbfb3-946d-4500-8dba-a35cedc81211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15251 | 2024.12.21 00:57:02.807483 [ 263 ] {a64fbfb3-946d-4500-8dba-a35cedc81211} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15252 | 2024.12.21 00:57:02.807733 [ 263 ] {a64fbfb3-946d-4500-8dba-a35cedc81211} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15253 | 2024.12.21 00:57:02.807963 [ 263 ] {a64fbfb3-946d-4500-8dba-a35cedc81211} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 46.96 KiB/sec. | ||
| 15254 | 2024.12.21 00:57:02.808016 [ 263 ] {a64fbfb3-946d-4500-8dba-a35cedc81211} <Debug> TCPHandler: Processed in 0.001732132 sec. | ||
| 15255 | 2024.12.21 00:57:02.808154 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15256 | 2024.12.21 00:57:02.808273 [ 260 ] {288844c0-827a-4165-bf92-c1f61ea738b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15257 | 2024.12.21 00:57:02.808350 [ 260 ] {288844c0-827a-4165-bf92-c1f61ea738b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15258 | 2024.12.21 00:57:02.809458 [ 260 ] {288844c0-827a-4165-bf92-c1f61ea738b9} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15259 | 2024.12.21 00:57:02.809497 [ 260 ] {288844c0-827a-4165-bf92-c1f61ea738b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15260 | 2024.12.21 00:57:02.810143 [ 260 ] {288844c0-827a-4165-bf92-c1f61ea738b9} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 15261 | 2024.12.21 00:57:02.810426 [ 260 ] {288844c0-827a-4165-bf92-c1f61ea738b9} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15262 | 2024.12.21 00:57:02.810627 [ 260 ] {288844c0-827a-4165-bf92-c1f61ea738b9} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002379 sec., 5044.136191677175 rows/sec., 9.04 MiB/sec. | ||
| 15263 | 2024.12.21 00:57:02.810731 [ 260 ] {288844c0-827a-4165-bf92-c1f61ea738b9} <Debug> TCPHandler: Processed in 0.002634769 sec. | ||
| 15264 | 2024.12.21 00:57:02.810892 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15265 | 2024.12.21 00:57:02.811036 [ 263 ] {7b29469e-1049-4614-82d5-55a9885c9c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15266 | 2024.12.21 00:57:02.811097 [ 263 ] {7b29469e-1049-4614-82d5-55a9885c9c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15267 | 2024.12.21 00:57:02.811696 [ 263 ] {7b29469e-1049-4614-82d5-55a9885c9c86} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15268 | 2024.12.21 00:57:02.811737 [ 263 ] {7b29469e-1049-4614-82d5-55a9885c9c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15269 | 2024.12.21 00:57:02.812122 [ 263 ] {7b29469e-1049-4614-82d5-55a9885c9c86} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15270 | 2024.12.21 00:57:02.812374 [ 263 ] {7b29469e-1049-4614-82d5-55a9885c9c86} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15271 | 2024.12.21 00:57:02.812558 [ 25 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15272 | 2024.12.21 00:57:02.812609 [ 25 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15273 | 2024.12.21 00:57:02.812628 [ 263 ] {7b29469e-1049-4614-82d5-55a9885c9c86} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.001615 sec., 40866.87306501548 rows/sec., 2.55 MiB/sec. | ||
| 15274 | 2024.12.21 00:57:02.812647 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15275 | 2024.12.21 00:57:02.812802 [ 263 ] {7b29469e-1049-4614-82d5-55a9885c9c86} <Debug> TCPHandler: Processed in 0.001976786 sec. | ||
| 15276 | 2024.12.21 00:57:02.812903 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15277 | 2024.12.21 00:57:02.813047 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15278 | 2024.12.21 00:57:02.813083 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7044 rows starting from the beginning of the part | ||
| 15279 | 2024.12.21 00:57:02.813157 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 15280 | 2024.12.21 00:57:02.813418 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 15281 | 2024.12.21 00:57:02.813518 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 82 rows starting from the beginning of the part | ||
| 15282 | 2024.12.21 00:57:02.813614 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part | ||
| 15283 | 2024.12.21 00:57:02.813815 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 66 rows starting from the beginning of the part | ||
| 15284 | 2024.12.21 00:57:02.816157 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7394 rows, containing 4 columns (4 merged, 0 gathered) in 0.003385152 sec., 2184244.6070368476 rows/sec., 142.51 MiB/sec. | ||
| 15285 | 2024.12.21 00:57:02.816559 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15286 | 2024.12.21 00:57:02.816850 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_121_24} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15287 | 2024.12.21 00:57:02.816930 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_121_24} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15288 | 2024.12.21 00:57:02.817004 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 15289 | 2024.12.21 00:57:03.991693 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15290 | 2024.12.21 00:57:03.991934 [ 260 ] {75c02f8d-577f-4117-b4e9-32c8e7ced157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15291 | 2024.12.21 00:57:03.992018 [ 260 ] {75c02f8d-577f-4117-b4e9-32c8e7ced157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15292 | 2024.12.21 00:57:03.992970 [ 260 ] {75c02f8d-577f-4117-b4e9-32c8e7ced157} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15293 | 2024.12.21 00:57:03.993021 [ 260 ] {75c02f8d-577f-4117-b4e9-32c8e7ced157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15294 | 2024.12.21 00:57:03.993461 [ 260 ] {75c02f8d-577f-4117-b4e9-32c8e7ced157} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15295 | 2024.12.21 00:57:03.993723 [ 260 ] {75c02f8d-577f-4117-b4e9-32c8e7ced157} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15296 | 2024.12.21 00:57:03.993991 [ 260 ] {75c02f8d-577f-4117-b4e9-32c8e7ced157} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002118 sec., 26440.03777148253 rows/sec., 2.02 MiB/sec. | ||
| 15297 | 2024.12.21 00:57:03.994086 [ 260 ] {75c02f8d-577f-4117-b4e9-32c8e7ced157} <Debug> TCPHandler: Processed in 0.002543197 sec. | ||
| 15298 | 2024.12.21 00:57:03.994367 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15299 | 2024.12.21 00:57:03.994584 [ 263 ] {aa79ad3c-5b9e-464e-a119-1c567f0a7841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15300 | 2024.12.21 00:57:03.994665 [ 263 ] {aa79ad3c-5b9e-464e-a119-1c567f0a7841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15301 | 2024.12.21 00:57:03.995622 [ 263 ] {aa79ad3c-5b9e-464e-a119-1c567f0a7841} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15302 | 2024.12.21 00:57:03.995668 [ 263 ] {aa79ad3c-5b9e-464e-a119-1c567f0a7841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15303 | 2024.12.21 00:57:03.996108 [ 263 ] {aa79ad3c-5b9e-464e-a119-1c567f0a7841} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15304 | 2024.12.21 00:57:03.996364 [ 263 ] {aa79ad3c-5b9e-464e-a119-1c567f0a7841} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15305 | 2024.12.21 00:57:03.996574 [ 263 ] {aa79ad3c-5b9e-464e-a119-1c567f0a7841} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002048 sec., 31250 rows/sec., 2.44 MiB/sec. | ||
| 15306 | 2024.12.21 00:57:03.996637 [ 263 ] {aa79ad3c-5b9e-464e-a119-1c567f0a7841} <Debug> TCPHandler: Processed in 0.002433175 sec. | ||
| 15307 | 2024.12.21 00:57:03.996859 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15308 | 2024.12.21 00:57:03.997095 [ 260 ] {36fec263-bb3d-40a8-ab5f-098bf1ec1cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15309 | 2024.12.21 00:57:03.997197 [ 260 ] {36fec263-bb3d-40a8-ab5f-098bf1ec1cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15310 | 2024.12.21 00:57:03.998008 [ 260 ] {36fec263-bb3d-40a8-ab5f-098bf1ec1cb8} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15311 | 2024.12.21 00:57:03.998048 [ 260 ] {36fec263-bb3d-40a8-ab5f-098bf1ec1cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15312 | 2024.12.21 00:57:03.998448 [ 260 ] {36fec263-bb3d-40a8-ab5f-098bf1ec1cb8} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15313 | 2024.12.21 00:57:03.998698 [ 260 ] {36fec263-bb3d-40a8-ab5f-098bf1ec1cb8} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15314 | 2024.12.21 00:57:03.998916 [ 260 ] {36fec263-bb3d-40a8-ab5f-098bf1ec1cb8} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001883 sec., 22304.832713754648 rows/sec., 1.55 MiB/sec. | ||
| 15315 | 2024.12.21 00:57:03.999040 [ 260 ] {36fec263-bb3d-40a8-ab5f-098bf1ec1cb8} <Debug> TCPHandler: Processed in 0.002296142 sec. | ||
| 15316 | 2024.12.21 00:57:03.999212 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15317 | 2024.12.21 00:57:03.999362 [ 263 ] {73bf624f-4202-4393-a8eb-b5bc54239fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15318 | 2024.12.21 00:57:03.999426 [ 263 ] {73bf624f-4202-4393-a8eb-b5bc54239fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15319 | 2024.12.21 00:57:03.999977 [ 263 ] {73bf624f-4202-4393-a8eb-b5bc54239fc6} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15320 | 2024.12.21 00:57:04.000018 [ 263 ] {73bf624f-4202-4393-a8eb-b5bc54239fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15321 | 2024.12.21 00:57:04.000888 [ 263 ] {73bf624f-4202-4393-a8eb-b5bc54239fc6} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15322 | 2024.12.21 00:57:04.001205 [ 263 ] {73bf624f-4202-4393-a8eb-b5bc54239fc6} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15323 | 2024.12.21 00:57:04.001472 [ 263 ] {73bf624f-4202-4393-a8eb-b5bc54239fc6} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.002144 sec., 7462.686567164179 rows/sec., 517.43 KiB/sec. | ||
| 15324 | 2024.12.21 00:57:04.001549 [ 263 ] {73bf624f-4202-4393-a8eb-b5bc54239fc6} <Debug> TCPHandler: Processed in 0.002414665 sec. | ||
| 15325 | 2024.12.21 00:57:04.947625 [ 222 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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] | ||
| 15326 | 2024.12.21 00:57:04.947706 [ 222 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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] | ||
| 15327 | 2024.12.21 00:57:04.949588 [ 222 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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] | ||
| 15328 | 2024.12.21 00:57:05.049413 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
| 15329 | 2024.12.21 00:57:05.050132 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15330 | 2024.12.21 00:57:05.050183 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15331 | 2024.12.21 00:57:05.050757 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15332 | 2024.12.21 00:57:05.051030 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15333 | 2024.12.21 00:57:05.051288 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 15334 | 2024.12.21 00:57:06.328365 [ 223 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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] | ||
| 15335 | 2024.12.21 00:57:06.328419 [ 223 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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] | ||
| 15336 | 2024.12.21 00:57:06.330308 [ 223 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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] | ||
| 15337 | 2024.12.21 00:57:07.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.89 MiB, peak 286.99 MiB, free memory in arenas 0.00 B, will set to 270.89 MiB (RSS), difference: 4.00 MiB | ||
| 15338 | 2024.12.21 00:57:07.504026 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 15339 | 2024.12.21 00:57:07.526755 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15340 | 2024.12.21 00:57:07.526809 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15341 | 2024.12.21 00:57:07.534489 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15342 | 2024.12.21 00:57:07.535328 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15343 | 2024.12.21 00:57:07.538587 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 15344 | 2024.12.21 00:57:08.998664 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15345 | 2024.12.21 00:57:08.998952 [ 260 ] {6c19cf23-8b64-471f-8921-788cc5a48f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15346 | 2024.12.21 00:57:08.999092 [ 260 ] {6c19cf23-8b64-471f-8921-788cc5a48f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15347 | 2024.12.21 00:57:09.000091 [ 260 ] {6c19cf23-8b64-471f-8921-788cc5a48f13} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15348 | 2024.12.21 00:57:09.000170 [ 260 ] {6c19cf23-8b64-471f-8921-788cc5a48f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15349 | 2024.12.21 00:57:09.000799 [ 260 ] {6c19cf23-8b64-471f-8921-788cc5a48f13} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15350 | 2024.12.21 00:57:09.001068 [ 260 ] {6c19cf23-8b64-471f-8921-788cc5a48f13} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15351 | 2024.12.21 00:57:09.001349 [ 260 ] {6c19cf23-8b64-471f-8921-788cc5a48f13} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002463 sec., 44660.982541615915 rows/sec., 3.74 MiB/sec. | ||
| 15352 | 2024.12.21 00:57:09.001424 [ 260 ] {6c19cf23-8b64-471f-8921-788cc5a48f13} <Debug> TCPHandler: Processed in 0.002953265 sec. | ||
| 15353 | 2024.12.21 00:57:09.001705 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15354 | 2024.12.21 00:57:09.001905 [ 263 ] {7fd8f36d-3aef-4163-a4d9-5d54cf3b90f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15355 | 2024.12.21 00:57:09.001978 [ 263 ] {7fd8f36d-3aef-4163-a4d9-5d54cf3b90f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15356 | 2024.12.21 00:57:09.002751 [ 263 ] {7fd8f36d-3aef-4163-a4d9-5d54cf3b90f7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15357 | 2024.12.21 00:57:09.002801 [ 263 ] {7fd8f36d-3aef-4163-a4d9-5d54cf3b90f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15358 | 2024.12.21 00:57:09.003229 [ 263 ] {7fd8f36d-3aef-4163-a4d9-5d54cf3b90f7} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15359 | 2024.12.21 00:57:09.003479 [ 263 ] {7fd8f36d-3aef-4163-a4d9-5d54cf3b90f7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15360 | 2024.12.21 00:57:09.003681 [ 263 ] {7fd8f36d-3aef-4163-a4d9-5d54cf3b90f7} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001829 sec., 14762.165117550576 rows/sec., 1.08 MiB/sec. | ||
| 15361 | 2024.12.21 00:57:09.003747 [ 263 ] {7fd8f36d-3aef-4163-a4d9-5d54cf3b90f7} <Debug> TCPHandler: Processed in 0.00217444 sec. | ||
| 15362 | 2024.12.21 00:57:09.003928 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15363 | 2024.12.21 00:57:09.004061 [ 260 ] {618b503c-463d-49a1-ba5e-3a8b0f104536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15364 | 2024.12.21 00:57:09.004113 [ 260 ] {618b503c-463d-49a1-ba5e-3a8b0f104536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15365 | 2024.12.21 00:57:09.004788 [ 260 ] {618b503c-463d-49a1-ba5e-3a8b0f104536} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15366 | 2024.12.21 00:57:09.004841 [ 260 ] {618b503c-463d-49a1-ba5e-3a8b0f104536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15367 | 2024.12.21 00:57:09.005258 [ 260 ] {618b503c-463d-49a1-ba5e-3a8b0f104536} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15368 | 2024.12.21 00:57:09.005513 [ 260 ] {618b503c-463d-49a1-ba5e-3a8b0f104536} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15369 | 2024.12.21 00:57:09.005747 [ 260 ] {618b503c-463d-49a1-ba5e-3a8b0f104536} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001717 sec., 52999.417588817705 rows/sec., 4.14 MiB/sec. | ||
| 15370 | 2024.12.21 00:57:09.005811 [ 260 ] {618b503c-463d-49a1-ba5e-3a8b0f104536} <Debug> TCPHandler: Processed in 0.001946766 sec. | ||
| 15371 | 2024.12.21 00:57:09.005970 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15372 | 2024.12.21 00:57:09.006101 [ 263 ] {a73d7604-147a-4164-8eb6-d99d08fe0205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15373 | 2024.12.21 00:57:09.006160 [ 263 ] {a73d7604-147a-4164-8eb6-d99d08fe0205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15374 | 2024.12.21 00:57:09.006760 [ 263 ] {a73d7604-147a-4164-8eb6-d99d08fe0205} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15375 | 2024.12.21 00:57:09.006808 [ 263 ] {a73d7604-147a-4164-8eb6-d99d08fe0205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15376 | 2024.12.21 00:57:09.007237 [ 263 ] {a73d7604-147a-4164-8eb6-d99d08fe0205} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15377 | 2024.12.21 00:57:09.007493 [ 263 ] {a73d7604-147a-4164-8eb6-d99d08fe0205} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15378 | 2024.12.21 00:57:09.007692 [ 263 ] {a73d7604-147a-4164-8eb6-d99d08fe0205} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec. | ||
| 15379 | 2024.12.21 00:57:09.007757 [ 263 ] {a73d7604-147a-4164-8eb6-d99d08fe0205} <Debug> TCPHandler: Processed in 0.001846185 sec. | ||
| 15380 | 2024.12.21 00:57:09.007936 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15381 | 2024.12.21 00:57:09.008068 [ 260 ] {68b25723-621a-4201-b5e2-8707d8d02497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15382 | 2024.12.21 00:57:09.008157 [ 260 ] {68b25723-621a-4201-b5e2-8707d8d02497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15383 | 2024.12.21 00:57:09.009424 [ 260 ] {68b25723-621a-4201-b5e2-8707d8d02497} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15384 | 2024.12.21 00:57:09.009472 [ 260 ] {68b25723-621a-4201-b5e2-8707d8d02497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15385 | 2024.12.21 00:57:09.010206 [ 260 ] {68b25723-621a-4201-b5e2-8707d8d02497} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15386 | 2024.12.21 00:57:09.010496 [ 260 ] {68b25723-621a-4201-b5e2-8707d8d02497} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15387 | 2024.12.21 00:57:09.010833 [ 260 ] {68b25723-621a-4201-b5e2-8707d8d02497} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002796 sec., 9656.652360515021 rows/sec., 17.30 MiB/sec. | ||
| 15388 | 2024.12.21 00:57:09.011178 [ 260 ] {68b25723-621a-4201-b5e2-8707d8d02497} <Debug> TCPHandler: Processed in 0.003295921 sec. | ||
| 15389 | 2024.12.21 00:57:09.011465 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15390 | 2024.12.21 00:57:09.011673 [ 263 ] {6d9a3437-29fa-46c4-96fd-2e65eb58afca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15391 | 2024.12.21 00:57:09.011728 [ 263 ] {6d9a3437-29fa-46c4-96fd-2e65eb58afca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15392 | 2024.12.21 00:57:09.012290 [ 263 ] {6d9a3437-29fa-46c4-96fd-2e65eb58afca} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15393 | 2024.12.21 00:57:09.012332 [ 263 ] {6d9a3437-29fa-46c4-96fd-2e65eb58afca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15394 | 2024.12.21 00:57:09.012762 [ 263 ] {6d9a3437-29fa-46c4-96fd-2e65eb58afca} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15395 | 2024.12.21 00:57:09.013043 [ 263 ] {6d9a3437-29fa-46c4-96fd-2e65eb58afca} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15396 | 2024.12.21 00:57:09.013251 [ 263 ] {6d9a3437-29fa-46c4-96fd-2e65eb58afca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001608 sec., 37313.432835820895 rows/sec., 2.51 MiB/sec. | ||
| 15397 | 2024.12.21 00:57:09.013331 [ 263 ] {6d9a3437-29fa-46c4-96fd-2e65eb58afca} <Debug> TCPHandler: Processed in 0.002023078 sec. | ||
| 15398 | 2024.12.21 00:57:09.013332 [ 217 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): 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] | ||
| 15399 | 2024.12.21 00:57:09.013387 [ 217 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): 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] | ||
| 15400 | 2024.12.21 00:57:09.015342 [ 217 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): 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] | ||
| 15401 | 2024.12.21 00:57:09.551880 [ 223 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): 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] | ||
| 15402 | 2024.12.21 00:57:09.551934 [ 223 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): 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] | ||
| 15403 | 2024.12.21 00:57:09.553777 [ 223 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): 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] | ||
| 15404 | 2024.12.21 00:57:10.080819 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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] | ||
| 15405 | 2024.12.21 00:57:10.080872 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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] | ||
| 15406 | 2024.12.21 00:57:10.083114 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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] | ||
| 15407 | 2024.12.21 00:57:10.832121 [ 220 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): 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] | ||
| 15408 | 2024.12.21 00:57:10.832168 [ 220 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): 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] | ||
| 15409 | 2024.12.21 00:57:10.834071 [ 220 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): 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] | ||
| 15410 | 2024.12.21 00:57:12.280864 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15411 | 2024.12.21 00:57:12.280916 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15412 | 2024.12.21 00:57:12.551393 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
| 15413 | 2024.12.21 00:57:12.552020 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15414 | 2024.12.21 00:57:12.552063 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15415 | 2024.12.21 00:57:12.552628 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15416 | 2024.12.21 00:57:12.552896 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15417 | 2024.12.21 00:57:12.553062 [ 125 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15418 | 2024.12.21 00:57:12.553099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 15419 | 2024.12.21 00:57:12.553120 [ 125 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15420 | 2024.12.21 00:57:12.553147 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15421 | 2024.12.21 00:57:12.553307 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 15422 | 2024.12.21 00:57:12.553492 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15423 | 2024.12.21 00:57:12.553541 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part | ||
| 15424 | 2024.12.21 00:57:12.553634 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part | ||
| 15425 | 2024.12.21 00:57:12.553930 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part | ||
| 15426 | 2024.12.21 00:57:12.554118 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part | ||
| 15427 | 2024.12.21 00:57:12.554238 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part | ||
| 15428 | 2024.12.21 00:57:12.554459 [ 190 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part | ||
| 15429 | 2024.12.21 00:57:12.557529 [ 192 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.00429495 sec., 8109756.807413358 rows/sec., 116.01 MiB/sec. | ||
| 15430 | 2024.12.21 00:57:12.557836 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15431 | 2024.12.21 00:57:12.558170 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_76_15} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15432 | 2024.12.21 00:57:12.558257 [ 198 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_76_15} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15433 | 2024.12.21 00:57:12.558354 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 15434 | 2024.12.21 00:57:12.737130 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2168 | ||
| 15435 | 2024.12.21 00:57:12.740458 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15436 | 2024.12.21 00:57:12.740503 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15437 | 2024.12.21 00:57:12.741988 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15438 | 2024.12.21 00:57:12.742296 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15439 | 2024.12.21 00:57:12.743890 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2168 | ||
| 15440 | 2024.12.21 00:57:14.002945 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15441 | 2024.12.21 00:57:14.003431 [ 260 ] {b0e6a107-f14d-43ae-935f-9229611cc8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15442 | 2024.12.21 00:57:14.003505 [ 260 ] {b0e6a107-f14d-43ae-935f-9229611cc8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15443 | 2024.12.21 00:57:14.004359 [ 260 ] {b0e6a107-f14d-43ae-935f-9229611cc8c6} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15444 | 2024.12.21 00:57:14.004412 [ 260 ] {b0e6a107-f14d-43ae-935f-9229611cc8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15445 | 2024.12.21 00:57:14.004892 [ 260 ] {b0e6a107-f14d-43ae-935f-9229611cc8c6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15446 | 2024.12.21 00:57:14.005169 [ 260 ] {b0e6a107-f14d-43ae-935f-9229611cc8c6} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15447 | 2024.12.21 00:57:14.005415 [ 260 ] {b0e6a107-f14d-43ae-935f-9229611cc8c6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002039 sec., 6866.110838646396 rows/sec., 494.27 KiB/sec. | ||
| 15448 | 2024.12.21 00:57:14.005486 [ 260 ] {b0e6a107-f14d-43ae-935f-9229611cc8c6} <Debug> TCPHandler: Processed in 0.00267495 sec. | ||
| 15449 | 2024.12.21 00:57:14.005774 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15450 | 2024.12.21 00:57:14.005971 [ 263 ] {11e85c37-fc50-49a1-923f-9891eb0747b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15451 | 2024.12.21 00:57:14.006054 [ 263 ] {11e85c37-fc50-49a1-923f-9891eb0747b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15452 | 2024.12.21 00:57:14.007024 [ 263 ] {11e85c37-fc50-49a1-923f-9891eb0747b7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15453 | 2024.12.21 00:57:14.007077 [ 263 ] {11e85c37-fc50-49a1-923f-9891eb0747b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15454 | 2024.12.21 00:57:14.007569 [ 263 ] {11e85c37-fc50-49a1-923f-9891eb0747b7} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15455 | 2024.12.21 00:57:14.007855 [ 263 ] {11e85c37-fc50-49a1-923f-9891eb0747b7} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15456 | 2024.12.21 00:57:14.008123 [ 263 ] {11e85c37-fc50-49a1-923f-9891eb0747b7} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002206 sec., 102901.1786038078 rows/sec., 8.99 MiB/sec. | ||
| 15457 | 2024.12.21 00:57:14.008208 [ 263 ] {11e85c37-fc50-49a1-923f-9891eb0747b7} <Debug> TCPHandler: Processed in 0.002572838 sec. | ||
| 15458 | 2024.12.21 00:57:14.008419 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15459 | 2024.12.21 00:57:14.008553 [ 260 ] {8584057c-6933-44e0-b54f-d2633a498fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15460 | 2024.12.21 00:57:14.008611 [ 260 ] {8584057c-6933-44e0-b54f-d2633a498fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15461 | 2024.12.21 00:57:14.009285 [ 260 ] {8584057c-6933-44e0-b54f-d2633a498fc6} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15462 | 2024.12.21 00:57:14.009326 [ 260 ] {8584057c-6933-44e0-b54f-d2633a498fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15463 | 2024.12.21 00:57:14.009719 [ 260 ] {8584057c-6933-44e0-b54f-d2633a498fc6} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15464 | 2024.12.21 00:57:14.009998 [ 260 ] {8584057c-6933-44e0-b54f-d2633a498fc6} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15465 | 2024.12.21 00:57:14.010206 [ 260 ] {8584057c-6933-44e0-b54f-d2633a498fc6} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001676 sec., 11336.515513126491 rows/sec., 810.50 KiB/sec. | ||
| 15466 | 2024.12.21 00:57:14.010293 [ 260 ] {8584057c-6933-44e0-b54f-d2633a498fc6} <Debug> TCPHandler: Processed in 0.001938036 sec. | ||
| 15467 | 2024.12.21 00:57:14.010522 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15468 | 2024.12.21 00:57:14.010751 [ 263 ] {de45b88b-e0ff-479a-9299-bd5d1a1dc697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15469 | 2024.12.21 00:57:14.010816 [ 263 ] {de45b88b-e0ff-479a-9299-bd5d1a1dc697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15470 | 2024.12.21 00:57:14.011487 [ 263 ] {de45b88b-e0ff-479a-9299-bd5d1a1dc697} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15471 | 2024.12.21 00:57:14.011534 [ 263 ] {de45b88b-e0ff-479a-9299-bd5d1a1dc697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15472 | 2024.12.21 00:57:14.011937 [ 263 ] {de45b88b-e0ff-479a-9299-bd5d1a1dc697} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15473 | 2024.12.21 00:57:14.012195 [ 263 ] {de45b88b-e0ff-479a-9299-bd5d1a1dc697} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15474 | 2024.12.21 00:57:14.012437 [ 263 ] {de45b88b-e0ff-479a-9299-bd5d1a1dc697} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001728 sec., 8101.851851851852 rows/sec., 567.40 KiB/sec. | ||
| 15475 | 2024.12.21 00:57:14.012518 [ 263 ] {de45b88b-e0ff-479a-9299-bd5d1a1dc697} <Debug> TCPHandler: Processed in 0.002108659 sec. | ||
| 15476 | 2024.12.21 00:57:14.012680 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15477 | 2024.12.21 00:57:14.012810 [ 260 ] {e625729f-5b3d-4b12-92ec-362a58699188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15478 | 2024.12.21 00:57:14.012865 [ 260 ] {e625729f-5b3d-4b12-92ec-362a58699188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15479 | 2024.12.21 00:57:14.013468 [ 260 ] {e625729f-5b3d-4b12-92ec-362a58699188} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15480 | 2024.12.21 00:57:14.013508 [ 260 ] {e625729f-5b3d-4b12-92ec-362a58699188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15481 | 2024.12.21 00:57:14.013915 [ 260 ] {e625729f-5b3d-4b12-92ec-362a58699188} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15482 | 2024.12.21 00:57:14.014173 [ 260 ] {e625729f-5b3d-4b12-92ec-362a58699188} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15483 | 2024.12.21 00:57:14.014359 [ 260 ] {e625729f-5b3d-4b12-92ec-362a58699188} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001579 sec., 8233.058898036732 rows/sec., 513.33 KiB/sec. | ||
| 15484 | 2024.12.21 00:57:14.014428 [ 260 ] {e625729f-5b3d-4b12-92ec-362a58699188} <Debug> TCPHandler: Processed in 0.001807583 sec. | ||
| 15485 | 2024.12.21 00:57:14.014630 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15486 | 2024.12.21 00:57:14.014786 [ 263 ] {a72408ca-bfcc-426e-8800-a4654df6c9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15487 | 2024.12.21 00:57:14.014853 [ 263 ] {a72408ca-bfcc-426e-8800-a4654df6c9fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15488 | 2024.12.21 00:57:14.015692 [ 263 ] {a72408ca-bfcc-426e-8800-a4654df6c9fd} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15489 | 2024.12.21 00:57:14.015736 [ 263 ] {a72408ca-bfcc-426e-8800-a4654df6c9fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15490 | 2024.12.21 00:57:14.016151 [ 263 ] {a72408ca-bfcc-426e-8800-a4654df6c9fd} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15491 | 2024.12.21 00:57:14.016419 [ 263 ] {a72408ca-bfcc-426e-8800-a4654df6c9fd} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15492 | 2024.12.21 00:57:14.016656 [ 263 ] {a72408ca-bfcc-426e-8800-a4654df6c9fd} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001908 sec., 206498.95178197065 rows/sec., 14.66 MiB/sec. | ||
| 15493 | 2024.12.21 00:57:14.016736 [ 263 ] {a72408ca-bfcc-426e-8800-a4654df6c9fd} <Debug> TCPHandler: Processed in 0.002206491 sec. | ||
| 15494 | 2024.12.21 00:57:14.016884 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15495 | 2024.12.21 00:57:14.017006 [ 260 ] {0d742576-0abc-48b6-be99-c3bcda2b38bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15496 | 2024.12.21 00:57:14.017058 [ 260 ] {0d742576-0abc-48b6-be99-c3bcda2b38bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15497 | 2024.12.21 00:57:14.017562 [ 260 ] {0d742576-0abc-48b6-be99-c3bcda2b38bb} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15498 | 2024.12.21 00:57:14.017601 [ 260 ] {0d742576-0abc-48b6-be99-c3bcda2b38bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15499 | 2024.12.21 00:57:14.017979 [ 260 ] {0d742576-0abc-48b6-be99-c3bcda2b38bb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15500 | 2024.12.21 00:57:14.018226 [ 260 ] {0d742576-0abc-48b6-be99-c3bcda2b38bb} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15501 | 2024.12.21 00:57:14.018444 [ 260 ] {0d742576-0abc-48b6-be99-c3bcda2b38bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec. | ||
| 15502 | 2024.12.21 00:57:14.018551 [ 260 ] {0d742576-0abc-48b6-be99-c3bcda2b38bb} <Debug> TCPHandler: Processed in 0.001718782 sec. | ||
| 15503 | 2024.12.21 00:57:14.018822 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15504 | 2024.12.21 00:57:14.018958 [ 263 ] {1f6cce5e-85c7-4561-b61c-f6d9d91ba871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15505 | 2024.12.21 00:57:14.019016 [ 263 ] {1f6cce5e-85c7-4561-b61c-f6d9d91ba871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15506 | 2024.12.21 00:57:14.019653 [ 263 ] {1f6cce5e-85c7-4561-b61c-f6d9d91ba871} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15507 | 2024.12.21 00:57:14.019694 [ 263 ] {1f6cce5e-85c7-4561-b61c-f6d9d91ba871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15508 | 2024.12.21 00:57:14.020100 [ 263 ] {1f6cce5e-85c7-4561-b61c-f6d9d91ba871} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15509 | 2024.12.21 00:57:14.020339 [ 263 ] {1f6cce5e-85c7-4561-b61c-f6d9d91ba871} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15510 | 2024.12.21 00:57:14.020520 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 | ||
| 15511 | 2024.12.21 00:57:14.020581 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15512 | 2024.12.21 00:57:14.020588 [ 263 ] {1f6cce5e-85c7-4561-b61c-f6d9d91ba871} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001654 sec., 143288.99637243047 rows/sec., 9.60 MiB/sec. | ||
| 15513 | 2024.12.21 00:57:14.020615 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15514 | 2024.12.21 00:57:14.020787 [ 263 ] {1f6cce5e-85c7-4561-b61c-f6d9d91ba871} <Debug> TCPHandler: Processed in 0.002112759 sec. | ||
| 15515 | 2024.12.21 00:57:14.021131 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15516 | 2024.12.21 00:57:14.021140 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full | ||
| 15517 | 2024.12.21 00:57:14.021596 [ 260 ] {0175b509-f88c-494b-9b91-e13347bdb89d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15518 | 2024.12.21 00:57:14.021786 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15519 | 2024.12.21 00:57:14.021823 [ 260 ] {0175b509-f88c-494b-9b91-e13347bdb89d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15520 | 2024.12.21 00:57:14.021937 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 33710 rows starting from the beginning of the part | ||
| 15521 | 2024.12.21 00:57:14.022500 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
| 15522 | 2024.12.21 00:57:14.023060 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 918 rows starting from the beginning of the part | ||
| 15523 | 2024.12.21 00:57:14.023535 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 42 rows starting from the beginning of the part | ||
| 15524 | 2024.12.21 00:57:14.023976 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
| 15525 | 2024.12.21 00:57:14.024431 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 15526 | 2024.12.21 00:57:14.025336 [ 260 ] {0175b509-f88c-494b-9b91-e13347bdb89d} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15527 | 2024.12.21 00:57:14.025407 [ 260 ] {0175b509-f88c-494b-9b91-e13347bdb89d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15528 | 2024.12.21 00:57:14.026147 [ 260 ] {0175b509-f88c-494b-9b91-e13347bdb89d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15529 | 2024.12.21 00:57:14.026481 [ 260 ] {0175b509-f88c-494b-9b91-e13347bdb89d} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15530 | 2024.12.21 00:57:14.026869 [ 260 ] {0175b509-f88c-494b-9b91-e13347bdb89d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005455 sec., 183.31805682859763 rows/sec., 12.35 KiB/sec. | ||
| 15531 | 2024.12.21 00:57:14.027055 [ 260 ] {0175b509-f88c-494b-9b91-e13347bdb89d} <Debug> TCPHandler: Processed in 0.006108073 sec. | ||
| 15532 | 2024.12.21 00:57:14.027266 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15533 | 2024.12.21 00:57:14.027572 [ 263 ] {684cb6f9-110f-4612-9ffa-e2d33de5d477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15534 | 2024.12.21 00:57:14.027785 [ 263 ] {684cb6f9-110f-4612-9ffa-e2d33de5d477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15535 | 2024.12.21 00:57:14.029406 [ 263 ] {684cb6f9-110f-4612-9ffa-e2d33de5d477} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15536 | 2024.12.21 00:57:14.029451 [ 263 ] {684cb6f9-110f-4612-9ffa-e2d33de5d477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15537 | 2024.12.21 00:57:14.030269 [ 263 ] {684cb6f9-110f-4612-9ffa-e2d33de5d477} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15538 | 2024.12.21 00:57:14.030683 [ 263 ] {684cb6f9-110f-4612-9ffa-e2d33de5d477} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15539 | 2024.12.21 00:57:14.031034 [ 263 ] {684cb6f9-110f-4612-9ffa-e2d33de5d477} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003569 sec., 3362.2863547212105 rows/sec., 6.03 MiB/sec. | ||
| 15540 | 2024.12.21 00:57:14.031154 [ 263 ] {684cb6f9-110f-4612-9ffa-e2d33de5d477} <Debug> TCPHandler: Processed in 0.003992165 sec. | ||
| 15541 | 2024.12.21 00:57:14.031370 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15542 | 2024.12.21 00:57:14.031519 [ 260 ] {cdea232c-e125-4b83-961c-dc2b15a15f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15543 | 2024.12.21 00:57:14.031599 [ 260 ] {cdea232c-e125-4b83-961c-dc2b15a15f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15544 | 2024.12.21 00:57:14.032350 [ 260 ] {cdea232c-e125-4b83-961c-dc2b15a15f69} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15545 | 2024.12.21 00:57:14.032390 [ 260 ] {cdea232c-e125-4b83-961c-dc2b15a15f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15546 | 2024.12.21 00:57:14.032834 [ 260 ] {cdea232c-e125-4b83-961c-dc2b15a15f69} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15547 | 2024.12.21 00:57:14.033228 [ 260 ] {cdea232c-e125-4b83-961c-dc2b15a15f69} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15548 | 2024.12.21 00:57:14.033469 [ 260 ] {cdea232c-e125-4b83-961c-dc2b15a15f69} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001977 sec., 41476.98533131007 rows/sec., 2.63 MiB/sec. | ||
| 15549 | 2024.12.21 00:57:14.033618 [ 260 ] {cdea232c-e125-4b83-961c-dc2b15a15f69} <Debug> TCPHandler: Processed in 0.002362854 sec. | ||
| 15550 | 2024.12.21 00:57:14.034152 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35227 rows, containing 5 columns (5 merged, 0 gathered) in 0.013401129 sec., 2628659.1226754105 rows/sec., 177.63 MiB/sec. | ||
| 15551 | 2024.12.21 00:57:14.034543 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) | ||
| 15552 | 2024.12.21 00:57:14.034824 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15553 | 2024.12.21 00:57:14.034905 [ 199 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 | ||
| 15554 | 2024.12.21 00:57:14.034986 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 15555 | 2024.12.21 00:57:15.038636 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 15556 | 2024.12.21 00:57:15.061364 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15557 | 2024.12.21 00:57:15.061429 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15558 | 2024.12.21 00:57:15.068916 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15559 | 2024.12.21 00:57:15.069721 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15560 | 2024.12.21 00:57:15.070205 [ 86 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15561 | 2024.12.21 00:57:15.070397 [ 86 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15562 | 2024.12.21 00:57:15.070494 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15563 | 2024.12.21 00:57:15.071013 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 15564 | 2024.12.21 00:57:15.085975 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 15565 | 2024.12.21 00:57:15.087738 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15566 | 2024.12.21 00:57:15.089383 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part | ||
| 15567 | 2024.12.21 00:57:15.095375 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part | ||
| 15568 | 2024.12.21 00:57:15.101321 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 15569 | 2024.12.21 00:57:15.107290 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 15570 | 2024.12.21 00:57:15.113439 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 15571 | 2024.12.21 00:57:15.119231 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 15572 | 2024.12.21 00:57:15.182088 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.111410857 sec., 5143.125323952943 rows/sec., 26.59 MiB/sec. | ||
| 15573 | 2024.12.21 00:57:15.185599 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15574 | 2024.12.21 00:57:15.188887 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_76_15} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15575 | 2024.12.21 00:57:15.189009 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_76_15} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15576 | 2024.12.21 00:57:15.191767 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 15577 | 2024.12.21 00:57:19.000354 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15578 | 2024.12.21 00:57:19.000726 [ 260 ] {c405b4dd-e56b-4b4d-8597-46dab430523e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15579 | 2024.12.21 00:57:19.000800 [ 260 ] {c405b4dd-e56b-4b4d-8597-46dab430523e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15580 | 2024.12.21 00:57:19.001576 [ 260 ] {c405b4dd-e56b-4b4d-8597-46dab430523e} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15581 | 2024.12.21 00:57:19.001624 [ 260 ] {c405b4dd-e56b-4b4d-8597-46dab430523e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15582 | 2024.12.21 00:57:19.002063 [ 260 ] {c405b4dd-e56b-4b4d-8597-46dab430523e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 15583 | 2024.12.21 00:57:19.002354 [ 260 ] {c405b4dd-e56b-4b4d-8597-46dab430523e} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15584 | 2024.12.21 00:57:19.002614 [ 260 ] {c405b4dd-e56b-4b4d-8597-46dab430523e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001954 sec., 3070.6243602865916 rows/sec., 250.39 KiB/sec. | ||
| 15585 | 2024.12.21 00:57:19.002733 [ 260 ] {c405b4dd-e56b-4b4d-8597-46dab430523e} <Debug> TCPHandler: Processed in 0.00270319 sec. | ||
| 15586 | 2024.12.21 00:57:19.003006 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15587 | 2024.12.21 00:57:19.003200 [ 263 ] {e84a1605-5745-43dc-9f44-8fe1ff5ba54c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15588 | 2024.12.21 00:57:19.003275 [ 263 ] {e84a1605-5745-43dc-9f44-8fe1ff5ba54c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15589 | 2024.12.21 00:57:19.004101 [ 263 ] {e84a1605-5745-43dc-9f44-8fe1ff5ba54c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15590 | 2024.12.21 00:57:19.004148 [ 263 ] {e84a1605-5745-43dc-9f44-8fe1ff5ba54c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15591 | 2024.12.21 00:57:19.004608 [ 263 ] {e84a1605-5745-43dc-9f44-8fe1ff5ba54c} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15592 | 2024.12.21 00:57:19.004867 [ 263 ] {e84a1605-5745-43dc-9f44-8fe1ff5ba54c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15593 | 2024.12.21 00:57:19.005102 [ 263 ] {e84a1605-5745-43dc-9f44-8fe1ff5ba54c} <Debug> executeQuery: Read 113 rows, 9.66 KiB in 0.001957 sec., 57741.44098109351 rows/sec., 4.82 MiB/sec. | ||
| 15594 | 2024.12.21 00:57:19.005176 [ 263 ] {e84a1605-5745-43dc-9f44-8fe1ff5ba54c} <Debug> TCPHandler: Processed in 0.002306382 sec. | ||
| 15595 | 2024.12.21 00:57:19.005359 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15596 | 2024.12.21 00:57:19.005519 [ 260 ] {f55ff087-02a0-4a5d-b155-0988027baf2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15597 | 2024.12.21 00:57:19.005582 [ 260 ] {f55ff087-02a0-4a5d-b155-0988027baf2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15598 | 2024.12.21 00:57:19.006310 [ 260 ] {f55ff087-02a0-4a5d-b155-0988027baf2a} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15599 | 2024.12.21 00:57:19.006353 [ 260 ] {f55ff087-02a0-4a5d-b155-0988027baf2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15600 | 2024.12.21 00:57:19.006740 [ 260 ] {f55ff087-02a0-4a5d-b155-0988027baf2a} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15601 | 2024.12.21 00:57:19.007014 [ 260 ] {f55ff087-02a0-4a5d-b155-0988027baf2a} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15602 | 2024.12.21 00:57:19.007210 [ 172 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15603 | 2024.12.21 00:57:19.007275 [ 172 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15604 | 2024.12.21 00:57:19.007289 [ 260 ] {f55ff087-02a0-4a5d-b155-0988027baf2a} <Debug> executeQuery: Read 33 rows, 2.45 KiB in 0.001798 sec., 18353.72636262514 rows/sec., 1.33 MiB/sec. | ||
| 15605 | 2024.12.21 00:57:19.007314 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15606 | 2024.12.21 00:57:19.007466 [ 260 ] {f55ff087-02a0-4a5d-b155-0988027baf2a} <Debug> TCPHandler: Processed in 0.002177571 sec. | ||
| 15607 | 2024.12.21 00:57:19.007721 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 15608 | 2024.12.21 00:57:19.007757 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15609 | 2024.12.21 00:57:19.008223 [ 263 ] {b01d95f1-bca3-48c1-b895-0957af2d644a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15610 | 2024.12.21 00:57:19.008248 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15611 | 2024.12.21 00:57:19.008381 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 64 rows starting from the beginning of the part | ||
| 15612 | 2024.12.21 00:57:19.008424 [ 263 ] {b01d95f1-bca3-48c1-b895-0957af2d644a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15613 | 2024.12.21 00:57:19.008783 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 27 rows starting from the beginning of the part | ||
| 15614 | 2024.12.21 00:57:19.009215 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 25 rows starting from the beginning of the part | ||
| 15615 | 2024.12.21 00:57:19.009631 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 27 rows starting from the beginning of the part | ||
| 15616 | 2024.12.21 00:57:19.010090 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 19 rows starting from the beginning of the part | ||
| 15617 | 2024.12.21 00:57:19.010549 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 33 rows starting from the beginning of the part | ||
| 15618 | 2024.12.21 00:57:19.012881 [ 263 ] {b01d95f1-bca3-48c1-b895-0957af2d644a} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15619 | 2024.12.21 00:57:19.012962 [ 263 ] {b01d95f1-bca3-48c1-b895-0957af2d644a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15620 | 2024.12.21 00:57:19.014094 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.006626123 sec., 29428.973775464172 rows/sec., 2.22 MiB/sec. | ||
| 15621 | 2024.12.21 00:57:19.014115 [ 263 ] {b01d95f1-bca3-48c1-b895-0957af2d644a} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15622 | 2024.12.21 00:57:19.014325 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15623 | 2024.12.21 00:57:19.014668 [ 263 ] {b01d95f1-bca3-48c1-b895-0957af2d644a} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15624 | 2024.12.21 00:57:19.014966 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_106_21} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15625 | 2024.12.21 00:57:19.015077 [ 263 ] {b01d95f1-bca3-48c1-b895-0957af2d644a} <Debug> executeQuery: Read 97 rows, 7.77 KiB in 0.00704 sec., 13778.40909090909 rows/sec., 1.08 MiB/sec. | ||
| 15626 | 2024.12.21 00:57:19.015135 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_106_21} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15627 | 2024.12.21 00:57:19.015231 [ 263 ] {b01d95f1-bca3-48c1-b895-0957af2d644a} <Debug> TCPHandler: Processed in 0.007570511 sec. | ||
| 15628 | 2024.12.21 00:57:19.015329 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15629 | 2024.12.21 00:57:19.015465 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15630 | 2024.12.21 00:57:19.015600 [ 260 ] {ce1e2008-a2ec-4590-a9c3-b26cb2e0a88c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15631 | 2024.12.21 00:57:19.015658 [ 260 ] {ce1e2008-a2ec-4590-a9c3-b26cb2e0a88c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15632 | 2024.12.21 00:57:19.016291 [ 260 ] {ce1e2008-a2ec-4590-a9c3-b26cb2e0a88c} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15633 | 2024.12.21 00:57:19.016334 [ 260 ] {ce1e2008-a2ec-4590-a9c3-b26cb2e0a88c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15634 | 2024.12.21 00:57:19.016754 [ 260 ] {ce1e2008-a2ec-4590-a9c3-b26cb2e0a88c} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15635 | 2024.12.21 00:57:19.017014 [ 260 ] {ce1e2008-a2ec-4590-a9c3-b26cb2e0a88c} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15636 | 2024.12.21 00:57:19.017235 [ 260 ] {ce1e2008-a2ec-4590-a9c3-b26cb2e0a88c} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001669 sec., 97663.271420012 rows/sec., 6.80 MiB/sec. | ||
| 15637 | 2024.12.21 00:57:19.017295 [ 260 ] {ce1e2008-a2ec-4590-a9c3-b26cb2e0a88c} <Debug> TCPHandler: Processed in 0.001901275 sec. | ||
| 15638 | 2024.12.21 00:57:19.017450 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15639 | 2024.12.21 00:57:19.017579 [ 263 ] {7cbcfce2-46a1-43b5-b0e7-e87cb9396ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15640 | 2024.12.21 00:57:19.017667 [ 263 ] {7cbcfce2-46a1-43b5-b0e7-e87cb9396ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15641 | 2024.12.21 00:57:19.018908 [ 263 ] {7cbcfce2-46a1-43b5-b0e7-e87cb9396ede} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15642 | 2024.12.21 00:57:19.018947 [ 263 ] {7cbcfce2-46a1-43b5-b0e7-e87cb9396ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15643 | 2024.12.21 00:57:19.019636 [ 263 ] {7cbcfce2-46a1-43b5-b0e7-e87cb9396ede} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15644 | 2024.12.21 00:57:19.019929 [ 263 ] {7cbcfce2-46a1-43b5-b0e7-e87cb9396ede} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15645 | 2024.12.21 00:57:19.020074 [ 172 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15646 | 2024.12.21 00:57:19.020118 [ 172 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15647 | 2024.12.21 00:57:19.020141 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15648 | 2024.12.21 00:57:19.020160 [ 263 ] {7cbcfce2-46a1-43b5-b0e7-e87cb9396ede} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002612 sec., 10336.906584992343 rows/sec., 18.52 MiB/sec. | ||
| 15649 | 2024.12.21 00:57:19.020504 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 15650 | 2024.12.21 00:57:19.020596 [ 263 ] {7cbcfce2-46a1-43b5-b0e7-e87cb9396ede} <Debug> TCPHandler: Processed in 0.00319836 sec. | ||
| 15651 | 2024.12.21 00:57:19.020825 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15652 | 2024.12.21 00:57:19.021079 [ 260 ] {4f37450d-96f0-4acb-8f57-d43b7b622a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15653 | 2024.12.21 00:57:19.021205 [ 260 ] {4f37450d-96f0-4acb-8f57-d43b7b622a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15654 | 2024.12.21 00:57:19.021227 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15655 | 2024.12.21 00:57:19.021481 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1965 rows starting from the beginning of the part | ||
| 15656 | 2024.12.21 00:57:19.022312 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 27 rows starting from the beginning of the part | ||
| 15657 | 2024.12.21 00:57:19.023152 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 12 rows starting from the beginning of the part | ||
| 15658 | 2024.12.21 00:57:19.023498 [ 260 ] {4f37450d-96f0-4acb-8f57-d43b7b622a6b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15659 | 2024.12.21 00:57:19.023569 [ 260 ] {4f37450d-96f0-4acb-8f57-d43b7b622a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15660 | 2024.12.21 00:57:19.023861 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 27 rows starting from the beginning of the part | ||
| 15661 | 2024.12.21 00:57:19.024641 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 12 rows starting from the beginning of the part | ||
| 15662 | 2024.12.21 00:57:19.025283 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 27 rows starting from the beginning of the part | ||
| 15663 | 2024.12.21 00:57:19.025355 [ 260 ] {4f37450d-96f0-4acb-8f57-d43b7b622a6b} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15664 | 2024.12.21 00:57:19.026250 [ 260 ] {4f37450d-96f0-4acb-8f57-d43b7b622a6b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15665 | 2024.12.21 00:57:19.026774 [ 260 ] {4f37450d-96f0-4acb-8f57-d43b7b622a6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005771 sec., 10396.81164442904 rows/sec., 717.49 KiB/sec. | ||
| 15666 | 2024.12.21 00:57:19.026958 [ 260 ] {4f37450d-96f0-4acb-8f57-d43b7b622a6b} <Debug> TCPHandler: Processed in 0.006237535 sec. | ||
| 15667 | 2024.12.21 00:57:19.035361 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2070 rows, containing 19 columns (19 merged, 0 gathered) in 0.0151292 sec., 136821.51072098987 rows/sec., 245.18 MiB/sec. | ||
| 15668 | 2024.12.21 00:57:19.037688 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15669 | 2024.12.21 00:57:19.038125 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15670 | 2024.12.21 00:57:19.038212 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15671 | 2024.12.21 00:57:19.038372 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.89 MiB. | ||
| 15672 | 2024.12.21 00:57:20.053204 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
| 15673 | 2024.12.21 00:57:20.053880 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15674 | 2024.12.21 00:57:20.053927 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15675 | 2024.12.21 00:57:20.054490 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15676 | 2024.12.21 00:57:20.054765 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15677 | 2024.12.21 00:57:20.055039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 15678 | 2024.12.21 00:57:22.586041 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 15679 | 2024.12.21 00:57:22.609151 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15680 | 2024.12.21 00:57:22.609205 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15681 | 2024.12.21 00:57:22.616582 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15682 | 2024.12.21 00:57:22.617403 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15683 | 2024.12.21 00:57:22.620557 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 15684 | 2024.12.21 00:57:22.744187 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2204 | ||
| 15685 | 2024.12.21 00:57:22.747646 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15686 | 2024.12.21 00:57:22.747711 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15687 | 2024.12.21 00:57:22.749273 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15688 | 2024.12.21 00:57:22.749607 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15689 | 2024.12.21 00:57:22.749842 [ 152 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 15690 | 2024.12.21 00:57:22.749951 [ 152 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15691 | 2024.12.21 00:57:22.750019 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15692 | 2024.12.21 00:57:22.750859 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 15693 | 2024.12.21 00:57:22.752329 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2204 | ||
| 15694 | 2024.12.21 00:57:22.752728 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15695 | 2024.12.21 00:57:22.752923 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2010 rows starting from the beginning of the part | ||
| 15696 | 2024.12.21 00:57:22.753595 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 44 rows starting from the beginning of the part | ||
| 15697 | 2024.12.21 00:57:22.754223 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part | ||
| 15698 | 2024.12.21 00:57:22.754885 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 15699 | 2024.12.21 00:57:22.755530 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 44 rows starting from the beginning of the part | ||
| 15700 | 2024.12.21 00:57:22.756183 [ 193 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 15701 | 2024.12.21 00:57:22.765999 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2204 rows, containing 72 columns (72 merged, 0 gathered) in 0.015781443 sec., 139657.6979684304 rows/sec., 105.58 MiB/sec. | ||
| 15702 | 2024.12.21 00:57:22.767974 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 15703 | 2024.12.21 00:57:22.768749 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_56_11} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15704 | 2024.12.21 00:57:22.768841 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_56_11} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 15705 | 2024.12.21 00:57:22.769215 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 15706 | 2024.12.21 00:57:24.002750 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15707 | 2024.12.21 00:57:24.003012 [ 260 ] {fb39b924-330c-417f-bedc-607c5b6a278d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15708 | 2024.12.21 00:57:24.003090 [ 260 ] {fb39b924-330c-417f-bedc-607c5b6a278d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15709 | 2024.12.21 00:57:24.003890 [ 260 ] {fb39b924-330c-417f-bedc-607c5b6a278d} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15710 | 2024.12.21 00:57:24.003940 [ 260 ] {fb39b924-330c-417f-bedc-607c5b6a278d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15711 | 2024.12.21 00:57:24.004403 [ 260 ] {fb39b924-330c-417f-bedc-607c5b6a278d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15712 | 2024.12.21 00:57:24.004685 [ 260 ] {fb39b924-330c-417f-bedc-607c5b6a278d} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15713 | 2024.12.21 00:57:24.004913 [ 35 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15714 | 2024.12.21 00:57:24.004991 [ 260 ] {fb39b924-330c-417f-bedc-607c5b6a278d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00203 sec., 6896.55172413793 rows/sec., 496.46 KiB/sec. | ||
| 15715 | 2024.12.21 00:57:24.005008 [ 35 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15716 | 2024.12.21 00:57:24.005110 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15717 | 2024.12.21 00:57:24.005178 [ 260 ] {fb39b924-330c-417f-bedc-607c5b6a278d} <Debug> TCPHandler: Processed in 0.002563128 sec. | ||
| 15718 | 2024.12.21 00:57:24.005294 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 15719 | 2024.12.21 00:57:24.005405 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15720 | 2024.12.21 00:57:24.005437 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 15721 | 2024.12.21 00:57:24.005508 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15722 | 2024.12.21 00:57:24.005642 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 15723 | 2024.12.21 00:57:24.005941 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 15724 | 2024.12.21 00:57:24.005949 [ 263 ] {5e6c00c2-dc25-4d64-a326-a7df80cd41d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15725 | 2024.12.21 00:57:24.006204 [ 263 ] {5e6c00c2-dc25-4d64-a326-a7df80cd41d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15726 | 2024.12.21 00:57:24.006316 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 15727 | 2024.12.21 00:57:24.006733 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::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 | ||
| 15728 | 2024.12.21 00:57:24.008913 [ 263 ] {5e6c00c2-dc25-4d64-a326-a7df80cd41d2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15729 | 2024.12.21 00:57:24.009041 [ 263 ] {5e6c00c2-dc25-4d64-a326-a7df80cd41d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15730 | 2024.12.21 00:57:24.009227 [ 193 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004002425 sec., 17489.397053036595 rows/sec., 1.30 MiB/sec. | ||
| 15731 | 2024.12.21 00:57:24.009446 [ 196 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15732 | 2024.12.21 00:57:24.009756 [ 263 ] {5e6c00c2-dc25-4d64-a326-a7df80cd41d2} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15733 | 2024.12.21 00:57:24.009897 [ 196 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_53_13} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15734 | 2024.12.21 00:57:24.010032 [ 196 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_53_13} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15735 | 2024.12.21 00:57:24.010095 [ 263 ] {5e6c00c2-dc25-4d64-a326-a7df80cd41d2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15736 | 2024.12.21 00:57:24.010169 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15737 | 2024.12.21 00:57:24.010363 [ 35 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15738 | 2024.12.21 00:57:24.010426 [ 35 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15739 | 2024.12.21 00:57:24.010449 [ 263 ] {5e6c00c2-dc25-4d64-a326-a7df80cd41d2} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.004671 sec., 48597.730678655535 rows/sec., 4.25 MiB/sec. | ||
| 15740 | 2024.12.21 00:57:24.010468 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15741 | 2024.12.21 00:57:24.010655 [ 263 ] {5e6c00c2-dc25-4d64-a326-a7df80cd41d2} <Debug> TCPHandler: Processed in 0.005307028 sec. | ||
| 15742 | 2024.12.21 00:57:24.010690 [ 192 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15743 | 2024.12.21 00:57:24.010832 [ 192 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15744 | 2024.12.21 00:57:24.010865 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15745 | 2024.12.21 00:57:24.010906 [ 192 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1432 rows starting from the beginning of the part | ||
| 15746 | 2024.12.21 00:57:24.011142 [ 192 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 56 rows starting from the beginning of the part | ||
| 15747 | 2024.12.21 00:57:24.011213 [ 260 ] {5bef6823-eb75-4431-acef-ef4a4d4d6ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15748 | 2024.12.21 00:57:24.011369 [ 192 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 110 rows starting from the beginning of the part | ||
| 15749 | 2024.12.21 00:57:24.011419 [ 260 ] {5bef6823-eb75-4431-acef-ef4a4d4d6ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15750 | 2024.12.21 00:57:24.011690 [ 192 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 227 rows starting from the beginning of the part | ||
| 15751 | 2024.12.21 00:57:24.011995 [ 192 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 113 rows starting from the beginning of the part | ||
| 15752 | 2024.12.21 00:57:24.012269 [ 192 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 227 rows starting from the beginning of the part | ||
| 15753 | 2024.12.21 00:57:24.014123 [ 260 ] {5bef6823-eb75-4431-acef-ef4a4d4d6ab4} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15754 | 2024.12.21 00:57:24.014202 [ 260 ] {5bef6823-eb75-4431-acef-ef4a4d4d6ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15755 | 2024.12.21 00:57:24.015086 [ 260 ] {5bef6823-eb75-4431-acef-ef4a4d4d6ab4} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15756 | 2024.12.21 00:57:24.015549 [ 260 ] {5bef6823-eb75-4431-acef-ef4a4d4d6ab4} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15757 | 2024.12.21 00:57:24.015918 [ 198 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2165 rows, containing 5 columns (5 merged, 0 gathered) in 0.005285658 sec., 409598.95626996673 rows/sec., 36.01 MiB/sec. | ||
| 15758 | 2024.12.21 00:57:24.016046 [ 260 ] {5bef6823-eb75-4431-acef-ef4a4d4d6ab4} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.004977 sec., 3817.5607795860965 rows/sec., 272.94 KiB/sec. | ||
| 15759 | 2024.12.21 00:57:24.016136 [ 260 ] {5bef6823-eb75-4431-acef-ef4a4d4d6ab4} <Debug> TCPHandler: Processed in 0.005350749 sec. | ||
| 15760 | 2024.12.21 00:57:24.016282 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15761 | 2024.12.21 00:57:24.016356 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15762 | 2024.12.21 00:57:24.016586 [ 263 ] {7ef0c342-d707-48fb-99a5-37bc301ce66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15763 | 2024.12.21 00:57:24.016692 [ 263 ] {7ef0c342-d707-48fb-99a5-37bc301ce66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15764 | 2024.12.21 00:57:24.016700 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_126_25} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15765 | 2024.12.21 00:57:24.016959 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_126_25} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15766 | 2024.12.21 00:57:24.017127 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 15767 | 2024.12.21 00:57:24.017694 [ 263 ] {7ef0c342-d707-48fb-99a5-37bc301ce66a} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15768 | 2024.12.21 00:57:24.017745 [ 263 ] {7ef0c342-d707-48fb-99a5-37bc301ce66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15769 | 2024.12.21 00:57:24.018131 [ 263 ] {7ef0c342-d707-48fb-99a5-37bc301ce66a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15770 | 2024.12.21 00:57:24.018393 [ 263 ] {7ef0c342-d707-48fb-99a5-37bc301ce66a} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15771 | 2024.12.21 00:57:24.018687 [ 263 ] {7ef0c342-d707-48fb-99a5-37bc301ce66a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002184 sec., 6410.25641025641 rows/sec., 448.93 KiB/sec. | ||
| 15772 | 2024.12.21 00:57:24.018778 [ 263 ] {7ef0c342-d707-48fb-99a5-37bc301ce66a} <Debug> TCPHandler: Processed in 0.002517757 sec. | ||
| 15773 | 2024.12.21 00:57:24.019007 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15774 | 2024.12.21 00:57:24.019129 [ 260 ] {47fce7ae-a208-4ad6-98d9-910e4e0b72fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15775 | 2024.12.21 00:57:24.019179 [ 260 ] {47fce7ae-a208-4ad6-98d9-910e4e0b72fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15776 | 2024.12.21 00:57:24.019772 [ 260 ] {47fce7ae-a208-4ad6-98d9-910e4e0b72fe} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15777 | 2024.12.21 00:57:24.019814 [ 260 ] {47fce7ae-a208-4ad6-98d9-910e4e0b72fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15778 | 2024.12.21 00:57:24.020180 [ 260 ] {47fce7ae-a208-4ad6-98d9-910e4e0b72fe} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15779 | 2024.12.21 00:57:24.020418 [ 260 ] {47fce7ae-a208-4ad6-98d9-910e4e0b72fe} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15780 | 2024.12.21 00:57:24.020598 [ 35 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15781 | 2024.12.21 00:57:24.020668 [ 35 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15782 | 2024.12.21 00:57:24.020669 [ 260 ] {47fce7ae-a208-4ad6-98d9-910e4e0b72fe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001556 sec., 8354.755784061696 rows/sec., 520.92 KiB/sec. | ||
| 15783 | 2024.12.21 00:57:24.020704 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15784 | 2024.12.21 00:57:24.020847 [ 260 ] {47fce7ae-a208-4ad6-98d9-910e4e0b72fe} <Debug> TCPHandler: Processed in 0.001928775 sec. | ||
| 15785 | 2024.12.21 00:57:24.020905 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 15786 | 2024.12.21 00:57:24.021037 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15787 | 2024.12.21 00:57:24.021065 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15788 | 2024.12.21 00:57:24.021115 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 15789 | 2024.12.21 00:57:24.021335 [ 263 ] {abec9b50-0255-4575-af7f-337eef15d2d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15790 | 2024.12.21 00:57:24.021387 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 15791 | 2024.12.21 00:57:24.021483 [ 263 ] {abec9b50-0255-4575-af7f-337eef15d2d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15792 | 2024.12.21 00:57:24.021712 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 15793 | 2024.12.21 00:57:24.022088 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 15794 | 2024.12.21 00:57:24.022428 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::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 | ||
| 15795 | 2024.12.21 00:57:24.024327 [ 263 ] {abec9b50-0255-4575-af7f-337eef15d2d3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15796 | 2024.12.21 00:57:24.024408 [ 263 ] {abec9b50-0255-4575-af7f-337eef15d2d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15797 | 2024.12.21 00:57:24.024851 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004015715 sec., 16186.407650941363 rows/sec., 1.05 MiB/sec. | ||
| 15798 | 2024.12.21 00:57:24.025042 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15799 | 2024.12.21 00:57:24.025361 [ 263 ] {abec9b50-0255-4575-af7f-337eef15d2d3} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15800 | 2024.12.21 00:57:24.025548 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_53_13} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15801 | 2024.12.21 00:57:24.025727 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_53_13} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15802 | 2024.12.21 00:57:24.025882 [ 263 ] {abec9b50-0255-4575-af7f-337eef15d2d3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15803 | 2024.12.21 00:57:24.025923 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15804 | 2024.12.21 00:57:24.026188 [ 35 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15805 | 2024.12.21 00:57:24.026215 [ 263 ] {abec9b50-0255-4575-af7f-337eef15d2d3} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.005011 sec., 78627.02055477949 rows/sec., 5.58 MiB/sec. | ||
| 15806 | 2024.12.21 00:57:24.026280 [ 35 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15807 | 2024.12.21 00:57:24.026398 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15808 | 2024.12.21 00:57:24.026412 [ 263 ] {abec9b50-0255-4575-af7f-337eef15d2d3} <Debug> TCPHandler: Processed in 0.005473502 sec. | ||
| 15809 | 2024.12.21 00:57:24.026679 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15810 | 2024.12.21 00:57:24.026697 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15811 | 2024.12.21 00:57:24.026908 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15812 | 2024.12.21 00:57:24.026952 [ 260 ] {1ddd6bac-7126-4abd-a529-c2a5468b60b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15813 | 2024.12.21 00:57:24.026973 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 913 rows starting from the beginning of the part | ||
| 15814 | 2024.12.21 00:57:24.027078 [ 260 ] {1ddd6bac-7126-4abd-a529-c2a5468b60b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15815 | 2024.12.21 00:57:24.027270 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 64 rows starting from the beginning of the part | ||
| 15816 | 2024.12.21 00:57:24.027632 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 91 rows starting from the beginning of the part | ||
| 15817 | 2024.12.21 00:57:24.028015 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 394 rows starting from the beginning of the part | ||
| 15818 | 2024.12.21 00:57:24.028352 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 97 rows starting from the beginning of the part | ||
| 15819 | 2024.12.21 00:57:24.028661 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 394 rows starting from the beginning of the part | ||
| 15820 | 2024.12.21 00:57:24.029600 [ 260 ] {1ddd6bac-7126-4abd-a529-c2a5468b60b3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15821 | 2024.12.21 00:57:24.029668 [ 260 ] {1ddd6bac-7126-4abd-a529-c2a5468b60b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15822 | 2024.12.21 00:57:24.030746 [ 260 ] {1ddd6bac-7126-4abd-a529-c2a5468b60b3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15823 | 2024.12.21 00:57:24.031101 [ 260 ] {1ddd6bac-7126-4abd-a529-c2a5468b60b3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15824 | 2024.12.21 00:57:24.031521 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.004984012 sec., 391852.9891180037 rows/sec., 29.99 MiB/sec. | ||
| 15825 | 2024.12.21 00:57:24.031649 [ 260 ] {1ddd6bac-7126-4abd-a529-c2a5468b60b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004779 sec., 1255.4927809165097 rows/sec., 65.59 KiB/sec. | ||
| 15826 | 2024.12.21 00:57:24.031773 [ 260 ] {1ddd6bac-7126-4abd-a529-c2a5468b60b3} <Debug> TCPHandler: Processed in 0.005210377 sec. | ||
| 15827 | 2024.12.21 00:57:24.031780 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15828 | 2024.12.21 00:57:24.032008 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15829 | 2024.12.21 00:57:24.032161 [ 263 ] {e05407c3-2602-471b-9281-032a3f0a5dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15830 | 2024.12.21 00:57:24.032192 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_126_25} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15831 | 2024.12.21 00:57:24.032252 [ 263 ] {e05407c3-2602-471b-9281-032a3f0a5dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15832 | 2024.12.21 00:57:24.032298 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_126_25} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15833 | 2024.12.21 00:57:24.032402 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 15834 | 2024.12.21 00:57:24.032918 [ 263 ] {e05407c3-2602-471b-9281-032a3f0a5dcf} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15835 | 2024.12.21 00:57:24.032958 [ 263 ] {e05407c3-2602-471b-9281-032a3f0a5dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15836 | 2024.12.21 00:57:24.033364 [ 263 ] {e05407c3-2602-471b-9281-032a3f0a5dcf} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15837 | 2024.12.21 00:57:24.033601 [ 263 ] {e05407c3-2602-471b-9281-032a3f0a5dcf} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15838 | 2024.12.21 00:57:24.033830 [ 263 ] {e05407c3-2602-471b-9281-032a3f0a5dcf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001708 sec., 138758.78220140515 rows/sec., 9.30 MiB/sec. | ||
| 15839 | 2024.12.21 00:57:24.033888 [ 263 ] {e05407c3-2602-471b-9281-032a3f0a5dcf} <Debug> TCPHandler: Processed in 0.001979806 sec. | ||
| 15840 | 2024.12.21 00:57:24.034031 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15841 | 2024.12.21 00:57:24.034149 [ 260 ] {1b9e7b39-0f20-4ace-b6a3-596183cacc4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15842 | 2024.12.21 00:57:24.034201 [ 260 ] {1b9e7b39-0f20-4ace-b6a3-596183cacc4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15843 | 2024.12.21 00:57:24.034738 [ 260 ] {1b9e7b39-0f20-4ace-b6a3-596183cacc4c} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15844 | 2024.12.21 00:57:24.034788 [ 260 ] {1b9e7b39-0f20-4ace-b6a3-596183cacc4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15845 | 2024.12.21 00:57:24.035217 [ 260 ] {1b9e7b39-0f20-4ace-b6a3-596183cacc4c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15846 | 2024.12.21 00:57:24.035465 [ 260 ] {1b9e7b39-0f20-4ace-b6a3-596183cacc4c} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15847 | 2024.12.21 00:57:24.035662 [ 260 ] {1b9e7b39-0f20-4ace-b6a3-596183cacc4c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001538 sec., 650.1950585175553 rows/sec., 43.81 KiB/sec. | ||
| 15848 | 2024.12.21 00:57:24.035752 [ 260 ] {1b9e7b39-0f20-4ace-b6a3-596183cacc4c} <Debug> TCPHandler: Processed in 0.001775593 sec. | ||
| 15849 | 2024.12.21 00:57:24.035995 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15850 | 2024.12.21 00:57:24.036183 [ 263 ] {15060933-a9e7-44db-8041-f6ea92eed116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15851 | 2024.12.21 00:57:24.036267 [ 263 ] {15060933-a9e7-44db-8041-f6ea92eed116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15852 | 2024.12.21 00:57:24.037417 [ 263 ] {15060933-a9e7-44db-8041-f6ea92eed116} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15853 | 2024.12.21 00:57:24.037458 [ 263 ] {15060933-a9e7-44db-8041-f6ea92eed116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15854 | 2024.12.21 00:57:24.038086 [ 263 ] {15060933-a9e7-44db-8041-f6ea92eed116} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15855 | 2024.12.21 00:57:24.038345 [ 263 ] {15060933-a9e7-44db-8041-f6ea92eed116} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15856 | 2024.12.21 00:57:24.038632 [ 263 ] {15060933-a9e7-44db-8041-f6ea92eed116} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00248 sec., 4838.709677419355 rows/sec., 8.67 MiB/sec. | ||
| 15857 | 2024.12.21 00:57:24.038673 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): 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] | ||
| 15858 | 2024.12.21 00:57:24.038750 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): 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] | ||
| 15859 | 2024.12.21 00:57:24.038930 [ 263 ] {15060933-a9e7-44db-8041-f6ea92eed116} <Debug> TCPHandler: Processed in 0.003084247 sec. | ||
| 15860 | 2024.12.21 00:57:24.039192 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15861 | 2024.12.21 00:57:24.039355 [ 260 ] {a30b38a4-fafb-4647-999d-b8fae4f29d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15862 | 2024.12.21 00:57:24.039438 [ 260 ] {a30b38a4-fafb-4647-999d-b8fae4f29d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15863 | 2024.12.21 00:57:24.040610 [ 260 ] {a30b38a4-fafb-4647-999d-b8fae4f29d6d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15864 | 2024.12.21 00:57:24.040676 [ 260 ] {a30b38a4-fafb-4647-999d-b8fae4f29d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15865 | 2024.12.21 00:57:24.041384 [ 260 ] {a30b38a4-fafb-4647-999d-b8fae4f29d6d} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15866 | 2024.12.21 00:57:24.041794 [ 260 ] {a30b38a4-fafb-4647-999d-b8fae4f29d6d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15867 | 2024.12.21 00:57:24.042047 [ 65 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15868 | 2024.12.21 00:57:24.042141 [ 65 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15869 | 2024.12.21 00:57:24.042232 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15870 | 2024.12.21 00:57:24.042346 [ 260 ] {a30b38a4-fafb-4647-999d-b8fae4f29d6d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003016 sec., 27188.328912466844 rows/sec., 1.73 MiB/sec. | ||
| 15871 | 2024.12.21 00:57:24.042607 [ 260 ] {a30b38a4-fafb-4647-999d-b8fae4f29d6d} <Debug> TCPHandler: Processed in 0.003555936 sec. | ||
| 15872 | 2024.12.21 00:57:24.042732 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15873 | 2024.12.21 00:57:24.042841 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): 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] | ||
| 15874 | 2024.12.21 00:57:24.043190 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15875 | 2024.12.21 00:57:24.043320 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7394 rows starting from the beginning of the part | ||
| 15876 | 2024.12.21 00:57:24.043815 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 16 rows starting from the beginning of the part | ||
| 15877 | 2024.12.21 00:57:24.044195 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 15878 | 2024.12.21 00:57:24.044647 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 15879 | 2024.12.21 00:57:24.044976 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 15880 | 2024.12.21 00:57:24.045545 [ 186 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 82 rows starting from the beginning of the part | ||
| 15881 | 2024.12.21 00:57:24.047907 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7694 rows, containing 4 columns (4 merged, 0 gathered) in 0.005529092 sec., 1391548.5580634216 rows/sec., 90.79 MiB/sec. | ||
| 15882 | 2024.12.21 00:57:24.048435 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15883 | 2024.12.21 00:57:24.048755 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_126_25} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15884 | 2024.12.21 00:57:24.048843 [ 195 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_126_25} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15885 | 2024.12.21 00:57:24.048945 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. | ||
| 15886 | 2024.12.21 00:57:24.411983 [ 218 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): 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] | ||
| 15887 | 2024.12.21 00:57:24.412041 [ 218 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): 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] | ||
| 15888 | 2024.12.21 00:57:24.413917 [ 218 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): 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] | ||
| 15889 | 2024.12.21 00:57:25.107304 [ 220 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): 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] | ||
| 15890 | 2024.12.21 00:57:25.107363 [ 220 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): 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] | ||
| 15891 | 2024.12.21 00:57:25.109428 [ 220 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): 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] | ||
| 15892 | 2024.12.21 00:57:25.159389 [ 225 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): 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] | ||
| 15893 | 2024.12.21 00:57:25.159486 [ 225 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): 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] | ||
| 15894 | 2024.12.21 00:57:25.161721 [ 225 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): 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] | ||
| 15895 | 2024.12.21 00:57:27.281150 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15896 | 2024.12.21 00:57:27.281201 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15897 | 2024.12.21 00:57:27.555176 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
| 15898 | 2024.12.21 00:57:27.555826 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15899 | 2024.12.21 00:57:27.555880 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15900 | 2024.12.21 00:57:27.556445 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15901 | 2024.12.21 00:57:27.556723 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15902 | 2024.12.21 00:57:27.556986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 15903 | 2024.12.21 00:57:28.998543 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15904 | 2024.12.21 00:57:28.998735 [ 260 ] {f7e4f918-0b60-4e29-a302-a17d9d5115f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15905 | 2024.12.21 00:57:28.998808 [ 260 ] {f7e4f918-0b60-4e29-a302-a17d9d5115f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15906 | 2024.12.21 00:57:28.999778 [ 260 ] {f7e4f918-0b60-4e29-a302-a17d9d5115f0} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15907 | 2024.12.21 00:57:28.999831 [ 260 ] {f7e4f918-0b60-4e29-a302-a17d9d5115f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15908 | 2024.12.21 00:57:29.000730 [ 260 ] {f7e4f918-0b60-4e29-a302-a17d9d5115f0} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15909 | 2024.12.21 00:57:29.001007 [ 260 ] {f7e4f918-0b60-4e29-a302-a17d9d5115f0} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15910 | 2024.12.21 00:57:29.001276 [ 260 ] {f7e4f918-0b60-4e29-a302-a17d9d5115f0} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002593 sec., 42421.90512919398 rows/sec., 3.56 MiB/sec. | ||
| 15911 | 2024.12.21 00:57:29.001350 [ 260 ] {f7e4f918-0b60-4e29-a302-a17d9d5115f0} <Debug> TCPHandler: Processed in 0.002941695 sec. | ||
| 15912 | 2024.12.21 00:57:29.001668 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15913 | 2024.12.21 00:57:29.001887 [ 263 ] {669991e6-f290-426a-8dfe-62c6ade255ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15914 | 2024.12.21 00:57:29.001968 [ 263 ] {669991e6-f290-426a-8dfe-62c6ade255ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15915 | 2024.12.21 00:57:29.002811 [ 263 ] {669991e6-f290-426a-8dfe-62c6ade255ae} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15916 | 2024.12.21 00:57:29.002860 [ 263 ] {669991e6-f290-426a-8dfe-62c6ade255ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15917 | 2024.12.21 00:57:29.003383 [ 263 ] {669991e6-f290-426a-8dfe-62c6ade255ae} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15918 | 2024.12.21 00:57:29.003678 [ 263 ] {669991e6-f290-426a-8dfe-62c6ade255ae} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15919 | 2024.12.21 00:57:29.003975 [ 263 ] {669991e6-f290-426a-8dfe-62c6ade255ae} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002144 sec., 12593.283582089553 rows/sec., 946.96 KiB/sec. | ||
| 15920 | 2024.12.21 00:57:29.004087 [ 263 ] {669991e6-f290-426a-8dfe-62c6ade255ae} <Debug> TCPHandler: Processed in 0.002594208 sec. | ||
| 15921 | 2024.12.21 00:57:29.004380 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15922 | 2024.12.21 00:57:29.004509 [ 260 ] {54b2b79e-e914-420a-a3b2-adea55785f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15923 | 2024.12.21 00:57:29.004562 [ 260 ] {54b2b79e-e914-420a-a3b2-adea55785f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15924 | 2024.12.21 00:57:29.005222 [ 260 ] {54b2b79e-e914-420a-a3b2-adea55785f55} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15925 | 2024.12.21 00:57:29.005265 [ 260 ] {54b2b79e-e914-420a-a3b2-adea55785f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15926 | 2024.12.21 00:57:29.005669 [ 260 ] {54b2b79e-e914-420a-a3b2-adea55785f55} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15927 | 2024.12.21 00:57:29.005992 [ 260 ] {54b2b79e-e914-420a-a3b2-adea55785f55} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15928 | 2024.12.21 00:57:29.006226 [ 260 ] {54b2b79e-e914-420a-a3b2-adea55785f55} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001746 sec., 52119.12943871707 rows/sec., 4.07 MiB/sec. | ||
| 15929 | 2024.12.21 00:57:29.006288 [ 260 ] {54b2b79e-e914-420a-a3b2-adea55785f55} <Debug> TCPHandler: Processed in 0.001986697 sec. | ||
| 15930 | 2024.12.21 00:57:29.006484 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15931 | 2024.12.21 00:57:29.006632 [ 263 ] {2bdc4cc7-abd0-46aa-801a-7828f00d65e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15932 | 2024.12.21 00:57:29.006698 [ 263 ] {2bdc4cc7-abd0-46aa-801a-7828f00d65e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15933 | 2024.12.21 00:57:29.007452 [ 263 ] {2bdc4cc7-abd0-46aa-801a-7828f00d65e7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15934 | 2024.12.21 00:57:29.007501 [ 263 ] {2bdc4cc7-abd0-46aa-801a-7828f00d65e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15935 | 2024.12.21 00:57:29.007964 [ 263 ] {2bdc4cc7-abd0-46aa-801a-7828f00d65e7} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15936 | 2024.12.21 00:57:29.008230 [ 263 ] {2bdc4cc7-abd0-46aa-801a-7828f00d65e7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15937 | 2024.12.21 00:57:29.008482 [ 263 ] {2bdc4cc7-abd0-46aa-801a-7828f00d65e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001886 sec., 84835.6309650053 rows/sec., 5.91 MiB/sec. | ||
| 15938 | 2024.12.21 00:57:29.008566 [ 263 ] {2bdc4cc7-abd0-46aa-801a-7828f00d65e7} <Debug> TCPHandler: Processed in 0.00214906 sec. | ||
| 15939 | 2024.12.21 00:57:29.008749 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15940 | 2024.12.21 00:57:29.008899 [ 260 ] {35b07e6c-5ae0-4624-ad72-f1c4bebc1f0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15941 | 2024.12.21 00:57:29.009004 [ 260 ] {35b07e6c-5ae0-4624-ad72-f1c4bebc1f0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15942 | 2024.12.21 00:57:29.010314 [ 260 ] {35b07e6c-5ae0-4624-ad72-f1c4bebc1f0e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15943 | 2024.12.21 00:57:29.010355 [ 260 ] {35b07e6c-5ae0-4624-ad72-f1c4bebc1f0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15944 | 2024.12.21 00:57:29.011257 [ 260 ] {35b07e6c-5ae0-4624-ad72-f1c4bebc1f0e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15945 | 2024.12.21 00:57:29.011604 [ 260 ] {35b07e6c-5ae0-4624-ad72-f1c4bebc1f0e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15946 | 2024.12.21 00:57:29.011857 [ 260 ] {35b07e6c-5ae0-4624-ad72-f1c4bebc1f0e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002998 sec., 9006.004002668446 rows/sec., 16.14 MiB/sec. | ||
| 15947 | 2024.12.21 00:57:29.011989 [ 260 ] {35b07e6c-5ae0-4624-ad72-f1c4bebc1f0e} <Debug> TCPHandler: Processed in 0.003312841 sec. | ||
| 15948 | 2024.12.21 00:57:29.012181 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15949 | 2024.12.21 00:57:29.012319 [ 263 ] {3ad6aa52-e0dd-4ebb-b47d-e996e181a28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15950 | 2024.12.21 00:57:29.012381 [ 263 ] {3ad6aa52-e0dd-4ebb-b47d-e996e181a28e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15951 | 2024.12.21 00:57:29.012944 [ 263 ] {3ad6aa52-e0dd-4ebb-b47d-e996e181a28e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15952 | 2024.12.21 00:57:29.012988 [ 263 ] {3ad6aa52-e0dd-4ebb-b47d-e996e181a28e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15953 | 2024.12.21 00:57:29.013399 [ 263 ] {3ad6aa52-e0dd-4ebb-b47d-e996e181a28e} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15954 | 2024.12.21 00:57:29.013650 [ 263 ] {3ad6aa52-e0dd-4ebb-b47d-e996e181a28e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15955 | 2024.12.21 00:57:29.013895 [ 263 ] {3ad6aa52-e0dd-4ebb-b47d-e996e181a28e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001609 sec., 37290.24238657551 rows/sec., 2.51 MiB/sec. | ||
| 15956 | 2024.12.21 00:57:29.013971 [ 263 ] {3ad6aa52-e0dd-4ebb-b47d-e996e181a28e} <Debug> TCPHandler: Processed in 0.001851545 sec. | ||
| 15957 | 2024.12.21 00:57:30.008070 [ 222 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): 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] | ||
| 15958 | 2024.12.21 00:57:30.008132 [ 222 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): 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] | ||
| 15959 | 2024.12.21 00:57:30.010145 [ 222 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): 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] | ||
| 15960 | 2024.12.21 00:57:30.120607 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 15961 | 2024.12.21 00:57:30.144776 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15962 | 2024.12.21 00:57:30.144837 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15963 | 2024.12.21 00:57:30.152298 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15964 | 2024.12.21 00:57:30.153172 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15965 | 2024.12.21 00:57:30.156731 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 15966 | 2024.12.21 00:57:30.188633 [ 217 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): 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] | ||
| 15967 | 2024.12.21 00:57:30.188693 [ 217 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): 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] | ||
| 15968 | 2024.12.21 00:57:30.190785 [ 217 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): 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] | ||
| 15969 | 2024.12.21 00:57:30.282456 [ 224 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): 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] | ||
| 15970 | 2024.12.21 00:57:30.282500 [ 224 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): 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] | ||
| 15971 | 2024.12.21 00:57:30.284585 [ 224 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): 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] | ||
| 15972 | 2024.12.21 00:57:30.768542 [ 223 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): 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] | ||
| 15973 | 2024.12.21 00:57:30.768595 [ 223 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): 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] | ||
| 15974 | 2024.12.21 00:57:30.770650 [ 223 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): 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] | ||
| 15975 | 2024.12.21 00:57:30.943571 [ 218 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): 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] | ||
| 15976 | 2024.12.21 00:57:30.943646 [ 218 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): 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] | ||
| 15977 | 2024.12.21 00:57:30.946161 [ 218 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): 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] | ||
| 15978 | 2024.12.21 00:57:31.056380 [ 218 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): 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] | ||
| 15979 | 2024.12.21 00:57:31.056426 [ 218 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): 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] | ||
| 15980 | 2024.12.21 00:57:31.058607 [ 218 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): 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] | ||
| 15981 | 2024.12.21 00:57:31.427305 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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] | ||
| 15982 | 2024.12.21 00:57:31.427395 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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] | ||
| 15983 | 2024.12.21 00:57:31.429467 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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] | ||
| 15984 | 2024.12.21 00:57:31.903598 [ 82 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 15985 | 2024.12.21 00:57:31.903668 [ 82 ] {} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15986 | 2024.12.21 00:57:31.903695 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15987 | 2024.12.21 00:57:31.903889 [ 197 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::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 | ||
| 15988 | 2024.12.21 00:57:31.904263 [ 197 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15989 | 2024.12.21 00:57:31.904324 [ 197 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part | ||
| 15990 | 2024.12.21 00:57:31.904460 [ 197 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 15991 | 2024.12.21 00:57:31.904670 [ 197 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 15992 | 2024.12.21 00:57:31.904848 [ 197 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 15993 | 2024.12.21 00:57:31.905009 [ 197 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 15994 | 2024.12.21 00:57:31.906064 [ 195 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002288383 sec., 15731.632336020673 rows/sec., 1.31 MiB/sec. | ||
| 15995 | 2024.12.21 00:57:31.906246 [ 195 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 15996 | 2024.12.21 00:57:31.906568 [ 195 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_33_8} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15997 | 2024.12.21 00:57:31.906664 [ 195 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_33_8} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 15998 | 2024.12.21 00:57:31.906769 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15999 | 2024.12.21 00:57:32.752603 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2238 | ||
| 16000 | 2024.12.21 00:57:32.755953 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16001 | 2024.12.21 00:57:32.756007 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16002 | 2024.12.21 00:57:32.757613 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16003 | 2024.12.21 00:57:32.757970 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16004 | 2024.12.21 00:57:32.758700 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2238 | ||
| 16005 | 2024.12.21 00:57:32.774997 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16006 | 2024.12.21 00:57:32.775217 [ 260 ] {8f826a0d-fcab-4598-a6ee-18c8312c58d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16007 | 2024.12.21 00:57:32.775299 [ 260 ] {8f826a0d-fcab-4598-a6ee-18c8312c58d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16008 | 2024.12.21 00:57:32.776125 [ 260 ] {8f826a0d-fcab-4598-a6ee-18c8312c58d4} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16009 | 2024.12.21 00:57:32.776169 [ 260 ] {8f826a0d-fcab-4598-a6ee-18c8312c58d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16010 | 2024.12.21 00:57:32.776609 [ 260 ] {8f826a0d-fcab-4598-a6ee-18c8312c58d4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16011 | 2024.12.21 00:57:32.776866 [ 260 ] {8f826a0d-fcab-4598-a6ee-18c8312c58d4} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16012 | 2024.12.21 00:57:32.777095 [ 260 ] {8f826a0d-fcab-4598-a6ee-18c8312c58d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec. | ||
| 16013 | 2024.12.21 00:57:32.777197 [ 260 ] {8f826a0d-fcab-4598-a6ee-18c8312c58d4} <Debug> TCPHandler: Processed in 0.002345884 sec. | ||
| 16014 | 2024.12.21 00:57:32.777509 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16015 | 2024.12.21 00:57:32.777704 [ 263 ] {fd0d2027-8446-45ae-ada1-ca53de62c607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16016 | 2024.12.21 00:57:32.777778 [ 263 ] {fd0d2027-8446-45ae-ada1-ca53de62c607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16017 | 2024.12.21 00:57:32.778525 [ 263 ] {fd0d2027-8446-45ae-ada1-ca53de62c607} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16018 | 2024.12.21 00:57:32.778573 [ 263 ] {fd0d2027-8446-45ae-ada1-ca53de62c607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16019 | 2024.12.21 00:57:32.779009 [ 263 ] {fd0d2027-8446-45ae-ada1-ca53de62c607} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 16020 | 2024.12.21 00:57:32.779267 [ 263 ] {fd0d2027-8446-45ae-ada1-ca53de62c607} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16021 | 2024.12.21 00:57:32.779510 [ 263 ] {fd0d2027-8446-45ae-ada1-ca53de62c607} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001858 sec., 2152.8525296017224 rows/sec., 175.55 KiB/sec. | ||
| 16022 | 2024.12.21 00:57:32.779579 [ 263 ] {fd0d2027-8446-45ae-ada1-ca53de62c607} <Debug> TCPHandler: Processed in 0.002221591 sec. | ||
| 16023 | 2024.12.21 00:57:32.779754 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16024 | 2024.12.21 00:57:32.779906 [ 260 ] {00d3626e-768d-40d8-af8a-d8c03f9b42d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16025 | 2024.12.21 00:57:32.779969 [ 260 ] {00d3626e-768d-40d8-af8a-d8c03f9b42d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16026 | 2024.12.21 00:57:32.781449 [ 260 ] {00d3626e-768d-40d8-af8a-d8c03f9b42d3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16027 | 2024.12.21 00:57:32.781488 [ 260 ] {00d3626e-768d-40d8-af8a-d8c03f9b42d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16028 | 2024.12.21 00:57:32.781963 [ 260 ] {00d3626e-768d-40d8-af8a-d8c03f9b42d3} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16029 | 2024.12.21 00:57:32.782211 [ 260 ] {00d3626e-768d-40d8-af8a-d8c03f9b42d3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16030 | 2024.12.21 00:57:32.782405 [ 260 ] {00d3626e-768d-40d8-af8a-d8c03f9b42d3} <Debug> executeQuery: Read 1369 rows, 116.58 KiB in 0.002538 sec., 539401.1032308905 rows/sec., 44.86 MiB/sec. | ||
| 16031 | 2024.12.21 00:57:32.782464 [ 260 ] {00d3626e-768d-40d8-af8a-d8c03f9b42d3} <Debug> TCPHandler: Processed in 0.002779881 sec. | ||
| 16032 | 2024.12.21 00:57:32.782630 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16033 | 2024.12.21 00:57:32.782760 [ 263 ] {8bbbbfd8-3fe5-4177-8637-111155bfa5a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16034 | 2024.12.21 00:57:32.782816 [ 263 ] {8bbbbfd8-3fe5-4177-8637-111155bfa5a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16035 | 2024.12.21 00:57:32.783439 [ 263 ] {8bbbbfd8-3fe5-4177-8637-111155bfa5a0} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16036 | 2024.12.21 00:57:32.783482 [ 263 ] {8bbbbfd8-3fe5-4177-8637-111155bfa5a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16037 | 2024.12.21 00:57:32.783869 [ 263 ] {8bbbbfd8-3fe5-4177-8637-111155bfa5a0} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 16038 | 2024.12.21 00:57:32.784130 [ 263 ] {8bbbbfd8-3fe5-4177-8637-111155bfa5a0} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16039 | 2024.12.21 00:57:32.784351 [ 263 ] {8bbbbfd8-3fe5-4177-8637-111155bfa5a0} <Debug> executeQuery: Read 23 rows, 1.64 KiB in 0.001621 sec., 14188.77236273905 rows/sec., 1010.30 KiB/sec. | ||
| 16040 | 2024.12.21 00:57:32.784409 [ 263 ] {8bbbbfd8-3fe5-4177-8637-111155bfa5a0} <Debug> TCPHandler: Processed in 0.001841604 sec. | ||
| 16041 | 2024.12.21 00:57:32.784558 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16042 | 2024.12.21 00:57:32.784701 [ 260 ] {a3c5989a-880d-45cd-9cc5-8094166151bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16043 | 2024.12.21 00:57:32.784762 [ 260 ] {a3c5989a-880d-45cd-9cc5-8094166151bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16044 | 2024.12.21 00:57:32.785595 [ 260 ] {a3c5989a-880d-45cd-9cc5-8094166151bb} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16045 | 2024.12.21 00:57:32.785634 [ 260 ] {a3c5989a-880d-45cd-9cc5-8094166151bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16046 | 2024.12.21 00:57:32.786026 [ 260 ] {a3c5989a-880d-45cd-9cc5-8094166151bb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16047 | 2024.12.21 00:57:32.786267 [ 260 ] {a3c5989a-880d-45cd-9cc5-8094166151bb} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16048 | 2024.12.21 00:57:32.786391 [ 101 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 6 parts from all_1_49_10 to all_54_54_0 | ||
| 16049 | 2024.12.21 00:57:32.786435 [ 101 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16050 | 2024.12.21 00:57:32.786452 [ 260 ] {a3c5989a-880d-45cd-9cc5-8094166151bb} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001785 sec., 135574.22969187677 rows/sec., 9.19 MiB/sec. | ||
| 16051 | 2024.12.21 00:57:32.786460 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16052 | 2024.12.21 00:57:32.786567 [ 260 ] {a3c5989a-880d-45cd-9cc5-8094166151bb} <Debug> TCPHandler: Processed in 0.002064509 sec. | ||
| 16053 | 2024.12.21 00:57:32.786725 [ 191 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_54_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_49_10 to all_54_54_0 into Compact with storage Full | ||
| 16054 | 2024.12.21 00:57:32.786789 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16055 | 2024.12.21 00:57:32.787033 [ 191 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_54_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16056 | 2024.12.21 00:57:32.787052 [ 263 ] {6d24671e-155e-4310-9805-9d9609c1b672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16057 | 2024.12.21 00:57:32.787103 [ 191 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_10, total 243 rows starting from the beginning of the part | ||
| 16058 | 2024.12.21 00:57:32.787175 [ 263 ] {6d24671e-155e-4310-9805-9d9609c1b672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16059 | 2024.12.21 00:57:32.787410 [ 191 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 16060 | 2024.12.21 00:57:32.787800 [ 191 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 242 rows starting from the beginning of the part | ||
| 16061 | 2024.12.21 00:57:32.788126 [ 191 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 16062 | 2024.12.21 00:57:32.788417 [ 191 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 16063 | 2024.12.21 00:57:32.788753 [ 191 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 242 rows starting from the beginning of the part | ||
| 16064 | 2024.12.21 00:57:32.790460 [ 263 ] {6d24671e-155e-4310-9805-9d9609c1b672} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16065 | 2024.12.21 00:57:32.790543 [ 263 ] {6d24671e-155e-4310-9805-9d9609c1b672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16066 | 2024.12.21 00:57:32.791642 [ 263 ] {6d24671e-155e-4310-9805-9d9609c1b672} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16067 | 2024.12.21 00:57:32.792142 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_54_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005569184 sec., 138081.27007475423 rows/sec., 9.89 MiB/sec. | ||
| 16068 | 2024.12.21 00:57:32.792158 [ 263 ] {6d24671e-155e-4310-9805-9d9609c1b672} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16069 | 2024.12.21 00:57:32.792431 [ 187 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_54_11} <Trace> MergedBlockOutputStream: filled checksums all_1_54_11 (state Temporary) | ||
| 16070 | 2024.12.21 00:57:32.792660 [ 263 ] {6d24671e-155e-4310-9805-9d9609c1b672} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00567 sec., 2292.768959435626 rows/sec., 142.95 KiB/sec. | ||
| 16071 | 2024.12.21 00:57:32.793111 [ 263 ] {6d24671e-155e-4310-9805-9d9609c1b672} <Debug> TCPHandler: Processed in 0.00642831 sec. | ||
| 16072 | 2024.12.21 00:57:32.793398 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16073 | 2024.12.21 00:57:32.793456 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_54_11} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_54_11 to all_1_54_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16074 | 2024.12.21 00:57:32.793710 [ 260 ] {5a61d9d1-c79d-44f6-af30-71e04c572702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16075 | 2024.12.21 00:57:32.793759 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_54_11} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 6 parts: [all_1_49_10, all_54_54_0] -> all_1_54_11 | ||
| 16076 | 2024.12.21 00:57:32.793784 [ 260 ] {5a61d9d1-c79d-44f6-af30-71e04c572702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16077 | 2024.12.21 00:57:32.793967 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 16078 | 2024.12.21 00:57:32.794856 [ 260 ] {5a61d9d1-c79d-44f6-af30-71e04c572702} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16079 | 2024.12.21 00:57:32.794899 [ 260 ] {5a61d9d1-c79d-44f6-af30-71e04c572702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16080 | 2024.12.21 00:57:32.795319 [ 260 ] {5a61d9d1-c79d-44f6-af30-71e04c572702} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16081 | 2024.12.21 00:57:32.795587 [ 260 ] {5a61d9d1-c79d-44f6-af30-71e04c572702} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16082 | 2024.12.21 00:57:32.795788 [ 260 ] {5a61d9d1-c79d-44f6-af30-71e04c572702} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.002142 sec., 398692.8104575164 rows/sec., 28.84 MiB/sec. | ||
| 16083 | 2024.12.21 00:57:32.795862 [ 260 ] {5a61d9d1-c79d-44f6-af30-71e04c572702} <Debug> TCPHandler: Processed in 0.002619329 sec. | ||
| 16084 | 2024.12.21 00:57:32.796038 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16085 | 2024.12.21 00:57:32.796200 [ 263 ] {6334ae57-78f1-4fcf-8965-b195a28d20d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16086 | 2024.12.21 00:57:32.796250 [ 263 ] {6334ae57-78f1-4fcf-8965-b195a28d20d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16087 | 2024.12.21 00:57:32.796744 [ 263 ] {6334ae57-78f1-4fcf-8965-b195a28d20d1} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16088 | 2024.12.21 00:57:32.796794 [ 263 ] {6334ae57-78f1-4fcf-8965-b195a28d20d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16089 | 2024.12.21 00:57:32.797161 [ 263 ] {6334ae57-78f1-4fcf-8965-b195a28d20d1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16090 | 2024.12.21 00:57:32.797390 [ 263 ] {6334ae57-78f1-4fcf-8965-b195a28d20d1} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16091 | 2024.12.21 00:57:32.797593 [ 263 ] {6334ae57-78f1-4fcf-8965-b195a28d20d1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec. | ||
| 16092 | 2024.12.21 00:57:32.797646 [ 263 ] {6334ae57-78f1-4fcf-8965-b195a28d20d1} <Debug> TCPHandler: Processed in 0.001687801 sec. | ||
| 16093 | 2024.12.21 00:57:32.797825 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16094 | 2024.12.21 00:57:32.797944 [ 260 ] {ac95fd0c-24d2-466f-9787-79ad84662f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16095 | 2024.12.21 00:57:32.797998 [ 260 ] {ac95fd0c-24d2-466f-9787-79ad84662f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16096 | 2024.12.21 00:57:32.798849 [ 260 ] {ac95fd0c-24d2-466f-9787-79ad84662f06} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16097 | 2024.12.21 00:57:32.798890 [ 260 ] {ac95fd0c-24d2-466f-9787-79ad84662f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16098 | 2024.12.21 00:57:32.799355 [ 260 ] {ac95fd0c-24d2-466f-9787-79ad84662f06} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16099 | 2024.12.21 00:57:32.799617 [ 260 ] {ac95fd0c-24d2-466f-9787-79ad84662f06} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16100 | 2024.12.21 00:57:32.799816 [ 260 ] {ac95fd0c-24d2-466f-9787-79ad84662f06} <Debug> executeQuery: Read 917 rows, 62.63 KiB in 0.001897 sec., 483394.83394833945 rows/sec., 32.24 MiB/sec. | ||
| 16101 | 2024.12.21 00:57:32.799875 [ 260 ] {ac95fd0c-24d2-466f-9787-79ad84662f06} <Debug> TCPHandler: Processed in 0.0021118 sec. | ||
| 16102 | 2024.12.21 00:57:32.800025 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16103 | 2024.12.21 00:57:32.800151 [ 263 ] {4154c0d3-f71e-40d9-9bbe-0ffc1cfeb79a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16104 | 2024.12.21 00:57:32.800204 [ 263 ] {4154c0d3-f71e-40d9-9bbe-0ffc1cfeb79a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16105 | 2024.12.21 00:57:32.800710 [ 263 ] {4154c0d3-f71e-40d9-9bbe-0ffc1cfeb79a} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16106 | 2024.12.21 00:57:32.800754 [ 263 ] {4154c0d3-f71e-40d9-9bbe-0ffc1cfeb79a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16107 | 2024.12.21 00:57:32.801134 [ 263 ] {4154c0d3-f71e-40d9-9bbe-0ffc1cfeb79a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16108 | 2024.12.21 00:57:32.801382 [ 263 ] {4154c0d3-f71e-40d9-9bbe-0ffc1cfeb79a} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16109 | 2024.12.21 00:57:32.801565 [ 263 ] {4154c0d3-f71e-40d9-9bbe-0ffc1cfeb79a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001441 sec., 693.9625260235947 rows/sec., 46.76 KiB/sec. | ||
| 16110 | 2024.12.21 00:57:32.801621 [ 263 ] {4154c0d3-f71e-40d9-9bbe-0ffc1cfeb79a} <Debug> TCPHandler: Processed in 0.001656481 sec. | ||
| 16111 | 2024.12.21 00:57:32.801768 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16112 | 2024.12.21 00:57:32.801892 [ 260 ] {b5972dd0-daad-493f-b2a7-788b3bbc4cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16113 | 2024.12.21 00:57:32.801973 [ 260 ] {b5972dd0-daad-493f-b2a7-788b3bbc4cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16114 | 2024.12.21 00:57:32.803255 [ 260 ] {b5972dd0-daad-493f-b2a7-788b3bbc4cd5} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16115 | 2024.12.21 00:57:32.803298 [ 260 ] {b5972dd0-daad-493f-b2a7-788b3bbc4cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16116 | 2024.12.21 00:57:32.803970 [ 260 ] {b5972dd0-daad-493f-b2a7-788b3bbc4cd5} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 16117 | 2024.12.21 00:57:32.804254 [ 260 ] {b5972dd0-daad-493f-b2a7-788b3bbc4cd5} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16118 | 2024.12.21 00:57:32.804488 [ 260 ] {b5972dd0-daad-493f-b2a7-788b3bbc4cd5} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002621 sec., 4578.405188859214 rows/sec., 8.20 MiB/sec. | ||
| 16119 | 2024.12.21 00:57:32.804609 [ 260 ] {b5972dd0-daad-493f-b2a7-788b3bbc4cd5} <Debug> TCPHandler: Processed in 0.002898433 sec. | ||
| 16120 | 2024.12.21 00:57:32.804773 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16121 | 2024.12.21 00:57:32.804915 [ 263 ] {08957099-4680-4ebf-9d48-b4cabfb9f03f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16122 | 2024.12.21 00:57:32.804977 [ 263 ] {08957099-4680-4ebf-9d48-b4cabfb9f03f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16123 | 2024.12.21 00:57:32.805577 [ 263 ] {08957099-4680-4ebf-9d48-b4cabfb9f03f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16124 | 2024.12.21 00:57:32.805614 [ 263 ] {08957099-4680-4ebf-9d48-b4cabfb9f03f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16125 | 2024.12.21 00:57:32.805994 [ 263 ] {08957099-4680-4ebf-9d48-b4cabfb9f03f} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16126 | 2024.12.21 00:57:32.806233 [ 263 ] {08957099-4680-4ebf-9d48-b4cabfb9f03f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16127 | 2024.12.21 00:57:32.806423 [ 263 ] {08957099-4680-4ebf-9d48-b4cabfb9f03f} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.001537 sec., 42940.79375406636 rows/sec., 2.68 MiB/sec. | ||
| 16128 | 2024.12.21 00:57:32.806506 [ 263 ] {08957099-4680-4ebf-9d48-b4cabfb9f03f} <Debug> TCPHandler: Processed in 0.001799673 sec. | ||
| 16129 | 2024.12.21 00:57:33.992048 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16130 | 2024.12.21 00:57:33.992265 [ 260 ] {c495b0a5-fbae-4497-912d-0bd9c8a16d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16131 | 2024.12.21 00:57:33.992348 [ 260 ] {c495b0a5-fbae-4497-912d-0bd9c8a16d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16132 | 2024.12.21 00:57:33.993210 [ 260 ] {c495b0a5-fbae-4497-912d-0bd9c8a16d7f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16133 | 2024.12.21 00:57:33.993257 [ 260 ] {c495b0a5-fbae-4497-912d-0bd9c8a16d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16134 | 2024.12.21 00:57:33.993689 [ 260 ] {c495b0a5-fbae-4497-912d-0bd9c8a16d7f} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16135 | 2024.12.21 00:57:33.993946 [ 260 ] {c495b0a5-fbae-4497-912d-0bd9c8a16d7f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16136 | 2024.12.21 00:57:33.994192 [ 260 ] {c495b0a5-fbae-4497-912d-0bd9c8a16d7f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001989 sec., 28154.85168426345 rows/sec., 2.15 MiB/sec. | ||
| 16137 | 2024.12.21 00:57:33.994261 [ 260 ] {c495b0a5-fbae-4497-912d-0bd9c8a16d7f} <Debug> TCPHandler: Processed in 0.002357384 sec. | ||
| 16138 | 2024.12.21 00:57:33.994523 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16139 | 2024.12.21 00:57:33.994739 [ 263 ] {95d43b03-54b1-460b-832a-7a38f896661e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16140 | 2024.12.21 00:57:33.994821 [ 263 ] {95d43b03-54b1-460b-832a-7a38f896661e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16141 | 2024.12.21 00:57:33.995692 [ 263 ] {95d43b03-54b1-460b-832a-7a38f896661e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16142 | 2024.12.21 00:57:33.995735 [ 263 ] {95d43b03-54b1-460b-832a-7a38f896661e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16143 | 2024.12.21 00:57:33.996185 [ 263 ] {95d43b03-54b1-460b-832a-7a38f896661e} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16144 | 2024.12.21 00:57:33.996437 [ 263 ] {95d43b03-54b1-460b-832a-7a38f896661e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16145 | 2024.12.21 00:57:33.996656 [ 263 ] {95d43b03-54b1-460b-832a-7a38f896661e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001975 sec., 32405.06329113924 rows/sec., 2.53 MiB/sec. | ||
| 16146 | 2024.12.21 00:57:33.996759 [ 263 ] {95d43b03-54b1-460b-832a-7a38f896661e} <Debug> TCPHandler: Processed in 0.002381454 sec. | ||
| 16147 | 2024.12.21 00:57:33.996956 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16148 | 2024.12.21 00:57:33.997314 [ 260 ] {b4c33ac5-a4ac-4ce4-8788-055b3662576f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16149 | 2024.12.21 00:57:33.997475 [ 260 ] {b4c33ac5-a4ac-4ce4-8788-055b3662576f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16150 | 2024.12.21 00:57:33.998060 [ 260 ] {b4c33ac5-a4ac-4ce4-8788-055b3662576f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16151 | 2024.12.21 00:57:33.998101 [ 260 ] {b4c33ac5-a4ac-4ce4-8788-055b3662576f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16152 | 2024.12.21 00:57:33.998508 [ 260 ] {b4c33ac5-a4ac-4ce4-8788-055b3662576f} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16153 | 2024.12.21 00:57:33.998757 [ 260 ] {b4c33ac5-a4ac-4ce4-8788-055b3662576f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16154 | 2024.12.21 00:57:33.998970 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 5 parts from all_1_124_25 to all_128_128_0 | ||
| 16155 | 2024.12.21 00:57:33.999006 [ 260 ] {b4c33ac5-a4ac-4ce4-8788-055b3662576f} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001833 sec., 22913.256955810146 rows/sec., 1.59 MiB/sec. | ||
| 16156 | 2024.12.21 00:57:33.999095 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16157 | 2024.12.21 00:57:33.999167 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16158 | 2024.12.21 00:57:33.999201 [ 260 ] {b4c33ac5-a4ac-4ce4-8788-055b3662576f} <Debug> TCPHandler: Processed in 0.002334154 sec. | ||
| 16159 | 2024.12.21 00:57:33.999481 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16160 | 2024.12.21 00:57:33.999517 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_128_26} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_124_25 to all_128_128_0 into Compact with storage Full | ||
| 16161 | 2024.12.21 00:57:33.999680 [ 263 ] {ee17289c-54a0-46b6-9daf-3e00d9f47087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16162 | 2024.12.21 00:57:33.999825 [ 263 ] {ee17289c-54a0-46b6-9daf-3e00d9f47087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16163 | 2024.12.21 00:57:33.999938 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_128_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16164 | 2024.12.21 00:57:34.000080 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 35227 rows starting from the beginning of the part | ||
| 16165 | 2024.12.21 00:57:34.000524 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 163 rows starting from the beginning of the part | ||
| 16166 | 2024.12.21 00:57:34.001149 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 237 rows starting from the beginning of the part | ||
| 16167 | 2024.12.21 00:57:34.001612 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part | ||
| 16168 | 2024.12.21 00:57:34.002033 [ 195 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 917 rows starting from the beginning of the part | ||
| 16169 | 2024.12.21 00:57:34.002876 [ 263 ] {ee17289c-54a0-46b6-9daf-3e00d9f47087} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16170 | 2024.12.21 00:57:34.002945 [ 263 ] {ee17289c-54a0-46b6-9daf-3e00d9f47087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16171 | 2024.12.21 00:57:34.003843 [ 263 ] {ee17289c-54a0-46b6-9daf-3e00d9f47087} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16172 | 2024.12.21 00:57:34.004206 [ 263 ] {ee17289c-54a0-46b6-9daf-3e00d9f47087} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16173 | 2024.12.21 00:57:34.004631 [ 263 ] {ee17289c-54a0-46b6-9daf-3e00d9f47087} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.005014 sec., 3191.0650179497406 rows/sec., 221.26 KiB/sec. | ||
| 16174 | 2024.12.21 00:57:34.004999 [ 263 ] {ee17289c-54a0-46b6-9daf-3e00d9f47087} <Debug> TCPHandler: Processed in 0.005652545 sec. | ||
| 16175 | 2024.12.21 00:57:34.012656 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_128_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36704 rows, containing 5 columns (5 merged, 0 gathered) in 0.013336637 sec., 2752118.093939274 rows/sec., 185.96 MiB/sec. | ||
| 16176 | 2024.12.21 00:57:34.013064 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_128_26} <Trace> MergedBlockOutputStream: filled checksums all_1_128_26 (state Temporary) | ||
| 16177 | 2024.12.21 00:57:34.013381 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_128_26} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_128_26 to all_1_128_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16178 | 2024.12.21 00:57:34.013465 [ 200 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_128_26} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 5 parts: [all_1_124_25, all_128_128_0] -> all_1_128_26 | ||
| 16179 | 2024.12.21 00:57:34.013561 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 16180 | 2024.12.21 00:57:35.057103 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 16181 | 2024.12.21 00:57:35.057810 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16182 | 2024.12.21 00:57:35.057861 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16183 | 2024.12.21 00:57:35.058431 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16184 | 2024.12.21 00:57:35.058695 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16185 | 2024.12.21 00:57:35.058979 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 16186 | 2024.12.21 00:57:37.656790 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 16187 | 2024.12.21 00:57:37.680622 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16188 | 2024.12.21 00:57:37.680688 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16189 | 2024.12.21 00:57:37.688256 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16190 | 2024.12.21 00:57:37.689125 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16191 | 2024.12.21 00:57:37.692609 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 16192 | 2024.12.21 00:57:38.999211 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16193 | 2024.12.21 00:57:38.999622 [ 260 ] {b5dfa6c9-da1a-4348-840a-ba2a6ec68364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16194 | 2024.12.21 00:57:38.999751 [ 260 ] {b5dfa6c9-da1a-4348-840a-ba2a6ec68364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16195 | 2024.12.21 00:57:39.001002 [ 260 ] {b5dfa6c9-da1a-4348-840a-ba2a6ec68364} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16196 | 2024.12.21 00:57:39.001052 [ 260 ] {b5dfa6c9-da1a-4348-840a-ba2a6ec68364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16197 | 2024.12.21 00:57:39.001573 [ 260 ] {b5dfa6c9-da1a-4348-840a-ba2a6ec68364} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16198 | 2024.12.21 00:57:39.001849 [ 260 ] {b5dfa6c9-da1a-4348-840a-ba2a6ec68364} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16199 | 2024.12.21 00:57:39.002129 [ 260 ] {b5dfa6c9-da1a-4348-840a-ba2a6ec68364} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002599 sec., 42323.970757983836 rows/sec., 3.55 MiB/sec. | ||
| 16200 | 2024.12.21 00:57:39.002235 [ 260 ] {b5dfa6c9-da1a-4348-840a-ba2a6ec68364} <Debug> TCPHandler: Processed in 0.00322626 sec. | ||
| 16201 | 2024.12.21 00:57:39.002571 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16202 | 2024.12.21 00:57:39.002756 [ 263 ] {f1059b7b-ff76-4a34-ad4a-e47cc5d9eb3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16203 | 2024.12.21 00:57:39.002847 [ 263 ] {f1059b7b-ff76-4a34-ad4a-e47cc5d9eb3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16204 | 2024.12.21 00:57:39.003632 [ 263 ] {f1059b7b-ff76-4a34-ad4a-e47cc5d9eb3f} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16205 | 2024.12.21 00:57:39.003676 [ 263 ] {f1059b7b-ff76-4a34-ad4a-e47cc5d9eb3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16206 | 2024.12.21 00:57:39.004124 [ 263 ] {f1059b7b-ff76-4a34-ad4a-e47cc5d9eb3f} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 16207 | 2024.12.21 00:57:39.004437 [ 263 ] {f1059b7b-ff76-4a34-ad4a-e47cc5d9eb3f} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16208 | 2024.12.21 00:57:39.004663 [ 263 ] {f1059b7b-ff76-4a34-ad4a-e47cc5d9eb3f} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001959 sec., 13782.542113323125 rows/sec., 1.01 MiB/sec. | ||
| 16209 | 2024.12.21 00:57:39.004732 [ 263 ] {f1059b7b-ff76-4a34-ad4a-e47cc5d9eb3f} <Debug> TCPHandler: Processed in 0.002351794 sec. | ||
| 16210 | 2024.12.21 00:57:39.004914 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16211 | 2024.12.21 00:57:39.005052 [ 260 ] {1e522c1f-8cfa-4d76-a923-1bdf28c1f2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16212 | 2024.12.21 00:57:39.005106 [ 260 ] {1e522c1f-8cfa-4d76-a923-1bdf28c1f2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16213 | 2024.12.21 00:57:39.005788 [ 260 ] {1e522c1f-8cfa-4d76-a923-1bdf28c1f2a6} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16214 | 2024.12.21 00:57:39.005838 [ 260 ] {1e522c1f-8cfa-4d76-a923-1bdf28c1f2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16215 | 2024.12.21 00:57:39.006235 [ 260 ] {1e522c1f-8cfa-4d76-a923-1bdf28c1f2a6} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16216 | 2024.12.21 00:57:39.006480 [ 260 ] {1e522c1f-8cfa-4d76-a923-1bdf28c1f2a6} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16217 | 2024.12.21 00:57:39.006730 [ 260 ] {1e522c1f-8cfa-4d76-a923-1bdf28c1f2a6} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001705 sec., 53372.43401759531 rows/sec., 4.17 MiB/sec. | ||
| 16218 | 2024.12.21 00:57:39.006820 [ 260 ] {1e522c1f-8cfa-4d76-a923-1bdf28c1f2a6} <Debug> TCPHandler: Processed in 0.001969566 sec. | ||
| 16219 | 2024.12.21 00:57:39.007043 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16220 | 2024.12.21 00:57:39.007345 [ 263 ] {9e37d9cc-e0d2-4f9f-bd9b-2015df42a9f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16221 | 2024.12.21 00:57:39.007426 [ 263 ] {9e37d9cc-e0d2-4f9f-bd9b-2015df42a9f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16222 | 2024.12.21 00:57:39.008054 [ 263 ] {9e37d9cc-e0d2-4f9f-bd9b-2015df42a9f0} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16223 | 2024.12.21 00:57:39.008097 [ 263 ] {9e37d9cc-e0d2-4f9f-bd9b-2015df42a9f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16224 | 2024.12.21 00:57:39.008513 [ 263 ] {9e37d9cc-e0d2-4f9f-bd9b-2015df42a9f0} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16225 | 2024.12.21 00:57:39.008754 [ 263 ] {9e37d9cc-e0d2-4f9f-bd9b-2015df42a9f0} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16226 | 2024.12.21 00:57:39.008956 [ 263 ] {9e37d9cc-e0d2-4f9f-bd9b-2015df42a9f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001723 sec., 92861.28845037725 rows/sec., 6.47 MiB/sec. | ||
| 16227 | 2024.12.21 00:57:39.009015 [ 263 ] {9e37d9cc-e0d2-4f9f-bd9b-2015df42a9f0} <Debug> TCPHandler: Processed in 0.002078239 sec. | ||
| 16228 | 2024.12.21 00:57:39.009195 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16229 | 2024.12.21 00:57:39.009319 [ 260 ] {d1844217-4683-4a0c-a573-2c5ced9b4344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16230 | 2024.12.21 00:57:39.009404 [ 260 ] {d1844217-4683-4a0c-a573-2c5ced9b4344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16231 | 2024.12.21 00:57:39.010657 [ 260 ] {d1844217-4683-4a0c-a573-2c5ced9b4344} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16232 | 2024.12.21 00:57:39.010698 [ 260 ] {d1844217-4683-4a0c-a573-2c5ced9b4344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16233 | 2024.12.21 00:57:39.011399 [ 260 ] {d1844217-4683-4a0c-a573-2c5ced9b4344} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 16234 | 2024.12.21 00:57:39.011661 [ 260 ] {d1844217-4683-4a0c-a573-2c5ced9b4344} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16235 | 2024.12.21 00:57:39.011916 [ 260 ] {d1844217-4683-4a0c-a573-2c5ced9b4344} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002627 sec., 10277.883517320137 rows/sec., 18.42 MiB/sec. | ||
| 16236 | 2024.12.21 00:57:39.012048 [ 260 ] {d1844217-4683-4a0c-a573-2c5ced9b4344} <Debug> TCPHandler: Processed in 0.002914444 sec. | ||
| 16237 | 2024.12.21 00:57:39.012217 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16238 | 2024.12.21 00:57:39.012341 [ 263 ] {d288e63b-9468-432b-80e6-438e796066bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16239 | 2024.12.21 00:57:39.012395 [ 263 ] {d288e63b-9468-432b-80e6-438e796066bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16240 | 2024.12.21 00:57:39.012915 [ 263 ] {d288e63b-9468-432b-80e6-438e796066bf} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16241 | 2024.12.21 00:57:39.012952 [ 263 ] {d288e63b-9468-432b-80e6-438e796066bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16242 | 2024.12.21 00:57:39.013331 [ 263 ] {d288e63b-9468-432b-80e6-438e796066bf} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16243 | 2024.12.21 00:57:39.013567 [ 263 ] {d288e63b-9468-432b-80e6-438e796066bf} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16244 | 2024.12.21 00:57:39.013748 [ 263 ] {d288e63b-9468-432b-80e6-438e796066bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
| 16245 | 2024.12.21 00:57:39.013810 [ 263 ] {d288e63b-9468-432b-80e6-438e796066bf} <Debug> TCPHandler: Processed in 0.001654551 sec. | ||
| 16246 | 2024.12.21 00:57:42.281241 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16247 | 2024.12.21 00:57:42.281288 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16248 | 2024.12.21 00:57:42.401201 [ 217 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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] | ||
| 16249 | 2024.12.21 00:57:42.401256 [ 217 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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] | ||
| 16250 | 2024.12.21 00:57:42.403432 [ 217 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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] | ||
| 16251 | 2024.12.21 00:57:42.559102 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
| 16252 | 2024.12.21 00:57:42.559747 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16253 | 2024.12.21 00:57:42.559798 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16254 | 2024.12.21 00:57:42.560339 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16255 | 2024.12.21 00:57:42.560608 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16256 | 2024.12.21 00:57:42.560816 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 16257 | 2024.12.21 00:57:42.758894 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2282 | ||
| 16258 | 2024.12.21 00:57:42.762368 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16259 | 2024.12.21 00:57:42.762427 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16260 | 2024.12.21 00:57:42.763997 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16261 | 2024.12.21 00:57:42.764324 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16262 | 2024.12.21 00:57:42.765909 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2282 | ||
| 16263 | 2024.12.21 00:57:43.001774 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001276714 sec. | ||
| 16264 | 2024.12.21 00:57:43.239004 [ 138 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 5 parts from all_1_50_10 to all_54_54_0 | ||
| 16265 | 2024.12.21 00:57:43.239109 [ 138 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16266 | 2024.12.21 00:57:43.239151 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16267 | 2024.12.21 00:57:43.239408 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_54_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_50_10 to all_54_54_0 into Compact with storage Full | ||
| 16268 | 2024.12.21 00:57:43.240132 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_54_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16269 | 2024.12.21 00:57:43.240271 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 51 rows starting from the beginning of the part | ||
| 16270 | 2024.12.21 00:57:43.240374 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 16271 | 2024.12.21 00:57:43.240590 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 16272 | 2024.12.21 00:57:43.240848 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 16273 | 2024.12.21 00:57:43.241064 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 16274 | 2024.12.21 00:57:43.242181 [ 200 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_54_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 55 rows, containing 4 columns (4 merged, 0 gathered) in 0.002921044 sec., 18828.884467334283 rows/sec., 1.24 MiB/sec. | ||
| 16275 | 2024.12.21 00:57:43.242370 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_54_11} <Trace> MergedBlockOutputStream: filled checksums all_1_54_11 (state Temporary) | ||
| 16276 | 2024.12.21 00:57:43.242715 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_54_11} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_54_11 to all_1_54_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16277 | 2024.12.21 00:57:43.242812 [ 190 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_54_11} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 5 parts: [all_1_50_10, all_54_54_0] -> all_1_54_11 | ||
| 16278 | 2024.12.21 00:57:43.242894 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16279 | 2024.12.21 00:57:44.004497 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16280 | 2024.12.21 00:57:44.004731 [ 260 ] {164db368-0e1f-4b47-a7b5-2ba2a3d464d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16281 | 2024.12.21 00:57:44.004810 [ 260 ] {164db368-0e1f-4b47-a7b5-2ba2a3d464d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16282 | 2024.12.21 00:57:44.005613 [ 260 ] {164db368-0e1f-4b47-a7b5-2ba2a3d464d4} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16283 | 2024.12.21 00:57:44.005665 [ 260 ] {164db368-0e1f-4b47-a7b5-2ba2a3d464d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16284 | 2024.12.21 00:57:44.006113 [ 260 ] {164db368-0e1f-4b47-a7b5-2ba2a3d464d4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16285 | 2024.12.21 00:57:44.006415 [ 260 ] {164db368-0e1f-4b47-a7b5-2ba2a3d464d4} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16286 | 2024.12.21 00:57:44.006723 [ 260 ] {164db368-0e1f-4b47-a7b5-2ba2a3d464d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002037 sec., 6872.852233676976 rows/sec., 494.75 KiB/sec. | ||
| 16287 | 2024.12.21 00:57:44.006886 [ 260 ] {164db368-0e1f-4b47-a7b5-2ba2a3d464d4} <Debug> TCPHandler: Processed in 0.002527157 sec. | ||
| 16288 | 2024.12.21 00:57:44.007197 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16289 | 2024.12.21 00:57:44.007392 [ 263 ] {09b4eaef-fdb6-418b-95a5-fcc4229ea07f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16290 | 2024.12.21 00:57:44.007475 [ 263 ] {09b4eaef-fdb6-418b-95a5-fcc4229ea07f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16291 | 2024.12.21 00:57:44.008426 [ 263 ] {09b4eaef-fdb6-418b-95a5-fcc4229ea07f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16292 | 2024.12.21 00:57:44.008479 [ 263 ] {09b4eaef-fdb6-418b-95a5-fcc4229ea07f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16293 | 2024.12.21 00:57:44.008962 [ 263 ] {09b4eaef-fdb6-418b-95a5-fcc4229ea07f} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16294 | 2024.12.21 00:57:44.009258 [ 263 ] {09b4eaef-fdb6-418b-95a5-fcc4229ea07f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16295 | 2024.12.21 00:57:44.009470 [ 150 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16296 | 2024.12.21 00:57:44.009541 [ 150 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16297 | 2024.12.21 00:57:44.009554 [ 263 ] {09b4eaef-fdb6-418b-95a5-fcc4229ea07f} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002207 sec., 102854.55369279564 rows/sec., 8.99 MiB/sec. | ||
| 16298 | 2024.12.21 00:57:44.009579 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16299 | 2024.12.21 00:57:44.009752 [ 263 ] {09b4eaef-fdb6-418b-95a5-fcc4229ea07f} <Debug> TCPHandler: Processed in 0.00272399 sec. | ||
| 16300 | 2024.12.21 00:57:44.009787 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16301 | 2024.12.21 00:57:44.009932 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16302 | 2024.12.21 00:57:44.009957 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16303 | 2024.12.21 00:57:44.009996 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1432 rows starting from the beginning of the part | ||
| 16304 | 2024.12.21 00:57:44.010253 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 110 rows starting from the beginning of the part | ||
| 16305 | 2024.12.21 00:57:44.010352 [ 260 ] {9e36edea-1a89-4645-ae15-c755b713d209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16306 | 2024.12.21 00:57:44.010444 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1369 rows starting from the beginning of the part | ||
| 16307 | 2024.12.21 00:57:44.010551 [ 260 ] {9e36edea-1a89-4645-ae15-c755b713d209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16308 | 2024.12.21 00:57:44.010836 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part | ||
| 16309 | 2024.12.21 00:57:44.011183 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 110 rows starting from the beginning of the part | ||
| 16310 | 2024.12.21 00:57:44.011455 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 227 rows starting from the beginning of the part | ||
| 16311 | 2024.12.21 00:57:44.013323 [ 260 ] {9e36edea-1a89-4645-ae15-c755b713d209} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16312 | 2024.12.21 00:57:44.013398 [ 260 ] {9e36edea-1a89-4645-ae15-c755b713d209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16313 | 2024.12.21 00:57:44.014318 [ 260 ] {9e36edea-1a89-4645-ae15-c755b713d209} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 16314 | 2024.12.21 00:57:44.014617 [ 260 ] {9e36edea-1a89-4645-ae15-c755b713d209} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16315 | 2024.12.21 00:57:44.014911 [ 150 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 16316 | 2024.12.21 00:57:44.015064 [ 150 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16317 | 2024.12.21 00:57:44.015160 [ 260 ] {9e36edea-1a89-4645-ae15-c755b713d209} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.004931 sec., 3853.173798418171 rows/sec., 275.48 KiB/sec. | ||
| 16318 | 2024.12.21 00:57:44.015209 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16319 | 2024.12.21 00:57:44.015542 [ 260 ] {9e36edea-1a89-4645-ae15-c755b713d209} <Debug> TCPHandler: Processed in 0.005669785 sec. | ||
| 16320 | 2024.12.21 00:57:44.015643 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3304 rows, containing 5 columns (5 merged, 0 gathered) in 0.00593459 sec., 556736.0171469301 rows/sec., 48.61 MiB/sec. | ||
| 16321 | 2024.12.21 00:57:44.015823 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16322 | 2024.12.21 00:57:44.015836 [ 200 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 16323 | 2024.12.21 00:57:44.016072 [ 200 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16324 | 2024.12.21 00:57:44.016074 [ 263 ] {6ca34a53-3372-4b8f-a7bb-aa599517ce57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16325 | 2024.12.21 00:57:44.016134 [ 200 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 64 rows starting from the beginning of the part | ||
| 16326 | 2024.12.21 00:57:44.016145 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16327 | 2024.12.21 00:57:44.016212 [ 263 ] {6ca34a53-3372-4b8f-a7bb-aa599517ce57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16328 | 2024.12.21 00:57:44.016622 [ 200 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 19 rows starting from the beginning of the part | ||
| 16329 | 2024.12.21 00:57:44.017060 [ 200 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 27 rows starting from the beginning of the part | ||
| 16330 | 2024.12.21 00:57:44.017545 [ 200 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 23 rows starting from the beginning of the part | ||
| 16331 | 2024.12.21 00:57:44.017665 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_131_26} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16332 | 2024.12.21 00:57:44.017976 [ 200 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 27 rows starting from the beginning of the part | ||
| 16333 | 2024.12.21 00:57:44.018473 [ 200 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 19 rows starting from the beginning of the part | ||
| 16334 | 2024.12.21 00:57:44.018466 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_131_26} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16335 | 2024.12.21 00:57:44.019019 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 16336 | 2024.12.21 00:57:44.019809 [ 263 ] {6ca34a53-3372-4b8f-a7bb-aa599517ce57} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16337 | 2024.12.21 00:57:44.019867 [ 263 ] {6ca34a53-3372-4b8f-a7bb-aa599517ce57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16338 | 2024.12.21 00:57:44.020493 [ 263 ] {6ca34a53-3372-4b8f-a7bb-aa599517ce57} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16339 | 2024.12.21 00:57:44.020522 [ 199 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.004884671 sec., 36645.25205484668 rows/sec., 2.75 MiB/sec. | ||
| 16340 | 2024.12.21 00:57:44.020800 [ 199 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 16341 | 2024.12.21 00:57:44.020965 [ 263 ] {6ca34a53-3372-4b8f-a7bb-aa599517ce57} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16342 | 2024.12.21 00:57:44.021361 [ 263 ] {6ca34a53-3372-4b8f-a7bb-aa599517ce57} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005386 sec., 2599.3316004455996 rows/sec., 182.04 KiB/sec. | ||
| 16343 | 2024.12.21 00:57:44.021486 [ 199 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_111_22} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16344 | 2024.12.21 00:57:44.021522 [ 263 ] {6ca34a53-3372-4b8f-a7bb-aa599517ce57} <Debug> TCPHandler: Processed in 0.005825988 sec. | ||
| 16345 | 2024.12.21 00:57:44.021683 [ 199 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_111_22} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16346 | 2024.12.21 00:57:44.021730 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16347 | 2024.12.21 00:57:44.021840 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16348 | 2024.12.21 00:57:44.021941 [ 260 ] {25e7422d-6c56-4e06-84e7-2120557e432b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16349 | 2024.12.21 00:57:44.022008 [ 260 ] {25e7422d-6c56-4e06-84e7-2120557e432b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16350 | 2024.12.21 00:57:44.022693 [ 260 ] {25e7422d-6c56-4e06-84e7-2120557e432b} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16351 | 2024.12.21 00:57:44.022742 [ 260 ] {25e7422d-6c56-4e06-84e7-2120557e432b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16352 | 2024.12.21 00:57:44.023139 [ 260 ] {25e7422d-6c56-4e06-84e7-2120557e432b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16353 | 2024.12.21 00:57:44.023375 [ 260 ] {25e7422d-6c56-4e06-84e7-2120557e432b} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16354 | 2024.12.21 00:57:44.023596 [ 260 ] {25e7422d-6c56-4e06-84e7-2120557e432b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00169 sec., 7692.3076923076915 rows/sec., 479.61 KiB/sec. | ||
| 16355 | 2024.12.21 00:57:44.023652 [ 260 ] {25e7422d-6c56-4e06-84e7-2120557e432b} <Debug> TCPHandler: Processed in 0.002027427 sec. | ||
| 16356 | 2024.12.21 00:57:44.023793 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16357 | 2024.12.21 00:57:44.023929 [ 263 ] {c5f4b5d6-0766-410a-a5e1-bd2cd719a454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16358 | 2024.12.21 00:57:44.023991 [ 263 ] {c5f4b5d6-0766-410a-a5e1-bd2cd719a454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16359 | 2024.12.21 00:57:44.024901 [ 263 ] {c5f4b5d6-0766-410a-a5e1-bd2cd719a454} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16360 | 2024.12.21 00:57:44.024942 [ 263 ] {c5f4b5d6-0766-410a-a5e1-bd2cd719a454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16361 | 2024.12.21 00:57:44.025329 [ 263 ] {c5f4b5d6-0766-410a-a5e1-bd2cd719a454} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16362 | 2024.12.21 00:57:44.025573 [ 263 ] {c5f4b5d6-0766-410a-a5e1-bd2cd719a454} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16363 | 2024.12.21 00:57:44.025741 [ 150 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16364 | 2024.12.21 00:57:44.025793 [ 150 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16365 | 2024.12.21 00:57:44.025815 [ 263 ] {c5f4b5d6-0766-410a-a5e1-bd2cd719a454} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001911 sec., 206174.77760334904 rows/sec., 14.64 MiB/sec. | ||
| 16366 | 2024.12.21 00:57:44.025827 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16367 | 2024.12.21 00:57:44.025961 [ 263 ] {c5f4b5d6-0766-410a-a5e1-bd2cd719a454} <Debug> TCPHandler: Processed in 0.002230621 sec. | ||
| 16368 | 2024.12.21 00:57:44.026017 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16369 | 2024.12.21 00:57:44.026145 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16370 | 2024.12.21 00:57:44.026186 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16371 | 2024.12.21 00:57:44.026238 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 913 rows starting from the beginning of the part | ||
| 16372 | 2024.12.21 00:57:44.026370 [ 260 ] {bbbc58cb-a3e7-4db8-b9ea-bdd7e6f9472e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16373 | 2024.12.21 00:57:44.026532 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 91 rows starting from the beginning of the part | ||
| 16374 | 2024.12.21 00:57:44.026568 [ 260 ] {bbbc58cb-a3e7-4db8-b9ea-bdd7e6f9472e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16375 | 2024.12.21 00:57:44.026924 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 854 rows starting from the beginning of the part | ||
| 16376 | 2024.12.21 00:57:44.027266 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part | ||
| 16377 | 2024.12.21 00:57:44.027726 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 91 rows starting from the beginning of the part | ||
| 16378 | 2024.12.21 00:57:44.028124 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 394 rows starting from the beginning of the part | ||
| 16379 | 2024.12.21 00:57:44.028961 [ 260 ] {bbbc58cb-a3e7-4db8-b9ea-bdd7e6f9472e} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16380 | 2024.12.21 00:57:44.029019 [ 260 ] {bbbc58cb-a3e7-4db8-b9ea-bdd7e6f9472e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16381 | 2024.12.21 00:57:44.030052 [ 260 ] {bbbc58cb-a3e7-4db8-b9ea-bdd7e6f9472e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16382 | 2024.12.21 00:57:44.030540 [ 260 ] {bbbc58cb-a3e7-4db8-b9ea-bdd7e6f9472e} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16383 | 2024.12.21 00:57:44.030886 [ 260 ] {bbbc58cb-a3e7-4db8-b9ea-bdd7e6f9472e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004579 sec., 1310.329766324525 rows/sec., 68.46 KiB/sec. | ||
| 16384 | 2024.12.21 00:57:44.031279 [ 260 ] {bbbc58cb-a3e7-4db8-b9ea-bdd7e6f9472e} <Debug> TCPHandler: Processed in 0.005219437 sec. | ||
| 16385 | 2024.12.21 00:57:44.031628 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16386 | 2024.12.21 00:57:44.031843 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.005899249 sec., 408018.03755020344 rows/sec., 31.28 MiB/sec. | ||
| 16387 | 2024.12.21 00:57:44.032042 [ 263 ] {63faf99c-1044-43e7-8244-94c883cebfe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16388 | 2024.12.21 00:57:44.032194 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16389 | 2024.12.21 00:57:44.032219 [ 263 ] {63faf99c-1044-43e7-8244-94c883cebfe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16390 | 2024.12.21 00:57:44.032791 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_131_26} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16391 | 2024.12.21 00:57:44.032868 [ 188 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_131_26} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16392 | 2024.12.21 00:57:44.032966 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 16393 | 2024.12.21 00:57:44.033174 [ 263 ] {63faf99c-1044-43e7-8244-94c883cebfe5} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16394 | 2024.12.21 00:57:44.033212 [ 263 ] {63faf99c-1044-43e7-8244-94c883cebfe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16395 | 2024.12.21 00:57:44.033601 [ 263 ] {63faf99c-1044-43e7-8244-94c883cebfe5} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16396 | 2024.12.21 00:57:44.033842 [ 263 ] {63faf99c-1044-43e7-8244-94c883cebfe5} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16397 | 2024.12.21 00:57:44.034079 [ 263 ] {63faf99c-1044-43e7-8244-94c883cebfe5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002172 sec., 109116.02209944752 rows/sec., 7.31 MiB/sec. | ||
| 16398 | 2024.12.21 00:57:44.034136 [ 263 ] {63faf99c-1044-43e7-8244-94c883cebfe5} <Debug> TCPHandler: Processed in 0.002732691 sec. | ||
| 16399 | 2024.12.21 00:57:44.034290 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16400 | 2024.12.21 00:57:44.034432 [ 260 ] {de888e35-1bd5-4ad2-affa-796c11971603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16401 | 2024.12.21 00:57:44.034493 [ 260 ] {de888e35-1bd5-4ad2-affa-796c11971603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16402 | 2024.12.21 00:57:44.035016 [ 260 ] {de888e35-1bd5-4ad2-affa-796c11971603} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16403 | 2024.12.21 00:57:44.035056 [ 260 ] {de888e35-1bd5-4ad2-affa-796c11971603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16404 | 2024.12.21 00:57:44.035414 [ 260 ] {de888e35-1bd5-4ad2-affa-796c11971603} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16405 | 2024.12.21 00:57:44.035647 [ 260 ] {de888e35-1bd5-4ad2-affa-796c11971603} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16406 | 2024.12.21 00:57:44.035847 [ 260 ] {de888e35-1bd5-4ad2-affa-796c11971603} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001446 sec., 691.5629322268327 rows/sec., 46.60 KiB/sec. | ||
| 16407 | 2024.12.21 00:57:44.035901 [ 260 ] {de888e35-1bd5-4ad2-affa-796c11971603} <Debug> TCPHandler: Processed in 0.001682352 sec. | ||
| 16408 | 2024.12.21 00:57:44.036052 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16409 | 2024.12.21 00:57:44.036192 [ 263 ] {1e346adb-2705-4500-880c-056fe3b25d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16410 | 2024.12.21 00:57:44.036287 [ 263 ] {1e346adb-2705-4500-880c-056fe3b25d4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16411 | 2024.12.21 00:57:44.037533 [ 263 ] {1e346adb-2705-4500-880c-056fe3b25d4d} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16412 | 2024.12.21 00:57:44.037573 [ 263 ] {1e346adb-2705-4500-880c-056fe3b25d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16413 | 2024.12.21 00:57:44.038191 [ 263 ] {1e346adb-2705-4500-880c-056fe3b25d4d} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 16414 | 2024.12.21 00:57:44.038455 [ 263 ] {1e346adb-2705-4500-880c-056fe3b25d4d} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16415 | 2024.12.21 00:57:44.038669 [ 150 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 16416 | 2024.12.21 00:57:44.038743 [ 263 ] {1e346adb-2705-4500-880c-056fe3b25d4d} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002571 sec., 4667.444574095683 rows/sec., 8.36 MiB/sec. | ||
| 16417 | 2024.12.21 00:57:44.038752 [ 150 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16418 | 2024.12.21 00:57:44.038851 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16419 | 2024.12.21 00:57:44.039040 [ 263 ] {1e346adb-2705-4500-880c-056fe3b25d4d} <Debug> TCPHandler: Processed in 0.003050907 sec. | ||
| 16420 | 2024.12.21 00:57:44.039134 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 16421 | 2024.12.21 00:57:44.039245 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16422 | 2024.12.21 00:57:44.039428 [ 260 ] {bcb75542-de01-47e1-b752-07c55bb1a15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16423 | 2024.12.21 00:57:44.039516 [ 260 ] {bcb75542-de01-47e1-b752-07c55bb1a15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16424 | 2024.12.21 00:57:44.039541 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16425 | 2024.12.21 00:57:44.039679 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2070 rows starting from the beginning of the part | ||
| 16426 | 2024.12.21 00:57:44.040349 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 12 rows starting from the beginning of the part | ||
| 16427 | 2024.12.21 00:57:44.040867 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 27 rows starting from the beginning of the part | ||
| 16428 | 2024.12.21 00:57:44.041433 [ 260 ] {bcb75542-de01-47e1-b752-07c55bb1a15b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16429 | 2024.12.21 00:57:44.041452 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 12 rows starting from the beginning of the part | ||
| 16430 | 2024.12.21 00:57:44.041478 [ 260 ] {bcb75542-de01-47e1-b752-07c55bb1a15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16431 | 2024.12.21 00:57:44.041922 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 27 rows starting from the beginning of the part | ||
| 16432 | 2024.12.21 00:57:44.042498 [ 193 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 12 rows starting from the beginning of the part | ||
| 16433 | 2024.12.21 00:57:44.042631 [ 260 ] {bcb75542-de01-47e1-b752-07c55bb1a15b} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16434 | 2024.12.21 00:57:44.043152 [ 260 ] {bcb75542-de01-47e1-b752-07c55bb1a15b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16435 | 2024.12.21 00:57:44.043431 [ 148 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16436 | 2024.12.21 00:57:44.043519 [ 148 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16437 | 2024.12.21 00:57:44.043542 [ 260 ] {bcb75542-de01-47e1-b752-07c55bb1a15b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004149 sec., 19763.798505664017 rows/sec., 1.26 MiB/sec. | ||
| 16438 | 2024.12.21 00:57:44.043580 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16439 | 2024.12.21 00:57:44.043840 [ 260 ] {bcb75542-de01-47e1-b752-07c55bb1a15b} <Debug> TCPHandler: Processed in 0.004687027 sec. | ||
| 16440 | 2024.12.21 00:57:44.044175 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16441 | 2024.12.21 00:57:44.044494 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16442 | 2024.12.21 00:57:44.044547 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7694 rows starting from the beginning of the part | ||
| 16443 | 2024.12.21 00:57:44.044726 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part | ||
| 16444 | 2024.12.21 00:57:44.044874 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 66 rows starting from the beginning of the part | ||
| 16445 | 2024.12.21 00:57:44.045104 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 16 rows starting from the beginning of the part | ||
| 16446 | 2024.12.21 00:57:44.045276 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part | ||
| 16447 | 2024.12.21 00:57:44.045455 [ 192 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 82 rows starting from the beginning of the part | ||
| 16448 | 2024.12.21 00:57:44.049224 [ 189 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7978 rows, containing 4 columns (4 merged, 0 gathered) in 0.005450662 sec., 1463675.421444221 rows/sec., 95.50 MiB/sec. | ||
| 16449 | 2024.12.21 00:57:44.049810 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16450 | 2024.12.21 00:57:44.050295 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_131_26} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16451 | 2024.12.21 00:57:44.050397 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_131_26} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16452 | 2024.12.21 00:57:44.050488 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 16453 | 2024.12.21 00:57:44.054177 [ 196 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 19 columns (19 merged, 0 gathered) in 0.015155932 sec., 142518.4541603908 rows/sec., 255.39 MiB/sec. | ||
| 16454 | 2024.12.21 00:57:44.055873 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 16455 | 2024.12.21 00:57:44.056295 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16456 | 2024.12.21 00:57:44.056379 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16457 | 2024.12.21 00:57:44.056497 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.23 MiB. | ||
| 16458 | 2024.12.21 00:57:44.092629 [ 221 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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] | ||
| 16459 | 2024.12.21 00:57:44.092687 [ 221 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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] | ||
| 16460 | 2024.12.21 00:57:44.095095 [ 221 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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] | ||
| 16461 | 2024.12.21 00:57:45.192659 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 16462 | 2024.12.21 00:57:45.216166 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16463 | 2024.12.21 00:57:45.216233 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16464 | 2024.12.21 00:57:45.223925 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16465 | 2024.12.21 00:57:45.224730 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16466 | 2024.12.21 00:57:45.229564 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 16467 | 2024.12.21 00:57:48.999312 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16468 | 2024.12.21 00:57:48.999607 [ 260 ] {bb3cb674-c001-47ce-af5e-ec9722915652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16469 | 2024.12.21 00:57:48.999724 [ 260 ] {bb3cb674-c001-47ce-af5e-ec9722915652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16470 | 2024.12.21 00:57:49.000788 [ 260 ] {bb3cb674-c001-47ce-af5e-ec9722915652} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16471 | 2024.12.21 00:57:49.000838 [ 260 ] {bb3cb674-c001-47ce-af5e-ec9722915652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16472 | 2024.12.21 00:57:49.001347 [ 260 ] {bb3cb674-c001-47ce-af5e-ec9722915652} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 16473 | 2024.12.21 00:57:49.001619 [ 260 ] {bb3cb674-c001-47ce-af5e-ec9722915652} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16474 | 2024.12.21 00:57:49.001898 [ 260 ] {bb3cb674-c001-47ce-af5e-ec9722915652} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00236 sec., 847.457627118644 rows/sec., 69.10 KiB/sec. | ||
| 16475 | 2024.12.21 00:57:49.002082 [ 260 ] {bb3cb674-c001-47ce-af5e-ec9722915652} <Debug> TCPHandler: Processed in 0.002908334 sec. | ||
| 16476 | 2024.12.21 00:57:49.002402 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16477 | 2024.12.21 00:57:49.002596 [ 263 ] {5482a175-9142-4b98-a720-6a76c03667a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16478 | 2024.12.21 00:57:49.002679 [ 263 ] {5482a175-9142-4b98-a720-6a76c03667a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16479 | 2024.12.21 00:57:49.003663 [ 263 ] {5482a175-9142-4b98-a720-6a76c03667a3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16480 | 2024.12.21 00:57:49.003714 [ 263 ] {5482a175-9142-4b98-a720-6a76c03667a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16481 | 2024.12.21 00:57:49.004252 [ 263 ] {5482a175-9142-4b98-a720-6a76c03667a3} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16482 | 2024.12.21 00:57:49.004547 [ 263 ] {5482a175-9142-4b98-a720-6a76c03667a3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16483 | 2024.12.21 00:57:49.004850 [ 263 ] {5482a175-9142-4b98-a720-6a76c03667a3} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.002304 sec., 48177.08333333333 rows/sec., 4.03 MiB/sec. | ||
| 16484 | 2024.12.21 00:57:49.005091 [ 263 ] {5482a175-9142-4b98-a720-6a76c03667a3} <Debug> TCPHandler: Processed in 0.002833583 sec. | ||
| 16485 | 2024.12.21 00:57:49.005439 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16486 | 2024.12.21 00:57:49.005758 [ 260 ] {486d6046-27b7-440b-bcc9-c827ee6be43b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16487 | 2024.12.21 00:57:49.005926 [ 260 ] {486d6046-27b7-440b-bcc9-c827ee6be43b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16488 | 2024.12.21 00:57:49.008396 [ 260 ] {486d6046-27b7-440b-bcc9-c827ee6be43b} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16489 | 2024.12.21 00:57:49.008439 [ 260 ] {486d6046-27b7-440b-bcc9-c827ee6be43b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16490 | 2024.12.21 00:57:49.008828 [ 260 ] {486d6046-27b7-440b-bcc9-c827ee6be43b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 16491 | 2024.12.21 00:57:49.009116 [ 260 ] {486d6046-27b7-440b-bcc9-c827ee6be43b} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16492 | 2024.12.21 00:57:49.009351 [ 260 ] {486d6046-27b7-440b-bcc9-c827ee6be43b} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.003675 sec., 7891.156462585034 rows/sec., 590.45 KiB/sec. | ||
| 16493 | 2024.12.21 00:57:49.009414 [ 260 ] {486d6046-27b7-440b-bcc9-c827ee6be43b} <Debug> TCPHandler: Processed in 0.004153127 sec. | ||
| 16494 | 2024.12.21 00:57:49.009611 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16495 | 2024.12.21 00:57:49.009749 [ 263 ] {3a0e6762-8264-4a51-8019-b62004d56101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16496 | 2024.12.21 00:57:49.009811 [ 263 ] {3a0e6762-8264-4a51-8019-b62004d56101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16497 | 2024.12.21 00:57:49.010540 [ 263 ] {3a0e6762-8264-4a51-8019-b62004d56101} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16498 | 2024.12.21 00:57:49.010584 [ 263 ] {3a0e6762-8264-4a51-8019-b62004d56101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16499 | 2024.12.21 00:57:49.011006 [ 263 ] {3a0e6762-8264-4a51-8019-b62004d56101} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16500 | 2024.12.21 00:57:49.011282 [ 263 ] {3a0e6762-8264-4a51-8019-b62004d56101} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16501 | 2024.12.21 00:57:49.011511 [ 263 ] {3a0e6762-8264-4a51-8019-b62004d56101} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001792 sec., 51897.32142857143 rows/sec., 4.05 MiB/sec. | ||
| 16502 | 2024.12.21 00:57:49.011597 [ 263 ] {3a0e6762-8264-4a51-8019-b62004d56101} <Debug> TCPHandler: Processed in 0.002053388 sec. | ||
| 16503 | 2024.12.21 00:57:49.011819 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16504 | 2024.12.21 00:57:49.012026 [ 260 ] {cd42c085-15fa-466b-a40a-9e1a7f3cb21f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16505 | 2024.12.21 00:57:49.012089 [ 260 ] {cd42c085-15fa-466b-a40a-9e1a7f3cb21f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16506 | 2024.12.21 00:57:49.012721 [ 260 ] {cd42c085-15fa-466b-a40a-9e1a7f3cb21f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16507 | 2024.12.21 00:57:49.012761 [ 260 ] {cd42c085-15fa-466b-a40a-9e1a7f3cb21f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16508 | 2024.12.21 00:57:49.013177 [ 260 ] {cd42c085-15fa-466b-a40a-9e1a7f3cb21f} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16509 | 2024.12.21 00:57:49.013427 [ 260 ] {cd42c085-15fa-466b-a40a-9e1a7f3cb21f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16510 | 2024.12.21 00:57:49.013663 [ 260 ] {cd42c085-15fa-466b-a40a-9e1a7f3cb21f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001672 sec., 96291.86602870813 rows/sec., 6.71 MiB/sec. | ||
| 16511 | 2024.12.21 00:57:49.013728 [ 260 ] {cd42c085-15fa-466b-a40a-9e1a7f3cb21f} <Debug> TCPHandler: Processed in 0.002018547 sec. | ||
| 16512 | 2024.12.21 00:57:49.013893 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16513 | 2024.12.21 00:57:49.014024 [ 263 ] {ff5e047b-5155-4c38-a82d-09b7010cb8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16514 | 2024.12.21 00:57:49.014117 [ 263 ] {ff5e047b-5155-4c38-a82d-09b7010cb8f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16515 | 2024.12.21 00:57:49.015414 [ 263 ] {ff5e047b-5155-4c38-a82d-09b7010cb8f8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16516 | 2024.12.21 00:57:49.015457 [ 263 ] {ff5e047b-5155-4c38-a82d-09b7010cb8f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16517 | 2024.12.21 00:57:49.016139 [ 263 ] {ff5e047b-5155-4c38-a82d-09b7010cb8f8} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 16518 | 2024.12.21 00:57:49.016423 [ 263 ] {ff5e047b-5155-4c38-a82d-09b7010cb8f8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16519 | 2024.12.21 00:57:49.016647 [ 263 ] {ff5e047b-5155-4c38-a82d-09b7010cb8f8} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002652 sec., 10180.995475113123 rows/sec., 18.24 MiB/sec. | ||
| 16520 | 2024.12.21 00:57:49.016796 [ 263 ] {ff5e047b-5155-4c38-a82d-09b7010cb8f8} <Debug> TCPHandler: Processed in 0.002966685 sec. | ||
| 16521 | 2024.12.21 00:57:49.016963 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16522 | 2024.12.21 00:57:49.017104 [ 260 ] {33585b46-3f2e-42d9-9621-e32f5d219528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16523 | 2024.12.21 00:57:49.017165 [ 260 ] {33585b46-3f2e-42d9-9621-e32f5d219528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16524 | 2024.12.21 00:57:49.017756 [ 260 ] {33585b46-3f2e-42d9-9621-e32f5d219528} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16525 | 2024.12.21 00:57:49.017805 [ 260 ] {33585b46-3f2e-42d9-9621-e32f5d219528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16526 | 2024.12.21 00:57:49.018219 [ 260 ] {33585b46-3f2e-42d9-9621-e32f5d219528} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16527 | 2024.12.21 00:57:49.018476 [ 260 ] {33585b46-3f2e-42d9-9621-e32f5d219528} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16528 | 2024.12.21 00:57:49.018689 [ 260 ] {33585b46-3f2e-42d9-9621-e32f5d219528} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001616 sec., 37128.71287128713 rows/sec., 2.50 MiB/sec. | ||
| 16529 | 2024.12.21 00:57:49.018741 [ 260 ] {33585b46-3f2e-42d9-9621-e32f5d219528} <Debug> TCPHandler: Processed in 0.001845704 sec. | ||
| 16530 | 2024.12.21 00:57:49.299782 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): 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] | ||
| 16531 | 2024.12.21 00:57:49.299838 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): 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] | ||
| 16532 | 2024.12.21 00:57:49.301805 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): 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] | ||
| 16533 | 2024.12.21 00:57:50.000269 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.74 MiB, peak 290.98 MiB, free memory in arenas 0.00 B, will set to 273.23 MiB (RSS), difference: 3.49 MiB | ||
| 16534 | 2024.12.21 00:57:50.060927 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
| 16535 | 2024.12.21 00:57:50.061679 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16536 | 2024.12.21 00:57:50.061730 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16537 | 2024.12.21 00:57:50.062333 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 16538 | 2024.12.21 00:57:50.062621 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16539 | 2024.12.21 00:57:50.062852 [ 139 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 16540 | 2024.12.21 00:57:50.062888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 16541 | 2024.12.21 00:57:50.062936 [ 139 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16542 | 2024.12.21 00:57:50.062967 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16543 | 2024.12.21 00:57:50.063200 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 16544 | 2024.12.21 00:57:50.063763 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16545 | 2024.12.21 00:57:50.063924 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 16546 | 2024.12.21 00:57:50.064417 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part | ||
| 16547 | 2024.12.21 00:57:50.064765 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part | ||
| 16548 | 2024.12.21 00:57:50.065148 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part | ||
| 16549 | 2024.12.21 00:57:50.065412 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part | ||
| 16550 | 2024.12.21 00:57:50.065617 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part | ||
| 16551 | 2024.12.21 00:57:50.069480 [ 196 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.00644541 sec., 5763636.448263182 rows/sec., 82.45 MiB/sec. | ||
| 16552 | 2024.12.21 00:57:50.069876 [ 191 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 16553 | 2024.12.21 00:57:50.070229 [ 191 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_81_16} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16554 | 2024.12.21 00:57:50.070329 [ 191 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_81_16} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 16555 | 2024.12.21 00:57:50.070437 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. | ||
| 16556 | 2024.12.21 00:57:50.154765 [ 217 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): 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] | ||
| 16557 | 2024.12.21 00:57:50.154817 [ 217 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): 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] | ||
| 16558 | 2024.12.21 00:57:50.156743 [ 217 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): 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] | ||
| 16559 | 2024.12.21 00:57:52.507746 [ 223 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): 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] | ||
| 16560 | 2024.12.21 00:57:52.507804 [ 223 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): 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] | ||
| 16561 | 2024.12.21 00:57:52.509829 [ 223 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): 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] | ||
| 16562 | 2024.12.21 00:57:52.729622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 16563 | 2024.12.21 00:57:52.753739 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16564 | 2024.12.21 00:57:52.753802 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16565 | 2024.12.21 00:57:52.761490 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 16566 | 2024.12.21 00:57:52.762312 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16567 | 2024.12.21 00:57:52.762813 [ 134 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 16568 | 2024.12.21 00:57:52.762935 [ 134 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16569 | 2024.12.21 00:57:52.763008 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16570 | 2024.12.21 00:57:52.763410 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 16571 | 2024.12.21 00:57:52.767366 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2318 | ||
| 16572 | 2024.12.21 00:57:52.795653 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16573 | 2024.12.21 00:57:52.795778 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16574 | 2024.12.21 00:57:52.808251 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16575 | 2024.12.21 00:57:52.810479 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 16576 | 2024.12.21 00:57:52.812884 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16577 | 2024.12.21 00:57:52.813737 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16578 | 2024.12.21 00:57:52.815836 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 16579 | 2024.12.21 00:57:52.817186 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2318 | ||
| 16580 | 2024.12.21 00:57:52.822476 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 16581 | 2024.12.21 00:57:52.827617 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 16582 | 2024.12.21 00:57:52.833167 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 16583 | 2024.12.21 00:57:52.839062 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 16584 | 2024.12.21 00:57:52.845182 [ 196 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 16585 | 2024.12.21 00:57:52.914857 [ 191 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.151721115 sec., 4027.1256904485576 rows/sec., 20.82 MiB/sec. | ||
| 16586 | 2024.12.21 00:57:52.918440 [ 191 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 16587 | 2024.12.21 00:57:52.921796 [ 191 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_81_16} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16588 | 2024.12.21 00:57:52.921927 [ 191 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_81_16} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 16589 | 2024.12.21 00:57:52.924617 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 16590 | 2024.12.21 00:57:53.000262 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.30 MiB, peak 291.73 MiB, free memory in arenas 0.00 B, will set to 273.23 MiB (RSS), difference: -1.08 MiB | ||
| 16591 | 2024.12.21 00:57:54.002898 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16592 | 2024.12.21 00:57:54.003153 [ 260 ] {6b78e344-bd3e-4820-9407-e945e3fa958d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16593 | 2024.12.21 00:57:54.003224 [ 260 ] {6b78e344-bd3e-4820-9407-e945e3fa958d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16594 | 2024.12.21 00:57:54.004002 [ 260 ] {6b78e344-bd3e-4820-9407-e945e3fa958d} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16595 | 2024.12.21 00:57:54.004044 [ 260 ] {6b78e344-bd3e-4820-9407-e945e3fa958d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16596 | 2024.12.21 00:57:54.004500 [ 260 ] {6b78e344-bd3e-4820-9407-e945e3fa958d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16597 | 2024.12.21 00:57:54.004771 [ 260 ] {6b78e344-bd3e-4820-9407-e945e3fa958d} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16598 | 2024.12.21 00:57:54.004982 [ 260 ] {6b78e344-bd3e-4820-9407-e945e3fa958d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001883 sec., 7434.944237918216 rows/sec., 535.22 KiB/sec. | ||
| 16599 | 2024.12.21 00:57:54.005051 [ 260 ] {6b78e344-bd3e-4820-9407-e945e3fa958d} <Debug> TCPHandler: Processed in 0.002296463 sec. | ||
| 16600 | 2024.12.21 00:57:54.005348 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16601 | 2024.12.21 00:57:54.005544 [ 263 ] {05d6b8d5-fbc5-4b05-a725-47c9f57db49c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16602 | 2024.12.21 00:57:54.005634 [ 263 ] {05d6b8d5-fbc5-4b05-a725-47c9f57db49c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16603 | 2024.12.21 00:57:54.006643 [ 263 ] {05d6b8d5-fbc5-4b05-a725-47c9f57db49c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16604 | 2024.12.21 00:57:54.006697 [ 263 ] {05d6b8d5-fbc5-4b05-a725-47c9f57db49c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16605 | 2024.12.21 00:57:54.007161 [ 263 ] {05d6b8d5-fbc5-4b05-a725-47c9f57db49c} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16606 | 2024.12.21 00:57:54.007423 [ 263 ] {05d6b8d5-fbc5-4b05-a725-47c9f57db49c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16607 | 2024.12.21 00:57:54.007662 [ 263 ] {05d6b8d5-fbc5-4b05-a725-47c9f57db49c} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002176 sec., 104319.85294117648 rows/sec., 9.12 MiB/sec. | ||
| 16608 | 2024.12.21 00:57:54.007734 [ 263 ] {05d6b8d5-fbc5-4b05-a725-47c9f57db49c} <Debug> TCPHandler: Processed in 0.002546517 sec. | ||
| 16609 | 2024.12.21 00:57:54.007932 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16610 | 2024.12.21 00:57:54.008062 [ 260 ] {c50d7f75-1d46-49c2-a594-b3f0f6a2d724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16611 | 2024.12.21 00:57:54.008116 [ 260 ] {c50d7f75-1d46-49c2-a594-b3f0f6a2d724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16612 | 2024.12.21 00:57:54.008751 [ 260 ] {c50d7f75-1d46-49c2-a594-b3f0f6a2d724} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16613 | 2024.12.21 00:57:54.008793 [ 260 ] {c50d7f75-1d46-49c2-a594-b3f0f6a2d724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16614 | 2024.12.21 00:57:54.009182 [ 260 ] {c50d7f75-1d46-49c2-a594-b3f0f6a2d724} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 16615 | 2024.12.21 00:57:54.009438 [ 260 ] {c50d7f75-1d46-49c2-a594-b3f0f6a2d724} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16616 | 2024.12.21 00:57:54.009616 [ 260 ] {c50d7f75-1d46-49c2-a594-b3f0f6a2d724} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001585 sec., 11987.381703470031 rows/sec., 857.03 KiB/sec. | ||
| 16617 | 2024.12.21 00:57:54.009674 [ 260 ] {c50d7f75-1d46-49c2-a594-b3f0f6a2d724} <Debug> TCPHandler: Processed in 0.001798974 sec. | ||
| 16618 | 2024.12.21 00:57:54.009840 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16619 | 2024.12.21 00:57:54.009967 [ 263 ] {a6dd09d6-269a-4c1f-85aa-af95bcdea692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16620 | 2024.12.21 00:57:54.010024 [ 263 ] {a6dd09d6-269a-4c1f-85aa-af95bcdea692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16621 | 2024.12.21 00:57:54.010642 [ 263 ] {a6dd09d6-269a-4c1f-85aa-af95bcdea692} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16622 | 2024.12.21 00:57:54.010685 [ 263 ] {a6dd09d6-269a-4c1f-85aa-af95bcdea692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16623 | 2024.12.21 00:57:54.011104 [ 263 ] {a6dd09d6-269a-4c1f-85aa-af95bcdea692} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16624 | 2024.12.21 00:57:54.011397 [ 263 ] {a6dd09d6-269a-4c1f-85aa-af95bcdea692} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16625 | 2024.12.21 00:57:54.011671 [ 263 ] {a6dd09d6-269a-4c1f-85aa-af95bcdea692} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00173 sec., 8092.485549132948 rows/sec., 566.74 KiB/sec. | ||
| 16626 | 2024.12.21 00:57:54.011837 [ 263 ] {a6dd09d6-269a-4c1f-85aa-af95bcdea692} <Debug> TCPHandler: Processed in 0.002056778 sec. | ||
| 16627 | 2024.12.21 00:57:54.012044 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16628 | 2024.12.21 00:57:54.012169 [ 260 ] {e3f4b018-576d-4ee1-971d-65ea6e8b63ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16629 | 2024.12.21 00:57:54.012220 [ 260 ] {e3f4b018-576d-4ee1-971d-65ea6e8b63ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16630 | 2024.12.21 00:57:54.012824 [ 260 ] {e3f4b018-576d-4ee1-971d-65ea6e8b63ab} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16631 | 2024.12.21 00:57:54.012862 [ 260 ] {e3f4b018-576d-4ee1-971d-65ea6e8b63ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16632 | 2024.12.21 00:57:54.013239 [ 260 ] {e3f4b018-576d-4ee1-971d-65ea6e8b63ab} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16633 | 2024.12.21 00:57:54.013484 [ 260 ] {e3f4b018-576d-4ee1-971d-65ea6e8b63ab} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16634 | 2024.12.21 00:57:54.013694 [ 260 ] {e3f4b018-576d-4ee1-971d-65ea6e8b63ab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001546 sec., 8408.796895213454 rows/sec., 524.29 KiB/sec. | ||
| 16635 | 2024.12.21 00:57:54.013776 [ 260 ] {e3f4b018-576d-4ee1-971d-65ea6e8b63ab} <Debug> TCPHandler: Processed in 0.001803413 sec. | ||
| 16636 | 2024.12.21 00:57:54.014000 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16637 | 2024.12.21 00:57:54.014128 [ 263 ] {c5e7d015-f3e1-49c4-8750-eb2bc848bb90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16638 | 2024.12.21 00:57:54.014179 [ 263 ] {c5e7d015-f3e1-49c4-8750-eb2bc848bb90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16639 | 2024.12.21 00:57:54.014961 [ 263 ] {c5e7d015-f3e1-49c4-8750-eb2bc848bb90} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16640 | 2024.12.21 00:57:54.015001 [ 263 ] {c5e7d015-f3e1-49c4-8750-eb2bc848bb90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16641 | 2024.12.21 00:57:54.015406 [ 263 ] {c5e7d015-f3e1-49c4-8750-eb2bc848bb90} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16642 | 2024.12.21 00:57:54.015651 [ 263 ] {c5e7d015-f3e1-49c4-8750-eb2bc848bb90} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16643 | 2024.12.21 00:57:54.015901 [ 263 ] {c5e7d015-f3e1-49c4-8750-eb2bc848bb90} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001796 sec., 219376.39198218263 rows/sec., 15.57 MiB/sec. | ||
| 16644 | 2024.12.21 00:57:54.015944 [ 217 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): 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] | ||
| 16645 | 2024.12.21 00:57:54.016006 [ 217 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): 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] | ||
| 16646 | 2024.12.21 00:57:54.016014 [ 263 ] {c5e7d015-f3e1-49c4-8750-eb2bc848bb90} <Debug> TCPHandler: Processed in 0.002105808 sec. | ||
| 16647 | 2024.12.21 00:57:54.016206 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16648 | 2024.12.21 00:57:54.016349 [ 260 ] {0bd3df8a-a8ca-4544-bfc7-1681f1e14941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16649 | 2024.12.21 00:57:54.016409 [ 260 ] {0bd3df8a-a8ca-4544-bfc7-1681f1e14941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16650 | 2024.12.21 00:57:54.017179 [ 260 ] {0bd3df8a-a8ca-4544-bfc7-1681f1e14941} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16651 | 2024.12.21 00:57:54.017217 [ 260 ] {0bd3df8a-a8ca-4544-bfc7-1681f1e14941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16652 | 2024.12.21 00:57:54.017684 [ 260 ] {0bd3df8a-a8ca-4544-bfc7-1681f1e14941} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16653 | 2024.12.21 00:57:54.017973 [ 260 ] {0bd3df8a-a8ca-4544-bfc7-1681f1e14941} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16654 | 2024.12.21 00:57:54.018132 [ 133 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 16655 | 2024.12.21 00:57:54.018201 [ 133 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16656 | 2024.12.21 00:57:54.018230 [ 260 ] {0bd3df8a-a8ca-4544-bfc7-1681f1e14941} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001906 sec., 3147.953830010493 rows/sec., 164.47 KiB/sec. | ||
| 16657 | 2024.12.21 00:57:54.018241 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16658 | 2024.12.21 00:57:54.018501 [ 260 ] {0bd3df8a-a8ca-4544-bfc7-1681f1e14941} <Debug> TCPHandler: Processed in 0.002367164 sec. | ||
| 16659 | 2024.12.21 00:57:54.018921 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16660 | 2024.12.21 00:57:54.018941 [ 198 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 16661 | 2024.12.21 00:57:54.019236 [ 263 ] {e34a1546-ec6e-4e73-8462-f1f0b946718c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16662 | 2024.12.21 00:57:54.019464 [ 198 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16663 | 2024.12.21 00:57:54.019477 [ 217 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): 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] | ||
| 16664 | 2024.12.21 00:57:54.019483 [ 263 ] {e34a1546-ec6e-4e73-8462-f1f0b946718c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16665 | 2024.12.21 00:57:54.019560 [ 198 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 306 rows starting from the beginning of the part | ||
| 16666 | 2024.12.21 00:57:54.020420 [ 198 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 16667 | 2024.12.21 00:57:54.021247 [ 198 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 16668 | 2024.12.21 00:57:54.021960 [ 198 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 16669 | 2024.12.21 00:57:54.022359 [ 198 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 16670 | 2024.12.21 00:57:54.023196 [ 198 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 16671 | 2024.12.21 00:57:54.023891 [ 263 ] {e34a1546-ec6e-4e73-8462-f1f0b946718c} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16672 | 2024.12.21 00:57:54.023944 [ 263 ] {e34a1546-ec6e-4e73-8462-f1f0b946718c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16673 | 2024.12.21 00:57:54.025044 [ 263 ] {e34a1546-ec6e-4e73-8462-f1f0b946718c} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16674 | 2024.12.21 00:57:54.025597 [ 263 ] {e34a1546-ec6e-4e73-8462-f1f0b946718c} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16675 | 2024.12.21 00:57:54.026038 [ 186 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.007609651 sec., 44154.455966508845 rows/sec., 2.25 MiB/sec. | ||
| 16676 | 2024.12.21 00:57:54.026068 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_128_26 to all_133_133_0 | ||
| 16677 | 2024.12.21 00:57:54.026169 [ 263 ] {e34a1546-ec6e-4e73-8462-f1f0b946718c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.007065 sec., 33545.64755838641 rows/sec., 2.25 MiB/sec. | ||
| 16678 | 2024.12.21 00:57:54.026182 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16679 | 2024.12.21 00:57:54.026351 [ 186 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 16680 | 2024.12.21 00:57:54.026343 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16681 | 2024.12.21 00:57:54.026392 [ 263 ] {e34a1546-ec6e-4e73-8462-f1f0b946718c} <Debug> TCPHandler: Processed in 0.007739653 sec. | ||
| 16682 | 2024.12.21 00:57:54.026845 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_133_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_128_26 to all_133_133_0 into Compact with storage Full | ||
| 16683 | 2024.12.21 00:57:54.026868 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16684 | 2024.12.21 00:57:54.027066 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_133_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16685 | 2024.12.21 00:57:54.027153 [ 186 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_56_11} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16686 | 2024.12.21 00:57:54.027209 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_128_26, total 36704 rows starting from the beginning of the part | ||
| 16687 | 2024.12.21 00:57:54.027450 [ 260 ] {bc94c7d7-7824-4373-a79a-64e10c099a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16688 | 2024.12.21 00:57:54.027533 [ 186 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_56_11} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 16689 | 2024.12.21 00:57:54.027697 [ 260 ] {bc94c7d7-7824-4373-a79a-64e10c099a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16690 | 2024.12.21 00:57:54.027758 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 42 rows starting from the beginning of the part | ||
| 16691 | 2024.12.21 00:57:54.027959 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 16692 | 2024.12.21 00:57:54.028336 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part | ||
| 16693 | 2024.12.21 00:57:54.028756 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 237 rows starting from the beginning of the part | ||
| 16694 | 2024.12.21 00:57:54.029100 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 161 rows starting from the beginning of the part | ||
| 16695 | 2024.12.21 00:57:54.029327 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 237 rows starting from the beginning of the part | ||
| 16696 | 2024.12.21 00:57:54.030230 [ 260 ] {bc94c7d7-7824-4373-a79a-64e10c099a29} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16697 | 2024.12.21 00:57:54.030298 [ 260 ] {bc94c7d7-7824-4373-a79a-64e10c099a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16698 | 2024.12.21 00:57:54.030957 [ 260 ] {bc94c7d7-7824-4373-a79a-64e10c099a29} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16699 | 2024.12.21 00:57:54.031276 [ 260 ] {bc94c7d7-7824-4373-a79a-64e10c099a29} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16700 | 2024.12.21 00:57:54.031707 [ 260 ] {bc94c7d7-7824-4373-a79a-64e10c099a29} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004455 sec., 224.46689113355782 rows/sec., 15.13 KiB/sec. | ||
| 16701 | 2024.12.21 00:57:54.031866 [ 260 ] {bc94c7d7-7824-4373-a79a-64e10c099a29} <Debug> TCPHandler: Processed in 0.005289078 sec. | ||
| 16702 | 2024.12.21 00:57:54.032097 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16703 | 2024.12.21 00:57:54.032381 [ 263 ] {77abbad5-73f2-4b8c-a207-33d8738f659e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16704 | 2024.12.21 00:57:54.032525 [ 263 ] {77abbad5-73f2-4b8c-a207-33d8738f659e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16705 | 2024.12.21 00:57:54.034137 [ 263 ] {77abbad5-73f2-4b8c-a207-33d8738f659e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16706 | 2024.12.21 00:57:54.034174 [ 263 ] {77abbad5-73f2-4b8c-a207-33d8738f659e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16707 | 2024.12.21 00:57:54.034976 [ 263 ] {77abbad5-73f2-4b8c-a207-33d8738f659e} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 16708 | 2024.12.21 00:57:54.035365 [ 263 ] {77abbad5-73f2-4b8c-a207-33d8738f659e} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16709 | 2024.12.21 00:57:54.035683 [ 263 ] {77abbad5-73f2-4b8c-a207-33d8738f659e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003404 sec., 3525.2643948296122 rows/sec., 6.32 MiB/sec. | ||
| 16710 | 2024.12.21 00:57:54.036054 [ 263 ] {77abbad5-73f2-4b8c-a207-33d8738f659e} <Debug> TCPHandler: Processed in 0.004063785 sec. | ||
| 16711 | 2024.12.21 00:57:54.036344 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16712 | 2024.12.21 00:57:54.036577 [ 260 ] {6a1b9788-629b-46b8-833b-561185a2941b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16713 | 2024.12.21 00:57:54.036659 [ 260 ] {6a1b9788-629b-46b8-833b-561185a2941b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16714 | 2024.12.21 00:57:54.037532 [ 260 ] {6a1b9788-629b-46b8-833b-561185a2941b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16715 | 2024.12.21 00:57:54.037574 [ 260 ] {6a1b9788-629b-46b8-833b-561185a2941b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16716 | 2024.12.21 00:57:54.038090 [ 260 ] {6a1b9788-629b-46b8-833b-561185a2941b} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16717 | 2024.12.21 00:57:54.038395 [ 260 ] {6a1b9788-629b-46b8-833b-561185a2941b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16718 | 2024.12.21 00:57:54.038655 [ 260 ] {6a1b9788-629b-46b8-833b-561185a2941b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002154 sec., 38068.70937790158 rows/sec., 2.42 MiB/sec. | ||
| 16719 | 2024.12.21 00:57:54.038749 [ 260 ] {6a1b9788-629b-46b8-833b-561185a2941b} <Debug> TCPHandler: Processed in 0.002589048 sec. | ||
| 16720 | 2024.12.21 00:57:54.039393 [ 189 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_133_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37541 rows, containing 5 columns (5 merged, 0 gathered) in 0.012844858 sec., 2922648.113353997 rows/sec., 197.52 MiB/sec. | ||
| 16721 | 2024.12.21 00:57:54.039896 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_133_27} <Trace> MergedBlockOutputStream: filled checksums all_1_133_27 (state Temporary) | ||
| 16722 | 2024.12.21 00:57:54.040236 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_133_27 to all_1_133_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16723 | 2024.12.21 00:57:54.040314 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_128_26, all_133_133_0] -> all_1_133_27 | ||
| 16724 | 2024.12.21 00:57:54.040406 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 16725 | 2024.12.21 00:57:54.717798 [ 220 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): 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] | ||
| 16726 | 2024.12.21 00:57:54.717846 [ 220 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): 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] | ||
| 16727 | 2024.12.21 00:57:54.719678 [ 220 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): 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] | ||
| 16728 | 2024.12.21 00:57:54.875288 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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] | ||
| 16729 | 2024.12.21 00:57:54.875351 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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] | ||
| 16730 | 2024.12.21 00:57:54.878940 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): 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] | ||
| 16731 | 2024.12.21 00:57:54.882998 [ 223 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): 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] | ||
| 16732 | 2024.12.21 00:57:54.883051 [ 223 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): 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] | ||
| 16733 | 2024.12.21 00:57:54.885013 [ 223 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): 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] | ||
| 16734 | 2024.12.21 00:57:57.281345 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16735 | 2024.12.21 00:57:57.281400 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16736 | 2024.12.21 00:57:57.563039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
| 16737 | 2024.12.21 00:57:57.563709 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16738 | 2024.12.21 00:57:57.563768 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16739 | 2024.12.21 00:57:57.564342 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 16740 | 2024.12.21 00:57:57.564620 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16741 | 2024.12.21 00:57:57.564864 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 16742 | 2024.12.21 00:57:58.998882 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16743 | 2024.12.21 00:57:58.999136 [ 260 ] {9bb8b3db-5882-41ad-8d4f-8b38c0c3cd2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16744 | 2024.12.21 00:57:58.999210 [ 260 ] {9bb8b3db-5882-41ad-8d4f-8b38c0c3cd2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16745 | 2024.12.21 00:57:59.000087 [ 260 ] {9bb8b3db-5882-41ad-8d4f-8b38c0c3cd2e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16746 | 2024.12.21 00:57:59.000220 [ 260 ] {9bb8b3db-5882-41ad-8d4f-8b38c0c3cd2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16747 | 2024.12.21 00:57:59.000859 [ 260 ] {9bb8b3db-5882-41ad-8d4f-8b38c0c3cd2e} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16748 | 2024.12.21 00:57:59.001191 [ 260 ] {9bb8b3db-5882-41ad-8d4f-8b38c0c3cd2e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16749 | 2024.12.21 00:57:59.001494 [ 260 ] {9bb8b3db-5882-41ad-8d4f-8b38c0c3cd2e} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002411 sec., 45624.22231439237 rows/sec., 3.82 MiB/sec. | ||
| 16750 | 2024.12.21 00:57:59.001580 [ 260 ] {9bb8b3db-5882-41ad-8d4f-8b38c0c3cd2e} <Debug> TCPHandler: Processed in 0.002837713 sec. | ||
| 16751 | 2024.12.21 00:57:59.002270 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16752 | 2024.12.21 00:57:59.002526 [ 263 ] {5b62cffb-51cd-4ddd-87c6-5d2416ffb6ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16753 | 2024.12.21 00:57:59.002639 [ 263 ] {5b62cffb-51cd-4ddd-87c6-5d2416ffb6ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16754 | 2024.12.21 00:57:59.003590 [ 263 ] {5b62cffb-51cd-4ddd-87c6-5d2416ffb6ee} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16755 | 2024.12.21 00:57:59.003647 [ 263 ] {5b62cffb-51cd-4ddd-87c6-5d2416ffb6ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16756 | 2024.12.21 00:57:59.004115 [ 263 ] {5b62cffb-51cd-4ddd-87c6-5d2416ffb6ee} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16757 | 2024.12.21 00:57:59.004446 [ 263 ] {5b62cffb-51cd-4ddd-87c6-5d2416ffb6ee} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16758 | 2024.12.21 00:57:59.004742 [ 263 ] {5b62cffb-51cd-4ddd-87c6-5d2416ffb6ee} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00229 sec., 11790.393013100436 rows/sec., 886.58 KiB/sec. | ||
| 16759 | 2024.12.21 00:57:59.004826 [ 263 ] {5b62cffb-51cd-4ddd-87c6-5d2416ffb6ee} <Debug> TCPHandler: Processed in 0.002872143 sec. | ||
| 16760 | 2024.12.21 00:57:59.004989 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16761 | 2024.12.21 00:57:59.005128 [ 260 ] {c77d17c5-1922-4b33-af50-8d22889461af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16762 | 2024.12.21 00:57:59.005183 [ 260 ] {c77d17c5-1922-4b33-af50-8d22889461af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16763 | 2024.12.21 00:57:59.005848 [ 260 ] {c77d17c5-1922-4b33-af50-8d22889461af} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16764 | 2024.12.21 00:57:59.005892 [ 260 ] {c77d17c5-1922-4b33-af50-8d22889461af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16765 | 2024.12.21 00:57:59.006293 [ 260 ] {c77d17c5-1922-4b33-af50-8d22889461af} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16766 | 2024.12.21 00:57:59.006574 [ 260 ] {c77d17c5-1922-4b33-af50-8d22889461af} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16767 | 2024.12.21 00:57:59.006825 [ 260 ] {c77d17c5-1922-4b33-af50-8d22889461af} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00173 sec., 52601.156069364166 rows/sec., 4.11 MiB/sec. | ||
| 16768 | 2024.12.21 00:57:59.006891 [ 260 ] {c77d17c5-1922-4b33-af50-8d22889461af} <Debug> TCPHandler: Processed in 0.001961616 sec. | ||
| 16769 | 2024.12.21 00:57:59.007068 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16770 | 2024.12.21 00:57:59.007212 [ 263 ] {3edb655d-0743-451c-814e-0aca87114393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16771 | 2024.12.21 00:57:59.007275 [ 263 ] {3edb655d-0743-451c-814e-0aca87114393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16772 | 2024.12.21 00:57:59.007967 [ 263 ] {3edb655d-0743-451c-814e-0aca87114393} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16773 | 2024.12.21 00:57:59.008018 [ 263 ] {3edb655d-0743-451c-814e-0aca87114393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16774 | 2024.12.21 00:57:59.008454 [ 263 ] {3edb655d-0743-451c-814e-0aca87114393} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16775 | 2024.12.21 00:57:59.008708 [ 263 ] {3edb655d-0743-451c-814e-0aca87114393} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16776 | 2024.12.21 00:57:59.008955 [ 263 ] {3edb655d-0743-451c-814e-0aca87114393} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001775 sec., 90140.84507042253 rows/sec., 6.28 MiB/sec. | ||
| 16777 | 2024.12.21 00:57:59.009024 [ 263 ] {3edb655d-0743-451c-814e-0aca87114393} <Debug> TCPHandler: Processed in 0.002015608 sec. | ||
| 16778 | 2024.12.21 00:57:59.009254 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16779 | 2024.12.21 00:57:59.009543 [ 260 ] {98aa16a0-f35c-442a-8a8c-3d40c4327d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16780 | 2024.12.21 00:57:59.009642 [ 260 ] {98aa16a0-f35c-442a-8a8c-3d40c4327d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16781 | 2024.12.21 00:57:59.010894 [ 260 ] {98aa16a0-f35c-442a-8a8c-3d40c4327d09} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16782 | 2024.12.21 00:57:59.010936 [ 260 ] {98aa16a0-f35c-442a-8a8c-3d40c4327d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16783 | 2024.12.21 00:57:59.011611 [ 260 ] {98aa16a0-f35c-442a-8a8c-3d40c4327d09} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16784 | 2024.12.21 00:57:59.011880 [ 260 ] {98aa16a0-f35c-442a-8a8c-3d40c4327d09} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16785 | 2024.12.21 00:57:59.012157 [ 260 ] {98aa16a0-f35c-442a-8a8c-3d40c4327d09} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002705 sec., 9981.515711645103 rows/sec., 17.89 MiB/sec. | ||
| 16786 | 2024.12.21 00:57:59.012395 [ 260 ] {98aa16a0-f35c-442a-8a8c-3d40c4327d09} <Debug> TCPHandler: Processed in 0.00324285 sec. | ||
| 16787 | 2024.12.21 00:57:59.012688 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16788 | 2024.12.21 00:57:59.012956 [ 263 ] {cba426af-c03f-42f1-8eed-66dba2b46f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16789 | 2024.12.21 00:57:59.013018 [ 263 ] {cba426af-c03f-42f1-8eed-66dba2b46f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16790 | 2024.12.21 00:57:59.013583 [ 263 ] {cba426af-c03f-42f1-8eed-66dba2b46f3c} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16791 | 2024.12.21 00:57:59.013626 [ 263 ] {cba426af-c03f-42f1-8eed-66dba2b46f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16792 | 2024.12.21 00:57:59.014028 [ 263 ] {cba426af-c03f-42f1-8eed-66dba2b46f3c} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16793 | 2024.12.21 00:57:59.014263 [ 263 ] {cba426af-c03f-42f1-8eed-66dba2b46f3c} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16794 | 2024.12.21 00:57:59.014505 [ 263 ] {cba426af-c03f-42f1-8eed-66dba2b46f3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001617 sec., 37105.75139146568 rows/sec., 2.50 MiB/sec. | ||
| 16795 | 2024.12.21 00:57:59.014575 [ 263 ] {cba426af-c03f-42f1-8eed-66dba2b46f3c} <Debug> TCPHandler: Processed in 0.002041488 sec. | ||
| 16796 | 2024.12.21 00:58:00.310582 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 16797 | 2024.12.21 00:58:00.334779 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16798 | 2024.12.21 00:58:00.334847 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16799 | 2024.12.21 00:58:00.342509 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 16800 | 2024.12.21 00:58:00.343332 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16801 | 2024.12.21 00:58:00.346859 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 16802 | 2024.12.21 00:58:02.237020 [ 220 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16803 | 2024.12.21 00:58:02.237073 [ 220 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16804 | 2024.12.21 00:58:02.238690 [ 220 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16805 | 2024.12.21 00:58:02.289991 [ 217 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16806 | 2024.12.21 00:58:02.290072 [ 217 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16807 | 2024.12.21 00:58:02.291958 [ 217 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16808 | 2024.12.21 00:58:02.774796 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16809 | 2024.12.21 00:58:02.775008 [ 260 ] {f90379e9-2f50-461a-8362-f194ad8a4628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16810 | 2024.12.21 00:58:02.775091 [ 260 ] {f90379e9-2f50-461a-8362-f194ad8a4628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16811 | 2024.12.21 00:58:02.775881 [ 260 ] {f90379e9-2f50-461a-8362-f194ad8a4628} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16812 | 2024.12.21 00:58:02.775929 [ 260 ] {f90379e9-2f50-461a-8362-f194ad8a4628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16813 | 2024.12.21 00:58:02.776354 [ 260 ] {f90379e9-2f50-461a-8362-f194ad8a4628} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16814 | 2024.12.21 00:58:02.776609 [ 260 ] {f90379e9-2f50-461a-8362-f194ad8a4628} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16815 | 2024.12.21 00:58:02.776846 [ 115 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16816 | 2024.12.21 00:58:02.776875 [ 260 ] {f90379e9-2f50-461a-8362-f194ad8a4628} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 523.00 KiB/sec. | ||
| 16817 | 2024.12.21 00:58:02.776960 [ 115 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16818 | 2024.12.21 00:58:02.777043 [ 260 ] {f90379e9-2f50-461a-8362-f194ad8a4628} <Debug> TCPHandler: Processed in 0.002393654 sec. | ||
| 16819 | 2024.12.21 00:58:02.777051 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16820 | 2024.12.21 00:58:02.777276 [ 189 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16821 | 2024.12.21 00:58:02.777356 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16822 | 2024.12.21 00:58:02.777456 [ 189 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16823 | 2024.12.21 00:58:02.777516 [ 189 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part | ||
| 16824 | 2024.12.21 00:58:02.777726 [ 263 ] {66b11cc7-9379-456d-9d59-779c69407fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16825 | 2024.12.21 00:58:02.777792 [ 189 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 16826 | 2024.12.21 00:58:02.777938 [ 263 ] {66b11cc7-9379-456d-9d59-779c69407fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16827 | 2024.12.21 00:58:02.778195 [ 189 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 16828 | 2024.12.21 00:58:02.778493 [ 189 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 16829 | 2024.12.21 00:58:02.778786 [ 189 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 16830 | 2024.12.21 00:58:02.780980 [ 263 ] {66b11cc7-9379-456d-9d59-779c69407fa9} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16831 | 2024.12.21 00:58:02.781068 [ 263 ] {66b11cc7-9379-456d-9d59-779c69407fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16832 | 2024.12.21 00:58:02.781618 [ 188 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004420472 sec., 15835.41305091402 rows/sec., 1.17 MiB/sec. | ||
| 16833 | 2024.12.21 00:58:02.781805 [ 188 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16834 | 2024.12.21 00:58:02.781870 [ 263 ] {66b11cc7-9379-456d-9d59-779c69407fa9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 16835 | 2024.12.21 00:58:02.782200 [ 263 ] {66b11cc7-9379-456d-9d59-779c69407fa9} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16836 | 2024.12.21 00:58:02.782200 [ 188 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_57_14} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16837 | 2024.12.21 00:58:02.782337 [ 188 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_57_14} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16838 | 2024.12.21 00:58:02.782577 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16839 | 2024.12.21 00:58:02.782630 [ 263 ] {66b11cc7-9379-456d-9d59-779c69407fa9} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.005054 sec., 1187.1784724970319 rows/sec., 96.81 KiB/sec. | ||
| 16840 | 2024.12.21 00:58:02.782849 [ 263 ] {66b11cc7-9379-456d-9d59-779c69407fa9} <Debug> TCPHandler: Processed in 0.005662915 sec. | ||
| 16841 | 2024.12.21 00:58:02.783052 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16842 | 2024.12.21 00:58:02.783200 [ 260 ] {6fea8856-9278-443f-b126-1fec6133fcff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16843 | 2024.12.21 00:58:02.783264 [ 260 ] {6fea8856-9278-443f-b126-1fec6133fcff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16844 | 2024.12.21 00:58:02.784636 [ 260 ] {6fea8856-9278-443f-b126-1fec6133fcff} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16845 | 2024.12.21 00:58:02.784678 [ 260 ] {6fea8856-9278-443f-b126-1fec6133fcff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16846 | 2024.12.21 00:58:02.785149 [ 260 ] {6fea8856-9278-443f-b126-1fec6133fcff} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16847 | 2024.12.21 00:58:02.785414 [ 260 ] {6fea8856-9278-443f-b126-1fec6133fcff} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16848 | 2024.12.21 00:58:02.785634 [ 260 ] {6fea8856-9278-443f-b126-1fec6133fcff} <Debug> executeQuery: Read 1370 rows, 116.66 KiB in 0.002469 sec., 554880.5184285135 rows/sec., 46.14 MiB/sec. | ||
| 16849 | 2024.12.21 00:58:02.785695 [ 260 ] {6fea8856-9278-443f-b126-1fec6133fcff} <Debug> TCPHandler: Processed in 0.002715891 sec. | ||
| 16850 | 2024.12.21 00:58:02.785866 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16851 | 2024.12.21 00:58:02.786015 [ 263 ] {495b05c6-33c7-4fec-b3c6-57cf0b2f5051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16852 | 2024.12.21 00:58:02.786077 [ 263 ] {495b05c6-33c7-4fec-b3c6-57cf0b2f5051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16853 | 2024.12.21 00:58:02.786746 [ 263 ] {495b05c6-33c7-4fec-b3c6-57cf0b2f5051} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16854 | 2024.12.21 00:58:02.786789 [ 263 ] {495b05c6-33c7-4fec-b3c6-57cf0b2f5051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16855 | 2024.12.21 00:58:02.787156 [ 263 ] {495b05c6-33c7-4fec-b3c6-57cf0b2f5051} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 16856 | 2024.12.21 00:58:02.787399 [ 263 ] {495b05c6-33c7-4fec-b3c6-57cf0b2f5051} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16857 | 2024.12.21 00:58:02.787632 [ 263 ] {495b05c6-33c7-4fec-b3c6-57cf0b2f5051} <Debug> executeQuery: Read 25 rows, 1.78 KiB in 0.001652 sec., 15133.17191283293 rows/sec., 1.05 MiB/sec. | ||
| 16858 | 2024.12.21 00:58:02.787743 [ 263 ] {495b05c6-33c7-4fec-b3c6-57cf0b2f5051} <Debug> TCPHandler: Processed in 0.001946407 sec. | ||
| 16859 | 2024.12.21 00:58:02.787959 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16860 | 2024.12.21 00:58:02.788142 [ 260 ] {2dc3b22d-554c-4842-a8e7-f59d50c07c75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16861 | 2024.12.21 00:58:02.788203 [ 260 ] {2dc3b22d-554c-4842-a8e7-f59d50c07c75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16862 | 2024.12.21 00:58:02.788896 [ 260 ] {2dc3b22d-554c-4842-a8e7-f59d50c07c75} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16863 | 2024.12.21 00:58:02.788936 [ 260 ] {2dc3b22d-554c-4842-a8e7-f59d50c07c75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16864 | 2024.12.21 00:58:02.789314 [ 260 ] {2dc3b22d-554c-4842-a8e7-f59d50c07c75} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16865 | 2024.12.21 00:58:02.789559 [ 260 ] {2dc3b22d-554c-4842-a8e7-f59d50c07c75} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16866 | 2024.12.21 00:58:02.789769 [ 260 ] {2dc3b22d-554c-4842-a8e7-f59d50c07c75} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001662 sec., 145607.70156438026 rows/sec., 9.86 MiB/sec. | ||
| 16867 | 2024.12.21 00:58:02.789826 [ 260 ] {2dc3b22d-554c-4842-a8e7-f59d50c07c75} <Debug> TCPHandler: Processed in 0.001991277 sec. | ||
| 16868 | 2024.12.21 00:58:02.789975 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16869 | 2024.12.21 00:58:02.790116 [ 263 ] {ba4fb6c2-a0a4-4f12-ae3d-955caf2bd84b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16870 | 2024.12.21 00:58:02.790175 [ 263 ] {ba4fb6c2-a0a4-4f12-ae3d-955caf2bd84b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16871 | 2024.12.21 00:58:02.790790 [ 263 ] {ba4fb6c2-a0a4-4f12-ae3d-955caf2bd84b} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16872 | 2024.12.21 00:58:02.790832 [ 263 ] {ba4fb6c2-a0a4-4f12-ae3d-955caf2bd84b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16873 | 2024.12.21 00:58:02.791188 [ 263 ] {ba4fb6c2-a0a4-4f12-ae3d-955caf2bd84b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16874 | 2024.12.21 00:58:02.791421 [ 263 ] {ba4fb6c2-a0a4-4f12-ae3d-955caf2bd84b} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16875 | 2024.12.21 00:58:02.791615 [ 115 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16876 | 2024.12.21 00:58:02.791679 [ 263 ] {ba4fb6c2-a0a4-4f12-ae3d-955caf2bd84b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00159 sec., 8176.100628930817 rows/sec., 509.78 KiB/sec. | ||
| 16877 | 2024.12.21 00:58:02.791698 [ 115 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16878 | 2024.12.21 00:58:02.791779 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16879 | 2024.12.21 00:58:02.791812 [ 263 ] {ba4fb6c2-a0a4-4f12-ae3d-955caf2bd84b} <Debug> TCPHandler: Processed in 0.001904905 sec. | ||
| 16880 | 2024.12.21 00:58:02.792045 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16881 | 2024.12.21 00:58:02.792140 [ 190 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16882 | 2024.12.21 00:58:02.792235 [ 260 ] {2b0f0699-00ef-4fc7-ad44-978ad6bc55b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16883 | 2024.12.21 00:58:02.792342 [ 260 ] {2b0f0699-00ef-4fc7-ad44-978ad6bc55b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16884 | 2024.12.21 00:58:02.792580 [ 190 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16885 | 2024.12.21 00:58:02.792664 [ 190 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part | ||
| 16886 | 2024.12.21 00:58:02.793015 [ 190 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
| 16887 | 2024.12.21 00:58:02.793398 [ 190 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 16888 | 2024.12.21 00:58:02.793762 [ 190 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part | ||
| 16889 | 2024.12.21 00:58:02.794200 [ 190 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part | ||
| 16890 | 2024.12.21 00:58:02.796030 [ 260 ] {2b0f0699-00ef-4fc7-ad44-978ad6bc55b2} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16891 | 2024.12.21 00:58:02.796119 [ 260 ] {2b0f0699-00ef-4fc7-ad44-978ad6bc55b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16892 | 2024.12.21 00:58:02.796485 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004524554 sec., 14366.056853338472 rows/sec., 951.84 KiB/sec. | ||
| 16893 | 2024.12.21 00:58:02.796663 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16894 | 2024.12.21 00:58:02.796841 [ 260 ] {2b0f0699-00ef-4fc7-ad44-978ad6bc55b2} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16895 | 2024.12.21 00:58:02.797070 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_57_14} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16896 | 2024.12.21 00:58:02.797151 [ 260 ] {2b0f0699-00ef-4fc7-ad44-978ad6bc55b2} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16897 | 2024.12.21 00:58:02.797230 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_57_14} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16898 | 2024.12.21 00:58:02.797430 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16899 | 2024.12.21 00:58:02.797469 [ 260 ] {2b0f0699-00ef-4fc7-ad44-978ad6bc55b2} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.005283 sec., 162029.1501041075 rows/sec., 11.72 MiB/sec. | ||
| 16900 | 2024.12.21 00:58:02.797533 [ 260 ] {2b0f0699-00ef-4fc7-ad44-978ad6bc55b2} <Debug> TCPHandler: Processed in 0.005630804 sec. | ||
| 16901 | 2024.12.21 00:58:02.797690 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16902 | 2024.12.21 00:58:02.797838 [ 263 ] {97b2a98d-48db-4489-9381-ac9ea7b72412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16903 | 2024.12.21 00:58:02.797899 [ 263 ] {97b2a98d-48db-4489-9381-ac9ea7b72412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16904 | 2024.12.21 00:58:02.798467 [ 263 ] {97b2a98d-48db-4489-9381-ac9ea7b72412} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16905 | 2024.12.21 00:58:02.798507 [ 263 ] {97b2a98d-48db-4489-9381-ac9ea7b72412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16906 | 2024.12.21 00:58:02.798874 [ 263 ] {97b2a98d-48db-4489-9381-ac9ea7b72412} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16907 | 2024.12.21 00:58:02.799124 [ 263 ] {97b2a98d-48db-4489-9381-ac9ea7b72412} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16908 | 2024.12.21 00:58:02.799326 [ 263 ] {97b2a98d-48db-4489-9381-ac9ea7b72412} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 205.96 KiB/sec. | ||
| 16909 | 2024.12.21 00:58:02.799381 [ 263 ] {97b2a98d-48db-4489-9381-ac9ea7b72412} <Debug> TCPHandler: Processed in 0.001757132 sec. | ||
| 16910 | 2024.12.21 00:58:02.799541 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16911 | 2024.12.21 00:58:02.799680 [ 260 ] {6b30d019-d5c2-455d-be88-49a92dd91fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16912 | 2024.12.21 00:58:02.799743 [ 260 ] {6b30d019-d5c2-455d-be88-49a92dd91fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16913 | 2024.12.21 00:58:02.800700 [ 260 ] {6b30d019-d5c2-455d-be88-49a92dd91fe8} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16914 | 2024.12.21 00:58:02.800741 [ 260 ] {6b30d019-d5c2-455d-be88-49a92dd91fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16915 | 2024.12.21 00:58:02.801211 [ 260 ] {6b30d019-d5c2-455d-be88-49a92dd91fe8} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16916 | 2024.12.21 00:58:02.801462 [ 260 ] {6b30d019-d5c2-455d-be88-49a92dd91fe8} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16917 | 2024.12.21 00:58:02.801671 [ 260 ] {6b30d019-d5c2-455d-be88-49a92dd91fe8} <Debug> executeQuery: Read 918 rows, 62.70 KiB in 0.00202 sec., 454455.44554455444 rows/sec., 30.31 MiB/sec. | ||
| 16918 | 2024.12.21 00:58:02.801785 [ 260 ] {6b30d019-d5c2-455d-be88-49a92dd91fe8} <Debug> TCPHandler: Processed in 0.002311073 sec. | ||
| 16919 | 2024.12.21 00:58:02.801986 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16920 | 2024.12.21 00:58:02.802234 [ 263 ] {0d597b02-d935-4b26-addb-ed47d920247d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16921 | 2024.12.21 00:58:02.802299 [ 263 ] {0d597b02-d935-4b26-addb-ed47d920247d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16922 | 2024.12.21 00:58:02.802816 [ 263 ] {0d597b02-d935-4b26-addb-ed47d920247d} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16923 | 2024.12.21 00:58:02.802856 [ 263 ] {0d597b02-d935-4b26-addb-ed47d920247d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16924 | 2024.12.21 00:58:02.803240 [ 263 ] {0d597b02-d935-4b26-addb-ed47d920247d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16925 | 2024.12.21 00:58:02.803487 [ 263 ] {0d597b02-d935-4b26-addb-ed47d920247d} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16926 | 2024.12.21 00:58:02.803706 [ 263 ] {0d597b02-d935-4b26-addb-ed47d920247d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. | ||
| 16927 | 2024.12.21 00:58:02.803760 [ 263 ] {0d597b02-d935-4b26-addb-ed47d920247d} <Debug> TCPHandler: Processed in 0.001884845 sec. | ||
| 16928 | 2024.12.21 00:58:02.803912 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16929 | 2024.12.21 00:58:02.804032 [ 260 ] {56200027-33b6-4ba6-9427-74121311c1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16930 | 2024.12.21 00:58:02.804114 [ 260 ] {56200027-33b6-4ba6-9427-74121311c1ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16931 | 2024.12.21 00:58:02.805254 [ 260 ] {56200027-33b6-4ba6-9427-74121311c1ea} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16932 | 2024.12.21 00:58:02.805294 [ 260 ] {56200027-33b6-4ba6-9427-74121311c1ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16933 | 2024.12.21 00:58:02.806006 [ 260 ] {56200027-33b6-4ba6-9427-74121311c1ea} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 16934 | 2024.12.21 00:58:02.806289 [ 260 ] {56200027-33b6-4ba6-9427-74121311c1ea} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16935 | 2024.12.21 00:58:02.806535 [ 260 ] {56200027-33b6-4ba6-9427-74121311c1ea} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002528 sec., 4746.835443037975 rows/sec., 8.51 MiB/sec. | ||
| 16936 | 2024.12.21 00:58:02.806659 [ 260 ] {56200027-33b6-4ba6-9427-74121311c1ea} <Debug> TCPHandler: Processed in 0.002804672 sec. | ||
| 16937 | 2024.12.21 00:58:02.806804 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16938 | 2024.12.21 00:58:02.806925 [ 263 ] {3b4ccb8b-b147-43aa-8c4c-4c37133c3be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16939 | 2024.12.21 00:58:02.806977 [ 263 ] {3b4ccb8b-b147-43aa-8c4c-4c37133c3be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16940 | 2024.12.21 00:58:02.807505 [ 263 ] {3b4ccb8b-b147-43aa-8c4c-4c37133c3be5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16941 | 2024.12.21 00:58:02.807545 [ 263 ] {3b4ccb8b-b147-43aa-8c4c-4c37133c3be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16942 | 2024.12.21 00:58:02.807927 [ 263 ] {3b4ccb8b-b147-43aa-8c4c-4c37133c3be5} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16943 | 2024.12.21 00:58:02.808172 [ 263 ] {3b4ccb8b-b147-43aa-8c4c-4c37133c3be5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16944 | 2024.12.21 00:58:02.808384 [ 263 ] {3b4ccb8b-b147-43aa-8c4c-4c37133c3be5} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.001484 sec., 44474.3935309973 rows/sec., 2.78 MiB/sec. | ||
| 16945 | 2024.12.21 00:58:02.808440 [ 263 ] {3b4ccb8b-b147-43aa-8c4c-4c37133c3be5} <Debug> TCPHandler: Processed in 0.001696041 sec. | ||
| 16946 | 2024.12.21 00:58:02.818377 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2376 | ||
| 16947 | 2024.12.21 00:58:02.822162 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16948 | 2024.12.21 00:58:02.822211 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16949 | 2024.12.21 00:58:02.823795 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 16950 | 2024.12.21 00:58:02.824131 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16951 | 2024.12.21 00:58:02.824856 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2376 | ||
| 16952 | 2024.12.21 00:58:03.991579 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16953 | 2024.12.21 00:58:03.991789 [ 260 ] {2e012a6e-7f9c-408a-8e4d-4ef253117be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16954 | 2024.12.21 00:58:03.991870 [ 260 ] {2e012a6e-7f9c-408a-8e4d-4ef253117be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16955 | 2024.12.21 00:58:03.992748 [ 260 ] {2e012a6e-7f9c-408a-8e4d-4ef253117be3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16956 | 2024.12.21 00:58:03.992792 [ 260 ] {2e012a6e-7f9c-408a-8e4d-4ef253117be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16957 | 2024.12.21 00:58:03.993225 [ 260 ] {2e012a6e-7f9c-408a-8e4d-4ef253117be3} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16958 | 2024.12.21 00:58:03.993493 [ 260 ] {2e012a6e-7f9c-408a-8e4d-4ef253117be3} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16959 | 2024.12.21 00:58:03.993653 [ 113 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16960 | 2024.12.21 00:58:03.993707 [ 113 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16961 | 2024.12.21 00:58:03.993708 [ 260 ] {2e012a6e-7f9c-408a-8e4d-4ef253117be3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001975 sec., 28354.43037974683 rows/sec., 2.16 MiB/sec. | ||
| 16962 | 2024.12.21 00:58:03.993737 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16963 | 2024.12.21 00:58:03.993826 [ 260 ] {2e012a6e-7f9c-408a-8e4d-4ef253117be3} <Debug> TCPHandler: Processed in 0.002390065 sec. | ||
| 16964 | 2024.12.21 00:58:03.993890 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16965 | 2024.12.21 00:58:03.994008 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16966 | 2024.12.21 00:58:03.994038 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1432 rows starting from the beginning of the part | ||
| 16967 | 2024.12.21 00:58:03.994123 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 111 rows starting from the beginning of the part | ||
| 16968 | 2024.12.21 00:58:03.994134 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16969 | 2024.12.21 00:58:03.994375 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 227 rows starting from the beginning of the part | ||
| 16970 | 2024.12.21 00:58:03.994757 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 110 rows starting from the beginning of the part | ||
| 16971 | 2024.12.21 00:58:03.995027 [ 263 ] {8703c54d-b5b1-46a4-bf8e-0ff1abb7f11a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16972 | 2024.12.21 00:58:03.995091 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1370 rows starting from the beginning of the part | ||
| 16973 | 2024.12.21 00:58:03.995269 [ 263 ] {8703c54d-b5b1-46a4-bf8e-0ff1abb7f11a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16974 | 2024.12.21 00:58:03.995493 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 56 rows starting from the beginning of the part | ||
| 16975 | 2024.12.21 00:58:03.997905 [ 263 ] {8703c54d-b5b1-46a4-bf8e-0ff1abb7f11a} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16976 | 2024.12.21 00:58:03.997987 [ 263 ] {8703c54d-b5b1-46a4-bf8e-0ff1abb7f11a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16977 | 2024.12.21 00:58:03.998751 [ 263 ] {8703c54d-b5b1-46a4-bf8e-0ff1abb7f11a} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16978 | 2024.12.21 00:58:03.999125 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.005288408 sec., 625140.8741534315 rows/sec., 54.57 MiB/sec. | ||
| 16979 | 2024.12.21 00:58:03.999446 [ 263 ] {8703c54d-b5b1-46a4-bf8e-0ff1abb7f11a} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16980 | 2024.12.21 00:58:03.999541 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16981 | 2024.12.21 00:58:03.999766 [ 113 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16982 | 2024.12.21 00:58:03.999855 [ 113 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16983 | 2024.12.21 00:58:03.999923 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16984 | 2024.12.21 00:58:04.000026 [ 263 ] {8703c54d-b5b1-46a4-bf8e-0ff1abb7f11a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005441 sec., 11762.543650064326 rows/sec., 940.13 KiB/sec. | ||
| 16985 | 2024.12.21 00:58:04.000273 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 276.61 MiB, peak 291.73 MiB, free memory in arenas 0.00 B, will set to 273.23 MiB (RSS), difference: -3.38 MiB | ||
| 16986 | 2024.12.21 00:58:04.000332 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16987 | 2024.12.21 00:58:04.000412 [ 263 ] {8703c54d-b5b1-46a4-bf8e-0ff1abb7f11a} <Debug> TCPHandler: Processed in 0.00645298 sec. | ||
| 16988 | 2024.12.21 00:58:04.000744 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16989 | 2024.12.21 00:58:04.001289 [ 260 ] {401d9435-653b-4c3b-9f99-60b02e973e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16990 | 2024.12.21 00:58:04.001595 [ 260 ] {401d9435-653b-4c3b-9f99-60b02e973e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16991 | 2024.12.21 00:58:04.002126 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16992 | 2024.12.21 00:58:04.002885 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 913 rows starting from the beginning of the part | ||
| 16993 | 2024.12.21 00:58:04.003682 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 93 rows starting from the beginning of the part | ||
| 16994 | 2024.12.21 00:58:04.004324 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 394 rows starting from the beginning of the part | ||
| 16995 | 2024.12.21 00:58:04.004748 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_136_27} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16996 | 2024.12.21 00:58:04.004999 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 91 rows starting from the beginning of the part | ||
| 16997 | 2024.12.21 00:58:04.005290 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_136_27} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16998 | 2024.12.21 00:58:04.005643 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 856 rows starting from the beginning of the part | ||
| 16999 | 2024.12.21 00:58:04.005742 [ 260 ] {401d9435-653b-4c3b-9f99-60b02e973e95} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17000 | 2024.12.21 00:58:04.005745 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 17001 | 2024.12.21 00:58:04.005859 [ 260 ] {401d9435-653b-4c3b-9f99-60b02e973e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17002 | 2024.12.21 00:58:04.006135 [ 200 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 64 rows starting from the beginning of the part | ||
| 17003 | 2024.12.21 00:58:04.007191 [ 260 ] {401d9435-653b-4c3b-9f99-60b02e973e95} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17004 | 2024.12.21 00:58:04.007742 [ 260 ] {401d9435-653b-4c3b-9f99-60b02e973e95} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17005 | 2024.12.21 00:58:04.008233 [ 260 ] {401d9435-653b-4c3b-9f99-60b02e973e95} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.007141 sec., 5881.529197591374 rows/sec., 419.02 KiB/sec. | ||
| 17006 | 2024.12.21 00:58:04.008468 [ 260 ] {401d9435-653b-4c3b-9f99-60b02e973e95} <Debug> TCPHandler: Processed in 0.007908027 sec. | ||
| 17007 | 2024.12.21 00:58:04.008676 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17008 | 2024.12.21 00:58:04.008836 [ 263 ] {5fc4c789-a8f7-4160-a4e6-4ca75a6a64c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17009 | 2024.12.21 00:58:04.008912 [ 263 ] {5fc4c789-a8f7-4160-a4e6-4ca75a6a64c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17010 | 2024.12.21 00:58:04.009534 [ 263 ] {5fc4c789-a8f7-4160-a4e6-4ca75a6a64c1} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17011 | 2024.12.21 00:58:04.009583 [ 263 ] {5fc4c789-a8f7-4160-a4e6-4ca75a6a64c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17012 | 2024.12.21 00:58:04.009954 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.009898154 sec., 243580.77273802774 rows/sec., 18.68 MiB/sec. | ||
| 17013 | 2024.12.21 00:58:04.010280 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17014 | 2024.12.21 00:58:04.010305 [ 263 ] {5fc4c789-a8f7-4160-a4e6-4ca75a6a64c1} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17015 | 2024.12.21 00:58:04.010817 [ 263 ] {5fc4c789-a8f7-4160-a4e6-4ca75a6a64c1} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17016 | 2024.12.21 00:58:04.010834 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_136_27} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17017 | 2024.12.21 00:58:04.011007 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_136_27} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17018 | 2024.12.21 00:58:04.011160 [ 113 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17019 | 2024.12.21 00:58:04.011254 [ 113 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17020 | 2024.12.21 00:58:04.011258 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 17021 | 2024.12.21 00:58:04.011337 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17022 | 2024.12.21 00:58:04.011378 [ 263 ] {5fc4c789-a8f7-4160-a4e6-4ca75a6a64c1} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.002577 sec., 6208.769887466046 rows/sec., 430.49 KiB/sec. | ||
| 17023 | 2024.12.21 00:58:04.011692 [ 263 ] {5fc4c789-a8f7-4160-a4e6-4ca75a6a64c1} <Debug> TCPHandler: Processed in 0.003104758 sec. | ||
| 17024 | 2024.12.21 00:58:04.011725 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 17025 | 2024.12.21 00:58:04.012214 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17026 | 2024.12.21 00:58:04.012308 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7978 rows starting from the beginning of the part | ||
| 17027 | 2024.12.21 00:58:04.012558 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part | ||
| 17028 | 2024.12.21 00:58:04.012891 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 82 rows starting from the beginning of the part | ||
| 17029 | 2024.12.21 00:58:04.013315 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part | ||
| 17030 | 2024.12.21 00:58:04.013636 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 66 rows starting from the beginning of the part | ||
| 17031 | 2024.12.21 00:58:04.013927 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 16 rows starting from the beginning of the part | ||
| 17032 | 2024.12.21 00:58:04.016639 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8262 rows, containing 4 columns (4 merged, 0 gathered) in 0.005190297 sec., 1591816.4220660205 rows/sec., 103.85 MiB/sec. | ||
| 17033 | 2024.12.21 00:58:04.016850 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17034 | 2024.12.21 00:58:04.017191 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_136_27} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17035 | 2024.12.21 00:58:04.017288 [ 187 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_136_27} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17036 | 2024.12.21 00:58:04.017397 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 17037 | 2024.12.21 00:58:05.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.23 MiB, peak 291.73 MiB, free memory in arenas 0.00 B, will set to 273.23 MiB (RSS), difference: 3.00 MiB | ||
| 17038 | 2024.12.21 00:58:05.065938 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
| 17039 | 2024.12.21 00:58:05.066593 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17040 | 2024.12.21 00:58:05.066634 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17041 | 2024.12.21 00:58:05.067176 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 17042 | 2024.12.21 00:58:05.067430 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17043 | 2024.12.21 00:58:05.067695 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 17044 | 2024.12.21 00:58:07.847870 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 17045 | 2024.12.21 00:58:07.871986 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17046 | 2024.12.21 00:58:07.872044 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17047 | 2024.12.21 00:58:07.879610 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 17048 | 2024.12.21 00:58:07.880451 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17049 | 2024.12.21 00:58:07.883862 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 17050 | 2024.12.21 00:58:08.998615 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17051 | 2024.12.21 00:58:08.998833 [ 260 ] {6aa69036-7ef7-40e8-bad2-f2750ed0c33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17052 | 2024.12.21 00:58:08.999025 [ 260 ] {6aa69036-7ef7-40e8-bad2-f2750ed0c33a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17053 | 2024.12.21 00:58:08.999994 [ 260 ] {6aa69036-7ef7-40e8-bad2-f2750ed0c33a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17054 | 2024.12.21 00:58:09.000179 [ 260 ] {6aa69036-7ef7-40e8-bad2-f2750ed0c33a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17055 | 2024.12.21 00:58:09.000944 [ 260 ] {6aa69036-7ef7-40e8-bad2-f2750ed0c33a} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17056 | 2024.12.21 00:58:09.001215 [ 260 ] {6aa69036-7ef7-40e8-bad2-f2750ed0c33a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17057 | 2024.12.21 00:58:09.001430 [ 260 ] {6aa69036-7ef7-40e8-bad2-f2750ed0c33a} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002659 sec., 41368.935690109065 rows/sec., 3.47 MiB/sec. | ||
| 17058 | 2024.12.21 00:58:09.001505 [ 260 ] {6aa69036-7ef7-40e8-bad2-f2750ed0c33a} <Debug> TCPHandler: Processed in 0.003048307 sec. | ||
| 17059 | 2024.12.21 00:58:09.001789 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17060 | 2024.12.21 00:58:09.001986 [ 263 ] {38768c87-7d6d-47fb-8ea1-c24f725762d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17061 | 2024.12.21 00:58:09.002063 [ 263 ] {38768c87-7d6d-47fb-8ea1-c24f725762d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17062 | 2024.12.21 00:58:09.002929 [ 263 ] {38768c87-7d6d-47fb-8ea1-c24f725762d6} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17063 | 2024.12.21 00:58:09.002988 [ 263 ] {38768c87-7d6d-47fb-8ea1-c24f725762d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17064 | 2024.12.21 00:58:09.003425 [ 263 ] {38768c87-7d6d-47fb-8ea1-c24f725762d6} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 17065 | 2024.12.21 00:58:09.003687 [ 263 ] {38768c87-7d6d-47fb-8ea1-c24f725762d6} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17066 | 2024.12.21 00:58:09.003890 [ 105 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 17067 | 2024.12.21 00:58:09.003948 [ 105 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17068 | 2024.12.21 00:58:09.003971 [ 263 ] {38768c87-7d6d-47fb-8ea1-c24f725762d6} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00203 sec., 13300.492610837438 rows/sec., 1000.13 KiB/sec. | ||
| 17069 | 2024.12.21 00:58:09.003986 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17070 | 2024.12.21 00:58:09.004210 [ 263 ] {38768c87-7d6d-47fb-8ea1-c24f725762d6} <Debug> TCPHandler: Processed in 0.002559398 sec. | ||
| 17071 | 2024.12.21 00:58:09.004338 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::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 | ||
| 17072 | 2024.12.21 00:58:09.004449 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17073 | 2024.12.21 00:58:09.004824 [ 260 ] {4ca4478c-d634-4309-8e05-a2a297b4f110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17074 | 2024.12.21 00:58:09.004846 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17075 | 2024.12.21 00:58:09.004981 [ 260 ] {4ca4478c-d634-4309-8e05-a2a297b4f110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17076 | 2024.12.21 00:58:09.005017 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 64 rows starting from the beginning of the part | ||
| 17077 | 2024.12.21 00:58:09.005486 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 29 rows starting from the beginning of the part | ||
| 17078 | 2024.12.21 00:58:09.005870 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 19 rows starting from the beginning of the part | ||
| 17079 | 2024.12.21 00:58:09.006253 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 27 rows starting from the beginning of the part | ||
| 17080 | 2024.12.21 00:58:09.006743 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 25 rows starting from the beginning of the part | ||
| 17081 | 2024.12.21 00:58:09.007238 [ 195 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 27 rows starting from the beginning of the part | ||
| 17082 | 2024.12.21 00:58:09.009568 [ 260 ] {4ca4478c-d634-4309-8e05-a2a297b4f110} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17083 | 2024.12.21 00:58:09.009634 [ 260 ] {4ca4478c-d634-4309-8e05-a2a297b4f110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17084 | 2024.12.21 00:58:09.010922 [ 260 ] {4ca4478c-d634-4309-8e05-a2a297b4f110} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17085 | 2024.12.21 00:58:09.011163 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.00703976 sec., 27131.60675932134 rows/sec., 2.05 MiB/sec. | ||
| 17086 | 2024.12.21 00:58:09.011382 [ 260 ] {4ca4478c-d634-4309-8e05-a2a297b4f110} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17087 | 2024.12.21 00:58:09.011440 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 17088 | 2024.12.21 00:58:09.011768 [ 260 ] {4ca4478c-d634-4309-8e05-a2a297b4f110} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00706 sec., 12889.518413597732 rows/sec., 1.01 MiB/sec. | ||
| 17089 | 2024.12.21 00:58:09.012033 [ 260 ] {4ca4478c-d634-4309-8e05-a2a297b4f110} <Debug> TCPHandler: Processed in 0.007674342 sec. | ||
| 17090 | 2024.12.21 00:58:09.012041 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_116_23} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17091 | 2024.12.21 00:58:09.012235 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17092 | 2024.12.21 00:58:09.012244 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_116_23} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 17093 | 2024.12.21 00:58:09.012450 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 17094 | 2024.12.21 00:58:09.012472 [ 263 ] {a15202e7-bca1-404a-af8e-53674913d38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17095 | 2024.12.21 00:58:09.012549 [ 263 ] {a15202e7-bca1-404a-af8e-53674913d38e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17096 | 2024.12.21 00:58:09.013168 [ 263 ] {a15202e7-bca1-404a-af8e-53674913d38e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17097 | 2024.12.21 00:58:09.013211 [ 263 ] {a15202e7-bca1-404a-af8e-53674913d38e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17098 | 2024.12.21 00:58:09.013652 [ 263 ] {a15202e7-bca1-404a-af8e-53674913d38e} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17099 | 2024.12.21 00:58:09.013893 [ 263 ] {a15202e7-bca1-404a-af8e-53674913d38e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17100 | 2024.12.21 00:58:09.014113 [ 263 ] {a15202e7-bca1-404a-af8e-53674913d38e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001714 sec., 93348.89148191366 rows/sec., 6.50 MiB/sec. | ||
| 17101 | 2024.12.21 00:58:09.014182 [ 263 ] {a15202e7-bca1-404a-af8e-53674913d38e} <Debug> TCPHandler: Processed in 0.002035558 sec. | ||
| 17102 | 2024.12.21 00:58:09.014353 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17103 | 2024.12.21 00:58:09.014666 [ 260 ] {9127c8a9-17ed-4caf-8244-5fdc70108ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17104 | 2024.12.21 00:58:09.014963 [ 260 ] {9127c8a9-17ed-4caf-8244-5fdc70108ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17105 | 2024.12.21 00:58:09.016275 [ 260 ] {9127c8a9-17ed-4caf-8244-5fdc70108ec9} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17106 | 2024.12.21 00:58:09.016316 [ 260 ] {9127c8a9-17ed-4caf-8244-5fdc70108ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17107 | 2024.12.21 00:58:09.016999 [ 260 ] {9127c8a9-17ed-4caf-8244-5fdc70108ec9} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 17108 | 2024.12.21 00:58:09.017312 [ 260 ] {9127c8a9-17ed-4caf-8244-5fdc70108ec9} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17109 | 2024.12.21 00:58:09.017533 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 17110 | 2024.12.21 00:58:09.017615 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17111 | 2024.12.21 00:58:09.017615 [ 260 ] {9127c8a9-17ed-4caf-8244-5fdc70108ec9} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00305 sec., 8852.459016393443 rows/sec., 15.86 MiB/sec. | ||
| 17112 | 2024.12.21 00:58:09.017658 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17113 | 2024.12.21 00:58:09.018007 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::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 | ||
| 17114 | 2024.12.21 00:58:09.018055 [ 260 ] {9127c8a9-17ed-4caf-8244-5fdc70108ec9} <Debug> TCPHandler: Processed in 0.00378178 sec. | ||
| 17115 | 2024.12.21 00:58:09.018291 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17116 | 2024.12.21 00:58:09.018575 [ 263 ] {03e17a66-655a-477c-b5af-e2ecff286de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17117 | 2024.12.21 00:58:09.018716 [ 263 ] {03e17a66-655a-477c-b5af-e2ecff286de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17118 | 2024.12.21 00:58:09.018730 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17119 | 2024.12.21 00:58:09.019004 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2160 rows starting from the beginning of the part | ||
| 17120 | 2024.12.21 00:58:09.019774 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 27 rows starting from the beginning of the part | ||
| 17121 | 2024.12.21 00:58:09.020621 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 12 rows starting from the beginning of the part | ||
| 17122 | 2024.12.21 00:58:09.020921 [ 263 ] {03e17a66-655a-477c-b5af-e2ecff286de9} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17123 | 2024.12.21 00:58:09.021074 [ 263 ] {03e17a66-655a-477c-b5af-e2ecff286de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17124 | 2024.12.21 00:58:09.021413 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 27 rows starting from the beginning of the part | ||
| 17125 | 2024.12.21 00:58:09.022090 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 12 rows starting from the beginning of the part | ||
| 17126 | 2024.12.21 00:58:09.022679 [ 263 ] {03e17a66-655a-477c-b5af-e2ecff286de9} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17127 | 2024.12.21 00:58:09.022797 [ 199 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 27 rows starting from the beginning of the part | ||
| 17128 | 2024.12.21 00:58:09.023621 [ 263 ] {03e17a66-655a-477c-b5af-e2ecff286de9} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17129 | 2024.12.21 00:58:09.024189 [ 263 ] {03e17a66-655a-477c-b5af-e2ecff286de9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005717 sec., 10495.01486793773 rows/sec., 724.27 KiB/sec. | ||
| 17130 | 2024.12.21 00:58:09.024350 [ 263 ] {03e17a66-655a-477c-b5af-e2ecff286de9} <Debug> TCPHandler: Processed in 0.006190325 sec. | ||
| 17131 | 2024.12.21 00:58:09.031475 [ 186 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2265 rows, containing 19 columns (19 merged, 0 gathered) in 0.013679644 sec., 165574.4842482743 rows/sec., 296.70 MiB/sec. | ||
| 17132 | 2024.12.21 00:58:09.033213 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 17133 | 2024.12.21 00:58:09.033649 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17134 | 2024.12.21 00:58:09.033740 [ 191 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 17135 | 2024.12.21 00:58:09.033870 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.45 MiB. | ||
| 17136 | 2024.12.21 00:58:12.281441 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17137 | 2024.12.21 00:58:12.281522 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17138 | 2024.12.21 00:58:12.568771 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
| 17139 | 2024.12.21 00:58:12.569417 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17140 | 2024.12.21 00:58:12.569460 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17141 | 2024.12.21 00:58:12.569999 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 17142 | 2024.12.21 00:58:12.570259 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17143 | 2024.12.21 00:58:12.570525 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 17144 | 2024.12.21 00:58:12.826116 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2396 | ||
| 17145 | 2024.12.21 00:58:12.829045 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17146 | 2024.12.21 00:58:12.829096 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17147 | 2024.12.21 00:58:12.830597 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17148 | 2024.12.21 00:58:12.830912 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17149 | 2024.12.21 00:58:12.831154 [ 99 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 17150 | 2024.12.21 00:58:12.831288 [ 99 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17151 | 2024.12.21 00:58:12.831359 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17152 | 2024.12.21 00:58:12.831944 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 17153 | 2024.12.21 00:58:12.833462 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2396 | ||
| 17154 | 2024.12.21 00:58:12.833827 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17155 | 2024.12.21 00:58:12.834034 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2204 rows starting from the beginning of the part | ||
| 17156 | 2024.12.21 00:58:12.834609 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 34 rows starting from the beginning of the part | ||
| 17157 | 2024.12.21 00:58:12.835173 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 44 rows starting from the beginning of the part | ||
| 17158 | 2024.12.21 00:58:12.835687 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 36 rows starting from the beginning of the part | ||
| 17159 | 2024.12.21 00:58:12.836194 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 58 rows starting from the beginning of the part | ||
| 17160 | 2024.12.21 00:58:12.836695 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 20 rows starting from the beginning of the part | ||
| 17161 | 2024.12.21 00:58:12.846547 [ 191 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2396 rows, containing 72 columns (72 merged, 0 gathered) in 0.015005958 sec., 159669.91244411052 rows/sec., 120.09 MiB/sec. | ||
| 17162 | 2024.12.21 00:58:12.848459 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 17163 | 2024.12.21 00:58:12.849214 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_61_12} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17164 | 2024.12.21 00:58:12.849308 [ 192 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_61_12} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 17165 | 2024.12.21 00:58:12.849572 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.06 MiB. | ||
| 17166 | 2024.12.21 00:58:14.004292 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17167 | 2024.12.21 00:58:14.004501 [ 260 ] {f8de54f5-c1ee-4047-815c-c73ac3388e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17168 | 2024.12.21 00:58:14.004577 [ 260 ] {f8de54f5-c1ee-4047-815c-c73ac3388e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17169 | 2024.12.21 00:58:14.005376 [ 260 ] {f8de54f5-c1ee-4047-815c-c73ac3388e27} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17170 | 2024.12.21 00:58:14.005427 [ 260 ] {f8de54f5-c1ee-4047-815c-c73ac3388e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17171 | 2024.12.21 00:58:14.005878 [ 260 ] {f8de54f5-c1ee-4047-815c-c73ac3388e27} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 17172 | 2024.12.21 00:58:14.006150 [ 260 ] {f8de54f5-c1ee-4047-815c-c73ac3388e27} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17173 | 2024.12.21 00:58:14.006402 [ 260 ] {f8de54f5-c1ee-4047-815c-c73ac3388e27} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001955 sec., 7161.125319693094 rows/sec., 515.51 KiB/sec. | ||
| 17174 | 2024.12.21 00:58:14.006475 [ 260 ] {f8de54f5-c1ee-4047-815c-c73ac3388e27} <Debug> TCPHandler: Processed in 0.002326354 sec. | ||
| 17175 | 2024.12.21 00:58:14.006736 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17176 | 2024.12.21 00:58:14.006935 [ 263 ] {0bdeb830-0411-4898-899a-253320f38515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17177 | 2024.12.21 00:58:14.007018 [ 263 ] {0bdeb830-0411-4898-899a-253320f38515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17178 | 2024.12.21 00:58:14.007999 [ 263 ] {0bdeb830-0411-4898-899a-253320f38515} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17179 | 2024.12.21 00:58:14.008057 [ 263 ] {0bdeb830-0411-4898-899a-253320f38515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17180 | 2024.12.21 00:58:14.008544 [ 263 ] {0bdeb830-0411-4898-899a-253320f38515} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17181 | 2024.12.21 00:58:14.008829 [ 263 ] {0bdeb830-0411-4898-899a-253320f38515} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17182 | 2024.12.21 00:58:14.009098 [ 263 ] {0bdeb830-0411-4898-899a-253320f38515} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002218 sec., 102344.45446348062 rows/sec., 8.95 MiB/sec. | ||
| 17183 | 2024.12.21 00:58:14.009186 [ 263 ] {0bdeb830-0411-4898-899a-253320f38515} <Debug> TCPHandler: Processed in 0.002592318 sec. | ||
| 17184 | 2024.12.21 00:58:14.009367 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17185 | 2024.12.21 00:58:14.009502 [ 260 ] {b0b4f3f3-c27d-433f-a6f4-bd1d1586c5e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17186 | 2024.12.21 00:58:14.009558 [ 260 ] {b0b4f3f3-c27d-433f-a6f4-bd1d1586c5e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17187 | 2024.12.21 00:58:14.010325 [ 260 ] {b0b4f3f3-c27d-433f-a6f4-bd1d1586c5e8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17188 | 2024.12.21 00:58:14.010426 [ 260 ] {b0b4f3f3-c27d-433f-a6f4-bd1d1586c5e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17189 | 2024.12.21 00:58:14.010973 [ 260 ] {b0b4f3f3-c27d-433f-a6f4-bd1d1586c5e8} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 17190 | 2024.12.21 00:58:14.011229 [ 260 ] {b0b4f3f3-c27d-433f-a6f4-bd1d1586c5e8} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17191 | 2024.12.21 00:58:14.011445 [ 260 ] {b0b4f3f3-c27d-433f-a6f4-bd1d1586c5e8} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001974 sec., 9625.126646403241 rows/sec., 688.15 KiB/sec. | ||
| 17192 | 2024.12.21 00:58:14.011510 [ 260 ] {b0b4f3f3-c27d-433f-a6f4-bd1d1586c5e8} <Debug> TCPHandler: Processed in 0.002205221 sec. | ||
| 17193 | 2024.12.21 00:58:14.011686 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17194 | 2024.12.21 00:58:14.011826 [ 263 ] {a0cd66bb-0b7d-4b2c-9163-0c96a7c06761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17195 | 2024.12.21 00:58:14.011887 [ 263 ] {a0cd66bb-0b7d-4b2c-9163-0c96a7c06761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17196 | 2024.12.21 00:58:14.012560 [ 263 ] {a0cd66bb-0b7d-4b2c-9163-0c96a7c06761} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17197 | 2024.12.21 00:58:14.012606 [ 263 ] {a0cd66bb-0b7d-4b2c-9163-0c96a7c06761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17198 | 2024.12.21 00:58:14.013013 [ 263 ] {a0cd66bb-0b7d-4b2c-9163-0c96a7c06761} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 17199 | 2024.12.21 00:58:14.013263 [ 263 ] {a0cd66bb-0b7d-4b2c-9163-0c96a7c06761} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17200 | 2024.12.21 00:58:14.013554 [ 263 ] {a0cd66bb-0b7d-4b2c-9163-0c96a7c06761} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001752 sec., 7990.867579908675 rows/sec., 559.63 KiB/sec. | ||
| 17201 | 2024.12.21 00:58:14.013738 [ 263 ] {a0cd66bb-0b7d-4b2c-9163-0c96a7c06761} <Debug> TCPHandler: Processed in 0.002113269 sec. | ||
| 17202 | 2024.12.21 00:58:14.013980 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17203 | 2024.12.21 00:58:14.014134 [ 260 ] {de5e8b20-73c7-43ca-82c6-e4f796861d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17204 | 2024.12.21 00:58:14.014194 [ 260 ] {de5e8b20-73c7-43ca-82c6-e4f796861d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17205 | 2024.12.21 00:58:14.014875 [ 260 ] {de5e8b20-73c7-43ca-82c6-e4f796861d81} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17206 | 2024.12.21 00:58:14.014916 [ 260 ] {de5e8b20-73c7-43ca-82c6-e4f796861d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17207 | 2024.12.21 00:58:14.015282 [ 260 ] {de5e8b20-73c7-43ca-82c6-e4f796861d81} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 17208 | 2024.12.21 00:58:14.015535 [ 260 ] {de5e8b20-73c7-43ca-82c6-e4f796861d81} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17209 | 2024.12.21 00:58:14.015740 [ 260 ] {de5e8b20-73c7-43ca-82c6-e4f796861d81} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00164 sec., 7926.829268292683 rows/sec., 494.24 KiB/sec. | ||
| 17210 | 2024.12.21 00:58:14.015796 [ 260 ] {de5e8b20-73c7-43ca-82c6-e4f796861d81} <Debug> TCPHandler: Processed in 0.001950207 sec. | ||
| 17211 | 2024.12.21 00:58:14.015961 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17212 | 2024.12.21 00:58:14.016115 [ 263 ] {3350c516-a7ea-4945-8d73-41af44a751e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17213 | 2024.12.21 00:58:14.016182 [ 263 ] {3350c516-a7ea-4945-8d73-41af44a751e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17214 | 2024.12.21 00:58:14.017079 [ 263 ] {3350c516-a7ea-4945-8d73-41af44a751e1} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17215 | 2024.12.21 00:58:14.017123 [ 263 ] {3350c516-a7ea-4945-8d73-41af44a751e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17216 | 2024.12.21 00:58:14.017545 [ 263 ] {3350c516-a7ea-4945-8d73-41af44a751e1} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17217 | 2024.12.21 00:58:14.017804 [ 263 ] {3350c516-a7ea-4945-8d73-41af44a751e1} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17218 | 2024.12.21 00:58:14.018044 [ 263 ] {3350c516-a7ea-4945-8d73-41af44a751e1} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001966 sec., 200406.91759918618 rows/sec., 14.23 MiB/sec. | ||
| 17219 | 2024.12.21 00:58:14.018124 [ 263 ] {3350c516-a7ea-4945-8d73-41af44a751e1} <Debug> TCPHandler: Processed in 0.002237402 sec. | ||
| 17220 | 2024.12.21 00:58:14.018290 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17221 | 2024.12.21 00:58:14.018435 [ 260 ] {eb8b7ee8-84d4-4479-b0a7-ff45a307ddfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17222 | 2024.12.21 00:58:14.018497 [ 260 ] {eb8b7ee8-84d4-4479-b0a7-ff45a307ddfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17223 | 2024.12.21 00:58:14.019009 [ 260 ] {eb8b7ee8-84d4-4479-b0a7-ff45a307ddfe} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17224 | 2024.12.21 00:58:14.019048 [ 260 ] {eb8b7ee8-84d4-4479-b0a7-ff45a307ddfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17225 | 2024.12.21 00:58:14.019433 [ 260 ] {eb8b7ee8-84d4-4479-b0a7-ff45a307ddfe} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 17226 | 2024.12.21 00:58:14.019689 [ 260 ] {eb8b7ee8-84d4-4479-b0a7-ff45a307ddfe} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17227 | 2024.12.21 00:58:14.019916 [ 260 ] {eb8b7ee8-84d4-4479-b0a7-ff45a307ddfe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001514 sec., 3963.011889035667 rows/sec., 207.05 KiB/sec. | ||
| 17228 | 2024.12.21 00:58:14.019969 [ 260 ] {eb8b7ee8-84d4-4479-b0a7-ff45a307ddfe} <Debug> TCPHandler: Processed in 0.001749052 sec. | ||
| 17229 | 2024.12.21 00:58:14.020127 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17230 | 2024.12.21 00:58:14.020277 [ 263 ] {f2b6bdb7-9326-4bba-b57b-618abb5eba0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17231 | 2024.12.21 00:58:14.020346 [ 263 ] {f2b6bdb7-9326-4bba-b57b-618abb5eba0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17232 | 2024.12.21 00:58:14.021007 [ 263 ] {f2b6bdb7-9326-4bba-b57b-618abb5eba0f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17233 | 2024.12.21 00:58:14.021048 [ 263 ] {f2b6bdb7-9326-4bba-b57b-618abb5eba0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17234 | 2024.12.21 00:58:14.021458 [ 263 ] {f2b6bdb7-9326-4bba-b57b-618abb5eba0f} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17235 | 2024.12.21 00:58:14.021701 [ 263 ] {f2b6bdb7-9326-4bba-b57b-618abb5eba0f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17236 | 2024.12.21 00:58:14.021940 [ 263 ] {f2b6bdb7-9326-4bba-b57b-618abb5eba0f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001691 sec., 140153.755174453 rows/sec., 9.39 MiB/sec. | ||
| 17237 | 2024.12.21 00:58:14.021951 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_133_27 to all_138_138_0 | ||
| 17238 | 2024.12.21 00:58:14.022026 [ 263 ] {f2b6bdb7-9326-4bba-b57b-618abb5eba0f} <Debug> TCPHandler: Processed in 0.001970247 sec. | ||
| 17239 | 2024.12.21 00:58:14.022072 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17240 | 2024.12.21 00:58:14.022162 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17241 | 2024.12.21 00:58:14.022217 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17242 | 2024.12.21 00:58:14.022428 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17243 | 2024.12.21 00:58:14.022513 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17244 | 2024.12.21 00:58:14.022663 [ 260 ] {69b13fb4-bbac-45ba-9ff2-8d87f7ec1c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17245 | 2024.12.21 00:58:14.022687 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_138_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_133_27 to all_138_138_0 into Compact with storage Full | ||
| 17246 | 2024.12.21 00:58:14.022817 [ 260 ] {69b13fb4-bbac-45ba-9ff2-8d87f7ec1c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17247 | 2024.12.21 00:58:14.023419 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_138_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17248 | 2024.12.21 00:58:14.023654 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_133_27, total 37541 rows starting from the beginning of the part | ||
| 17249 | 2024.12.21 00:58:14.024338 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part | ||
| 17250 | 2024.12.21 00:58:14.024872 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 918 rows starting from the beginning of the part | ||
| 17251 | 2024.12.21 00:58:14.025483 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 42 rows starting from the beginning of the part | ||
| 17252 | 2024.12.21 00:58:14.025718 [ 260 ] {69b13fb4-bbac-45ba-9ff2-8d87f7ec1c5f} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17253 | 2024.12.21 00:58:14.025850 [ 260 ] {69b13fb4-bbac-45ba-9ff2-8d87f7ec1c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17254 | 2024.12.21 00:58:14.026005 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part | ||
| 17255 | 2024.12.21 00:58:14.026626 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 237 rows starting from the beginning of the part | ||
| 17256 | 2024.12.21 00:58:14.027782 [ 260 ] {69b13fb4-bbac-45ba-9ff2-8d87f7ec1c5f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 17257 | 2024.12.21 00:58:14.028533 [ 260 ] {69b13fb4-bbac-45ba-9ff2-8d87f7ec1c5f} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17258 | 2024.12.21 00:58:14.029082 [ 260 ] {69b13fb4-bbac-45ba-9ff2-8d87f7ec1c5f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006569 sec., 152.2301720200944 rows/sec., 10.26 KiB/sec. | ||
| 17259 | 2024.12.21 00:58:14.029565 [ 260 ] {69b13fb4-bbac-45ba-9ff2-8d87f7ec1c5f} <Debug> TCPHandler: Processed in 0.007412828 sec. | ||
| 17260 | 2024.12.21 00:58:14.029660 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17261 | 2024.12.21 00:58:14.029928 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17262 | 2024.12.21 00:58:14.030542 [ 263 ] {01fff1a5-b175-43cd-9b29-999160ec99ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17263 | 2024.12.21 00:58:14.031166 [ 263 ] {01fff1a5-b175-43cd-9b29-999160ec99ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17264 | 2024.12.21 00:58:14.035031 [ 263 ] {01fff1a5-b175-43cd-9b29-999160ec99ef} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17265 | 2024.12.21 00:58:14.035072 [ 263 ] {01fff1a5-b175-43cd-9b29-999160ec99ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17266 | 2024.12.21 00:58:14.036036 [ 263 ] {01fff1a5-b175-43cd-9b29-999160ec99ef} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 17267 | 2024.12.21 00:58:14.036353 [ 263 ] {01fff1a5-b175-43cd-9b29-999160ec99ef} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17268 | 2024.12.21 00:58:14.036651 [ 263 ] {01fff1a5-b175-43cd-9b29-999160ec99ef} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.006335 sec., 1894.238358326756 rows/sec., 3.39 MiB/sec. | ||
| 17269 | 2024.12.21 00:58:14.036839 [ 263 ] {01fff1a5-b175-43cd-9b29-999160ec99ef} <Debug> TCPHandler: Processed in 0.007133892 sec. | ||
| 17270 | 2024.12.21 00:58:14.037100 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17271 | 2024.12.21 00:58:14.037333 [ 260 ] {7a0fa0dc-62ae-465b-ba38-6916524c3b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17272 | 2024.12.21 00:58:14.037459 [ 260 ] {7a0fa0dc-62ae-465b-ba38-6916524c3b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17273 | 2024.12.21 00:58:14.038203 [ 260 ] {7a0fa0dc-62ae-465b-ba38-6916524c3b38} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17274 | 2024.12.21 00:58:14.038246 [ 260 ] {7a0fa0dc-62ae-465b-ba38-6916524c3b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17275 | 2024.12.21 00:58:14.038707 [ 260 ] {7a0fa0dc-62ae-465b-ba38-6916524c3b38} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17276 | 2024.12.21 00:58:14.039046 [ 260 ] {7a0fa0dc-62ae-465b-ba38-6916524c3b38} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17277 | 2024.12.21 00:58:14.039305 [ 260 ] {7a0fa0dc-62ae-465b-ba38-6916524c3b38} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002015 sec., 40694.78908188586 rows/sec., 2.58 MiB/sec. | ||
| 17278 | 2024.12.21 00:58:14.039392 [ 260 ] {7a0fa0dc-62ae-465b-ba38-6916524c3b38} <Debug> TCPHandler: Processed in 0.002405974 sec. | ||
| 17279 | 2024.12.21 00:58:14.040347 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_138_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39058 rows, containing 5 columns (5 merged, 0 gathered) in 0.018055215 sec., 2163253.1099740434 rows/sec., 146.18 MiB/sec. | ||
| 17280 | 2024.12.21 00:58:14.040770 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_138_28} <Trace> MergedBlockOutputStream: filled checksums all_1_138_28 (state Temporary) | ||
| 17281 | 2024.12.21 00:58:14.041082 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_138_28 to all_1_138_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17282 | 2024.12.21 00:58:14.041166 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_133_27, all_138_138_0] -> all_1_138_28 | ||
| 17283 | 2024.12.21 00:58:14.041261 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 17284 | 2024.12.21 00:58:14.335502 [ 217 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17285 | 2024.12.21 00:58:14.335555 [ 217 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17286 | 2024.12.21 00:58:14.337784 [ 217 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17287 | 2024.12.21 00:58:14.744426 [ 224 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17288 | 2024.12.21 00:58:14.744489 [ 224 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17289 | 2024.12.21 00:58:14.746618 [ 224 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17290 | 2024.12.21 00:58:14.834809 [ 223 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): 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] | ||
| 17291 | 2024.12.21 00:58:14.834863 [ 223 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): 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] | ||
| 17292 | 2024.12.21 00:58:14.836841 [ 223 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): 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] | ||
| 17293 | 2024.12.21 00:58:14.851721 [ 221 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17294 | 2024.12.21 00:58:14.851771 [ 221 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17295 | 2024.12.21 00:58:14.853771 [ 221 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17296 | 2024.12.21 00:58:14.927689 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): 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] | ||
| 17297 | 2024.12.21 00:58:14.927727 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): 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] | ||
| 17298 | 2024.12.21 00:58:14.929642 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): 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] | ||
| 17299 | 2024.12.21 00:58:15.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.87 MiB, peak 292.13 MiB, free memory in arenas 0.00 B, will set to 274.05 MiB (RSS), difference: 3.18 MiB | ||
| 17300 | 2024.12.21 00:58:15.384874 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 17301 | 2024.12.21 00:58:15.410480 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17302 | 2024.12.21 00:58:15.410545 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17303 | 2024.12.21 00:58:15.418201 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 17304 | 2024.12.21 00:58:15.419036 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17305 | 2024.12.21 00:58:15.423656 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 17306 | 2024.12.21 00:58:18.999558 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17307 | 2024.12.21 00:58:18.999780 [ 260 ] {f656f4d7-577b-44a6-a172-9399acb3854e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17308 | 2024.12.21 00:58:18.999852 [ 260 ] {f656f4d7-577b-44a6-a172-9399acb3854e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17309 | 2024.12.21 00:58:19.000741 [ 260 ] {f656f4d7-577b-44a6-a172-9399acb3854e} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17310 | 2024.12.21 00:58:19.000782 [ 260 ] {f656f4d7-577b-44a6-a172-9399acb3854e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17311 | 2024.12.21 00:58:19.001236 [ 260 ] {f656f4d7-577b-44a6-a172-9399acb3854e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 17312 | 2024.12.21 00:58:19.001499 [ 260 ] {f656f4d7-577b-44a6-a172-9399acb3854e} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17313 | 2024.12.21 00:58:19.001773 [ 260 ] {f656f4d7-577b-44a6-a172-9399acb3854e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002043 sec., 2936.857562408223 rows/sec., 239.48 KiB/sec. | ||
| 17314 | 2024.12.21 00:58:19.001868 [ 260 ] {f656f4d7-577b-44a6-a172-9399acb3854e} <Debug> TCPHandler: Processed in 0.002449636 sec. | ||
| 17315 | 2024.12.21 00:58:19.002188 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17316 | 2024.12.21 00:58:19.002408 [ 263 ] {d7350d44-183d-4c29-8653-9586297f0581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17317 | 2024.12.21 00:58:19.002493 [ 263 ] {d7350d44-183d-4c29-8653-9586297f0581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17318 | 2024.12.21 00:58:19.003359 [ 263 ] {d7350d44-183d-4c29-8653-9586297f0581} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17319 | 2024.12.21 00:58:19.003413 [ 263 ] {d7350d44-183d-4c29-8653-9586297f0581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17320 | 2024.12.21 00:58:19.003881 [ 263 ] {d7350d44-183d-4c29-8653-9586297f0581} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17321 | 2024.12.21 00:58:19.004142 [ 263 ] {d7350d44-183d-4c29-8653-9586297f0581} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17322 | 2024.12.21 00:58:19.004389 [ 263 ] {d7350d44-183d-4c29-8653-9586297f0581} <Debug> executeQuery: Read 115 rows, 9.86 KiB in 0.002041 sec., 56344.92895639393 rows/sec., 4.72 MiB/sec. | ||
| 17323 | 2024.12.21 00:58:19.004458 [ 263 ] {d7350d44-183d-4c29-8653-9586297f0581} <Debug> TCPHandler: Processed in 0.002455336 sec. | ||
| 17324 | 2024.12.21 00:58:19.004627 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17325 | 2024.12.21 00:58:19.004769 [ 260 ] {a3fc17d3-82a8-47b0-baee-b66f82424dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17326 | 2024.12.21 00:58:19.004828 [ 260 ] {a3fc17d3-82a8-47b0-baee-b66f82424dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17327 | 2024.12.21 00:58:19.005551 [ 260 ] {a3fc17d3-82a8-47b0-baee-b66f82424dd7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17328 | 2024.12.21 00:58:19.005600 [ 260 ] {a3fc17d3-82a8-47b0-baee-b66f82424dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17329 | 2024.12.21 00:58:19.005994 [ 260 ] {a3fc17d3-82a8-47b0-baee-b66f82424dd7} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 17330 | 2024.12.21 00:58:19.006255 [ 260 ] {a3fc17d3-82a8-47b0-baee-b66f82424dd7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17331 | 2024.12.21 00:58:19.006472 [ 260 ] {a3fc17d3-82a8-47b0-baee-b66f82424dd7} <Debug> executeQuery: Read 34 rows, 2.52 KiB in 0.001734 sec., 19607.843137254902 rows/sec., 1.42 MiB/sec. | ||
| 17332 | 2024.12.21 00:58:19.006525 [ 260 ] {a3fc17d3-82a8-47b0-baee-b66f82424dd7} <Debug> TCPHandler: Processed in 0.001965767 sec. | ||
| 17333 | 2024.12.21 00:58:19.006693 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17334 | 2024.12.21 00:58:19.006834 [ 263 ] {5140164e-5ead-4587-aeda-10f9c5dae5c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17335 | 2024.12.21 00:58:19.006895 [ 263 ] {5140164e-5ead-4587-aeda-10f9c5dae5c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17336 | 2024.12.21 00:58:19.007668 [ 263 ] {5140164e-5ead-4587-aeda-10f9c5dae5c8} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17337 | 2024.12.21 00:58:19.007718 [ 263 ] {5140164e-5ead-4587-aeda-10f9c5dae5c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17338 | 2024.12.21 00:58:19.008143 [ 263 ] {5140164e-5ead-4587-aeda-10f9c5dae5c8} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17339 | 2024.12.21 00:58:19.008393 [ 263 ] {5140164e-5ead-4587-aeda-10f9c5dae5c8} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17340 | 2024.12.21 00:58:19.008617 [ 263 ] {5140164e-5ead-4587-aeda-10f9c5dae5c8} <Debug> executeQuery: Read 98 rows, 7.85 KiB in 0.001818 sec., 53905.39053905391 rows/sec., 4.21 MiB/sec. | ||
| 17341 | 2024.12.21 00:58:19.008674 [ 263 ] {5140164e-5ead-4587-aeda-10f9c5dae5c8} <Debug> TCPHandler: Processed in 0.002042388 sec. | ||
| 17342 | 2024.12.21 00:58:19.008852 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17343 | 2024.12.21 00:58:19.008992 [ 260 ] {2f1b16fb-b20e-4a5f-9a17-3d1d1054cc78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17344 | 2024.12.21 00:58:19.009054 [ 260 ] {2f1b16fb-b20e-4a5f-9a17-3d1d1054cc78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17345 | 2024.12.21 00:58:19.009731 [ 260 ] {2f1b16fb-b20e-4a5f-9a17-3d1d1054cc78} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17346 | 2024.12.21 00:58:19.009774 [ 260 ] {2f1b16fb-b20e-4a5f-9a17-3d1d1054cc78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17347 | 2024.12.21 00:58:19.010186 [ 260 ] {2f1b16fb-b20e-4a5f-9a17-3d1d1054cc78} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17348 | 2024.12.21 00:58:19.010436 [ 260 ] {2f1b16fb-b20e-4a5f-9a17-3d1d1054cc78} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17349 | 2024.12.21 00:58:19.010631 [ 260 ] {2f1b16fb-b20e-4a5f-9a17-3d1d1054cc78} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001669 sec., 97663.271420012 rows/sec., 6.80 MiB/sec. | ||
| 17350 | 2024.12.21 00:58:19.010687 [ 260 ] {2f1b16fb-b20e-4a5f-9a17-3d1d1054cc78} <Debug> TCPHandler: Processed in 0.001901585 sec. | ||
| 17351 | 2024.12.21 00:58:19.010847 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17352 | 2024.12.21 00:58:19.010987 [ 263 ] {09e94bf9-3a5f-4d90-b151-772c909d1be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17353 | 2024.12.21 00:58:19.011083 [ 263 ] {09e94bf9-3a5f-4d90-b151-772c909d1be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17354 | 2024.12.21 00:58:19.012405 [ 263 ] {09e94bf9-3a5f-4d90-b151-772c909d1be2} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17355 | 2024.12.21 00:58:19.012445 [ 263 ] {09e94bf9-3a5f-4d90-b151-772c909d1be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17356 | 2024.12.21 00:58:19.013131 [ 263 ] {09e94bf9-3a5f-4d90-b151-772c909d1be2} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 17357 | 2024.12.21 00:58:19.013404 [ 263 ] {09e94bf9-3a5f-4d90-b151-772c909d1be2} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17358 | 2024.12.21 00:58:19.013646 [ 263 ] {09e94bf9-3a5f-4d90-b151-772c909d1be2} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.00269 sec., 10408.921933085501 rows/sec., 18.65 MiB/sec. | ||
| 17359 | 2024.12.21 00:58:19.013760 [ 263 ] {09e94bf9-3a5f-4d90-b151-772c909d1be2} <Debug> TCPHandler: Processed in 0.002981545 sec. | ||
| 17360 | 2024.12.21 00:58:19.013939 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17361 | 2024.12.21 00:58:19.014078 [ 260 ] {b4129c20-9a29-459c-90b0-bbc0f5bea0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17362 | 2024.12.21 00:58:19.014138 [ 260 ] {b4129c20-9a29-459c-90b0-bbc0f5bea0a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17363 | 2024.12.21 00:58:19.014732 [ 260 ] {b4129c20-9a29-459c-90b0-bbc0f5bea0a3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17364 | 2024.12.21 00:58:19.014774 [ 260 ] {b4129c20-9a29-459c-90b0-bbc0f5bea0a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17365 | 2024.12.21 00:58:19.015150 [ 260 ] {b4129c20-9a29-459c-90b0-bbc0f5bea0a3} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17366 | 2024.12.21 00:58:19.015428 [ 260 ] {b4129c20-9a29-459c-90b0-bbc0f5bea0a3} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17367 | 2024.12.21 00:58:19.015630 [ 260 ] {b4129c20-9a29-459c-90b0-bbc0f5bea0a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001583 sec., 37902.71636133923 rows/sec., 2.55 MiB/sec. | ||
| 17368 | 2024.12.21 00:58:19.015681 [ 260 ] {b4129c20-9a29-459c-90b0-bbc0f5bea0a3} <Debug> TCPHandler: Processed in 0.001808394 sec. | ||
| 17369 | 2024.12.21 00:58:20.071604 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 | ||
| 17370 | 2024.12.21 00:58:20.072278 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17371 | 2024.12.21 00:58:20.072327 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17372 | 2024.12.21 00:58:20.072886 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17373 | 2024.12.21 00:58:20.073163 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17374 | 2024.12.21 00:58:20.073377 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 17375 | 2024.12.21 00:58:20.073418 [ 217 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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] | ||
| 17376 | 2024.12.21 00:58:20.073455 [ 217 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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] | ||
| 17377 | 2024.12.21 00:58:20.075259 [ 217 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): 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] | ||
| 17378 | 2024.12.21 00:58:21.585436 [ 225 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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] | ||
| 17379 | 2024.12.21 00:58:21.585518 [ 225 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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] | ||
| 17380 | 2024.12.21 00:58:21.587641 [ 225 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): 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] | ||
| 17381 | 2024.12.21 00:58:22.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.05 MiB, peak 292.13 MiB, free memory in arenas 0.00 B, will set to 274.05 MiB (RSS), difference: 4.00 MiB | ||
| 17382 | 2024.12.21 00:58:22.834577 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2432 | ||
| 17383 | 2024.12.21 00:58:22.837839 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17384 | 2024.12.21 00:58:22.837901 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17385 | 2024.12.21 00:58:22.839444 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17386 | 2024.12.21 00:58:22.839768 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17387 | 2024.12.21 00:58:22.841291 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2432 | ||
| 17388 | 2024.12.21 00:58:22.924680 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 17389 | 2024.12.21 00:58:22.947408 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17390 | 2024.12.21 00:58:22.947462 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17391 | 2024.12.21 00:58:22.955140 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17392 | 2024.12.21 00:58:22.955948 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17393 | 2024.12.21 00:58:22.959683 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 17394 | 2024.12.21 00:58:24.001943 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17395 | 2024.12.21 00:58:24.002133 [ 260 ] {55a85a23-59d6-40cf-9f21-546a509c5477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17396 | 2024.12.21 00:58:24.002203 [ 260 ] {55a85a23-59d6-40cf-9f21-546a509c5477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17397 | 2024.12.21 00:58:24.002955 [ 260 ] {55a85a23-59d6-40cf-9f21-546a509c5477} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17398 | 2024.12.21 00:58:24.002996 [ 260 ] {55a85a23-59d6-40cf-9f21-546a509c5477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17399 | 2024.12.21 00:58:24.003436 [ 260 ] {55a85a23-59d6-40cf-9f21-546a509c5477} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17400 | 2024.12.21 00:58:24.003707 [ 260 ] {55a85a23-59d6-40cf-9f21-546a509c5477} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17401 | 2024.12.21 00:58:24.003903 [ 260 ] {55a85a23-59d6-40cf-9f21-546a509c5477} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001823 sec., 7679.648930334613 rows/sec., 552.83 KiB/sec. | ||
| 17402 | 2024.12.21 00:58:24.003959 [ 260 ] {55a85a23-59d6-40cf-9f21-546a509c5477} <Debug> TCPHandler: Processed in 0.00214948 sec. | ||
| 17403 | 2024.12.21 00:58:24.004242 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17404 | 2024.12.21 00:58:24.004473 [ 263 ] {65bad17e-0cfe-405e-aea0-76378ccedf12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17405 | 2024.12.21 00:58:24.004565 [ 263 ] {65bad17e-0cfe-405e-aea0-76378ccedf12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17406 | 2024.12.21 00:58:24.005574 [ 263 ] {65bad17e-0cfe-405e-aea0-76378ccedf12} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17407 | 2024.12.21 00:58:24.005637 [ 263 ] {65bad17e-0cfe-405e-aea0-76378ccedf12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17408 | 2024.12.21 00:58:24.006145 [ 263 ] {65bad17e-0cfe-405e-aea0-76378ccedf12} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17409 | 2024.12.21 00:58:24.006427 [ 263 ] {65bad17e-0cfe-405e-aea0-76378ccedf12} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17410 | 2024.12.21 00:58:24.006710 [ 263 ] {65bad17e-0cfe-405e-aea0-76378ccedf12} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002296 sec., 98867.59581881533 rows/sec., 8.64 MiB/sec. | ||
| 17411 | 2024.12.21 00:58:24.006812 [ 263 ] {65bad17e-0cfe-405e-aea0-76378ccedf12} <Debug> TCPHandler: Processed in 0.00271835 sec. | ||
| 17412 | 2024.12.21 00:58:24.007036 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17413 | 2024.12.21 00:58:24.007233 [ 260 ] {f4d8f428-df43-4ef0-9408-694307c459d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17414 | 2024.12.21 00:58:24.007292 [ 260 ] {f4d8f428-df43-4ef0-9408-694307c459d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17415 | 2024.12.21 00:58:24.007969 [ 260 ] {f4d8f428-df43-4ef0-9408-694307c459d9} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17416 | 2024.12.21 00:58:24.008007 [ 260 ] {f4d8f428-df43-4ef0-9408-694307c459d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17417 | 2024.12.21 00:58:24.008373 [ 260 ] {f4d8f428-df43-4ef0-9408-694307c459d9} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 17418 | 2024.12.21 00:58:24.008620 [ 260 ] {f4d8f428-df43-4ef0-9408-694307c459d9} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17419 | 2024.12.21 00:58:24.008809 [ 260 ] {f4d8f428-df43-4ef0-9408-694307c459d9} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.00162 sec., 11728.395061728395 rows/sec., 838.52 KiB/sec. | ||
| 17420 | 2024.12.21 00:58:24.008865 [ 260 ] {f4d8f428-df43-4ef0-9408-694307c459d9} <Debug> TCPHandler: Processed in 0.001937396 sec. | ||
| 17421 | 2024.12.21 00:58:24.009059 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17422 | 2024.12.21 00:58:24.009220 [ 263 ] {0e0edcc6-bc81-4bb1-b8b6-a111062592f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17423 | 2024.12.21 00:58:24.009290 [ 263 ] {0e0edcc6-bc81-4bb1-b8b6-a111062592f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17424 | 2024.12.21 00:58:24.010048 [ 263 ] {0e0edcc6-bc81-4bb1-b8b6-a111062592f7} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17425 | 2024.12.21 00:58:24.010097 [ 263 ] {0e0edcc6-bc81-4bb1-b8b6-a111062592f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17426 | 2024.12.21 00:58:24.010517 [ 263 ] {0e0edcc6-bc81-4bb1-b8b6-a111062592f7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17427 | 2024.12.21 00:58:24.010774 [ 263 ] {0e0edcc6-bc81-4bb1-b8b6-a111062592f7} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17428 | 2024.12.21 00:58:24.010976 [ 78 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 6 parts from all_1_54_11 to all_59_59_0 | ||
| 17429 | 2024.12.21 00:58:24.011047 [ 263 ] {0e0edcc6-bc81-4bb1-b8b6-a111062592f7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001864 sec., 7510.729613733905 rows/sec., 526.00 KiB/sec. | ||
| 17430 | 2024.12.21 00:58:24.011074 [ 78 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17431 | 2024.12.21 00:58:24.011151 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17432 | 2024.12.21 00:58:24.011189 [ 263 ] {0e0edcc6-bc81-4bb1-b8b6-a111062592f7} <Debug> TCPHandler: Processed in 0.002203971 sec. | ||
| 17433 | 2024.12.21 00:58:24.011406 [ 221 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): 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] | ||
| 17434 | 2024.12.21 00:58:24.011466 [ 221 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): 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] | ||
| 17435 | 2024.12.21 00:58:24.011477 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17436 | 2024.12.21 00:58:24.011493 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_59_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_11 to all_59_59_0 into Compact with storage Full | ||
| 17437 | 2024.12.21 00:58:24.011834 [ 260 ] {ce524dba-315c-4551-935a-cfe3af29dac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17438 | 2024.12.21 00:58:24.011982 [ 260 ] {ce524dba-315c-4551-935a-cfe3af29dac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17439 | 2024.12.21 00:58:24.012042 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_59_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17440 | 2024.12.21 00:58:24.012223 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_11, total 243 rows starting from the beginning of the part | ||
| 17441 | 2024.12.21 00:58:24.012720 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 17442 | 2024.12.21 00:58:24.013439 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 17443 | 2024.12.21 00:58:24.013929 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 242 rows starting from the beginning of the part | ||
| 17444 | 2024.12.21 00:58:24.014442 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 17445 | 2024.12.21 00:58:24.015091 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 17446 | 2024.12.21 00:58:24.016753 [ 260 ] {ce524dba-315c-4551-935a-cfe3af29dac2} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17447 | 2024.12.21 00:58:24.016829 [ 260 ] {ce524dba-315c-4551-935a-cfe3af29dac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17448 | 2024.12.21 00:58:24.018367 [ 260 ] {ce524dba-315c-4551-935a-cfe3af29dac2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17449 | 2024.12.21 00:58:24.019295 [ 260 ] {ce524dba-315c-4551-935a-cfe3af29dac2} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17450 | 2024.12.21 00:58:24.020096 [ 260 ] {ce524dba-315c-4551-935a-cfe3af29dac2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.008396 sec., 1548.35636017151 rows/sec., 96.54 KiB/sec. | ||
| 17451 | 2024.12.21 00:58:24.020150 [ 221 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): 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] | ||
| 17452 | 2024.12.21 00:58:24.020512 [ 260 ] {ce524dba-315c-4551-935a-cfe3af29dac2} <Debug> TCPHandler: Processed in 0.009184901 sec. | ||
| 17453 | 2024.12.21 00:58:24.020797 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_59_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.009496946 sec., 56965.68138852217 rows/sec., 4.08 MiB/sec. | ||
| 17454 | 2024.12.21 00:58:24.020848 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17455 | 2024.12.21 00:58:24.021237 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_59_12} <Trace> MergedBlockOutputStream: filled checksums all_1_59_12 (state Temporary) | ||
| 17456 | 2024.12.21 00:58:24.021261 [ 263 ] {9066dc9e-388b-4d06-a4a9-0799f76348e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17457 | 2024.12.21 00:58:24.021484 [ 263 ] {9066dc9e-388b-4d06-a4a9-0799f76348e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17458 | 2024.12.21 00:58:24.022256 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_59_12} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_59_12 to all_1_59_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17459 | 2024.12.21 00:58:24.022483 [ 194 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_59_12} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 6 parts: [all_1_54_11, all_59_59_0] -> all_1_59_12 | ||
| 17460 | 2024.12.21 00:58:24.022609 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 17461 | 2024.12.21 00:58:24.023028 [ 263 ] {9066dc9e-388b-4d06-a4a9-0799f76348e0} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17462 | 2024.12.21 00:58:24.023077 [ 263 ] {9066dc9e-388b-4d06-a4a9-0799f76348e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17463 | 2024.12.21 00:58:24.023510 [ 263 ] {9066dc9e-388b-4d06-a4a9-0799f76348e0} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17464 | 2024.12.21 00:58:24.023770 [ 263 ] {9066dc9e-388b-4d06-a4a9-0799f76348e0} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17465 | 2024.12.21 00:58:24.024011 [ 263 ] {9066dc9e-388b-4d06-a4a9-0799f76348e0} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.002918 sec., 135023.98903358466 rows/sec., 9.59 MiB/sec. | ||
| 17466 | 2024.12.21 00:58:24.024074 [ 263 ] {9066dc9e-388b-4d06-a4a9-0799f76348e0} <Debug> TCPHandler: Processed in 0.003436184 sec. | ||
| 17467 | 2024.12.21 00:58:24.024245 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17468 | 2024.12.21 00:58:24.024387 [ 260 ] {defa5369-ae2f-4d73-a702-6de9923ac353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17469 | 2024.12.21 00:58:24.024448 [ 260 ] {defa5369-ae2f-4d73-a702-6de9923ac353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17470 | 2024.12.21 00:58:24.025028 [ 260 ] {defa5369-ae2f-4d73-a702-6de9923ac353} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17471 | 2024.12.21 00:58:24.025068 [ 260 ] {defa5369-ae2f-4d73-a702-6de9923ac353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17472 | 2024.12.21 00:58:24.025453 [ 260 ] {defa5369-ae2f-4d73-a702-6de9923ac353} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17473 | 2024.12.21 00:58:24.025698 [ 260 ] {defa5369-ae2f-4d73-a702-6de9923ac353} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17474 | 2024.12.21 00:58:24.025906 [ 260 ] {defa5369-ae2f-4d73-a702-6de9923ac353} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 202.11 KiB/sec. | ||
| 17475 | 2024.12.21 00:58:24.025956 [ 260 ] {defa5369-ae2f-4d73-a702-6de9923ac353} <Debug> TCPHandler: Processed in 0.001781033 sec. | ||
| 17476 | 2024.12.21 00:58:24.026114 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17477 | 2024.12.21 00:58:24.026240 [ 263 ] {54085118-ac11-46ed-b47c-cec10afcc3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17478 | 2024.12.21 00:58:24.026297 [ 263 ] {54085118-ac11-46ed-b47c-cec10afcc3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17479 | 2024.12.21 00:58:24.026907 [ 263 ] {54085118-ac11-46ed-b47c-cec10afcc3c3} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17480 | 2024.12.21 00:58:24.026949 [ 263 ] {54085118-ac11-46ed-b47c-cec10afcc3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17481 | 2024.12.21 00:58:24.027367 [ 263 ] {54085118-ac11-46ed-b47c-cec10afcc3c3} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17482 | 2024.12.21 00:58:24.027621 [ 263 ] {54085118-ac11-46ed-b47c-cec10afcc3c3} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17483 | 2024.12.21 00:58:24.027851 [ 263 ] {54085118-ac11-46ed-b47c-cec10afcc3c3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001637 sec., 144777.03115455102 rows/sec., 9.70 MiB/sec. | ||
| 17484 | 2024.12.21 00:58:24.027936 [ 263 ] {54085118-ac11-46ed-b47c-cec10afcc3c3} <Debug> TCPHandler: Processed in 0.001879704 sec. | ||
| 17485 | 2024.12.21 00:58:24.028137 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17486 | 2024.12.21 00:58:24.028314 [ 260 ] {1ee32c26-a06e-467b-a2ce-f68fd9bcf978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17487 | 2024.12.21 00:58:24.028379 [ 260 ] {1ee32c26-a06e-467b-a2ce-f68fd9bcf978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17488 | 2024.12.21 00:58:24.028925 [ 260 ] {1ee32c26-a06e-467b-a2ce-f68fd9bcf978} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17489 | 2024.12.21 00:58:24.028974 [ 260 ] {1ee32c26-a06e-467b-a2ce-f68fd9bcf978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17490 | 2024.12.21 00:58:24.029414 [ 260 ] {1ee32c26-a06e-467b-a2ce-f68fd9bcf978} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17491 | 2024.12.21 00:58:24.029705 [ 260 ] {1ee32c26-a06e-467b-a2ce-f68fd9bcf978} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17492 | 2024.12.21 00:58:24.029905 [ 78 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 6 parts from all_1_54_11 to all_59_59_0 | ||
| 17493 | 2024.12.21 00:58:24.029971 [ 260 ] {1ee32c26-a06e-467b-a2ce-f68fd9bcf978} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001702 sec., 587.5440658049354 rows/sec., 39.59 KiB/sec. | ||
| 17494 | 2024.12.21 00:58:24.029993 [ 78 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17495 | 2024.12.21 00:58:24.030057 [ 260 ] {1ee32c26-a06e-467b-a2ce-f68fd9bcf978} <Debug> TCPHandler: Processed in 0.002003547 sec. | ||
| 17496 | 2024.12.21 00:58:24.030079 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17497 | 2024.12.21 00:58:24.030302 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17498 | 2024.12.21 00:58:24.030311 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_59_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_11 to all_59_59_0 into Compact with storage Full | ||
| 17499 | 2024.12.21 00:58:24.030578 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_59_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17500 | 2024.12.21 00:58:24.030589 [ 263 ] {1fe7424b-e288-4577-9165-223bfd068d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17501 | 2024.12.21 00:58:24.030633 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_11, total 55 rows starting from the beginning of the part | ||
| 17502 | 2024.12.21 00:58:24.030924 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 17503 | 2024.12.21 00:58:24.030923 [ 263 ] {1fe7424b-e288-4577-9165-223bfd068d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17504 | 2024.12.21 00:58:24.031308 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 17505 | 2024.12.21 00:58:24.031717 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 17506 | 2024.12.21 00:58:24.032091 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 17507 | 2024.12.21 00:58:24.032392 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 17508 | 2024.12.21 00:58:24.036215 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_59_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.006024662 sec., 9959.064923476204 rows/sec., 670.42 KiB/sec. | ||
| 17509 | 2024.12.21 00:58:24.036449 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_59_12} <Trace> MergedBlockOutputStream: filled checksums all_1_59_12 (state Temporary) | ||
| 17510 | 2024.12.21 00:58:24.036710 [ 263 ] {1fe7424b-e288-4577-9165-223bfd068d08} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17511 | 2024.12.21 00:58:24.036784 [ 263 ] {1fe7424b-e288-4577-9165-223bfd068d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17512 | 2024.12.21 00:58:24.037203 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_59_12} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_59_12 to all_1_59_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17513 | 2024.12.21 00:58:24.037373 [ 193 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_59_12} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 6 parts: [all_1_54_11, all_59_59_0] -> all_1_59_12 | ||
| 17514 | 2024.12.21 00:58:24.037528 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17515 | 2024.12.21 00:58:24.037924 [ 263 ] {1fe7424b-e288-4577-9165-223bfd068d08} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 17516 | 2024.12.21 00:58:24.038220 [ 263 ] {1fe7424b-e288-4577-9165-223bfd068d08} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17517 | 2024.12.21 00:58:24.038483 [ 263 ] {1fe7424b-e288-4577-9165-223bfd068d08} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007996 sec., 1500.7503751875938 rows/sec., 2.69 MiB/sec. | ||
| 17518 | 2024.12.21 00:58:24.038624 [ 263 ] {1fe7424b-e288-4577-9165-223bfd068d08} <Debug> TCPHandler: Processed in 0.008464477 sec. | ||
| 17519 | 2024.12.21 00:58:24.038797 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17520 | 2024.12.21 00:58:24.038919 [ 260 ] {63137a36-b6c9-4a93-9799-4b426fa17124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17521 | 2024.12.21 00:58:24.038970 [ 260 ] {63137a36-b6c9-4a93-9799-4b426fa17124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17522 | 2024.12.21 00:58:24.039481 [ 260 ] {63137a36-b6c9-4a93-9799-4b426fa17124} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17523 | 2024.12.21 00:58:24.039521 [ 260 ] {63137a36-b6c9-4a93-9799-4b426fa17124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17524 | 2024.12.21 00:58:24.039904 [ 260 ] {63137a36-b6c9-4a93-9799-4b426fa17124} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17525 | 2024.12.21 00:58:24.040147 [ 260 ] {63137a36-b6c9-4a93-9799-4b426fa17124} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17526 | 2024.12.21 00:58:24.040366 [ 260 ] {63137a36-b6c9-4a93-9799-4b426fa17124} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001472 sec., 55706.52173913043 rows/sec., 3.54 MiB/sec. | ||
| 17527 | 2024.12.21 00:58:24.040421 [ 260 ] {63137a36-b6c9-4a93-9799-4b426fa17124} <Debug> TCPHandler: Processed in 0.001686361 sec. | ||
| 17528 | 2024.12.21 00:58:25.322999 [ 218 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): 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] | ||
| 17529 | 2024.12.21 00:58:25.323053 [ 218 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): 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] | ||
| 17530 | 2024.12.21 00:58:25.325070 [ 218 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): 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] | ||
| 17531 | 2024.12.21 00:58:25.416810 [ 224 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): 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] | ||
| 17532 | 2024.12.21 00:58:25.416864 [ 224 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): 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] | ||
| 17533 | 2024.12.21 00:58:25.418859 [ 224 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): 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] | ||
| 17534 | 2024.12.21 00:58:27.281783 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17535 | 2024.12.21 00:58:27.281845 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17536 | 2024.12.21 00:58:27.574469 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 | ||
| 17537 | 2024.12.21 00:58:27.575118 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17538 | 2024.12.21 00:58:27.575167 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17539 | 2024.12.21 00:58:27.575718 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 17540 | 2024.12.21 00:58:27.575989 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17541 | 2024.12.21 00:58:27.576220 [ 68 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 17542 | 2024.12.21 00:58:27.576254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 17543 | 2024.12.21 00:58:27.576309 [ 68 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17544 | 2024.12.21 00:58:27.576343 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17545 | 2024.12.21 00:58:27.576509 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 17546 | 2024.12.21 00:58:27.576699 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17547 | 2024.12.21 00:58:27.576751 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part | ||
| 17548 | 2024.12.21 00:58:27.576844 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part | ||
| 17549 | 2024.12.21 00:58:27.577044 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part | ||
| 17550 | 2024.12.21 00:58:27.577207 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part | ||
| 17551 | 2024.12.21 00:58:27.577315 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part | ||
| 17552 | 2024.12.21 00:58:27.577569 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part | ||
| 17553 | 2024.12.21 00:58:27.580803 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004379601 sec., 8997623.299474085 rows/sec., 128.71 MiB/sec. | ||
| 17554 | 2024.12.21 00:58:27.581206 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 17555 | 2024.12.21 00:58:27.581513 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_86_17} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17556 | 2024.12.21 00:58:27.581594 [ 189 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_86_17} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 17557 | 2024.12.21 00:58:27.581701 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 17558 | 2024.12.21 00:58:28.998851 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17559 | 2024.12.21 00:58:28.999051 [ 260 ] {e85bfe72-a4be-4c17-bc13-2604dcc43fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17560 | 2024.12.21 00:58:28.999140 [ 260 ] {e85bfe72-a4be-4c17-bc13-2604dcc43fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17561 | 2024.12.21 00:58:29.000003 [ 260 ] {e85bfe72-a4be-4c17-bc13-2604dcc43fd9} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17562 | 2024.12.21 00:58:29.000166 [ 260 ] {e85bfe72-a4be-4c17-bc13-2604dcc43fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17563 | 2024.12.21 00:58:29.000708 [ 260 ] {e85bfe72-a4be-4c17-bc13-2604dcc43fd9} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17564 | 2024.12.21 00:58:29.001002 [ 260 ] {e85bfe72-a4be-4c17-bc13-2604dcc43fd9} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17565 | 2024.12.21 00:58:29.001239 [ 70 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17566 | 2024.12.21 00:58:29.001287 [ 260 ] {e85bfe72-a4be-4c17-bc13-2604dcc43fd9} <Debug> executeQuery: Read 126 rows, 10.95 KiB in 0.002287 sec., 55094.009619588986 rows/sec., 4.68 MiB/sec. | ||
| 17567 | 2024.12.21 00:58:29.001318 [ 70 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17568 | 2024.12.21 00:58:29.001393 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17569 | 2024.12.21 00:58:29.001429 [ 260 ] {e85bfe72-a4be-4c17-bc13-2604dcc43fd9} <Debug> TCPHandler: Processed in 0.00271292 sec. | ||
| 17570 | 2024.12.21 00:58:29.001560 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17571 | 2024.12.21 00:58:29.001671 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17572 | 2024.12.21 00:58:29.001720 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1432 rows starting from the beginning of the part | ||
| 17573 | 2024.12.21 00:58:29.001736 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17574 | 2024.12.21 00:58:29.001834 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 110 rows starting from the beginning of the part | ||
| 17575 | 2024.12.21 00:58:29.002207 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 227 rows starting from the beginning of the part | ||
| 17576 | 2024.12.21 00:58:29.002310 [ 263 ] {f1db1fb9-cfc1-46ac-9015-057364f2dce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17577 | 2024.12.21 00:58:29.002535 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 115 rows starting from the beginning of the part | ||
| 17578 | 2024.12.21 00:58:29.002718 [ 263 ] {f1db1fb9-cfc1-46ac-9015-057364f2dce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17579 | 2024.12.21 00:58:29.002850 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 227 rows starting from the beginning of the part | ||
| 17580 | 2024.12.21 00:58:29.003266 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 126 rows starting from the beginning of the part | ||
| 17581 | 2024.12.21 00:58:29.005221 [ 263 ] {f1db1fb9-cfc1-46ac-9015-057364f2dce0} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17582 | 2024.12.21 00:58:29.005300 [ 263 ] {f1db1fb9-cfc1-46ac-9015-057364f2dce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17583 | 2024.12.21 00:58:29.006152 [ 263 ] {f1db1fb9-cfc1-46ac-9015-057364f2dce0} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 17584 | 2024.12.21 00:58:29.006630 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2237 rows, containing 5 columns (5 merged, 0 gathered) in 0.005137776 sec., 435402.3997932179 rows/sec., 38.38 MiB/sec. | ||
| 17585 | 2024.12.21 00:58:29.006686 [ 263 ] {f1db1fb9-cfc1-46ac-9015-057364f2dce0} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17586 | 2024.12.21 00:58:29.006963 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17587 | 2024.12.21 00:58:29.007191 [ 263 ] {f1db1fb9-cfc1-46ac-9015-057364f2dce0} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.005132 sec., 6819.953234606391 rows/sec., 512.83 KiB/sec. | ||
| 17588 | 2024.12.21 00:58:29.007516 [ 263 ] {f1db1fb9-cfc1-46ac-9015-057364f2dce0} <Debug> TCPHandler: Processed in 0.00594056 sec. | ||
| 17589 | 2024.12.21 00:58:29.007870 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_141_28} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17590 | 2024.12.21 00:58:29.007879 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17591 | 2024.12.21 00:58:29.008252 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_141_28} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17592 | 2024.12.21 00:58:29.008340 [ 260 ] {fd0b9333-faa8-4298-8967-dc98fcae5177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17593 | 2024.12.21 00:58:29.008556 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 17594 | 2024.12.21 00:58:29.008575 [ 260 ] {fd0b9333-faa8-4298-8967-dc98fcae5177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17595 | 2024.12.21 00:58:29.009502 [ 260 ] {fd0b9333-faa8-4298-8967-dc98fcae5177} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17596 | 2024.12.21 00:58:29.009542 [ 260 ] {fd0b9333-faa8-4298-8967-dc98fcae5177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17597 | 2024.12.21 00:58:29.009929 [ 260 ] {fd0b9333-faa8-4298-8967-dc98fcae5177} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17598 | 2024.12.21 00:58:29.010170 [ 260 ] {fd0b9333-faa8-4298-8967-dc98fcae5177} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17599 | 2024.12.21 00:58:29.010366 [ 70 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17600 | 2024.12.21 00:58:29.010428 [ 260 ] {fd0b9333-faa8-4298-8967-dc98fcae5177} <Debug> executeQuery: Read 105 rows, 8.43 KiB in 0.002222 sec., 47254.72547254725 rows/sec., 3.70 MiB/sec. | ||
| 17601 | 2024.12.21 00:58:29.010450 [ 70 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17602 | 2024.12.21 00:58:29.010525 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17603 | 2024.12.21 00:58:29.010562 [ 260 ] {fd0b9333-faa8-4298-8967-dc98fcae5177} <Debug> TCPHandler: Processed in 0.002882823 sec. | ||
| 17604 | 2024.12.21 00:58:29.010783 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17605 | 2024.12.21 00:58:29.010804 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17606 | 2024.12.21 00:58:29.011021 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17607 | 2024.12.21 00:58:29.011053 [ 263 ] {8c431621-e9ad-4d51-ab84-18af0e3d4890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17608 | 2024.12.21 00:58:29.011086 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 913 rows starting from the beginning of the part | ||
| 17609 | 2024.12.21 00:58:29.011187 [ 263 ] {8c431621-e9ad-4d51-ab84-18af0e3d4890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17610 | 2024.12.21 00:58:29.011430 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 91 rows starting from the beginning of the part | ||
| 17611 | 2024.12.21 00:58:29.011799 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 394 rows starting from the beginning of the part | ||
| 17612 | 2024.12.21 00:58:29.012230 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 98 rows starting from the beginning of the part | ||
| 17613 | 2024.12.21 00:58:29.012601 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 394 rows starting from the beginning of the part | ||
| 17614 | 2024.12.21 00:58:29.012968 [ 190 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 105 rows starting from the beginning of the part | ||
| 17615 | 2024.12.21 00:58:29.013955 [ 263 ] {8c431621-e9ad-4d51-ab84-18af0e3d4890} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17616 | 2024.12.21 00:58:29.014040 [ 263 ] {8c431621-e9ad-4d51-ab84-18af0e3d4890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17617 | 2024.12.21 00:58:29.015047 [ 263 ] {8c431621-e9ad-4d51-ab84-18af0e3d4890} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17618 | 2024.12.21 00:58:29.015504 [ 263 ] {8c431621-e9ad-4d51-ab84-18af0e3d4890} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17619 | 2024.12.21 00:58:29.015833 [ 263 ] {8c431621-e9ad-4d51-ab84-18af0e3d4890} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004862 sec., 32908.26820238585 rows/sec., 2.29 MiB/sec. | ||
| 17620 | 2024.12.21 00:58:29.015990 [ 263 ] {8c431621-e9ad-4d51-ab84-18af0e3d4890} <Debug> TCPHandler: Processed in 0.005306838 sec. | ||
| 17621 | 2024.12.21 00:58:29.016356 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17622 | 2024.12.21 00:58:29.016368 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1995 rows, containing 5 columns (5 merged, 0 gathered) in 0.005752757 sec., 346790.2433563594 rows/sec., 26.59 MiB/sec. | ||
| 17623 | 2024.12.21 00:58:29.016645 [ 260 ] {c0a527dd-94de-40f6-bdba-36200b6342fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17624 | 2024.12.21 00:58:29.016818 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17625 | 2024.12.21 00:58:29.016843 [ 260 ] {c0a527dd-94de-40f6-bdba-36200b6342fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17626 | 2024.12.21 00:58:29.017356 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_141_28} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17627 | 2024.12.21 00:58:29.017490 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_141_28} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17628 | 2024.12.21 00:58:29.017606 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 17629 | 2024.12.21 00:58:29.018473 [ 260 ] {c0a527dd-94de-40f6-bdba-36200b6342fa} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17630 | 2024.12.21 00:58:29.018512 [ 260 ] {c0a527dd-94de-40f6-bdba-36200b6342fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17631 | 2024.12.21 00:58:29.019205 [ 260 ] {c0a527dd-94de-40f6-bdba-36200b6342fa} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 17632 | 2024.12.21 00:58:29.019476 [ 260 ] {c0a527dd-94de-40f6-bdba-36200b6342fa} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17633 | 2024.12.21 00:58:29.019737 [ 260 ] {c0a527dd-94de-40f6-bdba-36200b6342fa} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003175 sec., 11023.622047244095 rows/sec., 19.75 MiB/sec. | ||
| 17634 | 2024.12.21 00:58:29.019846 [ 260 ] {c0a527dd-94de-40f6-bdba-36200b6342fa} <Debug> TCPHandler: Processed in 0.003688868 sec. | ||
| 17635 | 2024.12.21 00:58:29.020006 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17636 | 2024.12.21 00:58:29.020150 [ 263 ] {5afdfa27-d948-4f4d-9317-c1ffce1264b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 17637 | 2024.12.21 00:58:29.020213 [ 263 ] {5afdfa27-d948-4f4d-9317-c1ffce1264b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 17638 | 2024.12.21 00:58:29.020791 [ 263 ] {5afdfa27-d948-4f4d-9317-c1ffce1264b9} <Trace> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17639 | 2024.12.21 00:58:29.020837 [ 263 ] {5afdfa27-d948-4f4d-9317-c1ffce1264b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17640 | 2024.12.21 00:58:29.021243 [ 263 ] {5afdfa27-d948-4f4d-9317-c1ffce1264b9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 17641 | 2024.12.21 00:58:29.021491 [ 263 ] {5afdfa27-d948-4f4d-9317-c1ffce1264b9} <Trace> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17642 | 2024.12.21 00:58:29.021788 [ 263 ] {5afdfa27-d948-4f4d-9317-c1ffce1264b9} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001649 sec., 5457.85324439054 rows/sec., 419.88 KiB/sec. | ||
| 17643 | 2024.12.21 00:58:29.021906 [ 263 ] {5afdfa27-d948-4f4d-9317-c1ffce1264b9} <Debug> TCPHandler: Processed in 0.001968036 sec. | ||
| 17644 | 2024.12.21 00:58:29.022074 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17645 | 2024.12.21 00:58:29.022218 [ 260 ] {1431caf8-e279-4786-89d9-e249231c7559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17646 | 2024.12.21 00:58:29.022278 [ 260 ] {1431caf8-e279-4786-89d9-e249231c7559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17647 | 2024.12.21 00:58:29.022854 [ 260 ] {1431caf8-e279-4786-89d9-e249231c7559} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17648 | 2024.12.21 00:58:29.022900 [ 260 ] {1431caf8-e279-4786-89d9-e249231c7559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17649 | 2024.12.21 00:58:29.023297 [ 260 ] {1431caf8-e279-4786-89d9-e249231c7559} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17650 | 2024.12.21 00:58:29.023561 [ 260 ] {1431caf8-e279-4786-89d9-e249231c7559} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17651 | 2024.12.21 00:58:29.023737 [ 70 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17652 | 2024.12.21 00:58:29.023800 [ 70 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17653 | 2024.12.21 00:58:29.023800 [ 260 ] {1431caf8-e279-4786-89d9-e249231c7559} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001605 sec., 37383.17757009345 rows/sec., 2.52 MiB/sec. | ||
| 17654 | 2024.12.21 00:58:29.023830 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17655 | 2024.12.21 00:58:29.024014 [ 260 ] {1431caf8-e279-4786-89d9-e249231c7559} <Debug> TCPHandler: Processed in 0.002006547 sec. | ||
| 17656 | 2024.12.21 00:58:29.024128 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17657 | 2024.12.21 00:58:29.024342 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17658 | 2024.12.21 00:58:29.024450 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8262 rows starting from the beginning of the part | ||
| 17659 | 2024.12.21 00:58:29.024749 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part | ||
| 17660 | 2024.12.21 00:58:29.025025 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 82 rows starting from the beginning of the part | ||
| 17661 | 2024.12.21 00:58:29.025334 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part | ||
| 17662 | 2024.12.21 00:58:29.025738 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 82 rows starting from the beginning of the part | ||
| 17663 | 2024.12.21 00:58:29.026131 [ 197 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part | ||
| 17664 | 2024.12.21 00:58:29.029028 [ 200 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8606 rows, containing 4 columns (4 merged, 0 gathered) in 0.005080744 sec., 1693846.4130450187 rows/sec., 110.53 MiB/sec. | ||
| 17665 | 2024.12.21 00:58:29.029234 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17666 | 2024.12.21 00:58:29.029562 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_141_28} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17667 | 2024.12.21 00:58:29.029648 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_141_28} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17668 | 2024.12.21 00:58:29.029748 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 17669 | 2024.12.21 00:58:30.460716 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 17670 | 2024.12.21 00:58:30.484101 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17671 | 2024.12.21 00:58:30.484170 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17672 | 2024.12.21 00:58:30.492022 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 17673 | 2024.12.21 00:58:30.492898 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17674 | 2024.12.21 00:58:30.493232 [ 64 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 17675 | 2024.12.21 00:58:30.493310 [ 64 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17676 | 2024.12.21 00:58:30.493356 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17677 | 2024.12.21 00:58:30.493935 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 17678 | 2024.12.21 00:58:30.509483 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 17679 | 2024.12.21 00:58:30.511142 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17680 | 2024.12.21 00:58:30.512877 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 17681 | 2024.12.21 00:58:30.519403 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part | ||
| 17682 | 2024.12.21 00:58:30.525847 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 17683 | 2024.12.21 00:58:30.532325 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
| 17684 | 2024.12.21 00:58:30.538963 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part | ||
| 17685 | 2024.12.21 00:58:30.545351 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 17686 | 2024.12.21 00:58:30.614312 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.120794251 sec., 5372.772252215877 rows/sec., 27.78 MiB/sec. | ||
| 17687 | 2024.12.21 00:58:30.617322 [ 199 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 17688 | 2024.12.21 00:58:30.620143 [ 199 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_86_17} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17689 | 2024.12.21 00:58:30.620276 [ 199 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_86_17} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 17690 | 2024.12.21 00:58:30.622312 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 17691 | 2024.12.21 00:58:30.803864 [ 64 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 17692 | 2024.12.21 00:58:30.803928 [ 64 ] {} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17693 | 2024.12.21 00:58:30.803955 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17694 | 2024.12.21 00:58:30.804147 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::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 | ||
| 17695 | 2024.12.21 00:58:30.804371 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17696 | 2024.12.21 00:58:30.804419 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 18 rows starting from the beginning of the part | ||
| 17697 | 2024.12.21 00:58:30.804523 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
| 17698 | 2024.12.21 00:58:30.804787 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
| 17699 | 2024.12.21 00:58:30.804957 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 17700 | 2024.12.21 00:58:30.805152 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 17701 | 2024.12.21 00:58:30.806230 [ 191 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00218455 sec., 16479.366459911653 rows/sec., 1.38 MiB/sec. | ||
| 17702 | 2024.12.21 00:58:30.806393 [ 198 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 17703 | 2024.12.21 00:58:30.806690 [ 198 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_37_9} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17704 | 2024.12.21 00:58:30.806776 [ 198 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_37_9} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 17705 | 2024.12.21 00:58:30.806863 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17706 | 2024.12.21 00:58:31.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.19 MiB, peak 292.55 MiB, free memory in arenas 0.00 B, will set to 274.05 MiB (RSS), difference: -1.14 MiB | ||
| 17707 | 2024.12.21 00:58:32.582414 [ 218 ] {} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): 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] | ||
| 17708 | 2024.12.21 00:58:32.582479 [ 218 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): 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] | ||
| 17709 | 2024.12.21 00:58:32.584050 [ 218 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): 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] | ||
| 17710 | 2024.12.21 00:58:32.793016 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17711 | 2024.12.21 00:58:32.793305 [ 260 ] {8f65154e-71b4-487d-8a0e-ac00db64f05a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17712 | 2024.12.21 00:58:32.793419 [ 260 ] {8f65154e-71b4-487d-8a0e-ac00db64f05a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17713 | 2024.12.21 00:58:32.794652 [ 260 ] {8f65154e-71b4-487d-8a0e-ac00db64f05a} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17714 | 2024.12.21 00:58:32.794727 [ 260 ] {8f65154e-71b4-487d-8a0e-ac00db64f05a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17715 | 2024.12.21 00:58:32.795359 [ 260 ] {8f65154e-71b4-487d-8a0e-ac00db64f05a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17716 | 2024.12.21 00:58:32.795749 [ 260 ] {8f65154e-71b4-487d-8a0e-ac00db64f05a} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17717 | 2024.12.21 00:58:32.796056 [ 260 ] {8f65154e-71b4-487d-8a0e-ac00db64f05a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002832 sec., 4943.502824858757 rows/sec., 355.87 KiB/sec. | ||
| 17718 | 2024.12.21 00:58:32.796162 [ 260 ] {8f65154e-71b4-487d-8a0e-ac00db64f05a} <Debug> TCPHandler: Processed in 0.003342722 sec. | ||
| 17719 | 2024.12.21 00:58:32.796646 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17720 | 2024.12.21 00:58:32.796947 [ 263 ] {a5d3c1d8-13e6-4579-96f6-bc367c0e1e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17721 | 2024.12.21 00:58:32.797089 [ 263 ] {a5d3c1d8-13e6-4579-96f6-bc367c0e1e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17722 | 2024.12.21 00:58:32.798412 [ 263 ] {a5d3c1d8-13e6-4579-96f6-bc367c0e1e53} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17723 | 2024.12.21 00:58:32.798489 [ 263 ] {a5d3c1d8-13e6-4579-96f6-bc367c0e1e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17724 | 2024.12.21 00:58:32.799240 [ 263 ] {a5d3c1d8-13e6-4579-96f6-bc367c0e1e53} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 17725 | 2024.12.21 00:58:32.799731 [ 263 ] {a5d3c1d8-13e6-4579-96f6-bc367c0e1e53} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17726 | 2024.12.21 00:58:32.800095 [ 263 ] {a5d3c1d8-13e6-4579-96f6-bc367c0e1e53} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.003241 sec., 1234.1869793273681 rows/sec., 100.64 KiB/sec. | ||
| 17727 | 2024.12.21 00:58:32.800212 [ 263 ] {a5d3c1d8-13e6-4579-96f6-bc367c0e1e53} <Debug> TCPHandler: Processed in 0.003829131 sec. | ||
| 17728 | 2024.12.21 00:58:32.800469 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17729 | 2024.12.21 00:58:32.800683 [ 260 ] {2fd70828-0f6e-42ba-8bc2-7f9a67a90fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17730 | 2024.12.21 00:58:32.800783 [ 260 ] {2fd70828-0f6e-42ba-8bc2-7f9a67a90fd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17731 | 2024.12.21 00:58:32.802774 [ 260 ] {2fd70828-0f6e-42ba-8bc2-7f9a67a90fd5} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17732 | 2024.12.21 00:58:32.802830 [ 260 ] {2fd70828-0f6e-42ba-8bc2-7f9a67a90fd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17733 | 2024.12.21 00:58:32.803493 [ 260 ] {2fd70828-0f6e-42ba-8bc2-7f9a67a90fd5} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17734 | 2024.12.21 00:58:32.803884 [ 260 ] {2fd70828-0f6e-42ba-8bc2-7f9a67a90fd5} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17735 | 2024.12.21 00:58:32.804180 [ 260 ] {2fd70828-0f6e-42ba-8bc2-7f9a67a90fd5} <Debug> executeQuery: Read 1369 rows, 116.58 KiB in 0.003542 sec., 386504.7995482778 rows/sec., 32.14 MiB/sec. | ||
| 17736 | 2024.12.21 00:58:32.804275 [ 260 ] {2fd70828-0f6e-42ba-8bc2-7f9a67a90fd5} <Debug> TCPHandler: Processed in 0.003907932 sec. | ||
| 17737 | 2024.12.21 00:58:32.804547 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17738 | 2024.12.21 00:58:32.804766 [ 263 ] {e871fd7a-2a45-4a10-8d47-b600bf482236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17739 | 2024.12.21 00:58:32.804858 [ 263 ] {e871fd7a-2a45-4a10-8d47-b600bf482236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17740 | 2024.12.21 00:58:32.805764 [ 263 ] {e871fd7a-2a45-4a10-8d47-b600bf482236} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17741 | 2024.12.21 00:58:32.805818 [ 263 ] {e871fd7a-2a45-4a10-8d47-b600bf482236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17742 | 2024.12.21 00:58:32.806367 [ 263 ] {e871fd7a-2a45-4a10-8d47-b600bf482236} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 17743 | 2024.12.21 00:58:32.806738 [ 263 ] {e871fd7a-2a45-4a10-8d47-b600bf482236} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17744 | 2024.12.21 00:58:32.807010 [ 63 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 17745 | 2024.12.21 00:58:32.807038 [ 263 ] {e871fd7a-2a45-4a10-8d47-b600bf482236} <Debug> executeQuery: Read 23 rows, 1.64 KiB in 0.002326 sec., 9888.220120378332 rows/sec., 704.08 KiB/sec. | ||
| 17746 | 2024.12.21 00:58:32.807113 [ 63 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17747 | 2024.12.21 00:58:32.807186 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17748 | 2024.12.21 00:58:32.807250 [ 263 ] {e871fd7a-2a45-4a10-8d47-b600bf482236} <Debug> TCPHandler: Processed in 0.002810212 sec. | ||
| 17749 | 2024.12.21 00:58:32.807437 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 17750 | 2024.12.21 00:58:32.807522 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17751 | 2024.12.21 00:58:32.807764 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17752 | 2024.12.21 00:58:32.807865 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 64 rows starting from the beginning of the part | ||
| 17753 | 2024.12.21 00:58:32.807879 [ 260 ] {7dd75701-c704-4621-a614-1a6f3dc909bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17754 | 2024.12.21 00:58:32.808065 [ 260 ] {7dd75701-c704-4621-a614-1a6f3dc909bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17755 | 2024.12.21 00:58:32.808126 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 19 rows starting from the beginning of the part | ||
| 17756 | 2024.12.21 00:58:32.808664 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 34 rows starting from the beginning of the part | ||
| 17757 | 2024.12.21 00:58:32.809190 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 19 rows starting from the beginning of the part | ||
| 17758 | 2024.12.21 00:58:32.809586 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 35 rows starting from the beginning of the part | ||
| 17759 | 2024.12.21 00:58:32.809973 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 23 rows starting from the beginning of the part | ||
| 17760 | 2024.12.21 00:58:32.811458 [ 260 ] {7dd75701-c704-4621-a614-1a6f3dc909bd} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17761 | 2024.12.21 00:58:32.811545 [ 260 ] {7dd75701-c704-4621-a614-1a6f3dc909bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17762 | 2024.12.21 00:58:32.813030 [ 260 ] {7dd75701-c704-4621-a614-1a6f3dc909bd} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17763 | 2024.12.21 00:58:32.813384 [ 198 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.006056943 sec., 32029.35870454782 rows/sec., 2.40 MiB/sec. | ||
| 17764 | 2024.12.21 00:58:32.813677 [ 260 ] {7dd75701-c704-4621-a614-1a6f3dc909bd} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17765 | 2024.12.21 00:58:32.813708 [ 196 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 17766 | 2024.12.21 00:58:32.814231 [ 260 ] {7dd75701-c704-4621-a614-1a6f3dc909bd} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006413 sec., 37735.84905660377 rows/sec., 2.56 MiB/sec. | ||
| 17767 | 2024.12.21 00:58:32.814596 [ 260 ] {7dd75701-c704-4621-a614-1a6f3dc909bd} <Debug> TCPHandler: Processed in 0.007185234 sec. | ||
| 17768 | 2024.12.21 00:58:32.814966 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_121_24} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17769 | 2024.12.21 00:58:32.814979 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17770 | 2024.12.21 00:58:32.815246 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_121_24} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 17771 | 2024.12.21 00:58:32.815282 [ 263 ] {dcaef5ce-d3c0-4de9-8852-90dad38fa25e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17772 | 2024.12.21 00:58:32.815377 [ 263 ] {dcaef5ce-d3c0-4de9-8852-90dad38fa25e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17773 | 2024.12.21 00:58:32.815378 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 17774 | 2024.12.21 00:58:32.816195 [ 263 ] {dcaef5ce-d3c0-4de9-8852-90dad38fa25e} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17775 | 2024.12.21 00:58:32.816252 [ 263 ] {dcaef5ce-d3c0-4de9-8852-90dad38fa25e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17776 | 2024.12.21 00:58:32.816874 [ 263 ] {dcaef5ce-d3c0-4de9-8852-90dad38fa25e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17777 | 2024.12.21 00:58:32.817235 [ 263 ] {dcaef5ce-d3c0-4de9-8852-90dad38fa25e} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17778 | 2024.12.21 00:58:32.817524 [ 263 ] {dcaef5ce-d3c0-4de9-8852-90dad38fa25e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002295 sec., 5664.488017429194 rows/sec., 353.18 KiB/sec. | ||
| 17779 | 2024.12.21 00:58:32.817603 [ 263 ] {dcaef5ce-d3c0-4de9-8852-90dad38fa25e} <Debug> TCPHandler: Processed in 0.002814383 sec. | ||
| 17780 | 2024.12.21 00:58:32.817850 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17781 | 2024.12.21 00:58:32.818063 [ 260 ] {6b08cbaa-fa34-45e5-8e50-3e5fe7c2d28b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17782 | 2024.12.21 00:58:32.818140 [ 260 ] {6b08cbaa-fa34-45e5-8e50-3e5fe7c2d28b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17783 | 2024.12.21 00:58:32.819395 [ 260 ] {6b08cbaa-fa34-45e5-8e50-3e5fe7c2d28b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17784 | 2024.12.21 00:58:32.819455 [ 260 ] {6b08cbaa-fa34-45e5-8e50-3e5fe7c2d28b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17785 | 2024.12.21 00:58:32.820116 [ 260 ] {6b08cbaa-fa34-45e5-8e50-3e5fe7c2d28b} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17786 | 2024.12.21 00:58:32.820478 [ 260 ] {6b08cbaa-fa34-45e5-8e50-3e5fe7c2d28b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17787 | 2024.12.21 00:58:32.820773 [ 260 ] {6b08cbaa-fa34-45e5-8e50-3e5fe7c2d28b} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.002764 sec., 308972.503617945 rows/sec., 22.35 MiB/sec. | ||
| 17788 | 2024.12.21 00:58:32.820860 [ 260 ] {6b08cbaa-fa34-45e5-8e50-3e5fe7c2d28b} <Debug> TCPHandler: Processed in 0.003105358 sec. | ||
| 17789 | 2024.12.21 00:58:32.821062 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17790 | 2024.12.21 00:58:32.821240 [ 263 ] {2cded326-1d36-4cfc-ba6b-7acd42aac83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17791 | 2024.12.21 00:58:32.821313 [ 263 ] {2cded326-1d36-4cfc-ba6b-7acd42aac83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17792 | 2024.12.21 00:58:32.822037 [ 263 ] {2cded326-1d36-4cfc-ba6b-7acd42aac83c} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17793 | 2024.12.21 00:58:32.822090 [ 263 ] {2cded326-1d36-4cfc-ba6b-7acd42aac83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17794 | 2024.12.21 00:58:32.822636 [ 263 ] {2cded326-1d36-4cfc-ba6b-7acd42aac83c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17795 | 2024.12.21 00:58:32.822981 [ 263 ] {2cded326-1d36-4cfc-ba6b-7acd42aac83c} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17796 | 2024.12.21 00:58:32.823242 [ 263 ] {2cded326-1d36-4cfc-ba6b-7acd42aac83c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00204 sec., 2941.176470588235 rows/sec., 153.66 KiB/sec. | ||
| 17797 | 2024.12.21 00:58:32.823316 [ 263 ] {2cded326-1d36-4cfc-ba6b-7acd42aac83c} <Debug> TCPHandler: Processed in 0.002330503 sec. | ||
| 17798 | 2024.12.21 00:58:32.823547 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17799 | 2024.12.21 00:58:32.823762 [ 260 ] {7c6d643b-e961-4230-8574-8206feace890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17800 | 2024.12.21 00:58:32.823858 [ 260 ] {7c6d643b-e961-4230-8574-8206feace890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17801 | 2024.12.21 00:58:32.824956 [ 260 ] {7c6d643b-e961-4230-8574-8206feace890} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17802 | 2024.12.21 00:58:32.825010 [ 260 ] {7c6d643b-e961-4230-8574-8206feace890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17803 | 2024.12.21 00:58:32.825695 [ 260 ] {7c6d643b-e961-4230-8574-8206feace890} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17804 | 2024.12.21 00:58:32.826054 [ 260 ] {7c6d643b-e961-4230-8574-8206feace890} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17805 | 2024.12.21 00:58:32.826395 [ 260 ] {7c6d643b-e961-4230-8574-8206feace890} <Debug> executeQuery: Read 917 rows, 62.63 KiB in 0.002675 sec., 342803.73831775703 rows/sec., 22.87 MiB/sec. | ||
| 17806 | 2024.12.21 00:58:32.826507 [ 260 ] {7c6d643b-e961-4230-8574-8206feace890} <Debug> TCPHandler: Processed in 0.003042497 sec. | ||
| 17807 | 2024.12.21 00:58:32.826780 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17808 | 2024.12.21 00:58:32.827149 [ 263 ] {b95aa789-5c82-454c-9bab-d61e41ca3045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17809 | 2024.12.21 00:58:32.827295 [ 263 ] {b95aa789-5c82-454c-9bab-d61e41ca3045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17810 | 2024.12.21 00:58:32.827984 [ 263 ] {b95aa789-5c82-454c-9bab-d61e41ca3045} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17811 | 2024.12.21 00:58:32.828033 [ 263 ] {b95aa789-5c82-454c-9bab-d61e41ca3045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17812 | 2024.12.21 00:58:32.828548 [ 263 ] {b95aa789-5c82-454c-9bab-d61e41ca3045} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17813 | 2024.12.21 00:58:32.828913 [ 263 ] {b95aa789-5c82-454c-9bab-d61e41ca3045} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17814 | 2024.12.21 00:58:32.829221 [ 263 ] {b95aa789-5c82-454c-9bab-d61e41ca3045} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00219 sec., 456.62100456621005 rows/sec., 30.77 KiB/sec. | ||
| 17815 | 2024.12.21 00:58:32.829358 [ 263 ] {b95aa789-5c82-454c-9bab-d61e41ca3045} <Debug> TCPHandler: Processed in 0.00270926 sec. | ||
| 17816 | 2024.12.21 00:58:32.829625 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17817 | 2024.12.21 00:58:32.829800 [ 260 ] {976183ec-dcf1-4fcb-b62d-10a17b634ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17818 | 2024.12.21 00:58:32.829906 [ 260 ] {976183ec-dcf1-4fcb-b62d-10a17b634ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17819 | 2024.12.21 00:58:32.831485 [ 260 ] {976183ec-dcf1-4fcb-b62d-10a17b634ec2} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17820 | 2024.12.21 00:58:32.831543 [ 260 ] {976183ec-dcf1-4fcb-b62d-10a17b634ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17821 | 2024.12.21 00:58:32.832444 [ 260 ] {976183ec-dcf1-4fcb-b62d-10a17b634ec2} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 17822 | 2024.12.21 00:58:32.832813 [ 260 ] {976183ec-dcf1-4fcb-b62d-10a17b634ec2} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17823 | 2024.12.21 00:58:32.833068 [ 62 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 17824 | 2024.12.21 00:58:32.833177 [ 62 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17825 | 2024.12.21 00:58:32.833177 [ 260 ] {976183ec-dcf1-4fcb-b62d-10a17b634ec2} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003398 sec., 3531.489111241907 rows/sec., 6.33 MiB/sec. | ||
| 17826 | 2024.12.21 00:58:32.833229 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17827 | 2024.12.21 00:58:32.833783 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 17828 | 2024.12.21 00:58:32.833916 [ 260 ] {976183ec-dcf1-4fcb-b62d-10a17b634ec2} <Debug> TCPHandler: Processed in 0.004398602 sec. | ||
| 17829 | 2024.12.21 00:58:32.834400 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17830 | 2024.12.21 00:58:32.834898 [ 263 ] {ac337ff4-bd9f-4f01-97c8-a35e8a5fb2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17831 | 2024.12.21 00:58:32.835187 [ 263 ] {ac337ff4-bd9f-4f01-97c8-a35e8a5fb2fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17832 | 2024.12.21 00:58:32.836302 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17833 | 2024.12.21 00:58:32.836525 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2265 rows starting from the beginning of the part | ||
| 17834 | 2024.12.21 00:58:32.837231 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 12 rows starting from the beginning of the part | ||
| 17835 | 2024.12.21 00:58:32.837936 [ 263 ] {ac337ff4-bd9f-4f01-97c8-a35e8a5fb2fc} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17836 | 2024.12.21 00:58:32.837974 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 28 rows starting from the beginning of the part | ||
| 17837 | 2024.12.21 00:58:32.838013 [ 263 ] {ac337ff4-bd9f-4f01-97c8-a35e8a5fb2fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17838 | 2024.12.21 00:58:32.838618 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 12 rows starting from the beginning of the part | ||
| 17839 | 2024.12.21 00:58:32.839449 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 35 rows starting from the beginning of the part | ||
| 17840 | 2024.12.21 00:58:32.839567 [ 263 ] {ac337ff4-bd9f-4f01-97c8-a35e8a5fb2fc} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17841 | 2024.12.21 00:58:32.840029 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 12 rows starting from the beginning of the part | ||
| 17842 | 2024.12.21 00:58:32.840575 [ 263 ] {ac337ff4-bd9f-4f01-97c8-a35e8a5fb2fc} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17843 | 2024.12.21 00:58:32.841529 [ 263 ] {ac337ff4-bd9f-4f01-97c8-a35e8a5fb2fc} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.006842 sec., 9646.30225080386 rows/sec., 617.31 KiB/sec. | ||
| 17844 | 2024.12.21 00:58:32.841737 [ 263 ] {ac337ff4-bd9f-4f01-97c8-a35e8a5fb2fc} <Debug> TCPHandler: Processed in 0.007603011 sec. | ||
| 17845 | 2024.12.21 00:58:32.842504 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 2492 | ||
| 17846 | 2024.12.21 00:58:32.849545 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17847 | 2024.12.21 00:58:32.849603 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17848 | 2024.12.21 00:58:32.852268 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17849 | 2024.12.21 00:58:32.852716 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17850 | 2024.12.21 00:58:32.856086 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2364 rows, containing 19 columns (19 merged, 0 gathered) in 0.022688341 sec., 104194.4847355741 rows/sec., 186.71 MiB/sec. | ||
| 17851 | 2024.12.21 00:58:32.856241 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2492 | ||
| 17852 | 2024.12.21 00:58:32.858462 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 17853 | 2024.12.21 00:58:32.859055 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17854 | 2024.12.21 00:58:32.859181 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 17855 | 2024.12.21 00:58:32.859356 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.52 MiB. | ||
| 17856 | 2024.12.21 00:58:33.991482 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17857 | 2024.12.21 00:58:33.991691 [ 260 ] {440e79b3-219c-41a7-9a21-4543d6da234c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17858 | 2024.12.21 00:58:33.991772 [ 260 ] {440e79b3-219c-41a7-9a21-4543d6da234c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17859 | 2024.12.21 00:58:33.992618 [ 260 ] {440e79b3-219c-41a7-9a21-4543d6da234c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17860 | 2024.12.21 00:58:33.992666 [ 260 ] {440e79b3-219c-41a7-9a21-4543d6da234c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17861 | 2024.12.21 00:58:33.993139 [ 260 ] {440e79b3-219c-41a7-9a21-4543d6da234c} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17862 | 2024.12.21 00:58:33.993412 [ 260 ] {440e79b3-219c-41a7-9a21-4543d6da234c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17863 | 2024.12.21 00:58:33.993682 [ 260 ] {440e79b3-219c-41a7-9a21-4543d6da234c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002033 sec., 27545.499262174126 rows/sec., 2.10 MiB/sec. | ||
| 17864 | 2024.12.21 00:58:33.993809 [ 260 ] {440e79b3-219c-41a7-9a21-4543d6da234c} <Debug> TCPHandler: Processed in 0.002468636 sec. | ||
| 17865 | 2024.12.21 00:58:33.994085 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17866 | 2024.12.21 00:58:33.994294 [ 263 ] {c96bb1ce-d71a-4a6f-a998-a23ae12bb2b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17867 | 2024.12.21 00:58:33.994374 [ 263 ] {c96bb1ce-d71a-4a6f-a998-a23ae12bb2b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17868 | 2024.12.21 00:58:33.995252 [ 263 ] {c96bb1ce-d71a-4a6f-a998-a23ae12bb2b0} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17869 | 2024.12.21 00:58:33.995297 [ 263 ] {c96bb1ce-d71a-4a6f-a998-a23ae12bb2b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17870 | 2024.12.21 00:58:33.995747 [ 263 ] {c96bb1ce-d71a-4a6f-a998-a23ae12bb2b0} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17871 | 2024.12.21 00:58:33.996008 [ 263 ] {c96bb1ce-d71a-4a6f-a998-a23ae12bb2b0} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17872 | 2024.12.21 00:58:33.996215 [ 263 ] {c96bb1ce-d71a-4a6f-a998-a23ae12bb2b0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001977 sec., 32372.281234193222 rows/sec., 2.53 MiB/sec. | ||
| 17873 | 2024.12.21 00:58:33.996279 [ 263 ] {c96bb1ce-d71a-4a6f-a998-a23ae12bb2b0} <Debug> TCPHandler: Processed in 0.002351104 sec. | ||
| 17874 | 2024.12.21 00:58:33.996454 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17875 | 2024.12.21 00:58:33.996622 [ 260 ] {f2ebaabf-f2db-49e2-b966-6da8ac80e85b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17876 | 2024.12.21 00:58:33.996732 [ 260 ] {f2ebaabf-f2db-49e2-b966-6da8ac80e85b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17877 | 2024.12.21 00:58:33.997367 [ 260 ] {f2ebaabf-f2db-49e2-b966-6da8ac80e85b} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17878 | 2024.12.21 00:58:33.997408 [ 260 ] {f2ebaabf-f2db-49e2-b966-6da8ac80e85b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17879 | 2024.12.21 00:58:33.997825 [ 260 ] {f2ebaabf-f2db-49e2-b966-6da8ac80e85b} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17880 | 2024.12.21 00:58:33.998075 [ 260 ] {f2ebaabf-f2db-49e2-b966-6da8ac80e85b} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17881 | 2024.12.21 00:58:33.998314 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 5 parts from all_1_138_28 to all_142_142_0 | ||
| 17882 | 2024.12.21 00:58:33.998358 [ 260 ] {f2ebaabf-f2db-49e2-b966-6da8ac80e85b} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001789 sec., 23476.802683063164 rows/sec., 1.63 MiB/sec. | ||
| 17883 | 2024.12.21 00:58:33.998423 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17884 | 2024.12.21 00:58:33.998544 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17885 | 2024.12.21 00:58:33.998666 [ 260 ] {f2ebaabf-f2db-49e2-b966-6da8ac80e85b} <Debug> TCPHandler: Processed in 0.002268412 sec. | ||
| 17886 | 2024.12.21 00:58:33.999038 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17887 | 2024.12.21 00:58:33.999521 [ 263 ] {c0a00b97-4721-4d3a-bde2-39dcabf4be31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17888 | 2024.12.21 00:58:33.999731 [ 263 ] {c0a00b97-4721-4d3a-bde2-39dcabf4be31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17889 | 2024.12.21 00:58:34.000235 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_142_29} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_138_28 to all_142_142_0 into Compact with storage Full | ||
| 17890 | 2024.12.21 00:58:34.002155 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_142_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17891 | 2024.12.21 00:58:34.002289 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_142_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_138_28, total 39058 rows starting from the beginning of the part | ||
| 17892 | 2024.12.21 00:58:34.002632 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_142_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 163 rows starting from the beginning of the part | ||
| 17893 | 2024.12.21 00:58:34.002975 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_142_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 237 rows starting from the beginning of the part | ||
| 17894 | 2024.12.21 00:58:34.002978 [ 263 ] {c0a00b97-4721-4d3a-bde2-39dcabf4be31} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17895 | 2024.12.21 00:58:34.003098 [ 263 ] {c0a00b97-4721-4d3a-bde2-39dcabf4be31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17896 | 2024.12.21 00:58:34.003204 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_142_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part | ||
| 17897 | 2024.12.21 00:58:34.003567 [ 194 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_142_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 917 rows starting from the beginning of the part | ||
| 17898 | 2024.12.21 00:58:34.004410 [ 263 ] {c0a00b97-4721-4d3a-bde2-39dcabf4be31} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17899 | 2024.12.21 00:58:34.004842 [ 263 ] {c0a00b97-4721-4d3a-bde2-39dcabf4be31} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17900 | 2024.12.21 00:58:34.005173 [ 263 ] {c0a00b97-4721-4d3a-bde2-39dcabf4be31} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.00581 sec., 2753.8726333907057 rows/sec., 190.94 KiB/sec. | ||
| 17901 | 2024.12.21 00:58:34.005238 [ 263 ] {c0a00b97-4721-4d3a-bde2-39dcabf4be31} <Debug> TCPHandler: Processed in 0.006426219 sec. | ||
| 17902 | 2024.12.21 00:58:34.011530 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_142_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40535 rows, containing 5 columns (5 merged, 0 gathered) in 0.012791128 sec., 3168993.383538965 rows/sec., 214.13 MiB/sec. | ||
| 17903 | 2024.12.21 00:58:34.012175 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_142_29} <Trace> MergedBlockOutputStream: filled checksums all_1_142_29 (state Temporary) | ||
| 17904 | 2024.12.21 00:58:34.012504 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_142_29} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_142_29 to all_1_142_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17905 | 2024.12.21 00:58:34.012590 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_142_29} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 5 parts: [all_1_138_28, all_142_142_0] -> all_1_142_29 | ||
| 17906 | 2024.12.21 00:58:34.012683 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 17907 | 2024.12.21 00:58:34.401623 [ 225 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17908 | 2024.12.21 00:58:34.401680 [ 225 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17909 | 2024.12.21 00:58:34.405034 [ 225 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17910 | 2024.12.21 00:58:34.736555 [ 222 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17911 | 2024.12.21 00:58:34.736642 [ 222 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17912 | 2024.12.21 00:58:34.739510 [ 222 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17913 | 2024.12.21 00:58:35.077395 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
| 17914 | 2024.12.21 00:58:35.078354 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17915 | 2024.12.21 00:58:35.078425 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17916 | 2024.12.21 00:58:35.079234 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 17917 | 2024.12.21 00:58:35.079628 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17918 | 2024.12.21 00:58:35.080020 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 17919 | 2024.12.21 00:58:35.202216 [ 220 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17920 | 2024.12.21 00:58:35.202291 [ 220 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17921 | 2024.12.21 00:58:35.205064 [ 220 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17922 | 2024.12.21 00:58:35.496135 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17923 | 2024.12.21 00:58:35.496193 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17924 | 2024.12.21 00:58:35.498209 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17925 | 2024.12.21 00:58:38.010540 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 17926 | 2024.12.21 00:58:38.034711 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17927 | 2024.12.21 00:58:38.034771 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17928 | 2024.12.21 00:58:38.042379 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 17929 | 2024.12.21 00:58:38.043216 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17930 | 2024.12.21 00:58:38.046324 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 17931 | 2024.12.21 00:58:38.999161 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17932 | 2024.12.21 00:58:38.999388 [ 260 ] {dfd5dd3c-ef52-49b2-b4d7-161b9a5d4525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17933 | 2024.12.21 00:58:38.999473 [ 260 ] {dfd5dd3c-ef52-49b2-b4d7-161b9a5d4525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17934 | 2024.12.21 00:58:39.000560 [ 260 ] {dfd5dd3c-ef52-49b2-b4d7-161b9a5d4525} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17935 | 2024.12.21 00:58:39.000607 [ 260 ] {dfd5dd3c-ef52-49b2-b4d7-161b9a5d4525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17936 | 2024.12.21 00:58:39.001075 [ 260 ] {dfd5dd3c-ef52-49b2-b4d7-161b9a5d4525} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17937 | 2024.12.21 00:58:39.001342 [ 260 ] {dfd5dd3c-ef52-49b2-b4d7-161b9a5d4525} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17938 | 2024.12.21 00:58:39.001599 [ 260 ] {dfd5dd3c-ef52-49b2-b4d7-161b9a5d4525} <Debug> executeQuery: Read 132 rows, 11.52 KiB in 0.002278 sec., 57945.56628621597 rows/sec., 4.94 MiB/sec. | ||
| 17939 | 2024.12.21 00:58:39.001671 [ 260 ] {dfd5dd3c-ef52-49b2-b4d7-161b9a5d4525} <Debug> TCPHandler: Processed in 0.002654799 sec. | ||
| 17940 | 2024.12.21 00:58:39.001914 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17941 | 2024.12.21 00:58:39.002114 [ 263 ] {79d7d6a7-254b-4467-9db2-f138b589da3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17942 | 2024.12.21 00:58:39.002197 [ 263 ] {79d7d6a7-254b-4467-9db2-f138b589da3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17943 | 2024.12.21 00:58:39.003026 [ 263 ] {79d7d6a7-254b-4467-9db2-f138b589da3f} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17944 | 2024.12.21 00:58:39.003076 [ 263 ] {79d7d6a7-254b-4467-9db2-f138b589da3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17945 | 2024.12.21 00:58:39.003546 [ 263 ] {79d7d6a7-254b-4467-9db2-f138b589da3f} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 17946 | 2024.12.21 00:58:39.003824 [ 263 ] {79d7d6a7-254b-4467-9db2-f138b589da3f} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17947 | 2024.12.21 00:58:39.004108 [ 263 ] {79d7d6a7-254b-4467-9db2-f138b589da3f} <Debug> executeQuery: Read 38 rows, 2.86 KiB in 0.002043 sec., 18600.097895252078 rows/sec., 1.37 MiB/sec. | ||
| 17948 | 2024.12.21 00:58:39.004186 [ 225 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17949 | 2024.12.21 00:58:39.004245 [ 263 ] {79d7d6a7-254b-4467-9db2-f138b589da3f} <Debug> TCPHandler: Processed in 0.002463266 sec. | ||
| 17950 | 2024.12.21 00:58:39.004256 [ 225 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17951 | 2024.12.21 00:58:39.004533 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17952 | 2024.12.21 00:58:39.004779 [ 260 ] {d4797ed1-5a65-4641-8b19-ffed7f399771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17953 | 2024.12.21 00:58:39.004883 [ 260 ] {d4797ed1-5a65-4641-8b19-ffed7f399771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17954 | 2024.12.21 00:58:39.005936 [ 260 ] {d4797ed1-5a65-4641-8b19-ffed7f399771} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17955 | 2024.12.21 00:58:39.005980 [ 260 ] {d4797ed1-5a65-4641-8b19-ffed7f399771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17956 | 2024.12.21 00:58:39.006489 [ 260 ] {d4797ed1-5a65-4641-8b19-ffed7f399771} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17957 | 2024.12.21 00:58:39.006780 [ 260 ] {d4797ed1-5a65-4641-8b19-ffed7f399771} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17958 | 2024.12.21 00:58:39.007030 [ 260 ] {d4797ed1-5a65-4641-8b19-ffed7f399771} <Debug> executeQuery: Read 108 rows, 8.61 KiB in 0.002323 sec., 46491.60568230736 rows/sec., 3.62 MiB/sec. | ||
| 17959 | 2024.12.21 00:58:39.007116 [ 260 ] {d4797ed1-5a65-4641-8b19-ffed7f399771} <Debug> TCPHandler: Processed in 0.002727141 sec. | ||
| 17960 | 2024.12.21 00:58:39.007166 [ 225 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17961 | 2024.12.21 00:58:39.007373 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17962 | 2024.12.21 00:58:39.007664 [ 263 ] {690b813d-ff7c-4f93-b32c-b78ba5deb976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17963 | 2024.12.21 00:58:39.007839 [ 263 ] {690b813d-ff7c-4f93-b32c-b78ba5deb976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17964 | 2024.12.21 00:58:39.008905 [ 263 ] {690b813d-ff7c-4f93-b32c-b78ba5deb976} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17965 | 2024.12.21 00:58:39.008953 [ 263 ] {690b813d-ff7c-4f93-b32c-b78ba5deb976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17966 | 2024.12.21 00:58:39.009405 [ 263 ] {690b813d-ff7c-4f93-b32c-b78ba5deb976} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17967 | 2024.12.21 00:58:39.009675 [ 263 ] {690b813d-ff7c-4f93-b32c-b78ba5deb976} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17968 | 2024.12.21 00:58:39.009908 [ 263 ] {690b813d-ff7c-4f93-b32c-b78ba5deb976} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002363 sec., 67710.53745239103 rows/sec., 4.72 MiB/sec. | ||
| 17969 | 2024.12.21 00:58:39.009994 [ 263 ] {690b813d-ff7c-4f93-b32c-b78ba5deb976} <Debug> TCPHandler: Processed in 0.002759272 sec. | ||
| 17970 | 2024.12.21 00:58:39.010163 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17971 | 2024.12.21 00:58:39.010308 [ 260 ] {58363605-1924-41f8-92be-2945a39b69c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17972 | 2024.12.21 00:58:39.010401 [ 260 ] {58363605-1924-41f8-92be-2945a39b69c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17973 | 2024.12.21 00:58:39.011692 [ 260 ] {58363605-1924-41f8-92be-2945a39b69c4} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17974 | 2024.12.21 00:58:39.011730 [ 260 ] {58363605-1924-41f8-92be-2945a39b69c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17975 | 2024.12.21 00:58:39.012409 [ 260 ] {58363605-1924-41f8-92be-2945a39b69c4} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 17976 | 2024.12.21 00:58:39.012678 [ 260 ] {58363605-1924-41f8-92be-2945a39b69c4} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17977 | 2024.12.21 00:58:39.012912 [ 260 ] {58363605-1924-41f8-92be-2945a39b69c4} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002641 sec., 14388.489208633093 rows/sec., 25.78 MiB/sec. | ||
| 17978 | 2024.12.21 00:58:39.013035 [ 260 ] {58363605-1924-41f8-92be-2945a39b69c4} <Debug> TCPHandler: Processed in 0.002939794 sec. | ||
| 17979 | 2024.12.21 00:58:39.013185 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17980 | 2024.12.21 00:58:39.013326 [ 263 ] {b1279f69-654f-4fc9-8c79-9bbd0223d08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 17981 | 2024.12.21 00:58:39.013385 [ 263 ] {b1279f69-654f-4fc9-8c79-9bbd0223d08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 17982 | 2024.12.21 00:58:39.013925 [ 263 ] {b1279f69-654f-4fc9-8c79-9bbd0223d08d} <Trace> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17983 | 2024.12.21 00:58:39.013968 [ 263 ] {b1279f69-654f-4fc9-8c79-9bbd0223d08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17984 | 2024.12.21 00:58:39.014361 [ 263 ] {b1279f69-654f-4fc9-8c79-9bbd0223d08d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 17985 | 2024.12.21 00:58:39.014618 [ 263 ] {b1279f69-654f-4fc9-8c79-9bbd0223d08d} <Trace> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17986 | 2024.12.21 00:58:39.014875 [ 263 ] {b1279f69-654f-4fc9-8c79-9bbd0223d08d} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001578 sec., 3802.2813688212927 rows/sec., 250.64 KiB/sec. | ||
| 17987 | 2024.12.21 00:58:39.014953 [ 263 ] {b1279f69-654f-4fc9-8c79-9bbd0223d08d} <Debug> TCPHandler: Processed in 0.001828704 sec. | ||
| 17988 | 2024.12.21 00:58:39.015086 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17989 | 2024.12.21 00:58:39.015206 [ 260 ] {5836aa82-ba73-440b-b7bd-9f1017042d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17990 | 2024.12.21 00:58:39.015261 [ 260 ] {5836aa82-ba73-440b-b7bd-9f1017042d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17991 | 2024.12.21 00:58:39.015834 [ 260 ] {5836aa82-ba73-440b-b7bd-9f1017042d84} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17992 | 2024.12.21 00:58:39.015880 [ 260 ] {5836aa82-ba73-440b-b7bd-9f1017042d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 17993 | 2024.12.21 00:58:39.016318 [ 260 ] {5836aa82-ba73-440b-b7bd-9f1017042d84} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17994 | 2024.12.21 00:58:39.016561 [ 260 ] {5836aa82-ba73-440b-b7bd-9f1017042d84} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17995 | 2024.12.21 00:58:39.016791 [ 260 ] {5836aa82-ba73-440b-b7bd-9f1017042d84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001608 sec., 37313.432835820895 rows/sec., 2.51 MiB/sec. | ||
| 17996 | 2024.12.21 00:58:39.016875 [ 260 ] {5836aa82-ba73-440b-b7bd-9f1017042d84} <Debug> TCPHandler: Processed in 0.001838854 sec. | ||
| 17997 | 2024.12.21 00:58:40.004049 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17998 | 2024.12.21 00:58:40.004109 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17999 | 2024.12.21 00:58:40.005951 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18000 | 2024.12.21 00:58:42.282097 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18001 | 2024.12.21 00:58:42.282160 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18002 | 2024.12.21 00:58:42.581147 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 | ||
| 18003 | 2024.12.21 00:58:42.581815 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18004 | 2024.12.21 00:58:42.581860 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18005 | 2024.12.21 00:58:42.582414 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 18006 | 2024.12.21 00:58:42.582692 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18007 | 2024.12.21 00:58:42.582899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 18008 | 2024.12.21 00:58:42.857498 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 2514 | ||
| 18009 | 2024.12.21 00:58:42.860523 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18010 | 2024.12.21 00:58:42.860582 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18011 | 2024.12.21 00:58:42.862160 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18012 | 2024.12.21 00:58:42.862495 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18013 | 2024.12.21 00:58:42.862924 [ 220 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): 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] | ||
| 18014 | 2024.12.21 00:58:42.863020 [ 220 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): 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] | ||
| 18015 | 2024.12.21 00:58:42.863823 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2514 | ||
| 18016 | 2024.12.21 00:58:42.865448 [ 220 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): 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] | ||
| 18017 | 2024.12.21 00:58:44.002698 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18018 | 2024.12.21 00:58:44.002888 [ 260 ] {91829d2e-84c1-4997-a81b-8b2a9753239f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18019 | 2024.12.21 00:58:44.002963 [ 260 ] {91829d2e-84c1-4997-a81b-8b2a9753239f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18020 | 2024.12.21 00:58:44.003725 [ 260 ] {91829d2e-84c1-4997-a81b-8b2a9753239f} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18021 | 2024.12.21 00:58:44.003770 [ 260 ] {91829d2e-84c1-4997-a81b-8b2a9753239f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18022 | 2024.12.21 00:58:44.004221 [ 260 ] {91829d2e-84c1-4997-a81b-8b2a9753239f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 18023 | 2024.12.21 00:58:44.004489 [ 260 ] {91829d2e-84c1-4997-a81b-8b2a9753239f} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18024 | 2024.12.21 00:58:44.004700 [ 43 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 18025 | 2024.12.21 00:58:44.004726 [ 260 ] {91829d2e-84c1-4997-a81b-8b2a9753239f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 18026 | 2024.12.21 00:58:44.004815 [ 43 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18027 | 2024.12.21 00:58:44.004880 [ 260 ] {91829d2e-84c1-4997-a81b-8b2a9753239f} <Debug> TCPHandler: Processed in 0.002309293 sec. | ||
| 18028 | 2024.12.21 00:58:44.004902 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18029 | 2024.12.21 00:58:44.005134 [ 225 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 18030 | 2024.12.21 00:58:44.005156 [ 188 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 18031 | 2024.12.21 00:58:44.005183 [ 225 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 18032 | 2024.12.21 00:58:44.005196 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18033 | 2024.12.21 00:58:44.005601 [ 263 ] {017dee52-0bc0-4653-ba98-f697d0a2d666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18034 | 2024.12.21 00:58:44.005602 [ 188 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18035 | 2024.12.21 00:58:44.005673 [ 188 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 14 rows starting from the beginning of the part | ||
| 18036 | 2024.12.21 00:58:44.005703 [ 263 ] {017dee52-0bc0-4653-ba98-f697d0a2d666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18037 | 2024.12.21 00:58:44.005959 [ 188 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 18038 | 2024.12.21 00:58:44.006448 [ 188 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 18039 | 2024.12.21 00:58:44.007010 [ 188 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 18040 | 2024.12.21 00:58:44.007624 [ 188 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 18041 | 2024.12.21 00:58:44.010511 [ 263 ] {017dee52-0bc0-4653-ba98-f697d0a2d666} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18042 | 2024.12.21 00:58:44.010623 [ 263 ] {017dee52-0bc0-4653-ba98-f697d0a2d666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18043 | 2024.12.21 00:58:44.011566 [ 202 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006537051 sec., 10708.192424994084 rows/sec., 812.68 KiB/sec. | ||
| 18044 | 2024.12.21 00:58:44.011924 [ 189 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 18045 | 2024.12.21 00:58:44.012063 [ 225 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 18046 | 2024.12.21 00:58:44.012448 [ 263 ] {017dee52-0bc0-4653-ba98-f697d0a2d666} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18047 | 2024.12.21 00:58:44.012933 [ 189 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_61_15} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18048 | 2024.12.21 00:58:44.013100 [ 189 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_61_15} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 18049 | 2024.12.21 00:58:44.013204 [ 263 ] {017dee52-0bc0-4653-ba98-f697d0a2d666} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18050 | 2024.12.21 00:58:44.013285 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18051 | 2024.12.21 00:58:44.013541 [ 263 ] {017dee52-0bc0-4653-ba98-f697d0a2d666} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.008106 sec., 28003.947693066864 rows/sec., 2.45 MiB/sec. | ||
| 18052 | 2024.12.21 00:58:44.013626 [ 263 ] {017dee52-0bc0-4653-ba98-f697d0a2d666} <Debug> TCPHandler: Processed in 0.008600819 sec. | ||
| 18053 | 2024.12.21 00:58:44.013799 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18054 | 2024.12.21 00:58:44.013942 [ 260 ] {92e0a6e3-20e2-440f-bdfb-3c76b1d96b95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18055 | 2024.12.21 00:58:44.014001 [ 260 ] {92e0a6e3-20e2-440f-bdfb-3c76b1d96b95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18056 | 2024.12.21 00:58:44.014661 [ 260 ] {92e0a6e3-20e2-440f-bdfb-3c76b1d96b95} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18057 | 2024.12.21 00:58:44.014707 [ 260 ] {92e0a6e3-20e2-440f-bdfb-3c76b1d96b95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18058 | 2024.12.21 00:58:44.015105 [ 260 ] {92e0a6e3-20e2-440f-bdfb-3c76b1d96b95} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 18059 | 2024.12.21 00:58:44.015367 [ 260 ] {92e0a6e3-20e2-440f-bdfb-3c76b1d96b95} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18060 | 2024.12.21 00:58:44.015599 [ 260 ] {92e0a6e3-20e2-440f-bdfb-3c76b1d96b95} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.00169 sec., 11242.603550295857 rows/sec., 803.79 KiB/sec. | ||
| 18061 | 2024.12.21 00:58:44.015675 [ 260 ] {92e0a6e3-20e2-440f-bdfb-3c76b1d96b95} <Debug> TCPHandler: Processed in 0.001940486 sec. | ||
| 18062 | 2024.12.21 00:58:44.015858 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18063 | 2024.12.21 00:58:44.015987 [ 263 ] {c066273e-ae75-48dc-be45-69c14d5390b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18064 | 2024.12.21 00:58:44.016043 [ 263 ] {c066273e-ae75-48dc-be45-69c14d5390b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18065 | 2024.12.21 00:58:44.016666 [ 263 ] {c066273e-ae75-48dc-be45-69c14d5390b3} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18066 | 2024.12.21 00:58:44.016709 [ 263 ] {c066273e-ae75-48dc-be45-69c14d5390b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18067 | 2024.12.21 00:58:44.017105 [ 263 ] {c066273e-ae75-48dc-be45-69c14d5390b3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 18068 | 2024.12.21 00:58:44.017369 [ 263 ] {c066273e-ae75-48dc-be45-69c14d5390b3} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18069 | 2024.12.21 00:58:44.017578 [ 263 ] {c066273e-ae75-48dc-be45-69c14d5390b3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001621 sec., 8636.64404688464 rows/sec., 604.85 KiB/sec. | ||
| 18070 | 2024.12.21 00:58:44.017638 [ 263 ] {c066273e-ae75-48dc-be45-69c14d5390b3} <Debug> TCPHandler: Processed in 0.001852154 sec. | ||
| 18071 | 2024.12.21 00:58:44.017799 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18072 | 2024.12.21 00:58:44.017927 [ 260 ] {2cb50a78-f3e5-4e90-a06d-b31afe014141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18073 | 2024.12.21 00:58:44.017980 [ 260 ] {2cb50a78-f3e5-4e90-a06d-b31afe014141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18074 | 2024.12.21 00:58:44.018596 [ 260 ] {2cb50a78-f3e5-4e90-a06d-b31afe014141} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18075 | 2024.12.21 00:58:44.018638 [ 260 ] {2cb50a78-f3e5-4e90-a06d-b31afe014141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18076 | 2024.12.21 00:58:44.019023 [ 260 ] {2cb50a78-f3e5-4e90-a06d-b31afe014141} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 18077 | 2024.12.21 00:58:44.019279 [ 260 ] {2cb50a78-f3e5-4e90-a06d-b31afe014141} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18078 | 2024.12.21 00:58:44.019456 [ 42 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 18079 | 2024.12.21 00:58:44.019525 [ 42 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18080 | 2024.12.21 00:58:44.019551 [ 260 ] {2cb50a78-f3e5-4e90-a06d-b31afe014141} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001638 sec., 7936.507936507937 rows/sec., 494.84 KiB/sec. | ||
| 18081 | 2024.12.21 00:58:44.019565 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18082 | 2024.12.21 00:58:44.019775 [ 260 ] {2cb50a78-f3e5-4e90-a06d-b31afe014141} <Debug> TCPHandler: Processed in 0.002030067 sec. | ||
| 18083 | 2024.12.21 00:58:44.019813 [ 224 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 18084 | 2024.12.21 00:58:44.019903 [ 224 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 18085 | 2024.12.21 00:58:44.020016 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 18086 | 2024.12.21 00:58:44.020036 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18087 | 2024.12.21 00:58:44.020378 [ 263 ] {31e77c9b-ab96-4196-94e3-95462a6c0875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18088 | 2024.12.21 00:58:44.020471 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18089 | 2024.12.21 00:58:44.020501 [ 263 ] {31e77c9b-ab96-4196-94e3-95462a6c0875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18090 | 2024.12.21 00:58:44.020531 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 13 rows starting from the beginning of the part | ||
| 18091 | 2024.12.21 00:58:44.021022 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part | ||
| 18092 | 2024.12.21 00:58:44.021475 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part | ||
| 18093 | 2024.12.21 00:58:44.021998 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part | ||
| 18094 | 2024.12.21 00:58:44.022417 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part | ||
| 18095 | 2024.12.21 00:58:44.024800 [ 263 ] {31e77c9b-ab96-4196-94e3-95462a6c0875} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18096 | 2024.12.21 00:58:44.024879 [ 263 ] {31e77c9b-ab96-4196-94e3-95462a6c0875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18097 | 2024.12.21 00:58:44.025939 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.006254246 sec., 10392.939452653445 rows/sec., 688.59 KiB/sec. | ||
| 18098 | 2024.12.21 00:58:44.026187 [ 224 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 18099 | 2024.12.21 00:58:44.026195 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 18100 | 2024.12.21 00:58:44.026338 [ 263 ] {31e77c9b-ab96-4196-94e3-95462a6c0875} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18101 | 2024.12.21 00:58:44.027114 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_61_15} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18102 | 2024.12.21 00:58:44.027125 [ 263 ] {31e77c9b-ab96-4196-94e3-95462a6c0875} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18103 | 2024.12.21 00:58:44.027280 [ 202 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_61_15} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 18104 | 2024.12.21 00:58:44.027592 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18105 | 2024.12.21 00:58:44.027680 [ 263 ] {31e77c9b-ab96-4196-94e3-95462a6c0875} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.007419 sec., 53106.88772071707 rows/sec., 3.77 MiB/sec. | ||
| 18106 | 2024.12.21 00:58:44.027762 [ 263 ] {31e77c9b-ab96-4196-94e3-95462a6c0875} <Debug> TCPHandler: Processed in 0.007863736 sec. | ||
| 18107 | 2024.12.21 00:58:44.027968 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18108 | 2024.12.21 00:58:44.028152 [ 260 ] {67403a24-c352-4d1d-8660-b68e523f217b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18109 | 2024.12.21 00:58:44.028220 [ 260 ] {67403a24-c352-4d1d-8660-b68e523f217b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18110 | 2024.12.21 00:58:44.028722 [ 260 ] {67403a24-c352-4d1d-8660-b68e523f217b} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18111 | 2024.12.21 00:58:44.028762 [ 260 ] {67403a24-c352-4d1d-8660-b68e523f217b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18112 | 2024.12.21 00:58:44.029156 [ 260 ] {67403a24-c352-4d1d-8660-b68e523f217b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 18113 | 2024.12.21 00:58:44.029401 [ 260 ] {67403a24-c352-4d1d-8660-b68e523f217b} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18114 | 2024.12.21 00:58:44.029583 [ 40 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 18115 | 2024.12.21 00:58:44.029650 [ 40 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18116 | 2024.12.21 00:58:44.029650 [ 260 ] {67403a24-c352-4d1d-8660-b68e523f217b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec. | ||
| 18117 | 2024.12.21 00:58:44.029688 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18118 | 2024.12.21 00:58:44.029809 [ 260 ] {67403a24-c352-4d1d-8660-b68e523f217b} <Debug> TCPHandler: Processed in 0.001939785 sec. | ||
| 18119 | 2024.12.21 00:58:44.030185 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 18120 | 2024.12.21 00:58:44.030219 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18121 | 2024.12.21 00:58:44.030742 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18122 | 2024.12.21 00:58:44.030828 [ 263 ] {943d1763-9c78-4231-aeae-d6b0f6bfcbe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18123 | 2024.12.21 00:58:44.030865 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 336 rows starting from the beginning of the part | ||
| 18124 | 2024.12.21 00:58:44.031015 [ 263 ] {943d1763-9c78-4231-aeae-d6b0f6bfcbe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18125 | 2024.12.21 00:58:44.031124 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 18126 | 2024.12.21 00:58:44.031489 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 18127 | 2024.12.21 00:58:44.031845 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 18128 | 2024.12.21 00:58:44.032211 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
| 18129 | 2024.12.21 00:58:44.032458 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
| 18130 | 2024.12.21 00:58:44.033896 [ 263 ] {943d1763-9c78-4231-aeae-d6b0f6bfcbe7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18131 | 2024.12.21 00:58:44.033971 [ 263 ] {943d1763-9c78-4231-aeae-d6b0f6bfcbe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18132 | 2024.12.21 00:58:44.035198 [ 263 ] {943d1763-9c78-4231-aeae-d6b0f6bfcbe7} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18133 | 2024.12.21 00:58:44.035399 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 4 columns (4 merged, 0 gathered) in 0.005576583 sec., 65631.58837589255 rows/sec., 3.35 MiB/sec. | ||
| 18134 | 2024.12.21 00:58:44.035609 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 18135 | 2024.12.21 00:58:44.035739 [ 263 ] {943d1763-9c78-4231-aeae-d6b0f6bfcbe7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18136 | 2024.12.21 00:58:44.036159 [ 263 ] {943d1763-9c78-4231-aeae-d6b0f6bfcbe7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005546 sec., 42733.501622791206 rows/sec., 2.86 MiB/sec. | ||
| 18137 | 2024.12.21 00:58:44.036304 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_61_12} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18138 | 2024.12.21 00:58:44.036325 [ 263 ] {943d1763-9c78-4231-aeae-d6b0f6bfcbe7} <Debug> TCPHandler: Processed in 0.006372279 sec. | ||
| 18139 | 2024.12.21 00:58:44.036481 [ 187 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_61_12} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 18140 | 2024.12.21 00:58:44.036523 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18141 | 2024.12.21 00:58:44.036620 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 18142 | 2024.12.21 00:58:44.036720 [ 260 ] {82c02bdb-77e4-484b-aebf-77fdb18c7fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18143 | 2024.12.21 00:58:44.036779 [ 260 ] {82c02bdb-77e4-484b-aebf-77fdb18c7fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18144 | 2024.12.21 00:58:44.037259 [ 260 ] {82c02bdb-77e4-484b-aebf-77fdb18c7fa7} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18145 | 2024.12.21 00:58:44.037298 [ 260 ] {82c02bdb-77e4-484b-aebf-77fdb18c7fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18146 | 2024.12.21 00:58:44.037681 [ 260 ] {82c02bdb-77e4-484b-aebf-77fdb18c7fa7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 18147 | 2024.12.21 00:58:44.037918 [ 260 ] {82c02bdb-77e4-484b-aebf-77fdb18c7fa7} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18148 | 2024.12.21 00:58:44.038128 [ 260 ] {82c02bdb-77e4-484b-aebf-77fdb18c7fa7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
| 18149 | 2024.12.21 00:58:44.038181 [ 260 ] {82c02bdb-77e4-484b-aebf-77fdb18c7fa7} <Debug> TCPHandler: Processed in 0.001738842 sec. | ||
| 18150 | 2024.12.21 00:58:44.038329 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18151 | 2024.12.21 00:58:44.038452 [ 263 ] {95671798-56df-4df6-adef-7c02d57cc159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18152 | 2024.12.21 00:58:44.038543 [ 263 ] {95671798-56df-4df6-adef-7c02d57cc159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18153 | 2024.12.21 00:58:44.039683 [ 263 ] {95671798-56df-4df6-adef-7c02d57cc159} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18154 | 2024.12.21 00:58:44.039723 [ 263 ] {95671798-56df-4df6-adef-7c02d57cc159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18155 | 2024.12.21 00:58:44.040372 [ 263 ] {95671798-56df-4df6-adef-7c02d57cc159} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 18156 | 2024.12.21 00:58:44.040641 [ 263 ] {95671798-56df-4df6-adef-7c02d57cc159} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18157 | 2024.12.21 00:58:44.040855 [ 263 ] {95671798-56df-4df6-adef-7c02d57cc159} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002431 sec., 4936.240230357877 rows/sec., 8.85 MiB/sec. | ||
| 18158 | 2024.12.21 00:58:44.040970 [ 263 ] {95671798-56df-4df6-adef-7c02d57cc159} <Debug> TCPHandler: Processed in 0.00269833 sec. | ||
| 18159 | 2024.12.21 00:58:44.041118 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18160 | 2024.12.21 00:58:44.041239 [ 260 ] {08c34fd0-2518-4525-b687-ad9489b48d32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18161 | 2024.12.21 00:58:44.041290 [ 260 ] {08c34fd0-2518-4525-b687-ad9489b48d32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18162 | 2024.12.21 00:58:44.041814 [ 260 ] {08c34fd0-2518-4525-b687-ad9489b48d32} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18163 | 2024.12.21 00:58:44.041853 [ 260 ] {08c34fd0-2518-4525-b687-ad9489b48d32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18164 | 2024.12.21 00:58:44.042270 [ 260 ] {08c34fd0-2518-4525-b687-ad9489b48d32} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18165 | 2024.12.21 00:58:44.042521 [ 260 ] {08c34fd0-2518-4525-b687-ad9489b48d32} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18166 | 2024.12.21 00:58:44.042760 [ 260 ] {08c34fd0-2518-4525-b687-ad9489b48d32} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001546 sec., 53040.10349288486 rows/sec., 3.37 MiB/sec. | ||
| 18167 | 2024.12.21 00:58:44.042816 [ 260 ] {08c34fd0-2518-4525-b687-ad9489b48d32} <Debug> TCPHandler: Processed in 0.001755203 sec. | ||
| 18168 | 2024.12.21 00:58:45.547379 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 18169 | 2024.12.21 00:58:45.573085 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18170 | 2024.12.21 00:58:45.573160 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18171 | 2024.12.21 00:58:45.580862 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 18172 | 2024.12.21 00:58:45.581696 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18173 | 2024.12.21 00:58:45.587049 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 18174 | 2024.12.21 00:58:48.060807 [ 223 ] {} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): 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] | ||
| 18175 | 2024.12.21 00:58:48.060876 [ 223 ] {} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): 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] | ||
| 18176 | 2024.12.21 00:58:48.063262 [ 223 ] {} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): 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] | ||
| 18177 | 2024.12.21 00:58:48.999208 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18178 | 2024.12.21 00:58:48.999513 [ 260 ] {fd30b6f1-d34b-48db-b637-91ce05fc52d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18179 | 2024.12.21 00:58:48.999610 [ 260 ] {fd30b6f1-d34b-48db-b637-91ce05fc52d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18180 | 2024.12.21 00:58:49.000502 [ 260 ] {fd30b6f1-d34b-48db-b637-91ce05fc52d7} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18181 | 2024.12.21 00:58:49.000560 [ 260 ] {fd30b6f1-d34b-48db-b637-91ce05fc52d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18182 | 2024.12.21 00:58:49.000986 [ 260 ] {fd30b6f1-d34b-48db-b637-91ce05fc52d7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 18183 | 2024.12.21 00:58:49.001235 [ 260 ] {fd30b6f1-d34b-48db-b637-91ce05fc52d7} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18184 | 2024.12.21 00:58:49.001472 [ 260 ] {fd30b6f1-d34b-48db-b637-91ce05fc52d7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002047 sec., 977.0395701025891 rows/sec., 79.67 KiB/sec. | ||
| 18185 | 2024.12.21 00:58:49.001537 [ 260 ] {fd30b6f1-d34b-48db-b637-91ce05fc52d7} <Debug> TCPHandler: Processed in 0.002520497 sec. | ||
| 18186 | 2024.12.21 00:58:49.001804 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18187 | 2024.12.21 00:58:49.002026 [ 263 ] {b25e628b-1f6a-4050-be95-20e735481c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18188 | 2024.12.21 00:58:49.002115 [ 263 ] {b25e628b-1f6a-4050-be95-20e735481c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18189 | 2024.12.21 00:58:49.003062 [ 263 ] {b25e628b-1f6a-4050-be95-20e735481c81} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18190 | 2024.12.21 00:58:49.003109 [ 263 ] {b25e628b-1f6a-4050-be95-20e735481c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18191 | 2024.12.21 00:58:49.003593 [ 263 ] {b25e628b-1f6a-4050-be95-20e735481c81} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18192 | 2024.12.21 00:58:49.003963 [ 263 ] {b25e628b-1f6a-4050-be95-20e735481c81} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18193 | 2024.12.21 00:58:49.004132 [ 32 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18194 | 2024.12.21 00:58:49.004187 [ 32 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18195 | 2024.12.21 00:58:49.004200 [ 263 ] {b25e628b-1f6a-4050-be95-20e735481c81} <Debug> executeQuery: Read 137 rows, 11.98 KiB in 0.002232 sec., 61379.92831541219 rows/sec., 5.24 MiB/sec. | ||
| 18196 | 2024.12.21 00:58:49.004221 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18197 | 2024.12.21 00:58:49.004357 [ 263 ] {b25e628b-1f6a-4050-be95-20e735481c81} <Debug> TCPHandler: Processed in 0.00269021 sec. | ||
| 18198 | 2024.12.21 00:58:49.004443 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18199 | 2024.12.21 00:58:49.004573 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18200 | 2024.12.21 00:58:49.004658 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18201 | 2024.12.21 00:58:49.004733 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1448 rows starting from the beginning of the part | ||
| 18202 | 2024.12.21 00:58:49.004860 [ 260 ] {e6faab0b-dda9-4561-96ec-49fe77f0f138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18203 | 2024.12.21 00:58:49.004971 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 1369 rows starting from the beginning of the part | ||
| 18204 | 2024.12.21 00:58:49.005072 [ 260 ] {e6faab0b-dda9-4561-96ec-49fe77f0f138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18205 | 2024.12.21 00:58:49.005606 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 56 rows starting from the beginning of the part | ||
| 18206 | 2024.12.21 00:58:49.005887 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 132 rows starting from the beginning of the part | ||
| 18207 | 2024.12.21 00:58:49.006276 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 227 rows starting from the beginning of the part | ||
| 18208 | 2024.12.21 00:58:49.006629 [ 197 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 137 rows starting from the beginning of the part | ||
| 18209 | 2024.12.21 00:58:49.007642 [ 260 ] {e6faab0b-dda9-4561-96ec-49fe77f0f138} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18210 | 2024.12.21 00:58:49.007689 [ 260 ] {e6faab0b-dda9-4561-96ec-49fe77f0f138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18211 | 2024.12.21 00:58:49.008268 [ 260 ] {e6faab0b-dda9-4561-96ec-49fe77f0f138} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 18212 | 2024.12.21 00:58:49.008533 [ 260 ] {e6faab0b-dda9-4561-96ec-49fe77f0f138} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18213 | 2024.12.21 00:58:49.008812 [ 260 ] {e6faab0b-dda9-4561-96ec-49fe77f0f138} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.004038 sec., 10401.188707280833 rows/sec., 779.46 KiB/sec. | ||
| 18214 | 2024.12.21 00:58:49.008970 [ 260 ] {e6faab0b-dda9-4561-96ec-49fe77f0f138} <Debug> TCPHandler: Processed in 0.004495004 sec. | ||
| 18215 | 2024.12.21 00:58:49.009303 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18216 | 2024.12.21 00:58:49.009727 [ 263 ] {3936a8c0-e64e-44d0-a9b2-7912a4345102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18217 | 2024.12.21 00:58:49.009882 [ 263 ] {3936a8c0-e64e-44d0-a9b2-7912a4345102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18218 | 2024.12.21 00:58:49.010016 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3369 rows, containing 5 columns (5 merged, 0 gathered) in 0.005682186 sec., 592905.617661935 rows/sec., 51.86 MiB/sec. | ||
| 18219 | 2024.12.21 00:58:49.010379 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18220 | 2024.12.21 00:58:49.010807 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_146_29} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18221 | 2024.12.21 00:58:49.010926 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_146_29} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18222 | 2024.12.21 00:58:49.011057 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 18223 | 2024.12.21 00:58:49.011131 [ 263 ] {3936a8c0-e64e-44d0-a9b2-7912a4345102} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18224 | 2024.12.21 00:58:49.011172 [ 263 ] {3936a8c0-e64e-44d0-a9b2-7912a4345102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18225 | 2024.12.21 00:58:49.011575 [ 263 ] {3936a8c0-e64e-44d0-a9b2-7912a4345102} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18226 | 2024.12.21 00:58:49.011827 [ 263 ] {3936a8c0-e64e-44d0-a9b2-7912a4345102} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18227 | 2024.12.21 00:58:49.011976 [ 32 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18228 | 2024.12.21 00:58:49.012015 [ 32 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18229 | 2024.12.21 00:58:49.012036 [ 263 ] {3936a8c0-e64e-44d0-a9b2-7912a4345102} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.002453 sec., 43212.392988177744 rows/sec., 3.38 MiB/sec. | ||
| 18230 | 2024.12.21 00:58:49.012042 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18231 | 2024.12.21 00:58:49.012167 [ 263 ] {3936a8c0-e64e-44d0-a9b2-7912a4345102} <Debug> TCPHandler: Processed in 0.003079217 sec. | ||
| 18232 | 2024.12.21 00:58:49.012332 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18233 | 2024.12.21 00:58:49.012365 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18234 | 2024.12.21 00:58:49.012629 [ 260 ] {cba9d0fa-c4a1-4795-b421-19da584ed137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18235 | 2024.12.21 00:58:49.012641 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18236 | 2024.12.21 00:58:49.012730 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 924 rows starting from the beginning of the part | ||
| 18237 | 2024.12.21 00:58:49.012741 [ 260 ] {cba9d0fa-c4a1-4795-b421-19da584ed137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18238 | 2024.12.21 00:58:49.013002 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 854 rows starting from the beginning of the part | ||
| 18239 | 2024.12.21 00:58:49.013502 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 64 rows starting from the beginning of the part | ||
| 18240 | 2024.12.21 00:58:49.013914 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 108 rows starting from the beginning of the part | ||
| 18241 | 2024.12.21 00:58:49.014296 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 394 rows starting from the beginning of the part | ||
| 18242 | 2024.12.21 00:58:49.014637 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 106 rows starting from the beginning of the part | ||
| 18243 | 2024.12.21 00:58:49.015731 [ 260 ] {cba9d0fa-c4a1-4795-b421-19da584ed137} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18244 | 2024.12.21 00:58:49.015802 [ 260 ] {cba9d0fa-c4a1-4795-b421-19da584ed137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18245 | 2024.12.21 00:58:49.016876 [ 260 ] {cba9d0fa-c4a1-4795-b421-19da584ed137} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18246 | 2024.12.21 00:58:49.017354 [ 260 ] {cba9d0fa-c4a1-4795-b421-19da584ed137} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18247 | 2024.12.21 00:58:49.017700 [ 260 ] {cba9d0fa-c4a1-4795-b421-19da584ed137} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005155 sec., 31231.813773035887 rows/sec., 2.18 MiB/sec. | ||
| 18248 | 2024.12.21 00:58:49.017944 [ 260 ] {cba9d0fa-c4a1-4795-b421-19da584ed137} <Debug> TCPHandler: Processed in 0.005659455 sec. | ||
| 18249 | 2024.12.21 00:58:49.018232 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18250 | 2024.12.21 00:58:49.018242 [ 195 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2450 rows, containing 5 columns (5 merged, 0 gathered) in 0.006079383 sec., 403001.4230062492 rows/sec., 30.93 MiB/sec. | ||
| 18251 | 2024.12.21 00:58:49.018438 [ 263 ] {582f0140-5c0d-42da-99ca-6ca143798eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18252 | 2024.12.21 00:58:49.018548 [ 191 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18253 | 2024.12.21 00:58:49.018587 [ 263 ] {582f0140-5c0d-42da-99ca-6ca143798eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18254 | 2024.12.21 00:58:49.019386 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_146_29} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18255 | 2024.12.21 00:58:49.019693 [ 199 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_146_29} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18256 | 2024.12.21 00:58:49.019947 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 18257 | 2024.12.21 00:58:49.020844 [ 263 ] {582f0140-5c0d-42da-99ca-6ca143798eb8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18258 | 2024.12.21 00:58:49.020890 [ 263 ] {582f0140-5c0d-42da-99ca-6ca143798eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18259 | 2024.12.21 00:58:49.021619 [ 263 ] {582f0140-5c0d-42da-99ca-6ca143798eb8} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 18260 | 2024.12.21 00:58:49.021886 [ 263 ] {582f0140-5c0d-42da-99ca-6ca143798eb8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18261 | 2024.12.21 00:58:49.022106 [ 263 ] {582f0140-5c0d-42da-99ca-6ca143798eb8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003744 sec., 10683.760683760684 rows/sec., 19.14 MiB/sec. | ||
| 18262 | 2024.12.21 00:58:49.022227 [ 263 ] {582f0140-5c0d-42da-99ca-6ca143798eb8} <Debug> TCPHandler: Processed in 0.004155597 sec. | ||
| 18263 | 2024.12.21 00:58:49.022394 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18264 | 2024.12.21 00:58:49.022555 [ 260 ] {54d877e4-be31-4a43-91ca-fd5525953919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18265 | 2024.12.21 00:58:49.022651 [ 260 ] {54d877e4-be31-4a43-91ca-fd5525953919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18266 | 2024.12.21 00:58:49.023543 [ 260 ] {54d877e4-be31-4a43-91ca-fd5525953919} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18267 | 2024.12.21 00:58:49.023598 [ 260 ] {54d877e4-be31-4a43-91ca-fd5525953919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18268 | 2024.12.21 00:58:49.023982 [ 260 ] {54d877e4-be31-4a43-91ca-fd5525953919} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18269 | 2024.12.21 00:58:49.024253 [ 260 ] {54d877e4-be31-4a43-91ca-fd5525953919} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18270 | 2024.12.21 00:58:49.024427 [ 32 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18271 | 2024.12.21 00:58:49.024488 [ 32 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18272 | 2024.12.21 00:58:49.024494 [ 260 ] {54d877e4-be31-4a43-91ca-fd5525953919} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001979 sec., 30318.342597271352 rows/sec., 2.04 MiB/sec. | ||
| 18273 | 2024.12.21 00:58:49.024528 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18274 | 2024.12.21 00:58:49.024633 [ 260 ] {54d877e4-be31-4a43-91ca-fd5525953919} <Debug> TCPHandler: Processed in 0.002300562 sec. | ||
| 18275 | 2024.12.21 00:58:49.024982 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18276 | 2024.12.21 00:58:49.025558 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18277 | 2024.12.21 00:58:49.025703 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8606 rows starting from the beginning of the part | ||
| 18278 | 2024.12.21 00:58:49.026048 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 66 rows starting from the beginning of the part | ||
| 18279 | 2024.12.21 00:58:49.026460 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 16 rows starting from the beginning of the part | ||
| 18280 | 2024.12.21 00:58:49.026889 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part | ||
| 18281 | 2024.12.21 00:58:49.027193 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 82 rows starting from the beginning of the part | ||
| 18282 | 2024.12.21 00:58:49.027578 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part | ||
| 18283 | 2024.12.21 00:58:49.031168 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8890 rows, containing 4 columns (4 merged, 0 gathered) in 0.006502141 sec., 1367241.9592254304 rows/sec., 89.21 MiB/sec. | ||
| 18284 | 2024.12.21 00:58:49.031418 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18285 | 2024.12.21 00:58:49.031753 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_146_29} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18286 | 2024.12.21 00:58:49.031836 [ 196 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_146_29} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18287 | 2024.12.21 00:58:49.031927 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. | ||
| 18288 | 2024.12.21 00:58:50.083000 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 | ||
| 18289 | 2024.12.21 00:58:50.083685 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18290 | 2024.12.21 00:58:50.083735 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18291 | 2024.12.21 00:58:50.084281 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 18292 | 2024.12.21 00:58:50.084578 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18293 | 2024.12.21 00:58:50.084879 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 18294 | 2024.12.21 00:58:52.863989 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2550 | ||
| 18295 | 2024.12.21 00:58:52.867344 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18296 | 2024.12.21 00:58:52.867400 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18297 | 2024.12.21 00:58:52.868950 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18298 | 2024.12.21 00:58:52.869279 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18299 | 2024.12.21 00:58:52.871099 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2550 | ||
| 18300 | 2024.12.21 00:58:53.087111 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 18301 | 2024.12.21 00:58:53.110529 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18302 | 2024.12.21 00:58:53.110580 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18303 | 2024.12.21 00:58:53.118118 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 18304 | 2024.12.21 00:58:53.118918 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18305 | 2024.12.21 00:58:53.123642 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 18306 | 2024.12.21 00:58:54.001434 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18307 | 2024.12.21 00:58:54.001652 [ 260 ] {050a2d00-d445-4c7b-b35b-15abc7df9822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18308 | 2024.12.21 00:58:54.001721 [ 260 ] {050a2d00-d445-4c7b-b35b-15abc7df9822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18309 | 2024.12.21 00:58:54.002476 [ 260 ] {050a2d00-d445-4c7b-b35b-15abc7df9822} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18310 | 2024.12.21 00:58:54.002521 [ 260 ] {050a2d00-d445-4c7b-b35b-15abc7df9822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18311 | 2024.12.21 00:58:54.002969 [ 260 ] {050a2d00-d445-4c7b-b35b-15abc7df9822} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18312 | 2024.12.21 00:58:54.003233 [ 260 ] {050a2d00-d445-4c7b-b35b-15abc7df9822} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18313 | 2024.12.21 00:58:54.003472 [ 260 ] {050a2d00-d445-4c7b-b35b-15abc7df9822} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001881 sec., 7442.849548112706 rows/sec., 535.79 KiB/sec. | ||
| 18314 | 2024.12.21 00:58:54.003536 [ 260 ] {050a2d00-d445-4c7b-b35b-15abc7df9822} <Debug> TCPHandler: Processed in 0.002244591 sec. | ||
| 18315 | 2024.12.21 00:58:54.003808 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18316 | 2024.12.21 00:58:54.004030 [ 263 ] {01f5892e-224d-4261-ba46-c415b6d517b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18317 | 2024.12.21 00:58:54.004118 [ 263 ] {01f5892e-224d-4261-ba46-c415b6d517b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18318 | 2024.12.21 00:58:54.005126 [ 263 ] {01f5892e-224d-4261-ba46-c415b6d517b8} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18319 | 2024.12.21 00:58:54.005174 [ 263 ] {01f5892e-224d-4261-ba46-c415b6d517b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18320 | 2024.12.21 00:58:54.005663 [ 263 ] {01f5892e-224d-4261-ba46-c415b6d517b8} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18321 | 2024.12.21 00:58:54.005938 [ 263 ] {01f5892e-224d-4261-ba46-c415b6d517b8} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18322 | 2024.12.21 00:58:54.006163 [ 263 ] {01f5892e-224d-4261-ba46-c415b6d517b8} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002194 sec., 103463.99270738376 rows/sec., 9.04 MiB/sec. | ||
| 18323 | 2024.12.21 00:58:54.006244 [ 263 ] {01f5892e-224d-4261-ba46-c415b6d517b8} <Debug> TCPHandler: Processed in 0.002574768 sec. | ||
| 18324 | 2024.12.21 00:58:54.006383 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18325 | 2024.12.21 00:58:54.006511 [ 260 ] {8881584f-f8ca-4eff-8d26-fd0f2aa29ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18326 | 2024.12.21 00:58:54.006565 [ 260 ] {8881584f-f8ca-4eff-8d26-fd0f2aa29ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18327 | 2024.12.21 00:58:54.007175 [ 260 ] {8881584f-f8ca-4eff-8d26-fd0f2aa29ded} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18328 | 2024.12.21 00:58:54.007217 [ 260 ] {8881584f-f8ca-4eff-8d26-fd0f2aa29ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18329 | 2024.12.21 00:58:54.007586 [ 260 ] {8881584f-f8ca-4eff-8d26-fd0f2aa29ded} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 18330 | 2024.12.21 00:58:54.007834 [ 260 ] {8881584f-f8ca-4eff-8d26-fd0f2aa29ded} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18331 | 2024.12.21 00:58:54.008057 [ 260 ] {8881584f-f8ca-4eff-8d26-fd0f2aa29ded} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001575 sec., 12063.492063492064 rows/sec., 862.48 KiB/sec. | ||
| 18332 | 2024.12.21 00:58:54.008113 [ 260 ] {8881584f-f8ca-4eff-8d26-fd0f2aa29ded} <Debug> TCPHandler: Processed in 0.001787733 sec. | ||
| 18333 | 2024.12.21 00:58:54.008251 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18334 | 2024.12.21 00:58:54.008387 [ 263 ] {080e18d8-791d-46c1-b8b3-8ce93fbb06c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18335 | 2024.12.21 00:58:54.008447 [ 263 ] {080e18d8-791d-46c1-b8b3-8ce93fbb06c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18336 | 2024.12.21 00:58:54.009117 [ 263 ] {080e18d8-791d-46c1-b8b3-8ce93fbb06c0} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18337 | 2024.12.21 00:58:54.009161 [ 263 ] {080e18d8-791d-46c1-b8b3-8ce93fbb06c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18338 | 2024.12.21 00:58:54.009555 [ 263 ] {080e18d8-791d-46c1-b8b3-8ce93fbb06c0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18339 | 2024.12.21 00:58:54.009809 [ 263 ] {080e18d8-791d-46c1-b8b3-8ce93fbb06c0} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18340 | 2024.12.21 00:58:54.010013 [ 263 ] {080e18d8-791d-46c1-b8b3-8ce93fbb06c0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001659 sec., 8438.818565400843 rows/sec., 591.00 KiB/sec. | ||
| 18341 | 2024.12.21 00:58:54.010085 [ 263 ] {080e18d8-791d-46c1-b8b3-8ce93fbb06c0} <Debug> TCPHandler: Processed in 0.001898446 sec. | ||
| 18342 | 2024.12.21 00:58:54.010251 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18343 | 2024.12.21 00:58:54.010371 [ 260 ] {7f78da7f-6db1-4ae1-93a5-ce2cd0857a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18344 | 2024.12.21 00:58:54.010422 [ 260 ] {7f78da7f-6db1-4ae1-93a5-ce2cd0857a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18345 | 2024.12.21 00:58:54.011032 [ 260 ] {7f78da7f-6db1-4ae1-93a5-ce2cd0857a25} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18346 | 2024.12.21 00:58:54.011074 [ 260 ] {7f78da7f-6db1-4ae1-93a5-ce2cd0857a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18347 | 2024.12.21 00:58:54.011444 [ 260 ] {7f78da7f-6db1-4ae1-93a5-ce2cd0857a25} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18348 | 2024.12.21 00:58:54.011683 [ 260 ] {7f78da7f-6db1-4ae1-93a5-ce2cd0857a25} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18349 | 2024.12.21 00:58:54.011883 [ 260 ] {7f78da7f-6db1-4ae1-93a5-ce2cd0857a25} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001537 sec., 8458.035133376708 rows/sec., 527.36 KiB/sec. | ||
| 18350 | 2024.12.21 00:58:54.011940 [ 260 ] {7f78da7f-6db1-4ae1-93a5-ce2cd0857a25} <Debug> TCPHandler: Processed in 0.001745402 sec. | ||
| 18351 | 2024.12.21 00:58:54.012112 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18352 | 2024.12.21 00:58:54.012269 [ 263 ] {dc0cdba5-4127-4654-919f-5474fd5a95c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18353 | 2024.12.21 00:58:54.012337 [ 263 ] {dc0cdba5-4127-4654-919f-5474fd5a95c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18354 | 2024.12.21 00:58:54.013156 [ 263 ] {dc0cdba5-4127-4654-919f-5474fd5a95c5} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18355 | 2024.12.21 00:58:54.013199 [ 263 ] {dc0cdba5-4127-4654-919f-5474fd5a95c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18356 | 2024.12.21 00:58:54.013629 [ 263 ] {dc0cdba5-4127-4654-919f-5474fd5a95c5} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18357 | 2024.12.21 00:58:54.013889 [ 263 ] {dc0cdba5-4127-4654-919f-5474fd5a95c5} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18358 | 2024.12.21 00:58:54.014115 [ 263 ] {dc0cdba5-4127-4654-919f-5474fd5a95c5} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001883 sec., 209240.57355284123 rows/sec., 14.85 MiB/sec. | ||
| 18359 | 2024.12.21 00:58:54.014188 [ 263 ] {dc0cdba5-4127-4654-919f-5474fd5a95c5} <Debug> TCPHandler: Processed in 0.0021471 sec. | ||
| 18360 | 2024.12.21 00:58:54.014360 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18361 | 2024.12.21 00:58:54.014512 [ 260 ] {3dcaf835-782b-4dcb-9e1d-3d88a383b8c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18362 | 2024.12.21 00:58:54.014573 [ 260 ] {3dcaf835-782b-4dcb-9e1d-3d88a383b8c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18363 | 2024.12.21 00:58:54.015077 [ 260 ] {3dcaf835-782b-4dcb-9e1d-3d88a383b8c4} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18364 | 2024.12.21 00:58:54.015117 [ 260 ] {3dcaf835-782b-4dcb-9e1d-3d88a383b8c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18365 | 2024.12.21 00:58:54.015495 [ 260 ] {3dcaf835-782b-4dcb-9e1d-3d88a383b8c4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18366 | 2024.12.21 00:58:54.015736 [ 260 ] {3dcaf835-782b-4dcb-9e1d-3d88a383b8c4} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18367 | 2024.12.21 00:58:54.015945 [ 260 ] {3dcaf835-782b-4dcb-9e1d-3d88a383b8c4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001466 sec., 4092.769440654843 rows/sec., 213.83 KiB/sec. | ||
| 18368 | 2024.12.21 00:58:54.015994 [ 260 ] {3dcaf835-782b-4dcb-9e1d-3d88a383b8c4} <Debug> TCPHandler: Processed in 0.001703422 sec. | ||
| 18369 | 2024.12.21 00:58:54.016153 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18370 | 2024.12.21 00:58:54.016308 [ 263 ] {8d43c184-8bea-4fde-9b97-16781418d5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18371 | 2024.12.21 00:58:54.016380 [ 263 ] {8d43c184-8bea-4fde-9b97-16781418d5c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18372 | 2024.12.21 00:58:54.017055 [ 263 ] {8d43c184-8bea-4fde-9b97-16781418d5c5} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18373 | 2024.12.21 00:58:54.017098 [ 263 ] {8d43c184-8bea-4fde-9b97-16781418d5c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18374 | 2024.12.21 00:58:54.017529 [ 263 ] {8d43c184-8bea-4fde-9b97-16781418d5c5} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18375 | 2024.12.21 00:58:54.017779 [ 263 ] {8d43c184-8bea-4fde-9b97-16781418d5c5} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18376 | 2024.12.21 00:58:54.017973 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_142_29 to all_147_147_0 | ||
| 18377 | 2024.12.21 00:58:54.018036 [ 263 ] {8d43c184-8bea-4fde-9b97-16781418d5c5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00176 sec., 134659.0909090909 rows/sec., 9.03 MiB/sec. | ||
| 18378 | 2024.12.21 00:58:54.018066 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18379 | 2024.12.21 00:58:54.018134 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18380 | 2024.12.21 00:58:54.018185 [ 263 ] {8d43c184-8bea-4fde-9b97-16781418d5c5} <Debug> TCPHandler: Processed in 0.002097759 sec. | ||
| 18381 | 2024.12.21 00:58:54.018363 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_147_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_142_29 to all_147_147_0 into Compact with storage Full | ||
| 18382 | 2024.12.21 00:58:54.018425 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18383 | 2024.12.21 00:58:54.018723 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_147_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18384 | 2024.12.21 00:58:54.018848 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_142_29, total 40535 rows starting from the beginning of the part | ||
| 18385 | 2024.12.21 00:58:54.018983 [ 260 ] {026f06fe-80ab-4ad6-bbe5-09b15a24f3c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18386 | 2024.12.21 00:58:54.019307 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 42 rows starting from the beginning of the part | ||
| 18387 | 2024.12.21 00:58:54.019315 [ 260 ] {026f06fe-80ab-4ad6-bbe5-09b15a24f3c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18388 | 2024.12.21 00:58:54.019963 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part | ||
| 18389 | 2024.12.21 00:58:54.020631 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 237 rows starting from the beginning of the part | ||
| 18390 | 2024.12.21 00:58:54.021246 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 161 rows starting from the beginning of the part | ||
| 18391 | 2024.12.21 00:58:54.021870 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 237 rows starting from the beginning of the part | ||
| 18392 | 2024.12.21 00:58:54.023005 [ 260 ] {026f06fe-80ab-4ad6-bbe5-09b15a24f3c4} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18393 | 2024.12.21 00:58:54.023079 [ 260 ] {026f06fe-80ab-4ad6-bbe5-09b15a24f3c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18394 | 2024.12.21 00:58:54.023641 [ 260 ] {026f06fe-80ab-4ad6-bbe5-09b15a24f3c4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18395 | 2024.12.21 00:58:54.023930 [ 260 ] {026f06fe-80ab-4ad6-bbe5-09b15a24f3c4} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18396 | 2024.12.21 00:58:54.024587 [ 260 ] {026f06fe-80ab-4ad6-bbe5-09b15a24f3c4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005772 sec., 173.25017325017325 rows/sec., 11.67 KiB/sec. | ||
| 18397 | 2024.12.21 00:58:54.025049 [ 260 ] {026f06fe-80ab-4ad6-bbe5-09b15a24f3c4} <Debug> TCPHandler: Processed in 0.006702044 sec. | ||
| 18398 | 2024.12.21 00:58:54.025390 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18399 | 2024.12.21 00:58:54.025856 [ 263 ] {2c8753fb-62c8-46f9-85d9-c1f8de551260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18400 | 2024.12.21 00:58:54.026365 [ 263 ] {2c8753fb-62c8-46f9-85d9-c1f8de551260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18401 | 2024.12.21 00:58:54.028630 [ 263 ] {2c8753fb-62c8-46f9-85d9-c1f8de551260} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18402 | 2024.12.21 00:58:54.028672 [ 263 ] {2c8753fb-62c8-46f9-85d9-c1f8de551260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18403 | 2024.12.21 00:58:54.029369 [ 263 ] {2c8753fb-62c8-46f9-85d9-c1f8de551260} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 18404 | 2024.12.21 00:58:54.029690 [ 263 ] {2c8753fb-62c8-46f9-85d9-c1f8de551260} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18405 | 2024.12.21 00:58:54.029979 [ 263 ] {2c8753fb-62c8-46f9-85d9-c1f8de551260} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004276 sec., 2806.361085126286 rows/sec., 5.03 MiB/sec. | ||
| 18406 | 2024.12.21 00:58:54.030148 [ 263 ] {2c8753fb-62c8-46f9-85d9-c1f8de551260} <Debug> TCPHandler: Processed in 0.004967712 sec. | ||
| 18407 | 2024.12.21 00:58:54.030318 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18408 | 2024.12.21 00:58:54.030471 [ 260 ] {28cd11c3-0bc3-4e35-b321-01b42dd3e91d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18409 | 2024.12.21 00:58:54.030530 [ 260 ] {28cd11c3-0bc3-4e35-b321-01b42dd3e91d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18410 | 2024.12.21 00:58:54.031235 [ 260 ] {28cd11c3-0bc3-4e35-b321-01b42dd3e91d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18411 | 2024.12.21 00:58:54.031277 [ 260 ] {28cd11c3-0bc3-4e35-b321-01b42dd3e91d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18412 | 2024.12.21 00:58:54.031727 [ 260 ] {28cd11c3-0bc3-4e35-b321-01b42dd3e91d} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18413 | 2024.12.21 00:58:54.032077 [ 260 ] {28cd11c3-0bc3-4e35-b321-01b42dd3e91d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18414 | 2024.12.21 00:58:54.032402 [ 260 ] {28cd11c3-0bc3-4e35-b321-01b42dd3e91d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001954 sec., 41965.19959058342 rows/sec., 2.67 MiB/sec. | ||
| 18415 | 2024.12.21 00:58:54.032457 [ 260 ] {28cd11c3-0bc3-4e35-b321-01b42dd3e91d} <Debug> TCPHandler: Processed in 0.002216121 sec. | ||
| 18416 | 2024.12.21 00:58:54.033366 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_147_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41372 rows, containing 5 columns (5 merged, 0 gathered) in 0.015111871 sec., 2737715.2703328393 rows/sec., 185.02 MiB/sec. | ||
| 18417 | 2024.12.21 00:58:54.033852 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_147_30} <Trace> MergedBlockOutputStream: filled checksums all_1_147_30 (state Temporary) | ||
| 18418 | 2024.12.21 00:58:54.034220 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_147_30 to all_1_147_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18419 | 2024.12.21 00:58:54.034404 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_142_29, all_147_147_0] -> all_1_147_30 | ||
| 18420 | 2024.12.21 00:58:54.034513 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.42 MiB. | ||
| 18421 | 2024.12.21 00:58:57.282405 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18422 | 2024.12.21 00:58:57.282473 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18423 | 2024.12.21 00:58:57.384722 [ 220 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18424 | 2024.12.21 00:58:57.384779 [ 220 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18425 | 2024.12.21 00:58:57.386774 [ 220 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18426 | 2024.12.21 00:58:57.585002 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 | ||
| 18427 | 2024.12.21 00:58:57.585792 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18428 | 2024.12.21 00:58:57.585846 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18429 | 2024.12.21 00:58:57.586430 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 18430 | 2024.12.21 00:58:57.586734 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18431 | 2024.12.21 00:58:57.586999 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 18432 | 2024.12.21 00:58:58.989546 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18433 | 2024.12.21 00:58:58.989841 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
| 18434 | 2024.12.21 00:58:58.990347 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18435 | 2024.12.21 00:58:58.990409 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
| 18436 | 2024.12.21 00:58:58.990908 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18437 | 2024.12.21 00:58:58.991008 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18438 | 2024.12.21 00:58:58.991207 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
| 18439 | 2024.12.21 00:58:58.991357 [ 303 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18440 | 2024.12.21 00:58:58.991357 [ 296 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18441 | 2024.12.21 00:58:58.991488 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18442 | 2024.12.21 00:58:58.991520 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18443 | 2024.12.21 00:58:58.991617 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18444 | 2024.12.21 00:58:58.991639 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18445 | 2024.12.21 00:58:58.991686 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18446 | 2024.12.21 00:58:58.991738 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18447 | 2024.12.21 00:58:58.993175 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.003476 sec., 12370.540851553511 rows/sec., 471.71 KiB/sec. | ||
| 18448 | 2024.12.21 00:58:58.993349 [ 260 ] {b94946f0-8869-4d8f-af35-d58c697e0857} <Debug> TCPHandler: Processed in 0.003946243 sec. | ||
| 18449 | 2024.12.21 00:58:58.993794 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18450 | 2024.12.21 00:58:58.994088 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
| 18451 | 2024.12.21 00:58:58.994620 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18452 | 2024.12.21 00:58:58.994688 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
| 18453 | 2024.12.21 00:58:58.995099 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18454 | 2024.12.21 00:58:58.995182 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18455 | 2024.12.21 00:58:58.995362 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
| 18456 | 2024.12.21 00:58:58.995481 [ 296 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18457 | 2024.12.21 00:58:58.995496 [ 298 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18458 | 2024.12.21 00:58:58.995618 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18459 | 2024.12.21 00:58:58.995648 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18460 | 2024.12.21 00:58:58.995740 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18461 | 2024.12.21 00:58:58.995764 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18462 | 2024.12.21 00:58:58.995810 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18463 | 2024.12.21 00:58:58.995867 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18464 | 2024.12.21 00:58:58.997049 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.003116 sec., 13799.743260590501 rows/sec., 526.20 KiB/sec. | ||
| 18465 | 2024.12.21 00:58:58.997208 [ 263 ] {49de2b6e-4db9-40d1-b3ed-9f8138a530b8} <Debug> TCPHandler: Processed in 0.003542716 sec. | ||
| 18466 | 2024.12.21 00:58:58.997521 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18467 | 2024.12.21 00:58:58.997754 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
| 18468 | 2024.12.21 00:58:58.998147 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18469 | 2024.12.21 00:58:58.998202 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
| 18470 | 2024.12.21 00:58:58.998577 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18471 | 2024.12.21 00:58:58.998649 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18472 | 2024.12.21 00:58:58.998807 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
| 18473 | 2024.12.21 00:58:58.998938 [ 298 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18474 | 2024.12.21 00:58:58.998939 [ 303 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18475 | 2024.12.21 00:58:58.999085 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18476 | 2024.12.21 00:58:58.999118 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18477 | 2024.12.21 00:58:58.999207 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18478 | 2024.12.21 00:58:58.999229 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18479 | 2024.12.21 00:58:58.999273 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18480 | 2024.12.21 00:58:58.999326 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18481 | 2024.12.21 00:58:59.000864 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.003235 sec., 13292.117465224112 rows/sec., 506.85 KiB/sec. | ||
| 18482 | 2024.12.21 00:58:59.001073 [ 260 ] {148bf6d2-662f-4006-967b-85b3a00134e6} <Debug> TCPHandler: Processed in 0.003616447 sec. | ||
| 18483 | 2024.12.21 00:58:59.001411 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18484 | 2024.12.21 00:58:59.001626 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
| 18485 | 2024.12.21 00:58:59.002024 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18486 | 2024.12.21 00:58:59.002081 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
| 18487 | 2024.12.21 00:58:59.002454 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18488 | 2024.12.21 00:58:59.002525 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18489 | 2024.12.21 00:58:59.002683 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
| 18490 | 2024.12.21 00:58:59.002764 [ 299 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18491 | 2024.12.21 00:58:59.002783 [ 298 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18492 | 2024.12.21 00:58:59.002883 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18493 | 2024.12.21 00:58:59.002913 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18494 | 2024.12.21 00:58:59.002996 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18495 | 2024.12.21 00:58:59.003019 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18496 | 2024.12.21 00:58:59.003063 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18497 | 2024.12.21 00:58:59.003115 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18498 | 2024.12.21 00:58:59.003941 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002428 sec., 17710.04942339374 rows/sec., 675.31 KiB/sec. | ||
| 18499 | 2024.12.21 00:58:59.004055 [ 263 ] {b6954c07-6515-49ff-9d60-2667aaea5cc0} <Debug> TCPHandler: Processed in 0.002709331 sec. | ||
| 18500 | 2024.12.21 00:58:59.004323 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18501 | 2024.12.21 00:58:59.004539 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
| 18502 | 2024.12.21 00:58:59.004939 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18503 | 2024.12.21 00:58:59.005000 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
| 18504 | 2024.12.21 00:58:59.005387 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18505 | 2024.12.21 00:58:59.005469 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18506 | 2024.12.21 00:58:59.005632 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
| 18507 | 2024.12.21 00:58:59.005749 [ 298 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18508 | 2024.12.21 00:58:59.005754 [ 299 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18509 | 2024.12.21 00:58:59.005869 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18510 | 2024.12.21 00:58:59.005899 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18511 | 2024.12.21 00:58:59.005988 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18512 | 2024.12.21 00:58:59.006011 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18513 | 2024.12.21 00:58:59.006056 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18514 | 2024.12.21 00:58:59.006109 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18515 | 2024.12.21 00:58:59.007179 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002753 sec., 15619.324373410826 rows/sec., 595.59 KiB/sec. | ||
| 18516 | 2024.12.21 00:58:59.007349 [ 260 ] {d35a9cfc-8d02-40c4-8e4a-a8eda4abe53f} <Debug> TCPHandler: Processed in 0.003088337 sec. | ||
| 18517 | 2024.12.21 00:58:59.007680 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18518 | 2024.12.21 00:58:59.007894 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
| 18519 | 2024.12.21 00:58:59.008273 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18520 | 2024.12.21 00:58:59.008329 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
| 18521 | 2024.12.21 00:58:59.008706 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18522 | 2024.12.21 00:58:59.008776 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18523 | 2024.12.21 00:58:59.008927 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 48-element set) | ||
| 18524 | 2024.12.21 00:58:59.009042 [ 298 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18525 | 2024.12.21 00:58:59.009050 [ 301 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18526 | 2024.12.21 00:58:59.009162 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18527 | 2024.12.21 00:58:59.009192 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18528 | 2024.12.21 00:58:59.009275 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18529 | 2024.12.21 00:58:59.009298 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18530 | 2024.12.21 00:58:59.009341 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18531 | 2024.12.21 00:58:59.009392 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18532 | 2024.12.21 00:58:59.010424 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.00264 sec., 16287.878787878788 rows/sec., 621.08 KiB/sec. | ||
| 18533 | 2024.12.21 00:58:59.010564 [ 263 ] {ad9da3b6-bd04-41b3-92d6-bfbd0cb6c645} <Debug> TCPHandler: Processed in 0.002943255 sec. | ||
| 18534 | 2024.12.21 00:58:59.010853 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18535 | 2024.12.21 00:58:59.011070 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
| 18536 | 2024.12.21 00:58:59.011477 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18537 | 2024.12.21 00:58:59.011538 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
| 18538 | 2024.12.21 00:58:59.011944 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18539 | 2024.12.21 00:58:59.012028 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18540 | 2024.12.21 00:58:59.012188 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 49-element set) | ||
| 18541 | 2024.12.21 00:58:59.012279 [ 301 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18542 | 2024.12.21 00:58:59.012297 [ 296 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18543 | 2024.12.21 00:58:59.012408 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18544 | 2024.12.21 00:58:59.012439 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18545 | 2024.12.21 00:58:59.012527 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18546 | 2024.12.21 00:58:59.012550 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18547 | 2024.12.21 00:58:59.012596 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18548 | 2024.12.21 00:58:59.012650 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18549 | 2024.12.21 00:58:59.013799 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002842 sec., 15130.190007037298 rows/sec., 576.93 KiB/sec. | ||
| 18550 | 2024.12.21 00:58:59.013963 [ 260 ] {e8e3414c-dc3a-452c-88b6-51deeb9c887a} <Debug> TCPHandler: Processed in 0.003172479 sec. | ||
| 18551 | 2024.12.21 00:58:59.014279 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18552 | 2024.12.21 00:58:59.014487 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
| 18553 | 2024.12.21 00:58:59.014868 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18554 | 2024.12.21 00:58:59.014923 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
| 18555 | 2024.12.21 00:58:59.015298 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18556 | 2024.12.21 00:58:59.015367 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18557 | 2024.12.21 00:58:59.015514 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 50-element set) | ||
| 18558 | 2024.12.21 00:58:59.015617 [ 296 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18559 | 2024.12.21 00:58:59.015635 [ 301 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18560 | 2024.12.21 00:58:59.015738 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18561 | 2024.12.21 00:58:59.015766 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18562 | 2024.12.21 00:58:59.015849 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18563 | 2024.12.21 00:58:59.015871 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18564 | 2024.12.21 00:58:59.015913 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18565 | 2024.12.21 00:58:59.015965 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 18566 | 2024.12.21 00:58:59.017049 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.00267 sec., 16104.868913857677 rows/sec., 614.10 KiB/sec. | ||
| 18567 | 2024.12.21 00:58:59.017186 [ 263 ] {9372e6c1-c7b4-4933-ad39-7eec89f30b89} <Debug> TCPHandler: Processed in 0.002966064 sec. | ||
| 18568 | 2024.12.21 00:58:59.018214 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18569 | 2024.12.21 00:58:59.018424 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18570 | 2024.12.21 00:58:59.018813 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18571 | 2024.12.21 00:58:59.018870 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18572 | 2024.12.21 00:58:59.019275 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18573 | 2024.12.21 00:58:59.019350 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18574 | 2024.12.21 00:58:59.019504 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 51-element set) | ||
| 18575 | 2024.12.21 00:58:59.019620 [ 301 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18576 | 2024.12.21 00:58:59.019626 [ 296 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18577 | 2024.12.21 00:58:59.019736 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18578 | 2024.12.21 00:58:59.019765 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18579 | 2024.12.21 00:58:59.019848 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18580 | 2024.12.21 00:58:59.019869 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18581 | 2024.12.21 00:58:59.019912 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:vcpu_usage'))" | ||
| 18582 | 2024.12.21 00:58:59.019964 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:vcpu_usage'))" | ||
| 18583 | 2024.12.21 00:58:59.021098 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002785 sec., 15439.856373429084 rows/sec., 588.74 KiB/sec. | ||
| 18584 | 2024.12.21 00:58:59.021259 [ 260 ] {3a8b8bdc-52fc-4ac4-a524-2556b1d53f79} <Debug> TCPHandler: Processed in 0.003105928 sec. | ||
| 18585 | 2024.12.21 00:58:59.021527 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18586 | 2024.12.21 00:58:59.021743 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18587 | 2024.12.21 00:58:59.022126 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18588 | 2024.12.21 00:58:59.022184 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18589 | 2024.12.21 00:58:59.022568 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18590 | 2024.12.21 00:58:59.022636 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18591 | 2024.12.21 00:58:59.022786 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 52-element set) | ||
| 18592 | 2024.12.21 00:58:59.022902 [ 298 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18593 | 2024.12.21 00:58:59.022905 [ 296 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18594 | 2024.12.21 00:58:59.023023 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18595 | 2024.12.21 00:58:59.023048 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18596 | 2024.12.21 00:58:59.023130 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18597 | 2024.12.21 00:58:59.023151 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18598 | 2024.12.21 00:58:59.023193 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18599 | 2024.12.21 00:58:59.023243 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18600 | 2024.12.21 00:58:59.024303 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002669 sec., 16110.90295991008 rows/sec., 614.33 KiB/sec. | ||
| 18601 | 2024.12.21 00:58:59.024443 [ 263 ] {65d80a1b-70ef-41d0-bceb-5997d4f99ab8} <Debug> TCPHandler: Processed in 0.002976095 sec. | ||
| 18602 | 2024.12.21 00:58:59.024748 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18603 | 2024.12.21 00:58:59.024970 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18604 | 2024.12.21 00:58:59.025375 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18605 | 2024.12.21 00:58:59.025448 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18606 | 2024.12.21 00:58:59.025876 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18607 | 2024.12.21 00:58:59.025951 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18608 | 2024.12.21 00:58:59.026104 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 53-element set) | ||
| 18609 | 2024.12.21 00:58:59.026196 [ 301 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18610 | 2024.12.21 00:58:59.026210 [ 296 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18611 | 2024.12.21 00:58:59.026307 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18612 | 2024.12.21 00:58:59.026335 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18613 | 2024.12.21 00:58:59.026420 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18614 | 2024.12.21 00:58:59.026442 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18615 | 2024.12.21 00:58:59.026486 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18616 | 2024.12.21 00:58:59.026539 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18617 | 2024.12.21 00:58:59.027690 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002838 sec., 15151.515151515152 rows/sec., 577.75 KiB/sec. | ||
| 18618 | 2024.12.21 00:58:59.027836 [ 260 ] {6eadbe15-ede2-44a2-bafa-cc04b6e4f161} <Debug> TCPHandler: Processed in 0.003156409 sec. | ||
| 18619 | 2024.12.21 00:58:59.028091 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18620 | 2024.12.21 00:58:59.028304 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18621 | 2024.12.21 00:58:59.028692 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18622 | 2024.12.21 00:58:59.028749 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18623 | 2024.12.21 00:58:59.029137 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18624 | 2024.12.21 00:58:59.029206 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18625 | 2024.12.21 00:58:59.029355 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 54-element set) | ||
| 18626 | 2024.12.21 00:58:59.029460 [ 298 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18627 | 2024.12.21 00:58:59.029471 [ 301 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18628 | 2024.12.21 00:58:59.029584 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18629 | 2024.12.21 00:58:59.029613 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18630 | 2024.12.21 00:58:59.029695 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18631 | 2024.12.21 00:58:59.029715 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18632 | 2024.12.21 00:58:59.029756 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18633 | 2024.12.21 00:58:59.029807 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18634 | 2024.12.21 00:58:59.030631 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002442 sec., 17608.517608517606 rows/sec., 671.44 KiB/sec. | ||
| 18635 | 2024.12.21 00:58:59.030741 [ 263 ] {ba669e36-e223-4af1-9d64-ba585dbec869} <Debug> TCPHandler: Processed in 0.00270826 sec. | ||
| 18636 | 2024.12.21 00:58:59.030996 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18637 | 2024.12.21 00:58:59.031213 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18638 | 2024.12.21 00:58:59.031608 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18639 | 2024.12.21 00:58:59.031667 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18640 | 2024.12.21 00:58:59.032079 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18641 | 2024.12.21 00:58:59.032149 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18642 | 2024.12.21 00:58:59.032299 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 55-element set) | ||
| 18643 | 2024.12.21 00:58:59.032378 [ 303 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18644 | 2024.12.21 00:58:59.032378 [ 296 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18645 | 2024.12.21 00:58:59.032475 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18646 | 2024.12.21 00:58:59.032504 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18647 | 2024.12.21 00:58:59.032618 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18648 | 2024.12.21 00:58:59.032640 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18649 | 2024.12.21 00:58:59.032686 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18650 | 2024.12.21 00:58:59.032807 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18651 | 2024.12.21 00:58:59.033838 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002737 sec., 15710.632078918525 rows/sec., 599.07 KiB/sec. | ||
| 18652 | 2024.12.21 00:58:59.033980 [ 260 ] {2aca4032-83a6-468b-8b8c-6c1a60d281b2} <Debug> TCPHandler: Processed in 0.003043556 sec. | ||
| 18653 | 2024.12.21 00:58:59.034239 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18654 | 2024.12.21 00:58:59.034488 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18655 | 2024.12.21 00:58:59.034927 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18656 | 2024.12.21 00:58:59.034985 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18657 | 2024.12.21 00:58:59.035380 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18658 | 2024.12.21 00:58:59.035448 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18659 | 2024.12.21 00:58:59.035605 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 56-element set) | ||
| 18660 | 2024.12.21 00:58:59.035705 [ 303 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18661 | 2024.12.21 00:58:59.035719 [ 301 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18662 | 2024.12.21 00:58:59.035827 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18663 | 2024.12.21 00:58:59.035856 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18664 | 2024.12.21 00:58:59.035937 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18665 | 2024.12.21 00:58:59.035957 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18666 | 2024.12.21 00:58:59.036000 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18667 | 2024.12.21 00:58:59.036050 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18668 | 2024.12.21 00:58:59.037050 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002696 sec., 15949.554896142434 rows/sec., 608.18 KiB/sec. | ||
| 18669 | 2024.12.21 00:58:59.037183 [ 263 ] {cf82686d-7bbd-4f73-9c93-adeac0154ba2} <Debug> TCPHandler: Processed in 0.003012715 sec. | ||
| 18670 | 2024.12.21 00:58:59.037443 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18671 | 2024.12.21 00:58:59.037694 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18672 | 2024.12.21 00:58:59.038103 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18673 | 2024.12.21 00:58:59.038161 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18674 | 2024.12.21 00:58:59.038568 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18675 | 2024.12.21 00:58:59.038637 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18676 | 2024.12.21 00:58:59.038788 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 57-element set) | ||
| 18677 | 2024.12.21 00:58:59.038878 [ 303 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18678 | 2024.12.21 00:58:59.038879 [ 296 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18679 | 2024.12.21 00:58:59.038984 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18680 | 2024.12.21 00:58:59.039012 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18681 | 2024.12.21 00:58:59.039094 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18682 | 2024.12.21 00:58:59.039114 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18683 | 2024.12.21 00:58:59.039157 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18684 | 2024.12.21 00:58:59.039210 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18685 | 2024.12.21 00:58:59.040370 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002813 sec., 15286.171347316033 rows/sec., 582.88 KiB/sec. | ||
| 18686 | 2024.12.21 00:58:59.040529 [ 260 ] {35ca09f3-5950-45d9-87ef-3893bef367f8} <Debug> TCPHandler: Processed in 0.003155309 sec. | ||
| 18687 | 2024.12.21 00:58:59.040790 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18688 | 2024.12.21 00:58:59.041004 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18689 | 2024.12.21 00:58:59.041392 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18690 | 2024.12.21 00:58:59.041450 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18691 | 2024.12.21 00:58:59.041850 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18692 | 2024.12.21 00:58:59.041918 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18693 | 2024.12.21 00:58:59.042065 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 58-element set) | ||
| 18694 | 2024.12.21 00:58:59.042174 [ 299 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18695 | 2024.12.21 00:58:59.042177 [ 298 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18696 | 2024.12.21 00:58:59.042285 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18697 | 2024.12.21 00:58:59.042313 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18698 | 2024.12.21 00:58:59.042398 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18699 | 2024.12.21 00:58:59.042418 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18700 | 2024.12.21 00:58:59.042461 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18701 | 2024.12.21 00:58:59.042511 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18702 | 2024.12.21 00:58:59.043526 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002635 sec., 16318.785578747627 rows/sec., 622.26 KiB/sec. | ||
| 18703 | 2024.12.21 00:58:59.043655 [ 263 ] {06d4e955-af48-4725-8d15-c93711cd9764} <Debug> TCPHandler: Processed in 0.002933355 sec. | ||
| 18704 | 2024.12.21 00:58:59.043905 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18705 | 2024.12.21 00:58:59.044120 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18706 | 2024.12.21 00:58:59.044518 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18707 | 2024.12.21 00:58:59.044582 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18708 | 2024.12.21 00:58:59.044998 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18709 | 2024.12.21 00:58:59.045068 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18710 | 2024.12.21 00:58:59.045218 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 59-element set) | ||
| 18711 | 2024.12.21 00:58:59.045318 [ 296 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18712 | 2024.12.21 00:58:59.045328 [ 298 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18713 | 2024.12.21 00:58:59.045434 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18714 | 2024.12.21 00:58:59.045462 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18715 | 2024.12.21 00:58:59.045545 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18716 | 2024.12.21 00:58:59.045570 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18717 | 2024.12.21 00:58:59.045614 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18718 | 2024.12.21 00:58:59.045666 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18719 | 2024.12.21 00:58:59.046521 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002518 sec., 17077.04527402701 rows/sec., 651.17 KiB/sec. | ||
| 18720 | 2024.12.21 00:58:59.046683 [ 260 ] {6fe54b91-fca2-4142-878a-2db9bdd84c2b} <Debug> TCPHandler: Processed in 0.002836723 sec. | ||
| 18721 | 2024.12.21 00:58:59.046954 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18722 | 2024.12.21 00:58:59.047204 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18723 | 2024.12.21 00:58:59.047672 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18724 | 2024.12.21 00:58:59.047746 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18725 | 2024.12.21 00:58:59.048160 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18726 | 2024.12.21 00:58:59.048227 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18727 | 2024.12.21 00:58:59.048372 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 60-element set) | ||
| 18728 | 2024.12.21 00:58:59.048441 [ 299 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18729 | 2024.12.21 00:58:59.048445 [ 296 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18730 | 2024.12.21 00:58:59.048520 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18731 | 2024.12.21 00:58:59.048543 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18732 | 2024.12.21 00:58:59.048626 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18733 | 2024.12.21 00:58:59.048646 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18734 | 2024.12.21 00:58:59.048688 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18735 | 2024.12.21 00:58:59.048739 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18736 | 2024.12.21 00:58:59.049726 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002659 sec., 16171.49304249718 rows/sec., 616.64 KiB/sec. | ||
| 18737 | 2024.12.21 00:58:59.049867 [ 263 ] {2a7bceb9-4a3d-407f-9ffb-3a81d63b3960} <Debug> TCPHandler: Processed in 0.002983305 sec. | ||
| 18738 | 2024.12.21 00:58:59.050139 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18739 | 2024.12.21 00:58:59.050353 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18740 | 2024.12.21 00:58:59.050757 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18741 | 2024.12.21 00:58:59.050817 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18742 | 2024.12.21 00:58:59.051266 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18743 | 2024.12.21 00:58:59.051377 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18744 | 2024.12.21 00:58:59.052197 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 61-element set) | ||
| 18745 | 2024.12.21 00:58:59.052298 [ 298 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18746 | 2024.12.21 00:58:59.052311 [ 299 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18747 | 2024.12.21 00:58:59.052416 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18748 | 2024.12.21 00:58:59.052444 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18749 | 2024.12.21 00:58:59.052526 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18750 | 2024.12.21 00:58:59.052546 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18751 | 2024.12.21 00:58:59.052593 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18752 | 2024.12.21 00:58:59.052646 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18753 | 2024.12.21 00:58:59.053484 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.003249 sec., 13234.841489689134 rows/sec., 504.66 KiB/sec. | ||
| 18754 | 2024.12.21 00:58:59.053637 [ 260 ] {7fc9a227-e579-44ef-8086-973c3d09b5a4} <Debug> TCPHandler: Processed in 0.003558556 sec. | ||
| 18755 | 2024.12.21 00:58:59.053924 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18756 | 2024.12.21 00:58:59.054170 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18757 | 2024.12.21 00:58:59.054583 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18758 | 2024.12.21 00:58:59.054646 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18759 | 2024.12.21 00:58:59.055072 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18760 | 2024.12.21 00:58:59.055143 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18761 | 2024.12.21 00:58:59.055289 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 62-element set) | ||
| 18762 | 2024.12.21 00:58:59.055363 [ 303 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18763 | 2024.12.21 00:58:59.055371 [ 299 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18764 | 2024.12.21 00:58:59.055450 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18765 | 2024.12.21 00:58:59.055472 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18766 | 2024.12.21 00:58:59.055548 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18767 | 2024.12.21 00:58:59.055568 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18768 | 2024.12.21 00:58:59.055610 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18769 | 2024.12.21 00:58:59.055661 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18770 | 2024.12.21 00:58:59.056763 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002718 sec., 15820.456217807212 rows/sec., 603.26 KiB/sec. | ||
| 18771 | 2024.12.21 00:58:59.056900 [ 263 ] {d316fe2d-1bdc-4474-886b-ab124f98a28e} <Debug> TCPHandler: Processed in 0.003034286 sec. | ||
| 18772 | 2024.12.21 00:58:59.057563 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18773 | 2024.12.21 00:58:59.057782 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18774 | 2024.12.21 00:58:59.058215 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18775 | 2024.12.21 00:58:59.058278 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18776 | 2024.12.21 00:58:59.058707 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18777 | 2024.12.21 00:58:59.058780 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18778 | 2024.12.21 00:58:59.058928 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 63-element set) | ||
| 18779 | 2024.12.21 00:58:59.059026 [ 303 ] {ed749310-4925-4668-ba42-54381ac93a48} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18780 | 2024.12.21 00:58:59.059026 [ 299 ] {ed749310-4925-4668-ba42-54381ac93a48} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18781 | 2024.12.21 00:58:59.059125 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18782 | 2024.12.21 00:58:59.059154 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18783 | 2024.12.21 00:58:59.059239 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18784 | 2024.12.21 00:58:59.059259 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18785 | 2024.12.21 00:58:59.059303 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18786 | 2024.12.21 00:58:59.059355 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18787 | 2024.12.21 00:58:59.060176 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002513 sec., 17111.02268205332 rows/sec., 652.47 KiB/sec. | ||
| 18788 | 2024.12.21 00:58:59.060332 [ 260 ] {ed749310-4925-4668-ba42-54381ac93a48} <Debug> TCPHandler: Processed in 0.002829632 sec. | ||
| 18789 | 2024.12.21 00:58:59.060612 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18790 | 2024.12.21 00:58:59.060833 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18791 | 2024.12.21 00:58:59.061235 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18792 | 2024.12.21 00:58:59.061297 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18793 | 2024.12.21 00:58:59.061721 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18794 | 2024.12.21 00:58:59.061789 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18795 | 2024.12.21 00:58:59.061930 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 64-element set) | ||
| 18796 | 2024.12.21 00:58:59.062004 [ 296 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18797 | 2024.12.21 00:58:59.062006 [ 303 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18798 | 2024.12.21 00:58:59.062081 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18799 | 2024.12.21 00:58:59.062104 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18800 | 2024.12.21 00:58:59.062181 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18801 | 2024.12.21 00:58:59.062200 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18802 | 2024.12.21 00:58:59.062240 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18803 | 2024.12.21 00:58:59.062289 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18804 | 2024.12.21 00:58:59.063379 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002665 sec., 16135.084427767355 rows/sec., 615.25 KiB/sec. | ||
| 18805 | 2024.12.21 00:58:59.063488 [ 263 ] {63515aca-ec3c-415e-b562-b38da3c675bb} <Debug> TCPHandler: Processed in 0.002940505 sec. | ||
| 18806 | 2024.12.21 00:58:59.063809 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18807 | 2024.12.21 00:58:59.064043 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18808 | 2024.12.21 00:58:59.064466 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18809 | 2024.12.21 00:58:59.064530 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18810 | 2024.12.21 00:58:59.064970 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18811 | 2024.12.21 00:58:59.065045 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18812 | 2024.12.21 00:58:59.065197 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 65-element set) | ||
| 18813 | 2024.12.21 00:58:59.065291 [ 296 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18814 | 2024.12.21 00:58:59.065293 [ 299 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18815 | 2024.12.21 00:58:59.065395 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18816 | 2024.12.21 00:58:59.065425 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18817 | 2024.12.21 00:58:59.065511 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18818 | 2024.12.21 00:58:59.065533 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18819 | 2024.12.21 00:58:59.065596 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18820 | 2024.12.21 00:58:59.065658 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18821 | 2024.12.21 00:58:59.066529 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002608 sec., 16487.730061349692 rows/sec., 628.70 KiB/sec. | ||
| 18822 | 2024.12.21 00:58:59.066702 [ 260 ] {88a6fad3-9aed-47e7-a716-cff850fe2a02} <Debug> TCPHandler: Processed in 0.002975235 sec. | ||
| 18823 | 2024.12.21 00:58:59.067096 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18824 | 2024.12.21 00:58:59.067319 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18825 | 2024.12.21 00:58:59.067716 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18826 | 2024.12.21 00:58:59.067779 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18827 | 2024.12.21 00:58:59.068205 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18828 | 2024.12.21 00:58:59.068273 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18829 | 2024.12.21 00:58:59.068419 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 66-element set) | ||
| 18830 | 2024.12.21 00:58:59.068495 [ 303 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18831 | 2024.12.21 00:58:59.068497 [ 299 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18832 | 2024.12.21 00:58:59.068575 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18833 | 2024.12.21 00:58:59.068598 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18834 | 2024.12.21 00:58:59.068677 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18835 | 2024.12.21 00:58:59.068698 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18836 | 2024.12.21 00:58:59.068742 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18837 | 2024.12.21 00:58:59.068910 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18838 | 2024.12.21 00:58:59.069691 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002496 sec., 17227.5641025641 rows/sec., 656.91 KiB/sec. | ||
| 18839 | 2024.12.21 00:58:59.069809 [ 263 ] {8195a786-2c26-411f-b816-d5145159ddd7} <Debug> TCPHandler: Processed in 0.002774882 sec. | ||
| 18840 | 2024.12.21 00:58:59.070097 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18841 | 2024.12.21 00:58:59.070328 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18842 | 2024.12.21 00:58:59.070742 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18843 | 2024.12.21 00:58:59.070807 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18844 | 2024.12.21 00:58:59.071245 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18845 | 2024.12.21 00:58:59.071315 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18846 | 2024.12.21 00:58:59.071465 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 67-element set) | ||
| 18847 | 2024.12.21 00:58:59.071544 [ 303 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18848 | 2024.12.21 00:58:59.071549 [ 296 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18849 | 2024.12.21 00:58:59.071643 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18850 | 2024.12.21 00:58:59.071671 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18851 | 2024.12.21 00:58:59.071757 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18852 | 2024.12.21 00:58:59.071779 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18853 | 2024.12.21 00:58:59.071825 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18854 | 2024.12.21 00:58:59.071882 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18855 | 2024.12.21 00:58:59.072738 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002537 sec., 16949.15254237288 rows/sec., 646.29 KiB/sec. | ||
| 18856 | 2024.12.21 00:58:59.072893 [ 260 ] {e5fd53cf-7b5a-4a60-996e-d308f02f5bda} <Debug> TCPHandler: Processed in 0.002862543 sec. | ||
| 18857 | 2024.12.21 00:58:59.073157 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18858 | 2024.12.21 00:58:59.073378 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18859 | 2024.12.21 00:58:59.073790 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18860 | 2024.12.21 00:58:59.073853 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18861 | 2024.12.21 00:58:59.074287 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18862 | 2024.12.21 00:58:59.074357 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18863 | 2024.12.21 00:58:59.074503 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 68-element set) | ||
| 18864 | 2024.12.21 00:58:59.074576 [ 303 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18865 | 2024.12.21 00:58:59.074583 [ 296 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18866 | 2024.12.21 00:58:59.074656 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18867 | 2024.12.21 00:58:59.074679 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18868 | 2024.12.21 00:58:59.074759 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18869 | 2024.12.21 00:58:59.074780 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18870 | 2024.12.21 00:58:59.074824 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18871 | 2024.12.21 00:58:59.074876 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18872 | 2024.12.21 00:58:59.075642 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002388 sec., 18006.700167504187 rows/sec., 686.62 KiB/sec. | ||
| 18873 | 2024.12.21 00:58:59.075756 [ 263 ] {f36ad383-d5b4-4395-ba07-d1f08cfdd9be} <Debug> TCPHandler: Processed in 0.002659279 sec. | ||
| 18874 | 2024.12.21 00:58:59.076209 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18875 | 2024.12.21 00:58:59.076476 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18876 | 2024.12.21 00:58:59.076939 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18877 | 2024.12.21 00:58:59.077002 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18878 | 2024.12.21 00:58:59.077451 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18879 | 2024.12.21 00:58:59.077523 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18880 | 2024.12.21 00:58:59.077673 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 69-element set) | ||
| 18881 | 2024.12.21 00:58:59.077761 [ 299 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18882 | 2024.12.21 00:58:59.077764 [ 303 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18883 | 2024.12.21 00:58:59.077862 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18884 | 2024.12.21 00:58:59.077889 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18885 | 2024.12.21 00:58:59.077975 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18886 | 2024.12.21 00:58:59.077997 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18887 | 2024.12.21 00:58:59.078044 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18888 | 2024.12.21 00:58:59.078101 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18889 | 2024.12.21 00:58:59.078937 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002612 sec., 16462.480857580398 rows/sec., 627.74 KiB/sec. | ||
| 18890 | 2024.12.21 00:58:59.079092 [ 260 ] {c7098dc4-266e-4830-bbe1-168b6e8a8604} <Debug> TCPHandler: Processed in 0.002986025 sec. | ||
| 18891 | 2024.12.21 00:58:59.079348 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18892 | 2024.12.21 00:58:59.079584 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18893 | 2024.12.21 00:58:59.080000 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18894 | 2024.12.21 00:58:59.080065 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18895 | 2024.12.21 00:58:59.080545 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18896 | 2024.12.21 00:58:59.080635 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18897 | 2024.12.21 00:58:59.080785 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 70-element set) | ||
| 18898 | 2024.12.21 00:58:59.080867 [ 299 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18899 | 2024.12.21 00:58:59.080872 [ 296 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18900 | 2024.12.21 00:58:59.080963 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18901 | 2024.12.21 00:58:59.080987 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18902 | 2024.12.21 00:58:59.081072 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18903 | 2024.12.21 00:58:59.081092 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18904 | 2024.12.21 00:58:59.081137 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18905 | 2024.12.21 00:58:59.081189 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18906 | 2024.12.21 00:58:59.082231 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002783 sec., 15450.95220984549 rows/sec., 589.17 KiB/sec. | ||
| 18907 | 2024.12.21 00:58:59.082374 [ 263 ] {30a19c21-ecf1-4421-bd4c-ba84eec8a695} <Debug> TCPHandler: Processed in 0.003086527 sec. | ||
| 18908 | 2024.12.21 00:58:59.082777 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18909 | 2024.12.21 00:58:59.083008 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18910 | 2024.12.21 00:58:59.083432 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18911 | 2024.12.21 00:58:59.083496 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18912 | 2024.12.21 00:58:59.083942 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18913 | 2024.12.21 00:58:59.084013 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18914 | 2024.12.21 00:58:59.084162 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 71-element set) | ||
| 18915 | 2024.12.21 00:58:59.084277 [ 298 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18916 | 2024.12.21 00:58:59.084279 [ 303 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18917 | 2024.12.21 00:58:59.084409 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18918 | 2024.12.21 00:58:59.084437 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18919 | 2024.12.21 00:58:59.084521 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18920 | 2024.12.21 00:58:59.084541 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18921 | 2024.12.21 00:58:59.084586 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18922 | 2024.12.21 00:58:59.084642 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18923 | 2024.12.21 00:58:59.085805 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002921 sec., 14720.985963711059 rows/sec., 561.33 KiB/sec. | ||
| 18924 | 2024.12.21 00:58:59.085975 [ 260 ] {0386440c-3f51-4a9f-bf3f-3ac55bce49f5} <Debug> TCPHandler: Processed in 0.003257361 sec. | ||
| 18925 | 2024.12.21 00:58:59.086402 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18926 | 2024.12.21 00:58:59.086644 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18927 | 2024.12.21 00:58:59.087072 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18928 | 2024.12.21 00:58:59.087137 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18929 | 2024.12.21 00:58:59.087600 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18930 | 2024.12.21 00:58:59.087671 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18931 | 2024.12.21 00:58:59.087819 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 72-element set) | ||
| 18932 | 2024.12.21 00:58:59.087946 [ 298 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18933 | 2024.12.21 00:58:59.087954 [ 299 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18934 | 2024.12.21 00:58:59.088068 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18935 | 2024.12.21 00:58:59.088092 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18936 | 2024.12.21 00:58:59.088174 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18937 | 2024.12.21 00:58:59.088194 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18938 | 2024.12.21 00:58:59.088238 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18939 | 2024.12.21 00:58:59.088292 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18940 | 2024.12.21 00:58:59.089127 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002623 sec., 16393.44262295082 rows/sec., 625.10 KiB/sec. | ||
| 18941 | 2024.12.21 00:58:59.089242 [ 263 ] {29348eac-8ab2-46e5-adc6-74025dcf8031} <Debug> TCPHandler: Processed in 0.002901983 sec. | ||
| 18942 | 2024.12.21 00:58:59.089612 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18943 | 2024.12.21 00:58:59.089879 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 18944 | 2024.12.21 00:58:59.090375 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18945 | 2024.12.21 00:58:59.090452 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 18946 | 2024.12.21 00:58:59.090963 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18947 | 2024.12.21 00:58:59.091033 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18948 | 2024.12.21 00:58:59.091180 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 73-element set) | ||
| 18949 | 2024.12.21 00:58:59.091266 [ 303 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 18950 | 2024.12.21 00:58:59.091270 [ 299 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 18951 | 2024.12.21 00:58:59.091374 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 18952 | 2024.12.21 00:58:59.091401 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18953 | 2024.12.21 00:58:59.091484 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 18954 | 2024.12.21 00:58:59.091504 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 43 rows with 2 streams | ||
| 18955 | 2024.12.21 00:58:59.091548 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18956 | 2024.12.21 00:58:59.091604 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 18957 | 2024.12.21 00:58:59.092718 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002994 sec., 14362.057448229792 rows/sec., 547.64 KiB/sec. | ||
| 18958 | 2024.12.21 00:58:59.092863 [ 260 ] {dcbcf26b-932d-44b6-b444-c7a931f9b092} <Debug> TCPHandler: Processed in 0.003322192 sec. | ||
| 18959 | 2024.12.21 00:58:59.103950 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18960 | 2024.12.21 00:58:59.104085 [ 260 ] {530977b8-db24-4522-8cf3-fbcc9545e0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 18961 | 2024.12.21 00:58:59.104141 [ 260 ] {530977b8-db24-4522-8cf3-fbcc9545e0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18962 | 2024.12.21 00:58:59.105082 [ 260 ] {530977b8-db24-4522-8cf3-fbcc9545e0e4} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18963 | 2024.12.21 00:58:59.105143 [ 260 ] {530977b8-db24-4522-8cf3-fbcc9545e0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18964 | 2024.12.21 00:58:59.105913 [ 260 ] {530977b8-db24-4522-8cf3-fbcc9545e0e4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 18965 | 2024.12.21 00:58:59.106252 [ 260 ] {530977b8-db24-4522-8cf3-fbcc9545e0e4} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18966 | 2024.12.21 00:58:59.106576 [ 260 ] {530977b8-db24-4522-8cf3-fbcc9545e0e4} <Debug> executeQuery: Read 31 rows, 4.74 KiB in 0.002497 sec., 12414.897877452942 rows/sec., 1.85 MiB/sec. | ||
| 18967 | 2024.12.21 00:58:59.106683 [ 260 ] {530977b8-db24-4522-8cf3-fbcc9545e0e4} <Debug> TCPHandler: Processed in 0.002800322 sec. | ||
| 18968 | 2024.12.21 00:58:59.106858 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18969 | 2024.12.21 00:58:59.106993 [ 263 ] {d59d9cbf-133c-4e4c-810f-5e4937ff352a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18970 | 2024.12.21 00:58:59.107045 [ 263 ] {d59d9cbf-133c-4e4c-810f-5e4937ff352a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18971 | 2024.12.21 00:58:59.107777 [ 263 ] {d59d9cbf-133c-4e4c-810f-5e4937ff352a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18972 | 2024.12.21 00:58:59.107822 [ 263 ] {d59d9cbf-133c-4e4c-810f-5e4937ff352a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18973 | 2024.12.21 00:58:59.108291 [ 263 ] {d59d9cbf-133c-4e4c-810f-5e4937ff352a} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18974 | 2024.12.21 00:58:59.108544 [ 263 ] {d59d9cbf-133c-4e4c-810f-5e4937ff352a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18975 | 2024.12.21 00:58:59.108794 [ 263 ] {d59d9cbf-133c-4e4c-810f-5e4937ff352a} <Debug> executeQuery: Read 180 rows, 15.20 KiB in 0.001838 sec., 97932.53536452666 rows/sec., 8.08 MiB/sec. | ||
| 18976 | 2024.12.21 00:58:59.108854 [ 263 ] {d59d9cbf-133c-4e4c-810f-5e4937ff352a} <Debug> TCPHandler: Processed in 0.002054908 sec. | ||
| 18977 | 2024.12.21 00:58:59.109027 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18978 | 2024.12.21 00:58:59.109180 [ 260 ] {cde96107-423f-4fdd-863d-aeeb9fcf810b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18979 | 2024.12.21 00:58:59.109249 [ 260 ] {cde96107-423f-4fdd-863d-aeeb9fcf810b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18980 | 2024.12.21 00:58:59.109974 [ 260 ] {cde96107-423f-4fdd-863d-aeeb9fcf810b} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18981 | 2024.12.21 00:58:59.110018 [ 260 ] {cde96107-423f-4fdd-863d-aeeb9fcf810b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18982 | 2024.12.21 00:58:59.110402 [ 260 ] {cde96107-423f-4fdd-863d-aeeb9fcf810b} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 18983 | 2024.12.21 00:58:59.110652 [ 260 ] {cde96107-423f-4fdd-863d-aeeb9fcf810b} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18984 | 2024.12.21 00:58:59.110804 [ 153 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 18985 | 2024.12.21 00:58:59.110842 [ 260 ] {cde96107-423f-4fdd-863d-aeeb9fcf810b} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001701 sec., 23515.579071134627 rows/sec., 1.73 MiB/sec. | ||
| 18986 | 2024.12.21 00:58:59.110846 [ 153 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18987 | 2024.12.21 00:58:59.110886 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 18988 | 2024.12.21 00:58:59.110917 [ 260 ] {cde96107-423f-4fdd-863d-aeeb9fcf810b} <Debug> TCPHandler: Processed in 0.001962757 sec. | ||
| 18989 | 2024.12.21 00:58:59.111105 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18990 | 2024.12.21 00:58:59.111109 [ 198 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 18991 | 2024.12.21 00:58:59.111293 [ 263 ] {77a578b1-38cd-4cc7-bb7b-1eba7e205f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18992 | 2024.12.21 00:58:59.111394 [ 263 ] {77a578b1-38cd-4cc7-bb7b-1eba7e205f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18993 | 2024.12.21 00:58:59.111415 [ 198 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18994 | 2024.12.21 00:58:59.111528 [ 198 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 72 rows starting from the beginning of the part | ||
| 18995 | 2024.12.21 00:58:59.111819 [ 198 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 38 rows starting from the beginning of the part | ||
| 18996 | 2024.12.21 00:58:59.112167 [ 198 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 19 rows starting from the beginning of the part | ||
| 18997 | 2024.12.21 00:58:59.112596 [ 198 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 42 rows starting from the beginning of the part | ||
| 18998 | 2024.12.21 00:58:59.112968 [ 198 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 19 rows starting from the beginning of the part | ||
| 18999 | 2024.12.21 00:58:59.113339 [ 198 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 40 rows starting from the beginning of the part | ||
| 19000 | 2024.12.21 00:58:59.114284 [ 263 ] {77a578b1-38cd-4cc7-bb7b-1eba7e205f3c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19001 | 2024.12.21 00:58:59.114358 [ 263 ] {77a578b1-38cd-4cc7-bb7b-1eba7e205f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19002 | 2024.12.21 00:58:59.115440 [ 263 ] {77a578b1-38cd-4cc7-bb7b-1eba7e205f3c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 19003 | 2024.12.21 00:58:59.116050 [ 263 ] {77a578b1-38cd-4cc7-bb7b-1eba7e205f3c} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19004 | 2024.12.21 00:58:59.116071 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 230 rows, containing 5 columns (5 merged, 0 gathered) in 0.005086214 sec., 45220.27582795376 rows/sec., 3.43 MiB/sec. | ||
| 19005 | 2024.12.21 00:58:59.116352 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 19006 | 2024.12.21 00:58:59.116447 [ 263 ] {77a578b1-38cd-4cc7-bb7b-1eba7e205f3c} <Debug> executeQuery: Read 38 rows, 2.43 KiB in 0.005186 sec., 7327.41997686078 rows/sec., 468.89 KiB/sec. | ||
| 19007 | 2024.12.21 00:58:59.116576 [ 263 ] {77a578b1-38cd-4cc7-bb7b-1eba7e205f3c} <Debug> TCPHandler: Processed in 0.005542463 sec. | ||
| 19008 | 2024.12.21 00:58:59.116801 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19009 | 2024.12.21 00:58:59.116903 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_126_25} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19010 | 2024.12.21 00:58:59.117035 [ 260 ] {5489b43a-a6c3-4e2e-9ee2-50d05c4d70a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19011 | 2024.12.21 00:58:59.117082 [ 191 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_126_25} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 19012 | 2024.12.21 00:58:59.117127 [ 260 ] {5489b43a-a6c3-4e2e-9ee2-50d05c4d70a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19013 | 2024.12.21 00:58:59.117275 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 19014 | 2024.12.21 00:58:59.118046 [ 260 ] {5489b43a-a6c3-4e2e-9ee2-50d05c4d70a3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19015 | 2024.12.21 00:58:59.118090 [ 260 ] {5489b43a-a6c3-4e2e-9ee2-50d05c4d70a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 19016 | 2024.12.21 00:58:59.118483 [ 260 ] {5489b43a-a6c3-4e2e-9ee2-50d05c4d70a3} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 19017 | 2024.12.21 00:58:59.118738 [ 260 ] {5489b43a-a6c3-4e2e-9ee2-50d05c4d70a3} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19018 | 2024.12.21 00:58:59.118919 [ 260 ] {5489b43a-a6c3-4e2e-9ee2-50d05c4d70a3} <Debug> executeQuery: Read 272 rows, 21.50 KiB in 0.001963 sec., 138563.42333163525 rows/sec., 10.70 MiB/sec. | ||
| 19019 | 2024.12.21 00:58:59.118982 [ 260 ] {5489b43a-a6c3-4e2e-9ee2-50d05c4d70a3} <Debug> TCPHandler: Processed in 0.002278682 sec. | ||
| 19020 | 2024.12.21 00:58:59.119121 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19021 | 2024.12.21 00:58:59.119243 [ 263 ] {777d2d8c-b5cd-40e5-b25a-4d9536047acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativei64 FORMAT Native (stage: Complete) | ||
| 19022 | 2024.12.21 00:58:59.119296 [ 263 ] {777d2d8c-b5cd-40e5-b25a-4d9536047acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 19023 | 2024.12.21 00:58:59.119849 [ 263 ] {777d2d8c-b5cd-40e5-b25a-4d9536047acb} <Trace> oximeter.measurements_cumulativei64 (82af37e4-3803-422a-851d-b400e3ec66cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19024 | 2024.12.21 00:58:59.119888 [ 263 ] {777d2d8c-b5cd-40e5-b25a-4d9536047acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 19025 | 2024.12.21 00:58:59.120384 [ 263 ] {777d2d8c-b5cd-40e5-b25a-4d9536047acb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 19026 | 2024.12.21 00:58:59.120632 [ 263 ] {777d2d8c-b5cd-40e5-b25a-4d9536047acb} <Trace> oximeter.measurements_cumulativei64 (82af37e4-3803-422a-851d-b400e3ec66cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19027 | 2024.12.21 00:58:59.120952 [ 263 ] {777d2d8c-b5cd-40e5-b25a-4d9536047acb} <Debug> executeQuery: Read 20 rows, 1.35 KiB in 0.001707 sec., 11716.461628588166 rows/sec., 792.92 KiB/sec. | ||
| 19028 | 2024.12.21 00:58:59.121089 [ 263 ] {777d2d8c-b5cd-40e5-b25a-4d9536047acb} <Debug> TCPHandler: Processed in 0.002026187 sec. | ||
| 19029 | 2024.12.21 00:58:59.121282 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19030 | 2024.12.21 00:58:59.121424 [ 260 ] {33aa4add-f902-4ab2-99c5-ec1c89458494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19031 | 2024.12.21 00:58:59.121487 [ 260 ] {33aa4add-f902-4ab2-99c5-ec1c89458494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19032 | 2024.12.21 00:58:59.122116 [ 260 ] {33aa4add-f902-4ab2-99c5-ec1c89458494} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19033 | 2024.12.21 00:58:59.122154 [ 260 ] {33aa4add-f902-4ab2-99c5-ec1c89458494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 19034 | 2024.12.21 00:58:59.122570 [ 260 ] {33aa4add-f902-4ab2-99c5-ec1c89458494} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 19035 | 2024.12.21 00:58:59.122843 [ 260 ] {33aa4add-f902-4ab2-99c5-ec1c89458494} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19036 | 2024.12.21 00:58:59.123032 [ 260 ] {33aa4add-f902-4ab2-99c5-ec1c89458494} <Debug> executeQuery: Read 200 rows, 14.16 KiB in 0.00164 sec., 121951.21951219512 rows/sec., 8.43 MiB/sec. | ||
| 19037 | 2024.12.21 00:58:59.123094 [ 260 ] {33aa4add-f902-4ab2-99c5-ec1c89458494} <Debug> TCPHandler: Processed in 0.001879715 sec. | ||
| 19038 | 2024.12.21 00:58:59.123241 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19039 | 2024.12.21 00:58:59.123362 [ 263 ] {52600e4e-05c2-47ff-8b22-863f009236e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19040 | 2024.12.21 00:58:59.123444 [ 263 ] {52600e4e-05c2-47ff-8b22-863f009236e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19041 | 2024.12.21 00:58:59.124758 [ 263 ] {52600e4e-05c2-47ff-8b22-863f009236e9} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19042 | 2024.12.21 00:58:59.124799 [ 263 ] {52600e4e-05c2-47ff-8b22-863f009236e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 19043 | 2024.12.21 00:58:59.125541 [ 263 ] {52600e4e-05c2-47ff-8b22-863f009236e9} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 19044 | 2024.12.21 00:58:59.125812 [ 263 ] {52600e4e-05c2-47ff-8b22-863f009236e9} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19045 | 2024.12.21 00:58:59.126019 [ 153 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 19046 | 2024.12.21 00:58:59.126084 [ 153 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19047 | 2024.12.21 00:58:59.126092 [ 263 ] {52600e4e-05c2-47ff-8b22-863f009236e9} <Debug> executeQuery: Read 45 rows, 79.78 KiB in 0.002746 sec., 16387.47268754552 rows/sec., 28.37 MiB/sec. | ||
| 19048 | 2024.12.21 00:58:59.126114 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 19049 | 2024.12.21 00:58:59.126772 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 19050 | 2024.12.21 00:58:59.126794 [ 263 ] {52600e4e-05c2-47ff-8b22-863f009236e9} <Debug> TCPHandler: Processed in 0.003593667 sec. | ||
| 19051 | 2024.12.21 00:58:59.127113 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19052 | 2024.12.21 00:58:59.127491 [ 260 ] {10bfc434-266a-423b-a76e-f0763ecde26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19053 | 2024.12.21 00:58:59.127742 [ 260 ] {10bfc434-266a-423b-a76e-f0763ecde26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19054 | 2024.12.21 00:58:59.129041 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19055 | 2024.12.21 00:58:59.129240 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2364 rows starting from the beginning of the part | ||
| 19056 | 2024.12.21 00:58:59.129903 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 38 rows starting from the beginning of the part | ||
| 19057 | 2024.12.21 00:58:59.130674 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 12 rows starting from the beginning of the part | ||
| 19058 | 2024.12.21 00:58:59.130746 [ 260 ] {10bfc434-266a-423b-a76e-f0763ecde26f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19059 | 2024.12.21 00:58:59.130821 [ 260 ] {10bfc434-266a-423b-a76e-f0763ecde26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19060 | 2024.12.21 00:58:59.131328 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 40 rows starting from the beginning of the part | ||
| 19061 | 2024.12.21 00:58:59.131979 [ 218 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19062 | 2024.12.21 00:58:59.132044 [ 218 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19063 | 2024.12.21 00:58:59.132228 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 12 rows starting from the beginning of the part | ||
| 19064 | 2024.12.21 00:58:59.132624 [ 260 ] {10bfc434-266a-423b-a76e-f0763ecde26f} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 19065 | 2024.12.21 00:58:59.133082 [ 194 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 45 rows starting from the beginning of the part | ||
| 19066 | 2024.12.21 00:58:59.133744 [ 260 ] {10bfc434-266a-423b-a76e-f0763ecde26f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19067 | 2024.12.21 00:58:59.134754 [ 260 ] {10bfc434-266a-423b-a76e-f0763ecde26f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007315 sec., 8202.323991797675 rows/sec., 566.05 KiB/sec. | ||
| 19068 | 2024.12.21 00:58:59.135186 [ 260 ] {10bfc434-266a-423b-a76e-f0763ecde26f} <Debug> TCPHandler: Processed in 0.008232373 sec. | ||
| 19069 | 2024.12.21 00:58:59.136627 [ 218 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19070 | 2024.12.21 00:58:59.143198 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2511 rows, containing 19 columns (19 merged, 0 gathered) in 0.016920994 sec., 148395.53751984073 rows/sec., 265.76 MiB/sec. | ||
| 19071 | 2024.12.21 00:58:59.145419 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 19072 | 2024.12.21 00:58:59.145850 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19073 | 2024.12.21 00:58:59.145936 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 19074 | 2024.12.21 00:58:59.146063 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.78 MiB. | ||
| 19075 | 2024.12.21 00:58:59.522204 [ 221 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19076 | 2024.12.21 00:58:59.522259 [ 221 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19077 | 2024.12.21 00:58:59.524435 [ 221 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19078 | 2024.12.21 00:58:59.636207 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19079 | 2024.12.21 00:58:59.636263 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19080 | 2024.12.21 00:58:59.638406 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19081 | 2024.12.21 00:59:00.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 276.69 MiB, peak 295.42 MiB, free memory in arenas 0.00 B, will set to 274.34 MiB (RSS), difference: -2.36 MiB | ||
| 19082 | 2024.12.21 00:59:00.012985 [ 224 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19083 | 2024.12.21 00:59:00.013044 [ 224 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19084 | 2024.12.21 00:59:00.015211 [ 224 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19085 | 2024.12.21 00:59:00.416163 [ 220 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19086 | 2024.12.21 00:59:00.416220 [ 220 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19087 | 2024.12.21 00:59:00.418432 [ 220 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19088 | 2024.12.21 00:59:00.623696 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 19089 | 2024.12.21 00:59:00.647748 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19090 | 2024.12.21 00:59:00.647810 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 19091 | 2024.12.21 00:59:00.655521 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 19092 | 2024.12.21 00:59:00.656367 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19093 | 2024.12.21 00:59:00.661350 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 19094 | 2024.12.21 00:59:02.557796 [ 217 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19095 | 2024.12.21 00:59:02.557852 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19096 | 2024.12.21 00:59:02.559907 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19097 | 2024.12.21 00:59:02.678962 [ 217 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19098 | 2024.12.21 00:59:02.678996 [ 217 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19099 | 2024.12.21 00:59:02.680924 [ 217 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 19100 | 2024.12.21 00:59:02.740563 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19101 | 2024.12.21 00:59:02.740838 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) | ||
| 19102 | 2024.12.21 00:59:02.741340 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 19103 | 2024.12.21 00:59:02.741408 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 19104 | 2024.12.21 00:59:02.741893 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 19105 | 2024.12.21 00:59:02.741973 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 19106 | 2024.12.21 00:59:02.742149 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Key condition: (column 0 notIn 74-element set) | ||
| 19107 | 2024.12.21 00:59:02.742248 [ 301 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 19108 | 2024.12.21 00:59:02.742375 [ 299 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
| 19109 | 2024.12.21 00:59:02.742384 [ 298 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
| 19110 | 2024.12.21 00:59:02.742620 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (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 | ||
| 19111 | 2024.12.21 00:59:02.742653 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 19112 | 2024.12.21 00:59:02.742779 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 19113 | 2024.12.21 00:59:02.742804 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Debug> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0) (SelectExecutor): Reading approx. 74 rows with 3 streams | ||
| 19114 | 2024.12.21 00:59:02.742852 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage'))" | ||
| 19115 | 2024.12.21 00:59:02.742936 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage'))" | ||
| 19116 | 2024.12.21 00:59:02.742990 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage'))" | ||
| 19117 | 2024.12.21 00:59:02.744690 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Debug> executeQuery: Read 74 rows, 2.79 KiB in 0.004004 sec., 18481.518481518484 rows/sec., 698.03 KiB/sec. | ||
| 19118 | 2024.12.21 00:59:02.744869 [ 260 ] {a5bd7c20-57ef-4305-bdca-330b898ac530} <Debug> TCPHandler: Processed in 0.004436262 sec. | ||
| 19119 | 2024.12.21 00:59:02.780081 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19120 | 2024.12.21 00:59:02.780236 [ 260 ] {69e86c89-4ad4-4ae1-90f0-d65b5a75b280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 19121 | 2024.12.21 00:59:02.780300 [ 260 ] {69e86c89-4ad4-4ae1-90f0-d65b5a75b280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 19122 | 2024.12.21 00:59:02.781170 [ 260 ] {69e86c89-4ad4-4ae1-90f0-d65b5a75b280} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19123 | 2024.12.21 00:59:02.781213 [ 260 ] {69e86c89-4ad4-4ae1-90f0-d65b5a75b280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19124 | 2024.12.21 00:59:02.781717 [ 260 ] {69e86c89-4ad4-4ae1-90f0-d65b5a75b280} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 19125 | 2024.12.21 00:59:02.781944 [ 260 ] {69e86c89-4ad4-4ae1-90f0-d65b5a75b280} <Trace> oximeter.timeseries_schema (e13461e3-f351-4ab4-b7c9-a5cd74c9ade0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19126 | 2024.12.21 00:59:02.782169 [ 260 ] {69e86c89-4ad4-4ae1-90f0-d65b5a75b280} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001979 sec., 505.3057099545225 rows/sec., 140.64 KiB/sec. | ||
| 19127 | 2024.12.21 00:59:02.782225 [ 260 ] {69e86c89-4ad4-4ae1-90f0-d65b5a75b280} <Debug> TCPHandler: Processed in 0.002214911 sec. | ||
| 19128 | 2024.12.21 00:59:02.782466 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19129 | 2024.12.21 00:59:02.782659 [ 263 ] {7076d858-752b-4750-aa37-2abc5806e3ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19130 | 2024.12.21 00:59:02.782737 [ 263 ] {7076d858-752b-4750-aa37-2abc5806e3ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19131 | 2024.12.21 00:59:02.783475 [ 263 ] {7076d858-752b-4750-aa37-2abc5806e3ba} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19132 | 2024.12.21 00:59:02.783516 [ 263 ] {7076d858-752b-4750-aa37-2abc5806e3ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19133 | 2024.12.21 00:59:02.783942 [ 263 ] {7076d858-752b-4750-aa37-2abc5806e3ba} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 19134 | 2024.12.21 00:59:02.784196 [ 263 ] {7076d858-752b-4750-aa37-2abc5806e3ba} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19135 | 2024.12.21 00:59:02.784396 [ 263 ] {7076d858-752b-4750-aa37-2abc5806e3ba} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001788 sec., 7829.977628635346 rows/sec., 563.65 KiB/sec. | ||
| 19136 | 2024.12.21 00:59:02.784462 [ 263 ] {7076d858-752b-4750-aa37-2abc5806e3ba} <Debug> TCPHandler: Processed in 0.00213054 sec. | ||
| 19137 | 2024.12.21 00:59:02.784628 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19138 | 2024.12.21 00:59:02.784775 [ 260 ] {14b2904e-0098-42f1-8519-38f863ee748b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19139 | 2024.12.21 00:59:02.784835 [ 260 ] {14b2904e-0098-42f1-8519-38f863ee748b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19140 | 2024.12.21 00:59:02.785444 [ 260 ] {14b2904e-0098-42f1-8519-38f863ee748b} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19141 | 2024.12.21 00:59:02.785483 [ 260 ] {14b2904e-0098-42f1-8519-38f863ee748b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19142 | 2024.12.21 00:59:02.785848 [ 260 ] {14b2904e-0098-42f1-8519-38f863ee748b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 19143 | 2024.12.21 00:59:02.786101 [ 260 ] {14b2904e-0098-42f1-8519-38f863ee748b} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19144 | 2024.12.21 00:59:02.786309 [ 260 ] {14b2904e-0098-42f1-8519-38f863ee748b} <Debug> executeQuery: Read 8 rows, 653.00 B in 0.001565 sec., 5111.821086261981 rows/sec., 407.47 KiB/sec. | ||
| 19145 | 2024.12.21 00:59:02.786363 [ 260 ] {14b2904e-0098-42f1-8519-38f863ee748b} <Debug> TCPHandler: Processed in 0.001805803 sec. | ||
| 19146 | 2024.12.21 00:59:02.786511 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19147 | 2024.12.21 00:59:02.786635 [ 263 ] {b8bbda94-2f66-47e4-8471-9c59adb825b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19148 | 2024.12.21 00:59:02.786687 [ 263 ] {b8bbda94-2f66-47e4-8471-9c59adb825b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19149 | 2024.12.21 00:59:02.788079 [ 263 ] {b8bbda94-2f66-47e4-8471-9c59adb825b8} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19150 | 2024.12.21 00:59:02.788168 [ 263 ] {b8bbda94-2f66-47e4-8471-9c59adb825b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19151 | 2024.12.21 00:59:02.788963 [ 263 ] {b8bbda94-2f66-47e4-8471-9c59adb825b8} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 19152 | 2024.12.21 00:59:02.789212 [ 263 ] {b8bbda94-2f66-47e4-8471-9c59adb825b8} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19153 | 2024.12.21 00:59:02.789432 [ 263 ] {b8bbda94-2f66-47e4-8471-9c59adb825b8} <Debug> executeQuery: Read 1374 rows, 116.93 KiB in 0.002826 sec., 486199.57537154993 rows/sec., 40.41 MiB/sec. | ||
| 19154 | 2024.12.21 00:59:02.789493 [ 263 ] {b8bbda94-2f66-47e4-8471-9c59adb825b8} <Debug> TCPHandler: Processed in 0.003042387 sec. | ||
| 19155 | 2024.12.21 00:59:02.789694 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19156 | 2024.12.21 00:59:02.789920 [ 260 ] {63558052-f1f0-442a-89c9-0ddd05eabc07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19157 | 2024.12.21 00:59:02.789988 [ 260 ] {63558052-f1f0-442a-89c9-0ddd05eabc07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19158 | 2024.12.21 00:59:02.790687 [ 260 ] {63558052-f1f0-442a-89c9-0ddd05eabc07} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19159 | 2024.12.21 00:59:02.790735 [ 260 ] {63558052-f1f0-442a-89c9-0ddd05eabc07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19160 | 2024.12.21 00:59:02.791114 [ 260 ] {63558052-f1f0-442a-89c9-0ddd05eabc07} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 19161 | 2024.12.21 00:59:02.791358 [ 260 ] {63558052-f1f0-442a-89c9-0ddd05eabc07} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19162 | 2024.12.21 00:59:02.791587 [ 260 ] {63558052-f1f0-442a-89c9-0ddd05eabc07} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.001722 sec., 15679.442508710801 rows/sec., 1.08 MiB/sec. | ||
| 19163 | 2024.12.21 00:59:02.791640 [ 260 ] {63558052-f1f0-442a-89c9-0ddd05eabc07} <Debug> TCPHandler: Processed in 0.002055588 sec. | ||
| 19164 | 2024.12.21 00:59:02.791778 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19165 | 2024.12.21 00:59:02.791901 [ 263 ] {9578c14e-1423-466b-8fe3-9ed3ba31471a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19166 | 2024.12.21 00:59:02.791960 [ 263 ] {9578c14e-1423-466b-8fe3-9ed3ba31471a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19167 | 2024.12.21 00:59:02.792760 [ 263 ] {9578c14e-1423-466b-8fe3-9ed3ba31471a} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19168 | 2024.12.21 00:59:02.792807 [ 263 ] {9578c14e-1423-466b-8fe3-9ed3ba31471a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19169 | 2024.12.21 00:59:02.793203 [ 263 ] {9578c14e-1423-466b-8fe3-9ed3ba31471a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 19170 | 2024.12.21 00:59:02.793453 [ 263 ] {9578c14e-1423-466b-8fe3-9ed3ba31471a} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19171 | 2024.12.21 00:59:02.793628 [ 110 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 6 parts from all_1_59_12 to all_64_64_0 | ||
| 19172 | 2024.12.21 00:59:02.793689 [ 263 ] {9578c14e-1423-466b-8fe3-9ed3ba31471a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001815 sec., 133333.33333333334 rows/sec., 9.03 MiB/sec. | ||
| 19173 | 2024.12.21 00:59:02.793713 [ 110 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19174 | 2024.12.21 00:59:02.793782 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19175 | 2024.12.21 00:59:02.793816 [ 263 ] {9578c14e-1423-466b-8fe3-9ed3ba31471a} <Debug> TCPHandler: Processed in 0.002093299 sec. | ||
| 19176 | 2024.12.21 00:59:02.793973 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_64_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_59_12 to all_64_64_0 into Compact with storage Full | ||
| 19177 | 2024.12.21 00:59:02.794090 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19178 | 2024.12.21 00:59:02.794132 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_64_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19179 | 2024.12.21 00:59:02.794190 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_12, total 243 rows starting from the beginning of the part | ||
| 19180 | 2024.12.21 00:59:02.794485 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 242 rows starting from the beginning of the part | ||
| 19181 | 2024.12.21 00:59:02.794682 [ 260 ] {91ca10b6-8cf3-45e1-a41d-4a3fb78a3ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19182 | 2024.12.21 00:59:02.794821 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 19183 | 2024.12.21 00:59:02.794984 [ 260 ] {91ca10b6-8cf3-45e1-a41d-4a3fb78a3ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19184 | 2024.12.21 00:59:02.795099 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 19185 | 2024.12.21 00:59:02.795439 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 38 rows starting from the beginning of the part | ||
| 19186 | 2024.12.21 00:59:02.795733 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 242 rows starting from the beginning of the part | ||
| 19187 | 2024.12.21 00:59:02.797606 [ 260 ] {91ca10b6-8cf3-45e1-a41d-4a3fb78a3ea6} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19188 | 2024.12.21 00:59:02.797694 [ 260 ] {91ca10b6-8cf3-45e1-a41d-4a3fb78a3ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19189 | 2024.12.21 00:59:02.798660 [ 260 ] {91ca10b6-8cf3-45e1-a41d-4a3fb78a3ea6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 19190 | 2024.12.21 00:59:02.798728 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_64_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 793 rows, containing 5 columns (5 merged, 0 gathered) in 0.00483724 sec., 163936.45963400617 rows/sec., 11.69 MiB/sec. | ||
| 19191 | 2024.12.21 00:59:02.798935 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_64_13} <Trace> MergedBlockOutputStream: filled checksums all_1_64_13 (state Temporary) | ||
| 19192 | 2024.12.21 00:59:02.799175 [ 260 ] {91ca10b6-8cf3-45e1-a41d-4a3fb78a3ea6} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19193 | 2024.12.21 00:59:02.799544 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_64_13} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_64_13 to all_1_64_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19194 | 2024.12.21 00:59:02.799657 [ 260 ] {91ca10b6-8cf3-45e1-a41d-4a3fb78a3ea6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005199 sec., 2500.480861704174 rows/sec., 155.90 KiB/sec. | ||
| 19195 | 2024.12.21 00:59:02.799706 [ 188 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_64_13} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 6 parts: [all_1_59_12, all_64_64_0] -> all_1_64_13 | ||
| 19196 | 2024.12.21 00:59:02.799769 [ 260 ] {91ca10b6-8cf3-45e1-a41d-4a3fb78a3ea6} <Debug> TCPHandler: Processed in 0.005821668 sec. | ||
| 19197 | 2024.12.21 00:59:02.799840 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 19198 | 2024.12.21 00:59:02.799965 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19199 | 2024.12.21 00:59:02.800098 [ 263 ] {3166bc3d-be52-4cce-be22-1f428669002b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19200 | 2024.12.21 00:59:02.800156 [ 263 ] {3166bc3d-be52-4cce-be22-1f428669002b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19201 | 2024.12.21 00:59:02.801142 [ 263 ] {3166bc3d-be52-4cce-be22-1f428669002b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19202 | 2024.12.21 00:59:02.801181 [ 263 ] {3166bc3d-be52-4cce-be22-1f428669002b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19203 | 2024.12.21 00:59:02.801585 [ 263 ] {3166bc3d-be52-4cce-be22-1f428669002b} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 19204 | 2024.12.21 00:59:02.801821 [ 263 ] {3166bc3d-be52-4cce-be22-1f428669002b} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19205 | 2024.12.21 00:59:02.802033 [ 263 ] {3166bc3d-be52-4cce-be22-1f428669002b} <Debug> executeQuery: Read 870 rows, 64.40 KiB in 0.001963 sec., 443199.18492103927 rows/sec., 32.04 MiB/sec. | ||
| 19206 | 2024.12.21 00:59:02.802091 [ 263 ] {3166bc3d-be52-4cce-be22-1f428669002b} <Debug> TCPHandler: Processed in 0.002193451 sec. | ||
| 19207 | 2024.12.21 00:59:02.802332 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19208 | 2024.12.21 00:59:02.802615 [ 260 ] {29b1be0a-0ed8-4f47-8ce7-33620f53e73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19209 | 2024.12.21 00:59:02.802711 [ 260 ] {29b1be0a-0ed8-4f47-8ce7-33620f53e73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19210 | 2024.12.21 00:59:02.803301 [ 260 ] {29b1be0a-0ed8-4f47-8ce7-33620f53e73c} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19211 | 2024.12.21 00:59:02.803342 [ 260 ] {29b1be0a-0ed8-4f47-8ce7-33620f53e73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19212 | 2024.12.21 00:59:02.803712 [ 260 ] {29b1be0a-0ed8-4f47-8ce7-33620f53e73c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 19213 | 2024.12.21 00:59:02.803971 [ 260 ] {29b1be0a-0ed8-4f47-8ce7-33620f53e73c} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19214 | 2024.12.21 00:59:02.804197 [ 260 ] {29b1be0a-0ed8-4f47-8ce7-33620f53e73c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00164 sec., 3658.5365853658536 rows/sec., 191.14 KiB/sec. | ||
| 19215 | 2024.12.21 00:59:02.804249 [ 260 ] {29b1be0a-0ed8-4f47-8ce7-33620f53e73c} <Debug> TCPHandler: Processed in 0.002067589 sec. | ||
| 19216 | 2024.12.21 00:59:02.804394 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19217 | 2024.12.21 00:59:02.804535 [ 263 ] {7708f542-cbfe-46a9-850d-562fe6c5d585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19218 | 2024.12.21 00:59:02.804599 [ 263 ] {7708f542-cbfe-46a9-850d-562fe6c5d585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19219 | 2024.12.21 00:59:02.805418 [ 263 ] {7708f542-cbfe-46a9-850d-562fe6c5d585} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19220 | 2024.12.21 00:59:02.805456 [ 263 ] {7708f542-cbfe-46a9-850d-562fe6c5d585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19221 | 2024.12.21 00:59:02.805907 [ 263 ] {7708f542-cbfe-46a9-850d-562fe6c5d585} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 19222 | 2024.12.21 00:59:02.806145 [ 263 ] {7708f542-cbfe-46a9-850d-562fe6c5d585} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19223 | 2024.12.21 00:59:02.806356 [ 263 ] {7708f542-cbfe-46a9-850d-562fe6c5d585} <Debug> executeQuery: Read 920 rows, 62.83 KiB in 0.001853 sec., 496492.174851592 rows/sec., 33.11 MiB/sec. | ||
| 19224 | 2024.12.21 00:59:02.806414 [ 263 ] {7708f542-cbfe-46a9-850d-562fe6c5d585} <Debug> TCPHandler: Processed in 0.002088149 sec. | ||
| 19225 | 2024.12.21 00:59:02.806554 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19226 | 2024.12.21 00:59:02.806675 [ 260 ] {da95fdbe-c2fe-4d32-9c1a-69505b19546d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19227 | 2024.12.21 00:59:02.806727 [ 260 ] {da95fdbe-c2fe-4d32-9c1a-69505b19546d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19228 | 2024.12.21 00:59:02.807204 [ 260 ] {da95fdbe-c2fe-4d32-9c1a-69505b19546d} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19229 | 2024.12.21 00:59:02.807244 [ 260 ] {da95fdbe-c2fe-4d32-9c1a-69505b19546d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19230 | 2024.12.21 00:59:02.807607 [ 260 ] {da95fdbe-c2fe-4d32-9c1a-69505b19546d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 19231 | 2024.12.21 00:59:02.807859 [ 260 ] {da95fdbe-c2fe-4d32-9c1a-69505b19546d} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19232 | 2024.12.21 00:59:02.808086 [ 260 ] {da95fdbe-c2fe-4d32-9c1a-69505b19546d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001436 sec., 696.3788300835655 rows/sec., 46.92 KiB/sec. | ||
| 19233 | 2024.12.21 00:59:02.808158 [ 260 ] {da95fdbe-c2fe-4d32-9c1a-69505b19546d} <Debug> TCPHandler: Processed in 0.00166236 sec. | ||
| 19234 | 2024.12.21 00:59:02.808362 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19235 | 2024.12.21 00:59:02.808500 [ 263 ] {74497c82-5b75-4e83-897c-e19b8715f401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19236 | 2024.12.21 00:59:02.808597 [ 263 ] {74497c82-5b75-4e83-897c-e19b8715f401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19237 | 2024.12.21 00:59:02.809765 [ 263 ] {74497c82-5b75-4e83-897c-e19b8715f401} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19238 | 2024.12.21 00:59:02.809806 [ 263 ] {74497c82-5b75-4e83-897c-e19b8715f401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19239 | 2024.12.21 00:59:02.810444 [ 263 ] {74497c82-5b75-4e83-897c-e19b8715f401} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 19240 | 2024.12.21 00:59:02.810707 [ 263 ] {74497c82-5b75-4e83-897c-e19b8715f401} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19241 | 2024.12.21 00:59:02.810943 [ 263 ] {74497c82-5b75-4e83-897c-e19b8715f401} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002475 sec., 4848.484848484848 rows/sec., 8.69 MiB/sec. | ||
| 19242 | 2024.12.21 00:59:02.811054 [ 263 ] {74497c82-5b75-4e83-897c-e19b8715f401} <Debug> TCPHandler: Processed in 0.002806372 sec. | ||
| 19243 | 2024.12.21 00:59:02.811219 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19244 | 2024.12.21 00:59:02.811361 [ 260 ] {c068169d-cbd3-43f0-852c-f8034b227615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19245 | 2024.12.21 00:59:02.811422 [ 260 ] {c068169d-cbd3-43f0-852c-f8034b227615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19246 | 2024.12.21 00:59:02.812705 [ 260 ] {c068169d-cbd3-43f0-852c-f8034b227615} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19247 | 2024.12.21 00:59:02.812744 [ 260 ] {c068169d-cbd3-43f0-852c-f8034b227615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19248 | 2024.12.21 00:59:02.813136 [ 260 ] {c068169d-cbd3-43f0-852c-f8034b227615} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 19249 | 2024.12.21 00:59:02.813386 [ 260 ] {c068169d-cbd3-43f0-852c-f8034b227615} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19250 | 2024.12.21 00:59:02.813607 [ 260 ] {c068169d-cbd3-43f0-852c-f8034b227615} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.002278 sec., 28972.783143107987 rows/sec., 1.81 MiB/sec. | ||
| 19251 | 2024.12.21 00:59:02.813664 [ 260 ] {c068169d-cbd3-43f0-852c-f8034b227615} <Debug> TCPHandler: Processed in 0.002511137 sec. | ||
| 19252 | 2024.12.21 00:59:02.871326 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 130 entries to flush up to offset 2680 | ||
| 19253 | 2024.12.21 00:59:02.877250 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19254 | 2024.12.21 00:59:02.877302 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19255 | 2024.12.21 00:59:02.879071 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19256 | 2024.12.21 00:59:02.879396 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19257 | 2024.12.21 00:59:02.879576 [ 110 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 19258 | 2024.12.21 00:59:02.879646 [ 110 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19259 | 2024.12.21 00:59:02.879691 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19260 | 2024.12.21 00:59:02.880246 [ 189 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 19261 | 2024.12.21 00:59:02.882105 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2680 | ||
| 19262 | 2024.12.21 00:59:02.882427 [ 189 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19263 | 2024.12.21 00:59:02.882594 [ 189 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2396 rows starting from the beginning of the part | ||
| 19264 | 2024.12.21 00:59:02.883203 [ 189 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part | ||
| 19265 | 2024.12.21 00:59:02.883802 [ 189 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 19266 | 2024.12.21 00:59:02.884398 [ 189 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 22 rows starting from the beginning of the part | ||
| 19267 | 2024.12.21 00:59:02.885024 [ 189 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 36 rows starting from the beginning of the part | ||
| 19268 | 2024.12.21 00:59:02.885522 [ 189 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 130 rows starting from the beginning of the part | ||
| 19269 | 2024.12.21 00:59:02.895283 [ 202 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2680 rows, containing 72 columns (72 merged, 0 gathered) in 0.015476487 sec., 173165.9129103394 rows/sec., 137.82 MiB/sec. | ||
| 19270 | 2024.12.21 00:59:02.897594 [ 202 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 19271 | 2024.12.21 00:59:02.898411 [ 202 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_66_13} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19272 | 2024.12.21 00:59:02.898494 [ 202 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_66_13} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 19273 | 2024.12.21 00:59:02.898859 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.02 MiB. | ||
| 19274 | 2024.12.21 00:59:03.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.71 MiB, peak 295.42 MiB, free memory in arenas 0.00 B, will set to 274.34 MiB (RSS), difference: -1.37 MiB | ||
| 19275 | 2024.12.21 00:59:03.991720 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19276 | 2024.12.21 00:59:03.992016 [ 260 ] {99aea925-c8e3-4aa8-9998-79fc09a3d709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19277 | 2024.12.21 00:59:03.992089 [ 260 ] {99aea925-c8e3-4aa8-9998-79fc09a3d709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19278 | 2024.12.21 00:59:03.992880 [ 260 ] {99aea925-c8e3-4aa8-9998-79fc09a3d709} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19279 | 2024.12.21 00:59:03.992925 [ 260 ] {99aea925-c8e3-4aa8-9998-79fc09a3d709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19280 | 2024.12.21 00:59:03.993370 [ 260 ] {99aea925-c8e3-4aa8-9998-79fc09a3d709} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 19281 | 2024.12.21 00:59:03.993640 [ 260 ] {99aea925-c8e3-4aa8-9998-79fc09a3d709} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19282 | 2024.12.21 00:59:03.993896 [ 260 ] {99aea925-c8e3-4aa8-9998-79fc09a3d709} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.19 MiB/sec. | ||
| 19283 | 2024.12.21 00:59:03.993966 [ 260 ] {99aea925-c8e3-4aa8-9998-79fc09a3d709} <Debug> TCPHandler: Processed in 0.002445836 sec. | ||
| 19284 | 2024.12.21 00:59:03.994181 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19285 | 2024.12.21 00:59:03.994361 [ 263 ] {678f6c27-7bcd-4646-84fd-865204f25063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19286 | 2024.12.21 00:59:03.994431 [ 263 ] {678f6c27-7bcd-4646-84fd-865204f25063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19287 | 2024.12.21 00:59:03.995218 [ 263 ] {678f6c27-7bcd-4646-84fd-865204f25063} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19288 | 2024.12.21 00:59:03.995260 [ 263 ] {678f6c27-7bcd-4646-84fd-865204f25063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19289 | 2024.12.21 00:59:03.995664 [ 263 ] {678f6c27-7bcd-4646-84fd-865204f25063} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 19290 | 2024.12.21 00:59:03.995909 [ 263 ] {678f6c27-7bcd-4646-84fd-865204f25063} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19291 | 2024.12.21 00:59:03.996123 [ 263 ] {678f6c27-7bcd-4646-84fd-865204f25063} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001807 sec., 35417.819590481464 rows/sec., 2.76 MiB/sec. | ||
| 19292 | 2024.12.21 00:59:03.996197 [ 263 ] {678f6c27-7bcd-4646-84fd-865204f25063} <Debug> TCPHandler: Processed in 0.002126899 sec. | ||
| 19293 | 2024.12.21 00:59:03.996416 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19294 | 2024.12.21 00:59:03.996716 [ 260 ] {6fb27f5f-e285-4ceb-8c4d-4ceec5ec0d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19295 | 2024.12.21 00:59:03.996785 [ 260 ] {6fb27f5f-e285-4ceb-8c4d-4ceec5ec0d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19296 | 2024.12.21 00:59:03.997354 [ 260 ] {6fb27f5f-e285-4ceb-8c4d-4ceec5ec0d82} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19297 | 2024.12.21 00:59:03.997395 [ 260 ] {6fb27f5f-e285-4ceb-8c4d-4ceec5ec0d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19298 | 2024.12.21 00:59:03.997813 [ 260 ] {6fb27f5f-e285-4ceb-8c4d-4ceec5ec0d82} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 19299 | 2024.12.21 00:59:03.998058 [ 260 ] {6fb27f5f-e285-4ceb-8c4d-4ceec5ec0d82} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19300 | 2024.12.21 00:59:03.998277 [ 260 ] {6fb27f5f-e285-4ceb-8c4d-4ceec5ec0d82} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001655 sec., 25377.643504531723 rows/sec., 1.77 MiB/sec. | ||
| 19301 | 2024.12.21 00:59:03.998335 [ 260 ] {6fb27f5f-e285-4ceb-8c4d-4ceec5ec0d82} <Debug> TCPHandler: Processed in 0.002034178 sec. | ||
| 19302 | 2024.12.21 00:59:03.998494 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19303 | 2024.12.21 00:59:03.998638 [ 263 ] {338cbed5-b1c8-4bce-a8d2-dfa33f2f1896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19304 | 2024.12.21 00:59:03.998700 [ 263 ] {338cbed5-b1c8-4bce-a8d2-dfa33f2f1896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19305 | 2024.12.21 00:59:03.999228 [ 263 ] {338cbed5-b1c8-4bce-a8d2-dfa33f2f1896} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19306 | 2024.12.21 00:59:03.999266 [ 263 ] {338cbed5-b1c8-4bce-a8d2-dfa33f2f1896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19307 | 2024.12.21 00:59:03.999643 [ 263 ] {338cbed5-b1c8-4bce-a8d2-dfa33f2f1896} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 19308 | 2024.12.21 00:59:03.999877 [ 263 ] {338cbed5-b1c8-4bce-a8d2-dfa33f2f1896} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19309 | 2024.12.21 00:59:04.000095 [ 263 ] {338cbed5-b1c8-4bce-a8d2-dfa33f2f1896} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.00149 sec., 10738.255033557047 rows/sec., 744.55 KiB/sec. | ||
| 19310 | 2024.12.21 00:59:04.000189 [ 263 ] {338cbed5-b1c8-4bce-a8d2-dfa33f2f1896} <Debug> TCPHandler: Processed in 0.001751392 sec. | ||
| 19311 | 2024.12.21 00:59:05.087098 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 | ||
| 19312 | 2024.12.21 00:59:05.087749 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19313 | 2024.12.21 00:59:05.087792 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19314 | 2024.12.21 00:59:05.088344 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 19315 | 2024.12.21 00:59:05.088630 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19316 | 2024.12.21 00:59:05.088799 [ 81 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 19317 | 2024.12.21 00:59:05.088842 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
| 19318 | 2024.12.21 00:59:05.088852 [ 81 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19319 | 2024.12.21 00:59:05.088882 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19320 | 2024.12.21 00:59:05.089072 [ 186 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 19321 | 2024.12.21 00:59:05.089307 [ 186 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19322 | 2024.12.21 00:59:05.089374 [ 186 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
| 19323 | 2024.12.21 00:59:05.089542 [ 186 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 488 rows starting from the beginning of the part | ||
| 19324 | 2024.12.21 00:59:05.089765 [ 186 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 427 rows starting from the beginning of the part | ||
| 19325 | 2024.12.21 00:59:05.089970 [ 186 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 488 rows starting from the beginning of the part | ||
| 19326 | 2024.12.21 00:59:05.090111 [ 186 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 427 rows starting from the beginning of the part | ||
| 19327 | 2024.12.21 00:59:05.090258 [ 186 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 488 rows starting from the beginning of the part | ||
| 19328 | 2024.12.21 00:59:05.093549 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.004576575 sec., 9116861.408367611 rows/sec., 130.42 MiB/sec. | ||
| 19329 | 2024.12.21 00:59:05.093899 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 19330 | 2024.12.21 00:59:05.094265 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_91_18} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19331 | 2024.12.21 00:59:05.094359 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_91_18} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 19332 | 2024.12.21 00:59:05.094481 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. | ||
| 19333 | 2024.12.21 00:59:08.161409 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 19334 | 2024.12.21 00:59:08.184785 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19335 | 2024.12.21 00:59:08.184851 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19336 | 2024.12.21 00:59:08.193085 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 19337 | 2024.12.21 00:59:08.193937 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19338 | 2024.12.21 00:59:08.194358 [ 67 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 19339 | 2024.12.21 00:59:08.194494 [ 67 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19340 | 2024.12.21 00:59:08.194562 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19341 | 2024.12.21 00:59:08.195147 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 19342 | 2024.12.21 00:59:08.211885 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 19343 | 2024.12.21 00:59:08.213452 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19344 | 2024.12.21 00:59:08.215102 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part | ||
| 19345 | 2024.12.21 00:59:08.221248 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
| 19346 | 2024.12.21 00:59:08.227578 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 19347 | 2024.12.21 00:59:08.233559 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 19348 | 2024.12.21 00:59:08.239873 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 19349 | 2024.12.21 00:59:08.245959 [ 197 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 19350 | 2024.12.21 00:59:08.314941 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.12021013 sec., 5706.673805277475 rows/sec., 29.51 MiB/sec. | ||
| 19351 | 2024.12.21 00:59:08.318444 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 19352 | 2024.12.21 00:59:08.321472 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_91_18} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19353 | 2024.12.21 00:59:08.321569 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_91_18} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 19354 | 2024.12.21 00:59:08.324323 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 19355 | 2024.12.21 00:59:08.999745 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19356 | 2024.12.21 00:59:08.999961 [ 260 ] {3a632ae3-e131-4756-9360-e12230207b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19357 | 2024.12.21 00:59:09.000044 [ 260 ] {3a632ae3-e131-4756-9360-e12230207b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19358 | 2024.12.21 00:59:09.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.41 MiB, peak 295.42 MiB, free memory in arenas 0.00 B, will set to 274.34 MiB (RSS), difference: -1.07 MiB | ||
| 19359 | 2024.12.21 00:59:09.000967 [ 260 ] {3a632ae3-e131-4756-9360-e12230207b39} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19360 | 2024.12.21 00:59:09.001008 [ 260 ] {3a632ae3-e131-4756-9360-e12230207b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19361 | 2024.12.21 00:59:09.001437 [ 260 ] {3a632ae3-e131-4756-9360-e12230207b39} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 19362 | 2024.12.21 00:59:09.001705 [ 260 ] {3a632ae3-e131-4756-9360-e12230207b39} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19363 | 2024.12.21 00:59:09.001915 [ 260 ] {3a632ae3-e131-4756-9360-e12230207b39} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.002014 sec., 496.5243296921549 rows/sec., 36.85 KiB/sec. | ||
| 19364 | 2024.12.21 00:59:09.001980 [ 260 ] {3a632ae3-e131-4756-9360-e12230207b39} <Debug> TCPHandler: Processed in 0.002379904 sec. | ||
| 19365 | 2024.12.21 00:59:09.002235 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19366 | 2024.12.21 00:59:09.002434 [ 263 ] {1523a2e5-e412-4e69-b8cf-35d459b58924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19367 | 2024.12.21 00:59:09.002513 [ 263 ] {1523a2e5-e412-4e69-b8cf-35d459b58924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19368 | 2024.12.21 00:59:09.003417 [ 263 ] {1523a2e5-e412-4e69-b8cf-35d459b58924} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19369 | 2024.12.21 00:59:09.003464 [ 263 ] {1523a2e5-e412-4e69-b8cf-35d459b58924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19370 | 2024.12.21 00:59:09.003893 [ 263 ] {1523a2e5-e412-4e69-b8cf-35d459b58924} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 19371 | 2024.12.21 00:59:09.004156 [ 263 ] {1523a2e5-e412-4e69-b8cf-35d459b58924} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19372 | 2024.12.21 00:59:09.004356 [ 53 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 19373 | 2024.12.21 00:59:09.004422 [ 53 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19374 | 2024.12.21 00:59:09.004434 [ 263 ] {1523a2e5-e412-4e69-b8cf-35d459b58924} <Debug> executeQuery: Read 144 rows, 12.60 KiB in 0.002047 sec., 70346.84904738641 rows/sec., 6.01 MiB/sec. | ||
| 19375 | 2024.12.21 00:59:09.004463 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19376 | 2024.12.21 00:59:09.004601 [ 263 ] {1523a2e5-e412-4e69-b8cf-35d459b58924} <Debug> TCPHandler: Processed in 0.002498026 sec. | ||
| 19377 | 2024.12.21 00:59:09.004668 [ 196 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 19378 | 2024.12.21 00:59:09.004808 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19379 | 2024.12.21 00:59:09.004865 [ 196 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19380 | 2024.12.21 00:59:09.004923 [ 196 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1458 rows starting from the beginning of the part | ||
| 19381 | 2024.12.21 00:59:09.005078 [ 260 ] {8b7aa1cb-44b8-4e9a-9fa7-856fa3d8b216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19382 | 2024.12.21 00:59:09.005211 [ 196 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 227 rows starting from the beginning of the part | ||
| 19383 | 2024.12.21 00:59:09.005226 [ 260 ] {8b7aa1cb-44b8-4e9a-9fa7-856fa3d8b216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19384 | 2024.12.21 00:59:09.005700 [ 196 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 180 rows starting from the beginning of the part | ||
| 19385 | 2024.12.21 00:59:09.006015 [ 196 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 1374 rows starting from the beginning of the part | ||
| 19386 | 2024.12.21 00:59:09.006376 [ 196 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 56 rows starting from the beginning of the part | ||
| 19387 | 2024.12.21 00:59:09.006785 [ 196 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 144 rows starting from the beginning of the part | ||
| 19388 | 2024.12.21 00:59:09.008179 [ 260 ] {8b7aa1cb-44b8-4e9a-9fa7-856fa3d8b216} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19389 | 2024.12.21 00:59:09.008250 [ 260 ] {8b7aa1cb-44b8-4e9a-9fa7-856fa3d8b216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19390 | 2024.12.21 00:59:09.009198 [ 260 ] {8b7aa1cb-44b8-4e9a-9fa7-856fa3d8b216} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 19391 | 2024.12.21 00:59:09.009603 [ 260 ] {8b7aa1cb-44b8-4e9a-9fa7-856fa3d8b216} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19392 | 2024.12.21 00:59:09.009851 [ 260 ] {8b7aa1cb-44b8-4e9a-9fa7-856fa3d8b216} <Debug> executeQuery: Read 44 rows, 3.30 KiB in 0.004868 sec., 9038.619556285948 rows/sec., 677.05 KiB/sec. | ||
| 19393 | 2024.12.21 00:59:09.009954 [ 260 ] {8b7aa1cb-44b8-4e9a-9fa7-856fa3d8b216} <Debug> TCPHandler: Processed in 0.005251488 sec. | ||
| 19394 | 2024.12.21 00:59:09.010142 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19395 | 2024.12.21 00:59:09.010385 [ 263 ] {e685bca0-6175-4fcb-91ab-1a73f0dd8a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19396 | 2024.12.21 00:59:09.010405 [ 192 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3439 rows, containing 5 columns (5 merged, 0 gathered) in 0.005820618 sec., 590830.7330939773 rows/sec., 51.61 MiB/sec. | ||
| 19397 | 2024.12.21 00:59:09.010468 [ 263 ] {e685bca0-6175-4fcb-91ab-1a73f0dd8a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19398 | 2024.12.21 00:59:09.010756 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 19399 | 2024.12.21 00:59:09.011399 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_151_30} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19400 | 2024.12.21 00:59:09.011642 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_151_30} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 19401 | 2024.12.21 00:59:09.011843 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 19402 | 2024.12.21 00:59:09.011976 [ 263 ] {e685bca0-6175-4fcb-91ab-1a73f0dd8a4e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19403 | 2024.12.21 00:59:09.012024 [ 263 ] {e685bca0-6175-4fcb-91ab-1a73f0dd8a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19404 | 2024.12.21 00:59:09.012433 [ 263 ] {e685bca0-6175-4fcb-91ab-1a73f0dd8a4e} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 19405 | 2024.12.21 00:59:09.012682 [ 263 ] {e685bca0-6175-4fcb-91ab-1a73f0dd8a4e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19406 | 2024.12.21 00:59:09.012880 [ 171 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 19407 | 2024.12.21 00:59:09.012944 [ 263 ] {e685bca0-6175-4fcb-91ab-1a73f0dd8a4e} <Debug> executeQuery: Read 123 rows, 9.77 KiB in 0.002631 sec., 46750.285062713796 rows/sec., 3.63 MiB/sec. | ||
| 19408 | 2024.12.21 00:59:09.012959 [ 171 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19409 | 2024.12.21 00:59:09.013038 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19410 | 2024.12.21 00:59:09.013094 [ 263 ] {e685bca0-6175-4fcb-91ab-1a73f0dd8a4e} <Debug> TCPHandler: Processed in 0.003033376 sec. | ||
| 19411 | 2024.12.21 00:59:09.013313 [ 192 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 19412 | 2024.12.21 00:59:09.013370 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19413 | 2024.12.21 00:59:09.013456 [ 192 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19414 | 2024.12.21 00:59:09.013531 [ 192 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 929 rows starting from the beginning of the part | ||
| 19415 | 2024.12.21 00:59:09.013646 [ 260 ] {2eb41411-626f-416e-86e9-b1fadde48047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19416 | 2024.12.21 00:59:09.013750 [ 192 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 394 rows starting from the beginning of the part | ||
| 19417 | 2024.12.21 00:59:09.013896 [ 260 ] {2eb41411-626f-416e-86e9-b1fadde48047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19418 | 2024.12.21 00:59:09.014046 [ 192 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 272 rows starting from the beginning of the part | ||
| 19419 | 2024.12.21 00:59:09.014399 [ 192 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 870 rows starting from the beginning of the part | ||
| 19420 | 2024.12.21 00:59:09.014734 [ 192 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 64 rows starting from the beginning of the part | ||
| 19421 | 2024.12.21 00:59:09.015079 [ 192 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 123 rows starting from the beginning of the part | ||
| 19422 | 2024.12.21 00:59:09.016660 [ 260 ] {2eb41411-626f-416e-86e9-b1fadde48047} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19423 | 2024.12.21 00:59:09.016725 [ 260 ] {2eb41411-626f-416e-86e9-b1fadde48047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19424 | 2024.12.21 00:59:09.017715 [ 260 ] {2eb41411-626f-416e-86e9-b1fadde48047} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 19425 | 2024.12.21 00:59:09.018074 [ 260 ] {2eb41411-626f-416e-86e9-b1fadde48047} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19426 | 2024.12.21 00:59:09.018592 [ 192 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2652 rows, containing 5 columns (5 merged, 0 gathered) in 0.005430401 sec., 488361.72503651207 rows/sec., 37.60 MiB/sec. | ||
| 19427 | 2024.12.21 00:59:09.018643 [ 260 ] {2eb41411-626f-416e-86e9-b1fadde48047} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.005075 sec., 31724.137931034486 rows/sec., 2.21 MiB/sec. | ||
| 19428 | 2024.12.21 00:59:09.018749 [ 260 ] {2eb41411-626f-416e-86e9-b1fadde48047} <Debug> TCPHandler: Processed in 0.005488972 sec. | ||
| 19429 | 2024.12.21 00:59:09.018860 [ 193 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 19430 | 2024.12.21 00:59:09.018943 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19431 | 2024.12.21 00:59:09.019177 [ 263 ] {64a4389a-5238-4749-bd5c-5c37a4dfe7a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19432 | 2024.12.21 00:59:09.019373 [ 193 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_151_30} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19433 | 2024.12.21 00:59:09.019378 [ 263 ] {64a4389a-5238-4749-bd5c-5c37a4dfe7a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19434 | 2024.12.21 00:59:09.019625 [ 193 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_151_30} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 19435 | 2024.12.21 00:59:09.019899 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 19436 | 2024.12.21 00:59:09.021145 [ 263 ] {64a4389a-5238-4749-bd5c-5c37a4dfe7a4} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19437 | 2024.12.21 00:59:09.021192 [ 263 ] {64a4389a-5238-4749-bd5c-5c37a4dfe7a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19438 | 2024.12.21 00:59:09.021911 [ 263 ] {64a4389a-5238-4749-bd5c-5c37a4dfe7a4} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 19439 | 2024.12.21 00:59:09.022179 [ 263 ] {64a4389a-5238-4749-bd5c-5c37a4dfe7a4} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19440 | 2024.12.21 00:59:09.022450 [ 263 ] {64a4389a-5238-4749-bd5c-5c37a4dfe7a4} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.003339 sec., 12878.10721772986 rows/sec., 23.08 MiB/sec. | ||
| 19441 | 2024.12.21 00:59:09.022604 [ 263 ] {64a4389a-5238-4749-bd5c-5c37a4dfe7a4} <Debug> TCPHandler: Processed in 0.00375816 sec. | ||
| 19442 | 2024.12.21 00:59:09.022760 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19443 | 2024.12.21 00:59:09.022903 [ 260 ] {e2a8f9ed-adb2-4ca3-be6d-b917bfe8179f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 19444 | 2024.12.21 00:59:09.022964 [ 260 ] {e2a8f9ed-adb2-4ca3-be6d-b917bfe8179f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 19445 | 2024.12.21 00:59:09.023450 [ 260 ] {e2a8f9ed-adb2-4ca3-be6d-b917bfe8179f} <Trace> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19446 | 2024.12.21 00:59:09.023490 [ 260 ] {e2a8f9ed-adb2-4ca3-be6d-b917bfe8179f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19447 | 2024.12.21 00:59:09.023865 [ 260 ] {e2a8f9ed-adb2-4ca3-be6d-b917bfe8179f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 19448 | 2024.12.21 00:59:09.024103 [ 260 ] {e2a8f9ed-adb2-4ca3-be6d-b917bfe8179f} <Trace> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19449 | 2024.12.21 00:59:09.024387 [ 260 ] {e2a8f9ed-adb2-4ca3-be6d-b917bfe8179f} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001513 sec., 5948.446794448117 rows/sec., 420.19 KiB/sec. | ||
| 19450 | 2024.12.21 00:59:09.024522 [ 260 ] {e2a8f9ed-adb2-4ca3-be6d-b917bfe8179f} <Debug> TCPHandler: Processed in 0.001826444 sec. | ||
| 19451 | 2024.12.21 00:59:09.024702 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19452 | 2024.12.21 00:59:09.024853 [ 263 ] {968fe058-a487-41f4-aacd-d891dd5731f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19453 | 2024.12.21 00:59:09.024919 [ 263 ] {968fe058-a487-41f4-aacd-d891dd5731f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19454 | 2024.12.21 00:59:09.025477 [ 263 ] {968fe058-a487-41f4-aacd-d891dd5731f5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19455 | 2024.12.21 00:59:09.025519 [ 263 ] {968fe058-a487-41f4-aacd-d891dd5731f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19456 | 2024.12.21 00:59:09.025909 [ 263 ] {968fe058-a487-41f4-aacd-d891dd5731f5} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 19457 | 2024.12.21 00:59:09.026151 [ 263 ] {968fe058-a487-41f4-aacd-d891dd5731f5} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19458 | 2024.12.21 00:59:09.026358 [ 171 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 19459 | 2024.12.21 00:59:09.026431 [ 263 ] {968fe058-a487-41f4-aacd-d891dd5731f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001607 sec., 37336.6521468575 rows/sec., 2.52 MiB/sec. | ||
| 19460 | 2024.12.21 00:59:09.026447 [ 171 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19461 | 2024.12.21 00:59:09.026541 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19462 | 2024.12.21 00:59:09.026581 [ 263 ] {968fe058-a487-41f4-aacd-d891dd5731f5} <Debug> TCPHandler: Processed in 0.001946506 sec. | ||
| 19463 | 2024.12.21 00:59:09.026841 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 19464 | 2024.12.21 00:59:09.027084 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19465 | 2024.12.21 00:59:09.027142 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8890 rows starting from the beginning of the part | ||
| 19466 | 2024.12.21 00:59:09.027254 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 82 rows starting from the beginning of the part | ||
| 19467 | 2024.12.21 00:59:09.027440 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part | ||
| 19468 | 2024.12.21 00:59:09.027635 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 66 rows starting from the beginning of the part | ||
| 19469 | 2024.12.21 00:59:09.027782 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 16 rows starting from the beginning of the part | ||
| 19470 | 2024.12.21 00:59:09.027903 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part | ||
| 19471 | 2024.12.21 00:59:09.030866 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004155298 sec., 2207783.894199646 rows/sec., 144.05 MiB/sec. | ||
| 19472 | 2024.12.21 00:59:09.031186 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 19473 | 2024.12.21 00:59:09.031515 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_151_30} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19474 | 2024.12.21 00:59:09.031601 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_151_30} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 19475 | 2024.12.21 00:59:09.031705 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. | ||
| 19476 | 2024.12.21 00:59:12.282527 [ 156 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19477 | 2024.12.21 00:59:12.282611 [ 156 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19478 | 2024.12.21 00:59:12.589957 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 | ||
| 19479 | 2024.12.21 00:59:12.590645 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19480 | 2024.12.21 00:59:12.590693 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19481 | 2024.12.21 00:59:12.591254 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 19482 | 2024.12.21 00:59:12.591547 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19483 | 2024.12.21 00:59:12.591854 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 19484 | 2024.12.21 00:59:12.883851 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2704 | ||
| 19485 | 2024.12.21 00:59:12.886814 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19486 | 2024.12.21 00:59:12.886871 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19487 | 2024.12.21 00:59:12.888386 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19488 | 2024.12.21 00:59:12.888727 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19489 | 2024.12.21 00:59:12.889358 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2704 | ||
| 19490 | 2024.12.21 00:59:13.341169 [ 152 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 5 parts from all_1_59_12 to all_63_63_0 | ||
| 19491 | 2024.12.21 00:59:13.341233 [ 152 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19492 | 2024.12.21 00:59:13.341256 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19493 | 2024.12.21 00:59:13.341438 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_63_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_59_12 to all_63_63_0 into Compact with storage Full | ||
| 19494 | 2024.12.21 00:59:13.341915 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_63_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19495 | 2024.12.21 00:59:13.342014 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_12, total 60 rows starting from the beginning of the part | ||
| 19496 | 2024.12.21 00:59:13.342129 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 19497 | 2024.12.21 00:59:13.342225 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
| 19498 | 2024.12.21 00:59:13.342433 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part | ||
| 19499 | 2024.12.21 00:59:13.342680 [ 194 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
| 19500 | 2024.12.21 00:59:13.343752 [ 188 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_63_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 64 rows, containing 4 columns (4 merged, 0 gathered) in 0.002423095 sec., 26412.501367053294 rows/sec., 1.74 MiB/sec. | ||
| 19501 | 2024.12.21 00:59:13.343974 [ 187 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_63_13} <Trace> MergedBlockOutputStream: filled checksums all_1_63_13 (state Temporary) | ||
| 19502 | 2024.12.21 00:59:13.344366 [ 187 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_63_13} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_63_13 to all_1_63_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19503 | 2024.12.21 00:59:13.344459 [ 187 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_63_13} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 5 parts: [all_1_59_12, all_63_63_0] -> all_1_63_13 | ||
| 19504 | 2024.12.21 00:59:13.344566 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 19505 | 2024.12.21 00:59:14.002384 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19506 | 2024.12.21 00:59:14.002688 [ 260 ] {d8d94b50-f1f9-4913-8308-dbfab85c3fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19507 | 2024.12.21 00:59:14.002799 [ 260 ] {d8d94b50-f1f9-4913-8308-dbfab85c3fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19508 | 2024.12.21 00:59:14.003714 [ 260 ] {d8d94b50-f1f9-4913-8308-dbfab85c3fac} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19509 | 2024.12.21 00:59:14.003758 [ 260 ] {d8d94b50-f1f9-4913-8308-dbfab85c3fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19510 | 2024.12.21 00:59:14.004197 [ 260 ] {d8d94b50-f1f9-4913-8308-dbfab85c3fac} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 19511 | 2024.12.21 00:59:14.004451 [ 260 ] {d8d94b50-f1f9-4913-8308-dbfab85c3fac} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19512 | 2024.12.21 00:59:14.004702 [ 260 ] {d8d94b50-f1f9-4913-8308-dbfab85c3fac} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002099 sec., 6669.842782277275 rows/sec., 480.14 KiB/sec. | ||
| 19513 | 2024.12.21 00:59:14.004768 [ 260 ] {d8d94b50-f1f9-4913-8308-dbfab85c3fac} <Debug> TCPHandler: Processed in 0.002572138 sec. | ||
| 19514 | 2024.12.21 00:59:14.005009 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19515 | 2024.12.21 00:59:14.005211 [ 263 ] {51753f84-29b4-497f-a839-221719399af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19516 | 2024.12.21 00:59:14.005287 [ 263 ] {51753f84-29b4-497f-a839-221719399af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19517 | 2024.12.21 00:59:14.006075 [ 263 ] {51753f84-29b4-497f-a839-221719399af9} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19518 | 2024.12.21 00:59:14.006120 [ 263 ] {51753f84-29b4-497f-a839-221719399af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19519 | 2024.12.21 00:59:14.006592 [ 263 ] {51753f84-29b4-497f-a839-221719399af9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 19520 | 2024.12.21 00:59:14.006862 [ 263 ] {51753f84-29b4-497f-a839-221719399af9} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19521 | 2024.12.21 00:59:14.007054 [ 35 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Selected 6 parts from all_1_37_9 to all_42_42_0 | ||
| 19522 | 2024.12.21 00:59:14.007143 [ 35 ] {} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19523 | 2024.12.21 00:59:14.007166 [ 263 ] {51753f84-29b4-497f-a839-221719399af9} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.002 sec., 1000 rows/sec., 74.22 KiB/sec. | ||
| 19524 | 2024.12.21 00:59:14.007186 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19525 | 2024.12.21 00:59:14.007355 [ 263 ] {51753f84-29b4-497f-a839-221719399af9} <Debug> TCPHandler: Processed in 0.002482666 sec. | ||
| 19526 | 2024.12.21 00:59:14.007455 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_42_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_9 to all_42_42_0 into Compact with storage Full | ||
| 19527 | 2024.12.21 00:59:14.007540 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19528 | 2024.12.21 00:59:14.007687 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_42_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19529 | 2024.12.21 00:59:14.007772 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 18 rows starting from the beginning of the part | ||
| 19530 | 2024.12.21 00:59:14.007778 [ 260 ] {540b4e3e-e0bb-40da-aae7-c0b2946c0572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19531 | 2024.12.21 00:59:14.007937 [ 260 ] {540b4e3e-e0bb-40da-aae7-c0b2946c0572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19532 | 2024.12.21 00:59:14.007979 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
| 19533 | 2024.12.21 00:59:14.008465 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
| 19534 | 2024.12.21 00:59:14.008784 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 19535 | 2024.12.21 00:59:14.009191 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 19536 | 2024.12.21 00:59:14.009595 [ 190 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 2 rows starting from the beginning of the part | ||
| 19537 | 2024.12.21 00:59:14.010970 [ 260 ] {540b4e3e-e0bb-40da-aae7-c0b2946c0572} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19538 | 2024.12.21 00:59:14.011061 [ 260 ] {540b4e3e-e0bb-40da-aae7-c0b2946c0572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19539 | 2024.12.21 00:59:14.012243 [ 260 ] {540b4e3e-e0bb-40da-aae7-c0b2946c0572} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 19540 | 2024.12.21 00:59:14.012294 [ 188 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_42_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 5 columns (5 merged, 0 gathered) in 0.004956682 sec., 7061.175197440546 rows/sec., 595.98 KiB/sec. | ||
| 19541 | 2024.12.21 00:59:14.012539 [ 188 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_42_10} <Trace> MergedBlockOutputStream: filled checksums all_1_42_10 (state Temporary) | ||
| 19542 | 2024.12.21 00:59:14.012713 [ 260 ] {540b4e3e-e0bb-40da-aae7-c0b2946c0572} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19543 | 2024.12.21 00:59:14.013153 [ 260 ] {540b4e3e-e0bb-40da-aae7-c0b2946c0572} <Debug> executeQuery: Read 231 rows, 20.59 KiB in 0.005428 sec., 42557.111274871044 rows/sec., 3.70 MiB/sec. | ||
| 19544 | 2024.12.21 00:59:14.013282 [ 188 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_42_10} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_merge_all_1_42_10 to all_1_42_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19545 | 2024.12.21 00:59:14.013409 [ 260 ] {540b4e3e-e0bb-40da-aae7-c0b2946c0572} <Debug> TCPHandler: Processed in 0.00592335 sec. | ||
| 19546 | 2024.12.21 00:59:14.013637 [ 188 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_42_10} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Merged 6 parts: [all_1_37_9, all_42_42_0] -> all_1_42_10 | ||
| 19547 | 2024.12.21 00:59:14.013782 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19548 | 2024.12.21 00:59:14.013883 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 19549 | 2024.12.21 00:59:14.014042 [ 263 ] {22bf08c3-6810-4dac-82b9-88a99bb14631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19550 | 2024.12.21 00:59:14.014120 [ 263 ] {22bf08c3-6810-4dac-82b9-88a99bb14631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19551 | 2024.12.21 00:59:14.014794 [ 263 ] {22bf08c3-6810-4dac-82b9-88a99bb14631} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19552 | 2024.12.21 00:59:14.014838 [ 263 ] {22bf08c3-6810-4dac-82b9-88a99bb14631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19553 | 2024.12.21 00:59:14.015246 [ 263 ] {22bf08c3-6810-4dac-82b9-88a99bb14631} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 19554 | 2024.12.21 00:59:14.015502 [ 263 ] {22bf08c3-6810-4dac-82b9-88a99bb14631} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19555 | 2024.12.21 00:59:14.015754 [ 263 ] {22bf08c3-6810-4dac-82b9-88a99bb14631} <Debug> executeQuery: Read 21 rows, 1.48 KiB in 0.001774 sec., 11837.655016910936 rows/sec., 836.19 KiB/sec. | ||
| 19556 | 2024.12.21 00:59:14.015820 [ 263 ] {22bf08c3-6810-4dac-82b9-88a99bb14631} <Debug> TCPHandler: Processed in 0.002257621 sec. | ||
| 19557 | 2024.12.21 00:59:14.015962 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19558 | 2024.12.21 00:59:14.016081 [ 260 ] {402ab02a-b133-46f8-b83f-8f8e0c4685fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19559 | 2024.12.21 00:59:14.016130 [ 260 ] {402ab02a-b133-46f8-b83f-8f8e0c4685fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19560 | 2024.12.21 00:59:14.016809 [ 260 ] {402ab02a-b133-46f8-b83f-8f8e0c4685fa} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19561 | 2024.12.21 00:59:14.016856 [ 260 ] {402ab02a-b133-46f8-b83f-8f8e0c4685fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19562 | 2024.12.21 00:59:14.017268 [ 260 ] {402ab02a-b133-46f8-b83f-8f8e0c4685fa} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 19563 | 2024.12.21 00:59:14.017506 [ 260 ] {402ab02a-b133-46f8-b83f-8f8e0c4685fa} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19564 | 2024.12.21 00:59:14.017714 [ 260 ] {402ab02a-b133-46f8-b83f-8f8e0c4685fa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001656 sec., 8454.106280193237 rows/sec., 592.07 KiB/sec. | ||
| 19565 | 2024.12.21 00:59:14.017766 [ 260 ] {402ab02a-b133-46f8-b83f-8f8e0c4685fa} <Debug> TCPHandler: Processed in 0.001858725 sec. | ||
| 19566 | 2024.12.21 00:59:14.017908 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19567 | 2024.12.21 00:59:14.018037 [ 263 ] {d5391cd2-471a-4a49-9a17-43f4ee2812f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19568 | 2024.12.21 00:59:14.018096 [ 263 ] {d5391cd2-471a-4a49-9a17-43f4ee2812f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19569 | 2024.12.21 00:59:14.018736 [ 263 ] {d5391cd2-471a-4a49-9a17-43f4ee2812f5} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19570 | 2024.12.21 00:59:14.018779 [ 263 ] {d5391cd2-471a-4a49-9a17-43f4ee2812f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19571 | 2024.12.21 00:59:14.019155 [ 263 ] {d5391cd2-471a-4a49-9a17-43f4ee2812f5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 19572 | 2024.12.21 00:59:14.019405 [ 263 ] {d5391cd2-471a-4a49-9a17-43f4ee2812f5} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19573 | 2024.12.21 00:59:14.019637 [ 263 ] {d5391cd2-471a-4a49-9a17-43f4ee2812f5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00163 sec., 7975.460122699386 rows/sec., 497.27 KiB/sec. | ||
| 19574 | 2024.12.21 00:59:14.019699 [ 263 ] {d5391cd2-471a-4a49-9a17-43f4ee2812f5} <Debug> TCPHandler: Processed in 0.001852404 sec. | ||
| 19575 | 2024.12.21 00:59:14.019854 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19576 | 2024.12.21 00:59:14.019994 [ 260 ] {10fe99bc-f821-4ab5-833c-acc863825b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19577 | 2024.12.21 00:59:14.020051 [ 260 ] {10fe99bc-f821-4ab5-833c-acc863825b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19578 | 2024.12.21 00:59:14.020805 [ 260 ] {10fe99bc-f821-4ab5-833c-acc863825b14} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19579 | 2024.12.21 00:59:14.020843 [ 260 ] {10fe99bc-f821-4ab5-833c-acc863825b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19580 | 2024.12.21 00:59:14.021221 [ 260 ] {10fe99bc-f821-4ab5-833c-acc863825b14} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 19581 | 2024.12.21 00:59:14.021458 [ 260 ] {10fe99bc-f821-4ab5-833c-acc863825b14} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19582 | 2024.12.21 00:59:14.021642 [ 260 ] {10fe99bc-f821-4ab5-833c-acc863825b14} <Debug> executeQuery: Read 408 rows, 29.63 KiB in 0.001679 sec., 243001.78677784395 rows/sec., 17.23 MiB/sec. | ||
| 19583 | 2024.12.21 00:59:14.021696 [ 260 ] {10fe99bc-f821-4ab5-833c-acc863825b14} <Debug> TCPHandler: Processed in 0.001910415 sec. | ||
| 19584 | 2024.12.21 00:59:14.021859 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19585 | 2024.12.21 00:59:14.022003 [ 263 ] {3dfba8ec-bdcb-47b8-a960-53fdfbfb9e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19586 | 2024.12.21 00:59:14.022068 [ 263 ] {3dfba8ec-bdcb-47b8-a960-53fdfbfb9e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19587 | 2024.12.21 00:59:14.022588 [ 263 ] {3dfba8ec-bdcb-47b8-a960-53fdfbfb9e7e} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19588 | 2024.12.21 00:59:14.022626 [ 263 ] {3dfba8ec-bdcb-47b8-a960-53fdfbfb9e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19589 | 2024.12.21 00:59:14.022993 [ 263 ] {3dfba8ec-bdcb-47b8-a960-53fdfbfb9e7e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 19590 | 2024.12.21 00:59:14.023225 [ 263 ] {3dfba8ec-bdcb-47b8-a960-53fdfbfb9e7e} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19591 | 2024.12.21 00:59:14.023475 [ 221 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): 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] | ||
| 19592 | 2024.12.21 00:59:14.023479 [ 263 ] {3dfba8ec-bdcb-47b8-a960-53fdfbfb9e7e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 208.43 KiB/sec. | ||
| 19593 | 2024.12.21 00:59:14.023529 [ 221 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): 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] | ||
| 19594 | 2024.12.21 00:59:14.023676 [ 263 ] {3dfba8ec-bdcb-47b8-a960-53fdfbfb9e7e} <Debug> TCPHandler: Processed in 0.001882125 sec. | ||
| 19595 | 2024.12.21 00:59:14.023920 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19596 | 2024.12.21 00:59:14.024061 [ 260 ] {a31b683e-644a-4a91-a12f-7ddddf1993fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19597 | 2024.12.21 00:59:14.024131 [ 260 ] {a31b683e-644a-4a91-a12f-7ddddf1993fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19598 | 2024.12.21 00:59:14.024957 [ 260 ] {a31b683e-644a-4a91-a12f-7ddddf1993fd} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19599 | 2024.12.21 00:59:14.024996 [ 260 ] {a31b683e-644a-4a91-a12f-7ddddf1993fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19600 | 2024.12.21 00:59:14.025501 [ 260 ] {a31b683e-644a-4a91-a12f-7ddddf1993fd} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 19601 | 2024.12.21 00:59:14.025790 [ 260 ] {a31b683e-644a-4a91-a12f-7ddddf1993fd} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19602 | 2024.12.21 00:59:14.025969 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_147_30 to all_152_152_0 | ||
| 19603 | 2024.12.21 00:59:14.026033 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19604 | 2024.12.21 00:59:14.026085 [ 260 ] {a31b683e-644a-4a91-a12f-7ddddf1993fd} <Debug> executeQuery: Read 239 rows, 16.39 KiB in 0.002044 sec., 116927.59295499022 rows/sec., 7.83 MiB/sec. | ||
| 19605 | 2024.12.21 00:59:14.026095 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19606 | 2024.12.21 00:59:14.026229 [ 260 ] {a31b683e-644a-4a91-a12f-7ddddf1993fd} <Debug> TCPHandler: Processed in 0.002412765 sec. | ||
| 19607 | 2024.12.21 00:59:14.026633 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19608 | 2024.12.21 00:59:14.026885 [ 221 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): 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] | ||
| 19609 | 2024.12.21 00:59:14.027124 [ 263 ] {108a8b70-ac0f-4b90-82d3-f85382936ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19610 | 2024.12.21 00:59:14.027213 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_152_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_147_30 to all_152_152_0 into Compact with storage Full | ||
| 19611 | 2024.12.21 00:59:14.027386 [ 263 ] {108a8b70-ac0f-4b90-82d3-f85382936ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19612 | 2024.12.21 00:59:14.029958 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_152_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19613 | 2024.12.21 00:59:14.030071 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_147_30, total 41372 rows starting from the beginning of the part | ||
| 19614 | 2024.12.21 00:59:14.030370 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 200 rows starting from the beginning of the part | ||
| 19615 | 2024.12.21 00:59:14.030726 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 920 rows starting from the beginning of the part | ||
| 19616 | 2024.12.21 00:59:14.030990 [ 263 ] {108a8b70-ac0f-4b90-82d3-f85382936ff5} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19617 | 2024.12.21 00:59:14.031078 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 42 rows starting from the beginning of the part | ||
| 19618 | 2024.12.21 00:59:14.031117 [ 263 ] {108a8b70-ac0f-4b90-82d3-f85382936ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19619 | 2024.12.21 00:59:14.031280 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 161 rows starting from the beginning of the part | ||
| 19620 | 2024.12.21 00:59:14.031635 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 239 rows starting from the beginning of the part | ||
| 19621 | 2024.12.21 00:59:14.032543 [ 263 ] {108a8b70-ac0f-4b90-82d3-f85382936ff5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 19622 | 2024.12.21 00:59:14.032972 [ 263 ] {108a8b70-ac0f-4b90-82d3-f85382936ff5} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19623 | 2024.12.21 00:59:14.033347 [ 263 ] {108a8b70-ac0f-4b90-82d3-f85382936ff5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006386 sec., 156.59254619480112 rows/sec., 10.55 KiB/sec. | ||
| 19624 | 2024.12.21 00:59:14.033411 [ 263 ] {108a8b70-ac0f-4b90-82d3-f85382936ff5} <Debug> TCPHandler: Processed in 0.007054361 sec. | ||
| 19625 | 2024.12.21 00:59:14.033629 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19626 | 2024.12.21 00:59:14.034033 [ 260 ] {501af848-65d0-417e-ba48-695568861163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19627 | 2024.12.21 00:59:14.034366 [ 260 ] {501af848-65d0-417e-ba48-695568861163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19628 | 2024.12.21 00:59:14.036420 [ 260 ] {501af848-65d0-417e-ba48-695568861163} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19629 | 2024.12.21 00:59:14.036460 [ 260 ] {501af848-65d0-417e-ba48-695568861163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19630 | 2024.12.21 00:59:14.037376 [ 260 ] {501af848-65d0-417e-ba48-695568861163} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 19631 | 2024.12.21 00:59:14.037653 [ 260 ] {501af848-65d0-417e-ba48-695568861163} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19632 | 2024.12.21 00:59:14.037996 [ 260 ] {501af848-65d0-417e-ba48-695568861163} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.0041 sec., 2926.8292682926826 rows/sec., 5.24 MiB/sec. | ||
| 19633 | 2024.12.21 00:59:14.038185 [ 260 ] {501af848-65d0-417e-ba48-695568861163} <Debug> TCPHandler: Processed in 0.004674256 sec. | ||
| 19634 | 2024.12.21 00:59:14.038376 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19635 | 2024.12.21 00:59:14.038501 [ 263 ] {24cc88a2-f0f3-439c-9f3f-4063dab05f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19636 | 2024.12.21 00:59:14.038560 [ 263 ] {24cc88a2-f0f3-439c-9f3f-4063dab05f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19637 | 2024.12.21 00:59:14.039177 [ 263 ] {24cc88a2-f0f3-439c-9f3f-4063dab05f2f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19638 | 2024.12.21 00:59:14.039216 [ 263 ] {24cc88a2-f0f3-439c-9f3f-4063dab05f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19639 | 2024.12.21 00:59:14.039702 [ 263 ] {24cc88a2-f0f3-439c-9f3f-4063dab05f2f} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 19640 | 2024.12.21 00:59:14.040015 [ 263 ] {24cc88a2-f0f3-439c-9f3f-4063dab05f2f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19641 | 2024.12.21 00:59:14.040342 [ 263 ] {24cc88a2-f0f3-439c-9f3f-4063dab05f2f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001851 sec., 44300.37817396002 rows/sec., 2.81 MiB/sec. | ||
| 19642 | 2024.12.21 00:59:14.040425 [ 263 ] {24cc88a2-f0f3-439c-9f3f-4063dab05f2f} <Debug> TCPHandler: Processed in 0.00214737 sec. | ||
| 19643 | 2024.12.21 00:59:14.042539 [ 189 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_152_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42934 rows, containing 5 columns (5 merged, 0 gathered) in 0.016308332 sec., 2632642.0139104356 rows/sec., 177.90 MiB/sec. | ||
| 19644 | 2024.12.21 00:59:14.043319 [ 189 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_152_31} <Trace> MergedBlockOutputStream: filled checksums all_1_152_31 (state Temporary) | ||
| 19645 | 2024.12.21 00:59:14.043623 [ 189 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_152_31 to all_1_152_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19646 | 2024.12.21 00:59:14.043700 [ 189 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_147_30, all_152_152_0] -> all_1_152_31 | ||
| 19647 | 2024.12.21 00:59:14.043794 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
| 19648 | 2024.12.21 00:59:14.705388 [ 217 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): 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] | ||
| 19649 | 2024.12.21 00:59:14.705430 [ 217 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): 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] | ||
| 19650 | 2024.12.21 00:59:14.707435 [ 217 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): 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] | ||
| 19651 | 2024.12.21 00:59:15.212025 [ 222 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): 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] | ||
| 19652 | 2024.12.21 00:59:15.212101 [ 222 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): 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] | ||
| 19653 | 2024.12.21 00:59:15.214501 [ 222 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): 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] | ||
| 19654 | 2024.12.21 00:59:15.712953 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 19655 | 2024.12.21 00:59:15.737411 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19656 | 2024.12.21 00:59:15.737472 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19657 | 2024.12.21 00:59:15.745525 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 19658 | 2024.12.21 00:59:15.746391 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19659 | 2024.12.21 00:59:15.749560 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 19660 | 2024.12.21 00:59:18.999136 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19661 | 2024.12.21 00:59:18.999371 [ 260 ] {3b93e138-6c45-46fa-8b56-536d8c903a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19662 | 2024.12.21 00:59:18.999445 [ 260 ] {3b93e138-6c45-46fa-8b56-536d8c903a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19663 | 2024.12.21 00:59:19.000297 [ 260 ] {3b93e138-6c45-46fa-8b56-536d8c903a4b} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19664 | 2024.12.21 00:59:19.000347 [ 260 ] {3b93e138-6c45-46fa-8b56-536d8c903a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19665 | 2024.12.21 00:59:19.000868 [ 260 ] {3b93e138-6c45-46fa-8b56-536d8c903a4b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 19666 | 2024.12.21 00:59:19.001123 [ 260 ] {3b93e138-6c45-46fa-8b56-536d8c903a4b} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19667 | 2024.12.21 00:59:19.001409 [ 260 ] {3b93e138-6c45-46fa-8b56-536d8c903a4b} <Debug> executeQuery: Read 7 rows, 577.00 B in 0.002098 sec., 3336.510962821735 rows/sec., 268.58 KiB/sec. | ||
| 19668 | 2024.12.21 00:59:19.001651 [ 260 ] {3b93e138-6c45-46fa-8b56-536d8c903a4b} <Debug> TCPHandler: Processed in 0.002657899 sec. | ||
| 19669 | 2024.12.21 00:59:19.001994 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19670 | 2024.12.21 00:59:19.002190 [ 263 ] {b38aa682-3694-4176-acd3-a8d4cd216cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19671 | 2024.12.21 00:59:19.002270 [ 263 ] {b38aa682-3694-4176-acd3-a8d4cd216cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19672 | 2024.12.21 00:59:19.003196 [ 263 ] {b38aa682-3694-4176-acd3-a8d4cd216cbf} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19673 | 2024.12.21 00:59:19.003247 [ 263 ] {b38aa682-3694-4176-acd3-a8d4cd216cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19674 | 2024.12.21 00:59:19.003741 [ 263 ] {b38aa682-3694-4176-acd3-a8d4cd216cbf} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19675 | 2024.12.21 00:59:19.004016 [ 263 ] {b38aa682-3694-4176-acd3-a8d4cd216cbf} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19676 | 2024.12.21 00:59:19.004305 [ 263 ] {b38aa682-3694-4176-acd3-a8d4cd216cbf} <Debug> executeQuery: Read 147 rows, 12.82 KiB in 0.002166 sec., 67867.03601108033 rows/sec., 5.78 MiB/sec. | ||
| 19677 | 2024.12.21 00:59:19.004400 [ 263 ] {b38aa682-3694-4176-acd3-a8d4cd216cbf} <Debug> TCPHandler: Processed in 0.002598018 sec. | ||
| 19678 | 2024.12.21 00:59:19.004686 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19679 | 2024.12.21 00:59:19.004918 [ 260 ] {74923bd4-3987-4510-9a09-7fcf8d380797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19680 | 2024.12.21 00:59:19.005013 [ 260 ] {74923bd4-3987-4510-9a09-7fcf8d380797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19681 | 2024.12.21 00:59:19.005887 [ 260 ] {74923bd4-3987-4510-9a09-7fcf8d380797} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19682 | 2024.12.21 00:59:19.005939 [ 260 ] {74923bd4-3987-4510-9a09-7fcf8d380797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19683 | 2024.12.21 00:59:19.006420 [ 260 ] {74923bd4-3987-4510-9a09-7fcf8d380797} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 19684 | 2024.12.21 00:59:19.006669 [ 260 ] {74923bd4-3987-4510-9a09-7fcf8d380797} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19685 | 2024.12.21 00:59:19.006890 [ 260 ] {74923bd4-3987-4510-9a09-7fcf8d380797} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.00203 sec., 24630.54187192118 rows/sec., 1.79 MiB/sec. | ||
| 19686 | 2024.12.21 00:59:19.006949 [ 260 ] {74923bd4-3987-4510-9a09-7fcf8d380797} <Debug> TCPHandler: Processed in 0.002375004 sec. | ||
| 19687 | 2024.12.21 00:59:19.007114 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19688 | 2024.12.21 00:59:19.007254 [ 263 ] {54c0d162-a4ca-42c5-b8ff-f2a4c08550c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19689 | 2024.12.21 00:59:19.007314 [ 263 ] {54c0d162-a4ca-42c5-b8ff-f2a4c08550c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19690 | 2024.12.21 00:59:19.008069 [ 263 ] {54c0d162-a4ca-42c5-b8ff-f2a4c08550c0} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19691 | 2024.12.21 00:59:19.008114 [ 263 ] {54c0d162-a4ca-42c5-b8ff-f2a4c08550c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19692 | 2024.12.21 00:59:19.008542 [ 263 ] {54c0d162-a4ca-42c5-b8ff-f2a4c08550c0} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19693 | 2024.12.21 00:59:19.008830 [ 263 ] {54c0d162-a4ca-42c5-b8ff-f2a4c08550c0} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19694 | 2024.12.21 00:59:19.009093 [ 263 ] {54c0d162-a4ca-42c5-b8ff-f2a4c08550c0} <Debug> executeQuery: Read 120 rows, 9.54 KiB in 0.001866 sec., 64308.68167202572 rows/sec., 4.99 MiB/sec. | ||
| 19695 | 2024.12.21 00:59:19.009185 [ 218 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19696 | 2024.12.21 00:59:19.009210 [ 263 ] {54c0d162-a4ca-42c5-b8ff-f2a4c08550c0} <Debug> TCPHandler: Processed in 0.00215861 sec. | ||
| 19697 | 2024.12.21 00:59:19.009253 [ 218 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19698 | 2024.12.21 00:59:19.009452 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19699 | 2024.12.21 00:59:19.009628 [ 260 ] {f510d8cb-e93e-42cf-af15-a1286173af5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19700 | 2024.12.21 00:59:19.009734 [ 260 ] {f510d8cb-e93e-42cf-af15-a1286173af5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19701 | 2024.12.21 00:59:19.011073 [ 260 ] {f510d8cb-e93e-42cf-af15-a1286173af5e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19702 | 2024.12.21 00:59:19.011123 [ 260 ] {f510d8cb-e93e-42cf-af15-a1286173af5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19703 | 2024.12.21 00:59:19.011846 [ 260 ] {f510d8cb-e93e-42cf-af15-a1286173af5e} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19704 | 2024.12.21 00:59:19.012247 [ 260 ] {f510d8cb-e93e-42cf-af15-a1286173af5e} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19705 | 2024.12.21 00:59:19.012661 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19706 | 2024.12.21 00:59:19.012739 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19707 | 2024.12.21 00:59:19.012787 [ 260 ] {f510d8cb-e93e-42cf-af15-a1286173af5e} <Debug> executeQuery: Read 164 rows, 11.68 KiB in 0.003146 sec., 52129.68849332486 rows/sec., 3.63 MiB/sec. | ||
| 19708 | 2024.12.21 00:59:19.013081 [ 260 ] {f510d8cb-e93e-42cf-af15-a1286173af5e} <Debug> TCPHandler: Processed in 0.00373528 sec. | ||
| 19709 | 2024.12.21 00:59:19.013274 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19710 | 2024.12.21 00:59:19.013569 [ 218 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19711 | 2024.12.21 00:59:19.013621 [ 263 ] {61dc95e0-8d32-437f-ae07-72d64fb86def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19712 | 2024.12.21 00:59:19.014074 [ 263 ] {61dc95e0-8d32-437f-ae07-72d64fb86def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19713 | 2024.12.21 00:59:19.018542 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19714 | 2024.12.21 00:59:19.020544 [ 263 ] {61dc95e0-8d32-437f-ae07-72d64fb86def} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19715 | 2024.12.21 00:59:19.020595 [ 263 ] {61dc95e0-8d32-437f-ae07-72d64fb86def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19716 | 2024.12.21 00:59:19.021322 [ 263 ] {61dc95e0-8d32-437f-ae07-72d64fb86def} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 19717 | 2024.12.21 00:59:19.021592 [ 263 ] {61dc95e0-8d32-437f-ae07-72d64fb86def} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19718 | 2024.12.21 00:59:19.021850 [ 263 ] {61dc95e0-8d32-437f-ae07-72d64fb86def} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.008359 sec., 5144.155999521474 rows/sec., 9.22 MiB/sec. | ||
| 19719 | 2024.12.21 00:59:19.021989 [ 263 ] {61dc95e0-8d32-437f-ae07-72d64fb86def} <Debug> TCPHandler: Processed in 0.008792543 sec. | ||
| 19720 | 2024.12.21 00:59:19.022245 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19721 | 2024.12.21 00:59:19.022452 [ 260 ] {b628005a-5406-44f0-af3b-1d167eb8dbc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19722 | 2024.12.21 00:59:19.022515 [ 260 ] {b628005a-5406-44f0-af3b-1d167eb8dbc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19723 | 2024.12.21 00:59:19.023119 [ 260 ] {b628005a-5406-44f0-af3b-1d167eb8dbc9} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19724 | 2024.12.21 00:59:19.023168 [ 260 ] {b628005a-5406-44f0-af3b-1d167eb8dbc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19725 | 2024.12.21 00:59:19.023601 [ 260 ] {b628005a-5406-44f0-af3b-1d167eb8dbc9} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19726 | 2024.12.21 00:59:19.023877 [ 260 ] {b628005a-5406-44f0-af3b-1d167eb8dbc9} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19727 | 2024.12.21 00:59:19.024089 [ 260 ] {b628005a-5406-44f0-af3b-1d167eb8dbc9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001669 sec., 35949.67046135411 rows/sec., 2.42 MiB/sec. | ||
| 19728 | 2024.12.21 00:59:19.024143 [ 260 ] {b628005a-5406-44f0-af3b-1d167eb8dbc9} <Debug> TCPHandler: Processed in 0.002014748 sec. | ||
| 19729 | 2024.12.21 00:59:19.845369 [ 220 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19730 | 2024.12.21 00:59:19.845427 [ 220 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19731 | 2024.12.21 00:59:19.847291 [ 220 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19732 | 2024.12.21 00:59:20.091990 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 | ||
| 19733 | 2024.12.21 00:59:20.092808 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19734 | 2024.12.21 00:59:20.092859 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19735 | 2024.12.21 00:59:20.093431 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 19736 | 2024.12.21 00:59:20.093729 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19737 | 2024.12.21 00:59:20.094003 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 | ||
| 19738 | 2024.12.21 00:59:20.256520 [ 222 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19739 | 2024.12.21 00:59:20.256616 [ 222 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19740 | 2024.12.21 00:59:20.258912 [ 222 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19741 | 2024.12.21 00:59:21.313115 [ 82 ] {} <Debug> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 19742 | 2024.12.21 00:59:21.313173 [ 82 ] {} <Trace> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19743 | 2024.12.21 00:59:21.313196 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19744 | 2024.12.21 00:59:21.313373 [ 186 ] {8d5f8ac2-1bf2-4979-9194-08115a9a62a9::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 | ||
| 19745 | 2024.12.21 00:59:21.313525 [ 186 ] {8d5f8ac2-1bf2-4979-9194-08115a9a62a9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19746 | 2024.12.21 00:59:21.313565 [ 186 ] {8d5f8ac2-1bf2-4979-9194-08115a9a62a9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
| 19747 | 2024.12.21 00:59:21.313644 [ 186 ] {8d5f8ac2-1bf2-4979-9194-08115a9a62a9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 19748 | 2024.12.21 00:59:21.313754 [ 186 ] {8d5f8ac2-1bf2-4979-9194-08115a9a62a9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
| 19749 | 2024.12.21 00:59:21.314096 [ 186 ] {8d5f8ac2-1bf2-4979-9194-08115a9a62a9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 19750 | 2024.12.21 00:59:21.314309 [ 186 ] {8d5f8ac2-1bf2-4979-9194-08115a9a62a9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
| 19751 | 2024.12.21 00:59:21.315478 [ 189 ] {8d5f8ac2-1bf2-4979-9194-08115a9a62a9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002220492 sec., 22967.882793543053 rows/sec., 1.63 MiB/sec. | ||
| 19752 | 2024.12.21 00:59:21.315646 [ 186 ] {8d5f8ac2-1bf2-4979-9194-08115a9a62a9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 19753 | 2024.12.21 00:59:21.315937 [ 186 ] {8d5f8ac2-1bf2-4979-9194-08115a9a62a9::all_1_5_1} <Trace> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19754 | 2024.12.21 00:59:21.316018 [ 186 ] {8d5f8ac2-1bf2-4979-9194-08115a9a62a9::all_1_5_1} <Trace> oximeter.measurements_i64 (8d5f8ac2-1bf2-4979-9194-08115a9a62a9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 19755 | 2024.12.21 00:59:21.316099 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19756 | 2024.12.21 00:59:22.889562 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2742 | ||
| 19757 | 2024.12.21 00:59:22.893324 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19758 | 2024.12.21 00:59:22.893377 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19759 | 2024.12.21 00:59:22.894947 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19760 | 2024.12.21 00:59:22.895276 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19761 | 2024.12.21 00:59:22.896339 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2742 | ||
| 19762 | 2024.12.21 00:59:23.249610 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 19763 | 2024.12.21 00:59:23.274617 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19764 | 2024.12.21 00:59:23.274678 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19765 | 2024.12.21 00:59:23.282271 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 19766 | 2024.12.21 00:59:23.283153 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19767 | 2024.12.21 00:59:23.288045 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 19768 | 2024.12.21 00:59:24.001949 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19769 | 2024.12.21 00:59:24.002161 [ 260 ] {a2ee357c-ab19-41be-a5aa-4f1bf96b91f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19770 | 2024.12.21 00:59:24.002243 [ 260 ] {a2ee357c-ab19-41be-a5aa-4f1bf96b91f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19771 | 2024.12.21 00:59:24.003024 [ 260 ] {a2ee357c-ab19-41be-a5aa-4f1bf96b91f3} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19772 | 2024.12.21 00:59:24.003070 [ 260 ] {a2ee357c-ab19-41be-a5aa-4f1bf96b91f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19773 | 2024.12.21 00:59:24.003507 [ 260 ] {a2ee357c-ab19-41be-a5aa-4f1bf96b91f3} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 19774 | 2024.12.21 00:59:24.003767 [ 260 ] {a2ee357c-ab19-41be-a5aa-4f1bf96b91f3} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19775 | 2024.12.21 00:59:24.003961 [ 80 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 19776 | 2024.12.21 00:59:24.004033 [ 80 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19777 | 2024.12.21 00:59:24.004032 [ 260 ] {a2ee357c-ab19-41be-a5aa-4f1bf96b91f3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec. | ||
| 19778 | 2024.12.21 00:59:24.004072 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19779 | 2024.12.21 00:59:24.004233 [ 260 ] {a2ee357c-ab19-41be-a5aa-4f1bf96b91f3} <Debug> TCPHandler: Processed in 0.002425075 sec. | ||
| 19780 | 2024.12.21 00:59:24.004356 [ 222 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19781 | 2024.12.21 00:59:24.004475 [ 195 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 19782 | 2024.12.21 00:59:24.004556 [ 222 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19783 | 2024.12.21 00:59:24.004577 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19784 | 2024.12.21 00:59:24.004954 [ 195 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19785 | 2024.12.21 00:59:24.005027 [ 263 ] {a828a731-216b-4f53-867a-ea64437b0975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19786 | 2024.12.21 00:59:24.005084 [ 195 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 14 rows starting from the beginning of the part | ||
| 19787 | 2024.12.21 00:59:24.005236 [ 263 ] {a828a731-216b-4f53-867a-ea64437b0975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19788 | 2024.12.21 00:59:24.005601 [ 195 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 19789 | 2024.12.21 00:59:24.005990 [ 195 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 19790 | 2024.12.21 00:59:24.006376 [ 195 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 19791 | 2024.12.21 00:59:24.006776 [ 195 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part | ||
| 19792 | 2024.12.21 00:59:24.010056 [ 263 ] {a828a731-216b-4f53-867a-ea64437b0975} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19793 | 2024.12.21 00:59:24.010222 [ 263 ] {a828a731-216b-4f53-867a-ea64437b0975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19794 | 2024.12.21 00:59:24.010889 [ 195 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006657343 sec., 10514.705341154873 rows/sec., 797.99 KiB/sec. | ||
| 19795 | 2024.12.21 00:59:24.011153 [ 195 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 19796 | 2024.12.21 00:59:24.011809 [ 263 ] {a828a731-216b-4f53-867a-ea64437b0975} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 19797 | 2024.12.21 00:59:24.012015 [ 195 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_65_16} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19798 | 2024.12.21 00:59:24.012234 [ 195 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_65_16} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 19799 | 2024.12.21 00:59:24.012247 [ 222 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19800 | 2024.12.21 00:59:24.012506 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19801 | 2024.12.21 00:59:24.012628 [ 263 ] {a828a731-216b-4f53-867a-ea64437b0975} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19802 | 2024.12.21 00:59:24.013203 [ 263 ] {a828a731-216b-4f53-867a-ea64437b0975} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.008353 sec., 239.43493355680596 rows/sec., 17.77 KiB/sec. | ||
| 19803 | 2024.12.21 00:59:24.013293 [ 263 ] {a828a731-216b-4f53-867a-ea64437b0975} <Debug> TCPHandler: Processed in 0.008916755 sec. | ||
| 19804 | 2024.12.21 00:59:24.013464 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19805 | 2024.12.21 00:59:24.013618 [ 260 ] {268c345f-494e-49ca-8ea0-745192153284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19806 | 2024.12.21 00:59:24.013682 [ 260 ] {268c345f-494e-49ca-8ea0-745192153284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19807 | 2024.12.21 00:59:24.014557 [ 260 ] {268c345f-494e-49ca-8ea0-745192153284} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19808 | 2024.12.21 00:59:24.014600 [ 260 ] {268c345f-494e-49ca-8ea0-745192153284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19809 | 2024.12.21 00:59:24.015019 [ 260 ] {268c345f-494e-49ca-8ea0-745192153284} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19810 | 2024.12.21 00:59:24.015277 [ 260 ] {268c345f-494e-49ca-8ea0-745192153284} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19811 | 2024.12.21 00:59:24.015486 [ 260 ] {268c345f-494e-49ca-8ea0-745192153284} <Debug> executeQuery: Read 231 rows, 20.59 KiB in 0.001907 sec., 121132.66911379129 rows/sec., 10.54 MiB/sec. | ||
| 19812 | 2024.12.21 00:59:24.015546 [ 260 ] {268c345f-494e-49ca-8ea0-745192153284} <Debug> TCPHandler: Processed in 0.00214172 sec. | ||
| 19813 | 2024.12.21 00:59:24.015711 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19814 | 2024.12.21 00:59:24.015848 [ 263 ] {fedec93c-b8d7-4d9a-9729-00e05838f77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19815 | 2024.12.21 00:59:24.015907 [ 263 ] {fedec93c-b8d7-4d9a-9729-00e05838f77a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19816 | 2024.12.21 00:59:24.016574 [ 263 ] {fedec93c-b8d7-4d9a-9729-00e05838f77a} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19817 | 2024.12.21 00:59:24.016613 [ 263 ] {fedec93c-b8d7-4d9a-9729-00e05838f77a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19818 | 2024.12.21 00:59:24.017004 [ 263 ] {fedec93c-b8d7-4d9a-9729-00e05838f77a} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 19819 | 2024.12.21 00:59:24.017260 [ 263 ] {fedec93c-b8d7-4d9a-9729-00e05838f77a} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19820 | 2024.12.21 00:59:24.017399 [ 80 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 19821 | 2024.12.21 00:59:24.017436 [ 80 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19822 | 2024.12.21 00:59:24.017462 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19823 | 2024.12.21 00:59:24.017466 [ 263 ] {fedec93c-b8d7-4d9a-9729-00e05838f77a} <Debug> executeQuery: Read 21 rows, 1.48 KiB in 0.001645 sec., 12765.95744680851 rows/sec., 901.76 KiB/sec. | ||
| 19824 | 2024.12.21 00:59:24.017674 [ 263 ] {fedec93c-b8d7-4d9a-9729-00e05838f77a} <Debug> TCPHandler: Processed in 0.002018837 sec. | ||
| 19825 | 2024.12.21 00:59:24.017793 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 19826 | 2024.12.21 00:59:24.017889 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19827 | 2024.12.21 00:59:24.018189 [ 260 ] {0b7027d0-95c0-473c-85a0-c745577d6bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19828 | 2024.12.21 00:59:24.018196 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19829 | 2024.12.21 00:59:24.018282 [ 260 ] {0b7027d0-95c0-473c-85a0-c745577d6bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19830 | 2024.12.21 00:59:24.018315 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 77 rows starting from the beginning of the part | ||
| 19831 | 2024.12.21 00:59:24.018750 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 27 rows starting from the beginning of the part | ||
| 19832 | 2024.12.21 00:59:24.019096 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 44 rows starting from the beginning of the part | ||
| 19833 | 2024.12.21 00:59:24.019453 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 21 rows starting from the beginning of the part | ||
| 19834 | 2024.12.21 00:59:24.019861 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 50 rows starting from the beginning of the part | ||
| 19835 | 2024.12.21 00:59:24.020195 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 21 rows starting from the beginning of the part | ||
| 19836 | 2024.12.21 00:59:24.021408 [ 260 ] {0b7027d0-95c0-473c-85a0-c745577d6bf3} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19837 | 2024.12.21 00:59:24.021499 [ 260 ] {0b7027d0-95c0-473c-85a0-c745577d6bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19838 | 2024.12.21 00:59:24.022607 [ 260 ] {0b7027d0-95c0-473c-85a0-c745577d6bf3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19839 | 2024.12.21 00:59:24.023090 [ 186 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 5 columns (5 merged, 0 gathered) in 0.005517742 sec., 43496.053276865794 rows/sec., 3.26 MiB/sec. | ||
| 19840 | 2024.12.21 00:59:24.023167 [ 260 ] {0b7027d0-95c0-473c-85a0-c745577d6bf3} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19841 | 2024.12.21 00:59:24.023300 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 19842 | 2024.12.21 00:59:24.023583 [ 260 ] {0b7027d0-95c0-473c-85a0-c745577d6bf3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005499 sec., 2545.9174395344608 rows/sec., 178.30 KiB/sec. | ||
| 19843 | 2024.12.21 00:59:24.023865 [ 260 ] {0b7027d0-95c0-473c-85a0-c745577d6bf3} <Debug> TCPHandler: Processed in 0.006064243 sec. | ||
| 19844 | 2024.12.21 00:59:24.024215 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_131_26} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19845 | 2024.12.21 00:59:24.024270 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19846 | 2024.12.21 00:59:24.024505 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_131_26} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 19847 | 2024.12.21 00:59:24.024737 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 19848 | 2024.12.21 00:59:24.024746 [ 263 ] {dc535a94-c7a2-47aa-8287-a9a6e4dd18ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19849 | 2024.12.21 00:59:24.024828 [ 263 ] {dc535a94-c7a2-47aa-8287-a9a6e4dd18ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19850 | 2024.12.21 00:59:24.025433 [ 263 ] {dc535a94-c7a2-47aa-8287-a9a6e4dd18ba} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19851 | 2024.12.21 00:59:24.025474 [ 263 ] {dc535a94-c7a2-47aa-8287-a9a6e4dd18ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19852 | 2024.12.21 00:59:24.025850 [ 263 ] {dc535a94-c7a2-47aa-8287-a9a6e4dd18ba} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 19853 | 2024.12.21 00:59:24.026166 [ 263 ] {dc535a94-c7a2-47aa-8287-a9a6e4dd18ba} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19854 | 2024.12.21 00:59:24.026296 [ 80 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 19855 | 2024.12.21 00:59:24.026335 [ 80 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19856 | 2024.12.21 00:59:24.026360 [ 263 ] {dc535a94-c7a2-47aa-8287-a9a6e4dd18ba} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001769 sec., 7348.784624081402 rows/sec., 458.19 KiB/sec. | ||
| 19857 | 2024.12.21 00:59:24.026364 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19858 | 2024.12.21 00:59:24.026492 [ 263 ] {dc535a94-c7a2-47aa-8287-a9a6e4dd18ba} <Debug> TCPHandler: Processed in 0.002482846 sec. | ||
| 19859 | 2024.12.21 00:59:24.026691 [ 198 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 19860 | 2024.12.21 00:59:24.026719 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19861 | 2024.12.21 00:59:24.027039 [ 260 ] {beb7e429-727b-4055-987d-cbc127e33c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19862 | 2024.12.21 00:59:24.027077 [ 198 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19863 | 2024.12.21 00:59:24.027138 [ 260 ] {beb7e429-727b-4055-987d-cbc127e33c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19864 | 2024.12.21 00:59:24.027170 [ 198 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 13 rows starting from the beginning of the part | ||
| 19865 | 2024.12.21 00:59:24.027640 [ 198 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part | ||
| 19866 | 2024.12.21 00:59:24.027946 [ 198 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 13 rows starting from the beginning of the part | ||
| 19867 | 2024.12.21 00:59:24.028383 [ 198 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 13 rows starting from the beginning of the part | ||
| 19868 | 2024.12.21 00:59:24.028837 [ 198 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 13 rows starting from the beginning of the part | ||
| 19869 | 2024.12.21 00:59:24.030044 [ 260 ] {beb7e429-727b-4055-987d-cbc127e33c31} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19870 | 2024.12.21 00:59:24.030120 [ 260 ] {beb7e429-727b-4055-987d-cbc127e33c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19871 | 2024.12.21 00:59:24.031266 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004795179 sec., 13555.281252274419 rows/sec., 898.12 KiB/sec. | ||
| 19872 | 2024.12.21 00:59:24.031279 [ 260 ] {beb7e429-727b-4055-987d-cbc127e33c31} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19873 | 2024.12.21 00:59:24.031443 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 19874 | 2024.12.21 00:59:24.031780 [ 260 ] {beb7e429-727b-4055-987d-cbc127e33c31} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19875 | 2024.12.21 00:59:24.032118 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_65_16} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19876 | 2024.12.21 00:59:24.032238 [ 260 ] {beb7e429-727b-4055-987d-cbc127e33c31} <Debug> executeQuery: Read 408 rows, 29.63 KiB in 0.005306 sec., 76894.08217112703 rows/sec., 5.45 MiB/sec. | ||
| 19877 | 2024.12.21 00:59:24.032395 [ 200 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_65_16} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 19878 | 2024.12.21 00:59:24.032438 [ 260 ] {beb7e429-727b-4055-987d-cbc127e33c31} <Debug> TCPHandler: Processed in 0.005825308 sec. | ||
| 19879 | 2024.12.21 00:59:24.032719 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19880 | 2024.12.21 00:59:24.032746 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19881 | 2024.12.21 00:59:24.033029 [ 263 ] {982fb079-2fe5-458e-b8bc-ae4868fe9030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19882 | 2024.12.21 00:59:24.033184 [ 263 ] {982fb079-2fe5-458e-b8bc-ae4868fe9030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19883 | 2024.12.21 00:59:24.034246 [ 263 ] {982fb079-2fe5-458e-b8bc-ae4868fe9030} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19884 | 2024.12.21 00:59:24.034285 [ 263 ] {982fb079-2fe5-458e-b8bc-ae4868fe9030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19885 | 2024.12.21 00:59:24.034657 [ 263 ] {982fb079-2fe5-458e-b8bc-ae4868fe9030} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 19886 | 2024.12.21 00:59:24.034895 [ 263 ] {982fb079-2fe5-458e-b8bc-ae4868fe9030} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19887 | 2024.12.21 00:59:24.035077 [ 263 ] {982fb079-2fe5-458e-b8bc-ae4868fe9030} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002164 sec., 2772.6432532347503 rows/sec., 144.86 KiB/sec. | ||
| 19888 | 2024.12.21 00:59:24.035131 [ 263 ] {982fb079-2fe5-458e-b8bc-ae4868fe9030} <Debug> TCPHandler: Processed in 0.002578738 sec. | ||
| 19889 | 2024.12.21 00:59:24.035287 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19890 | 2024.12.21 00:59:24.035429 [ 260 ] {1c0b2662-5054-41a1-befc-0e1755816b90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19891 | 2024.12.21 00:59:24.035506 [ 260 ] {1c0b2662-5054-41a1-befc-0e1755816b90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19892 | 2024.12.21 00:59:24.036554 [ 260 ] {1c0b2662-5054-41a1-befc-0e1755816b90} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19893 | 2024.12.21 00:59:24.036593 [ 260 ] {1c0b2662-5054-41a1-befc-0e1755816b90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19894 | 2024.12.21 00:59:24.037003 [ 260 ] {1c0b2662-5054-41a1-befc-0e1755816b90} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19895 | 2024.12.21 00:59:24.037248 [ 260 ] {1c0b2662-5054-41a1-befc-0e1755816b90} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19896 | 2024.12.21 00:59:24.037460 [ 260 ] {1c0b2662-5054-41a1-befc-0e1755816b90} <Debug> executeQuery: Read 239 rows, 16.39 KiB in 0.002064 sec., 115794.57364341085 rows/sec., 7.75 MiB/sec. | ||
| 19897 | 2024.12.21 00:59:24.037518 [ 260 ] {1c0b2662-5054-41a1-befc-0e1755816b90} <Debug> TCPHandler: Processed in 0.002297872 sec. | ||
| 19898 | 2024.12.21 00:59:24.037659 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19899 | 2024.12.21 00:59:24.037783 [ 263 ] {f86ecd36-c7e8-4893-a81c-56e43458154b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19900 | 2024.12.21 00:59:24.037835 [ 263 ] {f86ecd36-c7e8-4893-a81c-56e43458154b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19901 | 2024.12.21 00:59:24.038301 [ 263 ] {f86ecd36-c7e8-4893-a81c-56e43458154b} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19902 | 2024.12.21 00:59:24.038340 [ 263 ] {f86ecd36-c7e8-4893-a81c-56e43458154b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19903 | 2024.12.21 00:59:24.038707 [ 263 ] {f86ecd36-c7e8-4893-a81c-56e43458154b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 19904 | 2024.12.21 00:59:24.038941 [ 263 ] {f86ecd36-c7e8-4893-a81c-56e43458154b} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19905 | 2024.12.21 00:59:24.039114 [ 263 ] {f86ecd36-c7e8-4893-a81c-56e43458154b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001359 sec., 735.8351729212657 rows/sec., 49.58 KiB/sec. | ||
| 19906 | 2024.12.21 00:59:24.039167 [ 263 ] {f86ecd36-c7e8-4893-a81c-56e43458154b} <Debug> TCPHandler: Processed in 0.001563589 sec. | ||
| 19907 | 2024.12.21 00:59:24.039292 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19908 | 2024.12.21 00:59:24.039411 [ 260 ] {22a0fc9b-8478-4818-b703-a4893a63834f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19909 | 2024.12.21 00:59:24.039496 [ 260 ] {22a0fc9b-8478-4818-b703-a4893a63834f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19910 | 2024.12.21 00:59:24.040783 [ 260 ] {22a0fc9b-8478-4818-b703-a4893a63834f} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19911 | 2024.12.21 00:59:24.040824 [ 260 ] {22a0fc9b-8478-4818-b703-a4893a63834f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19912 | 2024.12.21 00:59:24.041483 [ 260 ] {22a0fc9b-8478-4818-b703-a4893a63834f} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 19913 | 2024.12.21 00:59:24.041753 [ 260 ] {22a0fc9b-8478-4818-b703-a4893a63834f} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19914 | 2024.12.21 00:59:24.041947 [ 80 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 19915 | 2024.12.21 00:59:24.042024 [ 80 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19916 | 2024.12.21 00:59:24.042043 [ 260 ] {22a0fc9b-8478-4818-b703-a4893a63834f} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00265 sec., 4528.301886792453 rows/sec., 8.11 MiB/sec. | ||
| 19917 | 2024.12.21 00:59:24.042068 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19918 | 2024.12.21 00:59:24.042444 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 19919 | 2024.12.21 00:59:24.042449 [ 260 ] {22a0fc9b-8478-4818-b703-a4893a63834f} <Debug> TCPHandler: Processed in 0.00321224 sec. | ||
| 19920 | 2024.12.21 00:59:24.042805 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19921 | 2024.12.21 00:59:24.043287 [ 263 ] {c3b54c29-8a3a-4b33-bd28-33dc3a7636aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19922 | 2024.12.21 00:59:24.043547 [ 263 ] {c3b54c29-8a3a-4b33-bd28-33dc3a7636aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19923 | 2024.12.21 00:59:24.044575 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19924 | 2024.12.21 00:59:24.044952 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2511 rows starting from the beginning of the part | ||
| 19925 | 2024.12.21 00:59:24.045649 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 12 rows starting from the beginning of the part | ||
| 19926 | 2024.12.21 00:59:24.046444 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 43 rows starting from the beginning of the part | ||
| 19927 | 2024.12.21 00:59:24.046465 [ 263 ] {c3b54c29-8a3a-4b33-bd28-33dc3a7636aa} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19928 | 2024.12.21 00:59:24.046537 [ 263 ] {c3b54c29-8a3a-4b33-bd28-33dc3a7636aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19929 | 2024.12.21 00:59:24.047048 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 12 rows starting from the beginning of the part | ||
| 19930 | 2024.12.21 00:59:24.047762 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 43 rows starting from the beginning of the part | ||
| 19931 | 2024.12.21 00:59:24.048072 [ 263 ] {c3b54c29-8a3a-4b33-bd28-33dc3a7636aa} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19932 | 2024.12.21 00:59:24.048357 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 12 rows starting from the beginning of the part | ||
| 19933 | 2024.12.21 00:59:24.049116 [ 263 ] {c3b54c29-8a3a-4b33-bd28-33dc3a7636aa} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19934 | 2024.12.21 00:59:24.049649 [ 263 ] {c3b54c29-8a3a-4b33-bd28-33dc3a7636aa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006548 sec., 12522.907758094074 rows/sec., 814.45 KiB/sec. | ||
| 19935 | 2024.12.21 00:59:24.049801 [ 263 ] {c3b54c29-8a3a-4b33-bd28-33dc3a7636aa} <Debug> TCPHandler: Processed in 0.007199833 sec. | ||
| 19936 | 2024.12.21 00:59:24.058552 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2633 rows, containing 19 columns (19 merged, 0 gathered) in 0.016345413 sec., 161084.94780768157 rows/sec., 288.49 MiB/sec. | ||
| 19937 | 2024.12.21 00:59:24.061381 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 19938 | 2024.12.21 00:59:24.061834 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19939 | 2024.12.21 00:59:24.061930 [ 198 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 19940 | 2024.12.21 00:59:24.062112 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.88 MiB. | ||
| 19941 | 2024.12.21 00:59:24.548564 [ 225 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19942 | 2024.12.21 00:59:24.548617 [ 225 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19943 | 2024.12.21 00:59:24.550475 [ 225 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19944 | 2024.12.21 00:59:27.282968 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19945 | 2024.12.21 00:59:27.283032 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19946 | 2024.12.21 00:59:27.595117 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 | ||
| 19947 | 2024.12.21 00:59:27.595785 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19948 | 2024.12.21 00:59:27.595834 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19949 | 2024.12.21 00:59:27.596407 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 19950 | 2024.12.21 00:59:27.596689 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19951 | 2024.12.21 00:59:27.596954 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 19952 | 2024.12.21 00:59:28.999328 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19953 | 2024.12.21 00:59:28.999524 [ 260 ] {dd3af703-31a0-4526-b9f0-f6d4af9b45a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19954 | 2024.12.21 00:59:28.999599 [ 260 ] {dd3af703-31a0-4526-b9f0-f6d4af9b45a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19955 | 2024.12.21 00:59:29.000514 [ 260 ] {dd3af703-31a0-4526-b9f0-f6d4af9b45a3} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19956 | 2024.12.21 00:59:29.000576 [ 260 ] {dd3af703-31a0-4526-b9f0-f6d4af9b45a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19957 | 2024.12.21 00:59:29.001036 [ 260 ] {dd3af703-31a0-4526-b9f0-f6d4af9b45a3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 19958 | 2024.12.21 00:59:29.001301 [ 260 ] {dd3af703-31a0-4526-b9f0-f6d4af9b45a3} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19959 | 2024.12.21 00:59:29.001566 [ 260 ] {dd3af703-31a0-4526-b9f0-f6d4af9b45a3} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.002094 sec., 477.5549188156638 rows/sec., 35.44 KiB/sec. | ||
| 19960 | 2024.12.21 00:59:29.001673 [ 260 ] {dd3af703-31a0-4526-b9f0-f6d4af9b45a3} <Debug> TCPHandler: Processed in 0.002482946 sec. | ||
| 19961 | 2024.12.21 00:59:29.001936 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19962 | 2024.12.21 00:59:29.002131 [ 263 ] {2086c134-8347-4882-a81c-c32ccff52084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19963 | 2024.12.21 00:59:29.002213 [ 263 ] {2086c134-8347-4882-a81c-c32ccff52084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19964 | 2024.12.21 00:59:29.003125 [ 263 ] {2086c134-8347-4882-a81c-c32ccff52084} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19965 | 2024.12.21 00:59:29.003170 [ 263 ] {2086c134-8347-4882-a81c-c32ccff52084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19966 | 2024.12.21 00:59:29.003643 [ 263 ] {2086c134-8347-4882-a81c-c32ccff52084} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19967 | 2024.12.21 00:59:29.003923 [ 263 ] {2086c134-8347-4882-a81c-c32ccff52084} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19968 | 2024.12.21 00:59:29.004163 [ 263 ] {2086c134-8347-4882-a81c-c32ccff52084} <Debug> executeQuery: Read 144 rows, 12.60 KiB in 0.002082 sec., 69164.265129683 rows/sec., 5.91 MiB/sec. | ||
| 19969 | 2024.12.21 00:59:29.004253 [ 263 ] {2086c134-8347-4882-a81c-c32ccff52084} <Debug> TCPHandler: Processed in 0.002443835 sec. | ||
| 19970 | 2024.12.21 00:59:29.004492 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19971 | 2024.12.21 00:59:29.004713 [ 260 ] {9bea6d1e-4bf6-4fcf-9506-f4fc40b03bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19972 | 2024.12.21 00:59:29.004775 [ 260 ] {9bea6d1e-4bf6-4fcf-9506-f4fc40b03bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19973 | 2024.12.21 00:59:29.005513 [ 260 ] {9bea6d1e-4bf6-4fcf-9506-f4fc40b03bf2} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19974 | 2024.12.21 00:59:29.005567 [ 260 ] {9bea6d1e-4bf6-4fcf-9506-f4fc40b03bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19975 | 2024.12.21 00:59:29.005960 [ 260 ] {9bea6d1e-4bf6-4fcf-9506-f4fc40b03bf2} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 19976 | 2024.12.21 00:59:29.006212 [ 260 ] {9bea6d1e-4bf6-4fcf-9506-f4fc40b03bf2} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19977 | 2024.12.21 00:59:29.006453 [ 260 ] {9bea6d1e-4bf6-4fcf-9506-f4fc40b03bf2} <Debug> executeQuery: Read 44 rows, 3.30 KiB in 0.001773 sec., 24816.69486745629 rows/sec., 1.82 MiB/sec. | ||
| 19978 | 2024.12.21 00:59:29.006535 [ 260 ] {9bea6d1e-4bf6-4fcf-9506-f4fc40b03bf2} <Debug> TCPHandler: Processed in 0.002170531 sec. | ||
| 19979 | 2024.12.21 00:59:29.006538 [ 222 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19980 | 2024.12.21 00:59:29.006612 [ 222 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19981 | 2024.12.21 00:59:29.006717 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19982 | 2024.12.21 00:59:29.006896 [ 263 ] {c09c911b-c1f0-42e9-9ea5-ed7f0dc91aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19983 | 2024.12.21 00:59:29.006990 [ 263 ] {c09c911b-c1f0-42e9-9ea5-ed7f0dc91aba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19984 | 2024.12.21 00:59:29.008511 [ 263 ] {c09c911b-c1f0-42e9-9ea5-ed7f0dc91aba} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19985 | 2024.12.21 00:59:29.008571 [ 263 ] {c09c911b-c1f0-42e9-9ea5-ed7f0dc91aba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19986 | 2024.12.21 00:59:29.009279 [ 263 ] {c09c911b-c1f0-42e9-9ea5-ed7f0dc91aba} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19987 | 2024.12.21 00:59:29.009691 [ 263 ] {c09c911b-c1f0-42e9-9ea5-ed7f0dc91aba} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19988 | 2024.12.21 00:59:29.010074 [ 222 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19989 | 2024.12.21 00:59:29.010123 [ 263 ] {c09c911b-c1f0-42e9-9ea5-ed7f0dc91aba} <Debug> executeQuery: Read 114 rows, 9.05 KiB in 0.003262 sec., 34947.884733292456 rows/sec., 2.71 MiB/sec. | ||
| 19990 | 2024.12.21 00:59:29.010458 [ 263 ] {c09c911b-c1f0-42e9-9ea5-ed7f0dc91aba} <Debug> TCPHandler: Processed in 0.0038205 sec. | ||
| 19991 | 2024.12.21 00:59:29.010686 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19992 | 2024.12.21 00:59:29.010932 [ 260 ] {5e675391-a642-42d6-b500-25beb53e0c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19993 | 2024.12.21 00:59:29.010998 [ 260 ] {5e675391-a642-42d6-b500-25beb53e0c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19994 | 2024.12.21 00:59:29.011696 [ 260 ] {5e675391-a642-42d6-b500-25beb53e0c57} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19995 | 2024.12.21 00:59:29.011737 [ 260 ] {5e675391-a642-42d6-b500-25beb53e0c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 19996 | 2024.12.21 00:59:29.012155 [ 260 ] {5e675391-a642-42d6-b500-25beb53e0c57} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19997 | 2024.12.21 00:59:29.012406 [ 260 ] {5e675391-a642-42d6-b500-25beb53e0c57} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19998 | 2024.12.21 00:59:29.012654 [ 260 ] {5e675391-a642-42d6-b500-25beb53e0c57} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001772 sec., 90857.78781038376 rows/sec., 6.32 MiB/sec. | ||
| 19999 | 2024.12.21 00:59:29.012748 [ 260 ] {5e675391-a642-42d6-b500-25beb53e0c57} <Debug> TCPHandler: Processed in 0.00217677 sec. | ||
| 20000 | 2024.12.21 00:59:29.012926 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20001 | 2024.12.21 00:59:29.013108 [ 263 ] {8615d123-9c5c-4d61-b814-2dd048242dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20002 | 2024.12.21 00:59:29.013212 [ 263 ] {8615d123-9c5c-4d61-b814-2dd048242dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20003 | 2024.12.21 00:59:29.014602 [ 263 ] {8615d123-9c5c-4d61-b814-2dd048242dd6} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20004 | 2024.12.21 00:59:29.014646 [ 263 ] {8615d123-9c5c-4d61-b814-2dd048242dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 20005 | 2024.12.21 00:59:29.015370 [ 263 ] {8615d123-9c5c-4d61-b814-2dd048242dd6} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 20006 | 2024.12.21 00:59:29.015639 [ 263 ] {8615d123-9c5c-4d61-b814-2dd048242dd6} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20007 | 2024.12.21 00:59:29.015893 [ 263 ] {8615d123-9c5c-4d61-b814-2dd048242dd6} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.002825 sec., 15221.238938053099 rows/sec., 27.28 MiB/sec. | ||
| 20008 | 2024.12.21 00:59:29.015904 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20009 | 2024.12.21 00:59:29.015961 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20010 | 2024.12.21 00:59:29.016281 [ 263 ] {8615d123-9c5c-4d61-b814-2dd048242dd6} <Debug> TCPHandler: Processed in 0.003439333 sec. | ||
| 20011 | 2024.12.21 00:59:29.016473 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20012 | 2024.12.21 00:59:29.016700 [ 260 ] {f82bd874-aff9-4a12-be96-27695aff3eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20013 | 2024.12.21 00:59:29.016849 [ 260 ] {f82bd874-aff9-4a12-be96-27695aff3eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20014 | 2024.12.21 00:59:29.017892 [ 260 ] {f82bd874-aff9-4a12-be96-27695aff3eaa} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20015 | 2024.12.21 00:59:29.017970 [ 260 ] {f82bd874-aff9-4a12-be96-27695aff3eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 20016 | 2024.12.21 00:59:29.018694 [ 260 ] {f82bd874-aff9-4a12-be96-27695aff3eaa} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 20017 | 2024.12.21 00:59:29.019159 [ 260 ] {f82bd874-aff9-4a12-be96-27695aff3eaa} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20018 | 2024.12.21 00:59:29.019440 [ 260 ] {f82bd874-aff9-4a12-be96-27695aff3eaa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00281 sec., 21352.313167259785 rows/sec., 1.44 MiB/sec. | ||
| 20019 | 2024.12.21 00:59:29.019563 [ 260 ] {f82bd874-aff9-4a12-be96-27695aff3eaa} <Debug> TCPHandler: Processed in 0.003169668 sec. | ||
| 20020 | 2024.12.21 00:59:29.019674 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20021 | 2024.12.21 00:59:30.788092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 20022 | 2024.12.21 00:59:30.814608 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20023 | 2024.12.21 00:59:30.814670 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 20024 | 2024.12.21 00:59:30.822413 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 20025 | 2024.12.21 00:59:30.823276 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20026 | 2024.12.21 00:59:30.826740 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 20027 | 2024.12.21 00:59:31.938232 [ 223 ] {} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 20028 | 2024.12.21 00:59:31.938328 [ 223 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 20029 | 2024.12.21 00:59:31.940112 [ 223 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 20030 | 2024.12.21 00:59:32.773754 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20031 | 2024.12.21 00:59:32.773951 [ 260 ] {cf2472c9-313d-4f64-bec5-dbf7ecbf8b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20032 | 2024.12.21 00:59:32.774029 [ 260 ] {cf2472c9-313d-4f64-bec5-dbf7ecbf8b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20033 | 2024.12.21 00:59:32.774816 [ 260 ] {cf2472c9-313d-4f64-bec5-dbf7ecbf8b0a} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20034 | 2024.12.21 00:59:32.774863 [ 260 ] {cf2472c9-313d-4f64-bec5-dbf7ecbf8b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20035 | 2024.12.21 00:59:32.775310 [ 260 ] {cf2472c9-313d-4f64-bec5-dbf7ecbf8b0a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 20036 | 2024.12.21 00:59:32.775582 [ 260 ] {cf2472c9-313d-4f64-bec5-dbf7ecbf8b0a} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20037 | 2024.12.21 00:59:32.775826 [ 260 ] {cf2472c9-313d-4f64-bec5-dbf7ecbf8b0a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec. | ||
| 20038 | 2024.12.21 00:59:32.775909 [ 260 ] {cf2472c9-313d-4f64-bec5-dbf7ecbf8b0a} <Debug> TCPHandler: Processed in 0.002289313 sec. | ||
| 20039 | 2024.12.21 00:59:32.776181 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20040 | 2024.12.21 00:59:32.776380 [ 263 ] {8dd1974f-23b0-4244-a017-80b04a80ffd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20041 | 2024.12.21 00:59:32.776458 [ 263 ] {8dd1974f-23b0-4244-a017-80b04a80ffd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20042 | 2024.12.21 00:59:32.777249 [ 263 ] {8dd1974f-23b0-4244-a017-80b04a80ffd2} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20043 | 2024.12.21 00:59:32.777297 [ 263 ] {8dd1974f-23b0-4244-a017-80b04a80ffd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20044 | 2024.12.21 00:59:32.777768 [ 263 ] {8dd1974f-23b0-4244-a017-80b04a80ffd2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 20045 | 2024.12.21 00:59:32.778031 [ 263 ] {8dd1974f-23b0-4244-a017-80b04a80ffd2} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20046 | 2024.12.21 00:59:32.778281 [ 263 ] {8dd1974f-23b0-4244-a017-80b04a80ffd2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001954 sec., 2047.0829068577277 rows/sec., 166.93 KiB/sec. | ||
| 20047 | 2024.12.21 00:59:32.778355 [ 263 ] {8dd1974f-23b0-4244-a017-80b04a80ffd2} <Debug> TCPHandler: Processed in 0.002309883 sec. | ||
| 20048 | 2024.12.21 00:59:32.778529 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20049 | 2024.12.21 00:59:32.778671 [ 260 ] {1afc6f2b-5c1a-4fac-8e73-2268b6244f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20050 | 2024.12.21 00:59:32.778728 [ 260 ] {1afc6f2b-5c1a-4fac-8e73-2268b6244f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20051 | 2024.12.21 00:59:32.780142 [ 260 ] {1afc6f2b-5c1a-4fac-8e73-2268b6244f4f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20052 | 2024.12.21 00:59:32.780185 [ 260 ] {1afc6f2b-5c1a-4fac-8e73-2268b6244f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20053 | 2024.12.21 00:59:32.780686 [ 260 ] {1afc6f2b-5c1a-4fac-8e73-2268b6244f4f} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 20054 | 2024.12.21 00:59:32.781021 [ 260 ] {1afc6f2b-5c1a-4fac-8e73-2268b6244f4f} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20055 | 2024.12.21 00:59:32.781233 [ 150 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 20056 | 2024.12.21 00:59:32.781300 [ 260 ] {1afc6f2b-5c1a-4fac-8e73-2268b6244f4f} <Debug> executeQuery: Read 1369 rows, 116.58 KiB in 0.002658 sec., 515048.9089541008 rows/sec., 42.83 MiB/sec. | ||
| 20057 | 2024.12.21 00:59:32.781321 [ 150 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20058 | 2024.12.21 00:59:32.781387 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20059 | 2024.12.21 00:59:32.781459 [ 260 ] {1afc6f2b-5c1a-4fac-8e73-2268b6244f4f} <Debug> TCPHandler: Processed in 0.002985385 sec. | ||
| 20060 | 2024.12.21 00:59:32.781726 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20061 | 2024.12.21 00:59:32.781749 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 20062 | 2024.12.21 00:59:32.782073 [ 263 ] {186b71bd-28f3-41da-9f4c-30b4426fe2bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20063 | 2024.12.21 00:59:32.782198 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20064 | 2024.12.21 00:59:32.782248 [ 263 ] {186b71bd-28f3-41da-9f4c-30b4426fe2bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20065 | 2024.12.21 00:59:32.782323 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1514 rows starting from the beginning of the part | ||
| 20066 | 2024.12.21 00:59:32.782953 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 231 rows starting from the beginning of the part | ||
| 20067 | 2024.12.21 00:59:32.783633 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 147 rows starting from the beginning of the part | ||
| 20068 | 2024.12.21 00:59:32.784188 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 231 rows starting from the beginning of the part | ||
| 20069 | 2024.12.21 00:59:32.784785 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 144 rows starting from the beginning of the part | ||
| 20070 | 2024.12.21 00:59:32.785225 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 1369 rows starting from the beginning of the part | ||
| 20071 | 2024.12.21 00:59:32.786729 [ 263 ] {186b71bd-28f3-41da-9f4c-30b4426fe2bb} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20072 | 2024.12.21 00:59:32.786779 [ 263 ] {186b71bd-28f3-41da-9f4c-30b4426fe2bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20073 | 2024.12.21 00:59:32.787311 [ 263 ] {186b71bd-28f3-41da-9f4c-30b4426fe2bb} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 20074 | 2024.12.21 00:59:32.787631 [ 263 ] {186b71bd-28f3-41da-9f4c-30b4426fe2bb} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20075 | 2024.12.21 00:59:32.787885 [ 263 ] {186b71bd-28f3-41da-9f4c-30b4426fe2bb} <Debug> executeQuery: Read 23 rows, 1.64 KiB in 0.00596 sec., 3859.0604026845635 rows/sec., 274.78 KiB/sec. | ||
| 20076 | 2024.12.21 00:59:32.787950 [ 263 ] {186b71bd-28f3-41da-9f4c-30b4426fe2bb} <Debug> TCPHandler: Processed in 0.006338008 sec. | ||
| 20077 | 2024.12.21 00:59:32.788122 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20078 | 2024.12.21 00:59:32.788284 [ 260 ] {bc55ac94-dd46-43ae-acb4-5933a015d4a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20079 | 2024.12.21 00:59:32.788373 [ 260 ] {bc55ac94-dd46-43ae-acb4-5933a015d4a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20080 | 2024.12.21 00:59:32.788856 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3636 rows, containing 5 columns (5 merged, 0 gathered) in 0.007350647 sec., 494650.3348616795 rows/sec., 43.37 MiB/sec. | ||
| 20081 | 2024.12.21 00:59:32.789167 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 20082 | 2024.12.21 00:59:32.789630 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_156_31} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20083 | 2024.12.21 00:59:32.789812 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_156_31} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 20084 | 2024.12.21 00:59:32.789932 [ 260 ] {bc55ac94-dd46-43ae-acb4-5933a015d4a9} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20085 | 2024.12.21 00:59:32.789972 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 20086 | 2024.12.21 00:59:32.790010 [ 260 ] {bc55ac94-dd46-43ae-acb4-5933a015d4a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20087 | 2024.12.21 00:59:32.790424 [ 260 ] {bc55ac94-dd46-43ae-acb4-5933a015d4a9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 20088 | 2024.12.21 00:59:32.790700 [ 260 ] {bc55ac94-dd46-43ae-acb4-5933a015d4a9} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20089 | 2024.12.21 00:59:32.790936 [ 260 ] {bc55ac94-dd46-43ae-acb4-5933a015d4a9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002689 sec., 89996.28114540722 rows/sec., 6.10 MiB/sec. | ||
| 20090 | 2024.12.21 00:59:32.790996 [ 260 ] {bc55ac94-dd46-43ae-acb4-5933a015d4a9} <Debug> TCPHandler: Processed in 0.002947675 sec. | ||
| 20091 | 2024.12.21 00:59:32.791162 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20092 | 2024.12.21 00:59:32.791309 [ 263 ] {6a00656c-d282-4892-ac66-01b9e71d6cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20093 | 2024.12.21 00:59:32.791369 [ 263 ] {6a00656c-d282-4892-ac66-01b9e71d6cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20094 | 2024.12.21 00:59:32.792014 [ 263 ] {6a00656c-d282-4892-ac66-01b9e71d6cfd} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20095 | 2024.12.21 00:59:32.792053 [ 263 ] {6a00656c-d282-4892-ac66-01b9e71d6cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20096 | 2024.12.21 00:59:32.792408 [ 263 ] {6a00656c-d282-4892-ac66-01b9e71d6cfd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 20097 | 2024.12.21 00:59:32.792643 [ 263 ] {6a00656c-d282-4892-ac66-01b9e71d6cfd} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20098 | 2024.12.21 00:59:32.792871 [ 263 ] {6a00656c-d282-4892-ac66-01b9e71d6cfd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001598 sec., 8135.168961201502 rows/sec., 507.23 KiB/sec. | ||
| 20099 | 2024.12.21 00:59:32.792925 [ 263 ] {6a00656c-d282-4892-ac66-01b9e71d6cfd} <Debug> TCPHandler: Processed in 0.001829124 sec. | ||
| 20100 | 2024.12.21 00:59:32.793072 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20101 | 2024.12.21 00:59:32.793217 [ 260 ] {c162b5be-8fc8-4d51-b045-f20624904813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20102 | 2024.12.21 00:59:32.793276 [ 260 ] {c162b5be-8fc8-4d51-b045-f20624904813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20103 | 2024.12.21 00:59:32.794313 [ 260 ] {c162b5be-8fc8-4d51-b045-f20624904813} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20104 | 2024.12.21 00:59:32.794353 [ 260 ] {c162b5be-8fc8-4d51-b045-f20624904813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20105 | 2024.12.21 00:59:32.794772 [ 260 ] {c162b5be-8fc8-4d51-b045-f20624904813} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 20106 | 2024.12.21 00:59:32.795023 [ 260 ] {c162b5be-8fc8-4d51-b045-f20624904813} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20107 | 2024.12.21 00:59:32.795232 [ 150 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 20108 | 2024.12.21 00:59:32.795298 [ 260 ] {c162b5be-8fc8-4d51-b045-f20624904813} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.002108 sec., 405123.339658444 rows/sec., 29.31 MiB/sec. | ||
| 20109 | 2024.12.21 00:59:32.795329 [ 150 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20110 | 2024.12.21 00:59:32.795434 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20111 | 2024.12.21 00:59:32.795440 [ 260 ] {c162b5be-8fc8-4d51-b045-f20624904813} <Debug> TCPHandler: Processed in 0.002430925 sec. | ||
| 20112 | 2024.12.21 00:59:32.795702 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20113 | 2024.12.21 00:59:32.795735 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 20114 | 2024.12.21 00:59:32.795881 [ 263 ] {d453ca5e-9bab-482e-b377-3149b85b6b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20115 | 2024.12.21 00:59:32.795891 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20116 | 2024.12.21 00:59:32.795935 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1121 rows starting from the beginning of the part | ||
| 20117 | 2024.12.21 00:59:32.795954 [ 263 ] {d453ca5e-9bab-482e-b377-3149b85b6b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20118 | 2024.12.21 00:59:32.796200 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 408 rows starting from the beginning of the part | ||
| 20119 | 2024.12.21 00:59:32.796587 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 120 rows starting from the beginning of the part | ||
| 20120 | 2024.12.21 00:59:32.797027 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 408 rows starting from the beginning of the part | ||
| 20121 | 2024.12.21 00:59:32.797336 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 114 rows starting from the beginning of the part | ||
| 20122 | 2024.12.21 00:59:32.797624 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 854 rows starting from the beginning of the part | ||
| 20123 | 2024.12.21 00:59:32.798319 [ 263 ] {d453ca5e-9bab-482e-b377-3149b85b6b99} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20124 | 2024.12.21 00:59:32.798365 [ 263 ] {d453ca5e-9bab-482e-b377-3149b85b6b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20125 | 2024.12.21 00:59:32.798929 [ 263 ] {d453ca5e-9bab-482e-b377-3149b85b6b99} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 20126 | 2024.12.21 00:59:32.799234 [ 263 ] {d453ca5e-9bab-482e-b377-3149b85b6b99} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20127 | 2024.12.21 00:59:32.799410 [ 150 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 20128 | 2024.12.21 00:59:32.799466 [ 150 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20129 | 2024.12.21 00:59:32.799506 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20130 | 2024.12.21 00:59:32.799520 [ 263 ] {d453ca5e-9bab-482e-b377-3149b85b6b99} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00368 sec., 1630.4347826086955 rows/sec., 85.18 KiB/sec. | ||
| 20131 | 2024.12.21 00:59:32.799884 [ 263 ] {d453ca5e-9bab-482e-b377-3149b85b6b99} <Debug> TCPHandler: Processed in 0.00430896 sec. | ||
| 20132 | 2024.12.21 00:59:32.800125 [ 191 ] {70dff04e-7164-4e53-bacc-427b710568b5::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 | ||
| 20133 | 2024.12.21 00:59:32.800220 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20134 | 2024.12.21 00:59:32.800678 [ 260 ] {00c518e2-27b8-4837-aa92-4b7514a8bf07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20135 | 2024.12.21 00:59:32.800701 [ 191 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20136 | 2024.12.21 00:59:32.800739 [ 196 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3025 rows, containing 5 columns (5 merged, 0 gathered) in 0.005157956 sec., 586472.6259781976 rows/sec., 44.89 MiB/sec. | ||
| 20137 | 2024.12.21 00:59:32.800796 [ 191 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 366 rows starting from the beginning of the part | ||
| 20138 | 2024.12.21 00:59:32.800831 [ 260 ] {00c518e2-27b8-4837-aa92-4b7514a8bf07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20139 | 2024.12.21 00:59:32.801105 [ 191 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part | ||
| 20140 | 2024.12.21 00:59:32.801518 [ 191 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part | ||
| 20141 | 2024.12.21 00:59:32.801677 [ 194 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 20142 | 2024.12.21 00:59:32.801925 [ 191 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
| 20143 | 2024.12.21 00:59:32.802305 [ 191 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part | ||
| 20144 | 2024.12.21 00:59:32.802744 [ 191 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part | ||
| 20145 | 2024.12.21 00:59:32.804209 [ 187 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_156_31} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20146 | 2024.12.21 00:59:32.804730 [ 187 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_156_31} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 20147 | 2024.12.21 00:59:32.804975 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 20148 | 2024.12.21 00:59:32.804983 [ 260 ] {00c518e2-27b8-4837-aa92-4b7514a8bf07} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20149 | 2024.12.21 00:59:32.805080 [ 260 ] {00c518e2-27b8-4837-aa92-4b7514a8bf07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20150 | 2024.12.21 00:59:32.806232 [ 190 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 4 columns (4 merged, 0 gathered) in 0.006546001 sec., 60494.94951192338 rows/sec., 3.09 MiB/sec. | ||
| 20151 | 2024.12.21 00:59:32.806293 [ 260 ] {00c518e2-27b8-4837-aa92-4b7514a8bf07} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 20152 | 2024.12.21 00:59:32.806423 [ 190 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 20153 | 2024.12.21 00:59:32.806769 [ 260 ] {00c518e2-27b8-4837-aa92-4b7514a8bf07} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20154 | 2024.12.21 00:59:32.806983 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_66_13} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20155 | 2024.12.21 00:59:32.807186 [ 260 ] {00c518e2-27b8-4837-aa92-4b7514a8bf07} <Debug> executeQuery: Read 917 rows, 62.63 KiB in 0.006669 sec., 137501.8743439796 rows/sec., 9.17 MiB/sec. | ||
| 20156 | 2024.12.21 00:59:32.807212 [ 202 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_1_66_13} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 20157 | 2024.12.21 00:59:32.807318 [ 260 ] {00c518e2-27b8-4837-aa92-4b7514a8bf07} <Debug> TCPHandler: Processed in 0.007307925 sec. | ||
| 20158 | 2024.12.21 00:59:32.807435 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 20159 | 2024.12.21 00:59:32.807550 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20160 | 2024.12.21 00:59:32.807690 [ 263 ] {862c4de6-ff5b-4acf-9390-eda5b5505650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20161 | 2024.12.21 00:59:32.807751 [ 263 ] {862c4de6-ff5b-4acf-9390-eda5b5505650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20162 | 2024.12.21 00:59:32.808317 [ 263 ] {862c4de6-ff5b-4acf-9390-eda5b5505650} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20163 | 2024.12.21 00:59:32.808364 [ 263 ] {862c4de6-ff5b-4acf-9390-eda5b5505650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20164 | 2024.12.21 00:59:32.808788 [ 263 ] {862c4de6-ff5b-4acf-9390-eda5b5505650} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 20165 | 2024.12.21 00:59:32.809023 [ 263 ] {862c4de6-ff5b-4acf-9390-eda5b5505650} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20166 | 2024.12.21 00:59:32.809229 [ 263 ] {862c4de6-ff5b-4acf-9390-eda5b5505650} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001574 sec., 635.3240152477763 rows/sec., 42.81 KiB/sec. | ||
| 20167 | 2024.12.21 00:59:32.809282 [ 263 ] {862c4de6-ff5b-4acf-9390-eda5b5505650} <Debug> TCPHandler: Processed in 0.001824574 sec. | ||
| 20168 | 2024.12.21 00:59:32.809440 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20169 | 2024.12.21 00:59:32.809559 [ 260 ] {d4a50c2f-c932-4373-a68d-f30edfb41171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20170 | 2024.12.21 00:59:32.809643 [ 260 ] {d4a50c2f-c932-4373-a68d-f30edfb41171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20171 | 2024.12.21 00:59:32.810777 [ 260 ] {d4a50c2f-c932-4373-a68d-f30edfb41171} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20172 | 2024.12.21 00:59:32.810818 [ 260 ] {d4a50c2f-c932-4373-a68d-f30edfb41171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20173 | 2024.12.21 00:59:32.811487 [ 260 ] {d4a50c2f-c932-4373-a68d-f30edfb41171} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 20174 | 2024.12.21 00:59:32.811783 [ 260 ] {d4a50c2f-c932-4373-a68d-f30edfb41171} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20175 | 2024.12.21 00:59:32.812042 [ 260 ] {d4a50c2f-c932-4373-a68d-f30edfb41171} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002509 sec., 4782.781984854524 rows/sec., 8.57 MiB/sec. | ||
| 20176 | 2024.12.21 00:59:32.812150 [ 260 ] {d4a50c2f-c932-4373-a68d-f30edfb41171} <Debug> TCPHandler: Processed in 0.002765981 sec. | ||
| 20177 | 2024.12.21 00:59:32.812312 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20178 | 2024.12.21 00:59:32.812451 [ 263 ] {c9075ca4-bee3-468b-a6cf-5442237d423d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20179 | 2024.12.21 00:59:32.812510 [ 263 ] {c9075ca4-bee3-468b-a6cf-5442237d423d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20180 | 2024.12.21 00:59:32.813043 [ 263 ] {c9075ca4-bee3-468b-a6cf-5442237d423d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20181 | 2024.12.21 00:59:32.813082 [ 263 ] {c9075ca4-bee3-468b-a6cf-5442237d423d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20182 | 2024.12.21 00:59:32.813469 [ 263 ] {c9075ca4-bee3-468b-a6cf-5442237d423d} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 20183 | 2024.12.21 00:59:32.813707 [ 263 ] {c9075ca4-bee3-468b-a6cf-5442237d423d} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20184 | 2024.12.21 00:59:32.813884 [ 150 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 20185 | 2024.12.21 00:59:32.813951 [ 150 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20186 | 2024.12.21 00:59:32.813951 [ 263 ] {c9075ca4-bee3-468b-a6cf-5442237d423d} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.001518 sec., 43478.260869565216 rows/sec., 2.72 MiB/sec. | ||
| 20187 | 2024.12.21 00:59:32.813991 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20188 | 2024.12.21 00:59:32.814105 [ 263 ] {c9075ca4-bee3-468b-a6cf-5442237d423d} <Debug> TCPHandler: Processed in 0.001854694 sec. | ||
| 20189 | 2024.12.21 00:59:32.814187 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 20190 | 2024.12.21 00:59:32.814306 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20191 | 2024.12.21 00:59:32.814339 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9174 rows starting from the beginning of the part | ||
| 20192 | 2024.12.21 00:59:32.814447 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 82 rows starting from the beginning of the part | ||
| 20193 | 2024.12.21 00:59:32.814648 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part | ||
| 20194 | 2024.12.21 00:59:32.814824 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 82 rows starting from the beginning of the part | ||
| 20195 | 2024.12.21 00:59:32.814964 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 60 rows starting from the beginning of the part | ||
| 20196 | 2024.12.21 00:59:32.815050 [ 190 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 66 rows starting from the beginning of the part | ||
| 20197 | 2024.12.21 00:59:32.818013 [ 199 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9524 rows, containing 4 columns (4 merged, 0 gathered) in 0.003919693 sec., 2429782.1283452557 rows/sec., 158.48 MiB/sec. | ||
| 20198 | 2024.12.21 00:59:32.818249 [ 202 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 20199 | 2024.12.21 00:59:32.818583 [ 202 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_156_31} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20200 | 2024.12.21 00:59:32.818674 [ 202 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_156_31} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 20201 | 2024.12.21 00:59:32.818758 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. | ||
| 20202 | 2024.12.21 00:59:32.897505 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 2804 | ||
| 20203 | 2024.12.21 00:59:32.901193 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20204 | 2024.12.21 00:59:32.901233 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20205 | 2024.12.21 00:59:32.902762 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 20206 | 2024.12.21 00:59:32.903078 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20207 | 2024.12.21 00:59:32.903379 [ 224 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): 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] | ||
| 20208 | 2024.12.21 00:59:32.903445 [ 224 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): 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] | ||
| 20209 | 2024.12.21 00:59:32.904200 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2804 | ||
| 20210 | 2024.12.21 00:59:32.906030 [ 224 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): 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] | ||
| 20211 | 2024.12.21 00:59:33.990953 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20212 | 2024.12.21 00:59:33.991160 [ 260 ] {6d40e6ff-8fd4-44ba-a00f-c8a8134721c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20213 | 2024.12.21 00:59:33.991240 [ 260 ] {6d40e6ff-8fd4-44ba-a00f-c8a8134721c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20214 | 2024.12.21 00:59:33.992109 [ 260 ] {6d40e6ff-8fd4-44ba-a00f-c8a8134721c2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20215 | 2024.12.21 00:59:33.992154 [ 260 ] {6d40e6ff-8fd4-44ba-a00f-c8a8134721c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20216 | 2024.12.21 00:59:33.992589 [ 260 ] {6d40e6ff-8fd4-44ba-a00f-c8a8134721c2} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 20217 | 2024.12.21 00:59:33.992854 [ 260 ] {6d40e6ff-8fd4-44ba-a00f-c8a8134721c2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20218 | 2024.12.21 00:59:33.993121 [ 260 ] {6d40e6ff-8fd4-44ba-a00f-c8a8134721c2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002005 sec., 27930.174563591023 rows/sec., 2.13 MiB/sec. | ||
| 20219 | 2024.12.21 00:59:33.993255 [ 260 ] {6d40e6ff-8fd4-44ba-a00f-c8a8134721c2} <Debug> TCPHandler: Processed in 0.002447295 sec. | ||
| 20220 | 2024.12.21 00:59:33.993716 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20221 | 2024.12.21 00:59:33.994316 [ 263 ] {df439cd1-f3a1-45c9-86e9-c1ef64141b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20222 | 2024.12.21 00:59:33.994609 [ 263 ] {df439cd1-f3a1-45c9-86e9-c1ef64141b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20223 | 2024.12.21 00:59:33.996279 [ 263 ] {df439cd1-f3a1-45c9-86e9-c1ef64141b43} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20224 | 2024.12.21 00:59:33.996323 [ 263 ] {df439cd1-f3a1-45c9-86e9-c1ef64141b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20225 | 2024.12.21 00:59:33.996780 [ 263 ] {df439cd1-f3a1-45c9-86e9-c1ef64141b43} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 20226 | 2024.12.21 00:59:33.997029 [ 263 ] {df439cd1-f3a1-45c9-86e9-c1ef64141b43} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20227 | 2024.12.21 00:59:33.997251 [ 263 ] {df439cd1-f3a1-45c9-86e9-c1ef64141b43} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00315 sec., 20317.460317460318 rows/sec., 1.59 MiB/sec. | ||
| 20228 | 2024.12.21 00:59:33.997317 [ 263 ] {df439cd1-f3a1-45c9-86e9-c1ef64141b43} <Debug> TCPHandler: Processed in 0.003931413 sec. | ||
| 20229 | 2024.12.21 00:59:33.997473 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20230 | 2024.12.21 00:59:33.997600 [ 260 ] {43cc3bfb-4d73-4558-8629-3fd05db72c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20231 | 2024.12.21 00:59:33.997658 [ 260 ] {43cc3bfb-4d73-4558-8629-3fd05db72c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20232 | 2024.12.21 00:59:33.998226 [ 260 ] {43cc3bfb-4d73-4558-8629-3fd05db72c14} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20233 | 2024.12.21 00:59:33.998267 [ 260 ] {43cc3bfb-4d73-4558-8629-3fd05db72c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20234 | 2024.12.21 00:59:33.998673 [ 260 ] {43cc3bfb-4d73-4558-8629-3fd05db72c14} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 20235 | 2024.12.21 00:59:33.998924 [ 260 ] {43cc3bfb-4d73-4558-8629-3fd05db72c14} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20236 | 2024.12.21 00:59:33.999127 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 5 parts from all_1_152_31 to all_156_156_0 | ||
| 20237 | 2024.12.21 00:59:33.999187 [ 260 ] {43cc3bfb-4d73-4558-8629-3fd05db72c14} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001609 sec., 26103.16967060286 rows/sec., 1.82 MiB/sec. | ||
| 20238 | 2024.12.21 00:59:33.999244 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20239 | 2024.12.21 00:59:33.999315 [ 260 ] {43cc3bfb-4d73-4558-8629-3fd05db72c14} <Debug> TCPHandler: Processed in 0.001895155 sec. | ||
| 20240 | 2024.12.21 00:59:33.999326 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20241 | 2024.12.21 00:59:33.999545 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20242 | 2024.12.21 00:59:33.999589 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_156_32} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_152_31 to all_156_156_0 into Compact with storage Full | ||
| 20243 | 2024.12.21 00:59:33.999766 [ 263 ] {67fccbe1-7920-46da-8bf2-52cc70a1be62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20244 | 2024.12.21 00:59:33.999860 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_156_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20245 | 2024.12.21 00:59:33.999896 [ 263 ] {67fccbe1-7920-46da-8bf2-52cc70a1be62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20246 | 2024.12.21 00:59:33.999921 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_156_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_152_31, total 42934 rows starting from the beginning of the part | ||
| 20247 | 2024.12.21 00:59:34.000329 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_156_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 164 rows starting from the beginning of the part | ||
| 20248 | 2024.12.21 00:59:34.000963 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_156_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 239 rows starting from the beginning of the part | ||
| 20249 | 2024.12.21 00:59:34.001566 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_156_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 161 rows starting from the beginning of the part | ||
| 20250 | 2024.12.21 00:59:34.002090 [ 193 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_156_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 917 rows starting from the beginning of the part | ||
| 20251 | 2024.12.21 00:59:34.003047 [ 263 ] {67fccbe1-7920-46da-8bf2-52cc70a1be62} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20252 | 2024.12.21 00:59:34.003114 [ 263 ] {67fccbe1-7920-46da-8bf2-52cc70a1be62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20253 | 2024.12.21 00:59:34.003810 [ 263 ] {67fccbe1-7920-46da-8bf2-52cc70a1be62} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 20254 | 2024.12.21 00:59:34.004156 [ 263 ] {67fccbe1-7920-46da-8bf2-52cc70a1be62} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20255 | 2024.12.21 00:59:34.004436 [ 263 ] {67fccbe1-7920-46da-8bf2-52cc70a1be62} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.004733 sec., 3380.5197549123177 rows/sec., 234.39 KiB/sec. | ||
| 20256 | 2024.12.21 00:59:34.004570 [ 263 ] {67fccbe1-7920-46da-8bf2-52cc70a1be62} <Debug> TCPHandler: Processed in 0.005130195 sec. | ||
| 20257 | 2024.12.21 00:59:34.011719 [ 202 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_156_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44415 rows, containing 5 columns (5 merged, 0 gathered) in 0.012234047 sec., 3630442.158674068 rows/sec., 245.31 MiB/sec. | ||
| 20258 | 2024.12.21 00:59:34.012303 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_156_32} <Trace> MergedBlockOutputStream: filled checksums all_1_156_32 (state Temporary) | ||
| 20259 | 2024.12.21 00:59:34.012711 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_156_32} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_156_32 to all_1_156_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20260 | 2024.12.21 00:59:34.012815 [ 198 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_156_32} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 5 parts: [all_1_152_31, all_156_156_0] -> all_1_156_32 | ||
| 20261 | 2024.12.21 00:59:34.012928 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
| 20262 | 2024.12.21 00:59:34.243942 [ 221 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20263 | 2024.12.21 00:59:34.243995 [ 221 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20264 | 2024.12.21 00:59:34.246096 [ 221 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20265 | 2024.12.21 00:59:35.097054 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554 | ||
| 20266 | 2024.12.21 00:59:35.097700 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20267 | 2024.12.21 00:59:35.097745 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20268 | 2024.12.21 00:59:35.098318 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 20269 | 2024.12.21 00:59:35.098874 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20270 | 2024.12.21 00:59:35.099125 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 | ||
| 20271 | 2024.12.21 00:59:36.123447 [ 224 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20272 | 2024.12.21 00:59:36.123534 [ 224 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20273 | 2024.12.21 00:59:36.125962 [ 224 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20274 | 2024.12.21 00:59:37.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.68 MiB, peak 295.42 MiB, free memory in arenas 0.00 B, will set to 274.68 MiB (RSS), difference: 4.00 MiB | ||
| 20275 | 2024.12.21 00:59:38.326789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 717 | ||
| 20276 | 2024.12.21 00:59:38.350296 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20277 | 2024.12.21 00:59:38.350357 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20278 | 2024.12.21 00:59:38.357994 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 20279 | 2024.12.21 00:59:38.358793 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20280 | 2024.12.21 00:59:38.362335 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 717 | ||
| 20281 | 2024.12.21 00:59:38.998857 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20282 | 2024.12.21 00:59:38.999107 [ 260 ] {5f4eb025-bf2a-4479-8178-b74f5ff202d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20283 | 2024.12.21 00:59:38.999189 [ 260 ] {5f4eb025-bf2a-4479-8178-b74f5ff202d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20284 | 2024.12.21 00:59:39.000138 [ 260 ] {5f4eb025-bf2a-4479-8178-b74f5ff202d2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20285 | 2024.12.21 00:59:39.000187 [ 260 ] {5f4eb025-bf2a-4479-8178-b74f5ff202d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20286 | 2024.12.21 00:59:39.000739 [ 260 ] {5f4eb025-bf2a-4479-8178-b74f5ff202d2} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 20287 | 2024.12.21 00:59:39.001023 [ 260 ] {5f4eb025-bf2a-4479-8178-b74f5ff202d2} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20288 | 2024.12.21 00:59:39.001263 [ 260 ] {5f4eb025-bf2a-4479-8178-b74f5ff202d2} <Debug> executeQuery: Read 142 rows, 12.46 KiB in 0.002216 sec., 64079.42238267148 rows/sec., 5.49 MiB/sec. | ||
| 20289 | 2024.12.21 00:59:39.001333 [ 260 ] {5f4eb025-bf2a-4479-8178-b74f5ff202d2} <Debug> TCPHandler: Processed in 0.002669519 sec. | ||
| 20290 | 2024.12.21 00:59:39.001595 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20291 | 2024.12.21 00:59:39.001802 [ 263 ] {de473266-0253-436d-b153-1b2919c84e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20292 | 2024.12.21 00:59:39.001887 [ 263 ] {de473266-0253-436d-b153-1b2919c84e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20293 | 2024.12.21 00:59:39.002699 [ 263 ] {de473266-0253-436d-b153-1b2919c84e7d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20294 | 2024.12.21 00:59:39.002750 [ 263 ] {de473266-0253-436d-b153-1b2919c84e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20295 | 2024.12.21 00:59:39.003212 [ 263 ] {de473266-0253-436d-b153-1b2919c84e7d} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 20296 | 2024.12.21 00:59:39.003487 [ 263 ] {de473266-0253-436d-b153-1b2919c84e7d} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20297 | 2024.12.21 00:59:39.003747 [ 263 ] {de473266-0253-436d-b153-1b2919c84e7d} <Debug> executeQuery: Read 43 rows, 3.23 KiB in 0.002001 sec., 21489.25537231384 rows/sec., 1.58 MiB/sec. | ||
| 20298 | 2024.12.21 00:59:39.003826 [ 263 ] {de473266-0253-436d-b153-1b2919c84e7d} <Debug> TCPHandler: Processed in 0.002369384 sec. | ||
| 20299 | 2024.12.21 00:59:39.003993 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20300 | 2024.12.21 00:59:39.004140 [ 260 ] {f1cfbe3b-d0ee-459f-81c4-193035436e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20301 | 2024.12.21 00:59:39.004200 [ 260 ] {f1cfbe3b-d0ee-459f-81c4-193035436e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20302 | 2024.12.21 00:59:39.004991 [ 260 ] {f1cfbe3b-d0ee-459f-81c4-193035436e00} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20303 | 2024.12.21 00:59:39.005032 [ 260 ] {f1cfbe3b-d0ee-459f-81c4-193035436e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20304 | 2024.12.21 00:59:39.005418 [ 260 ] {f1cfbe3b-d0ee-459f-81c4-193035436e00} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 20305 | 2024.12.21 00:59:39.005661 [ 260 ] {f1cfbe3b-d0ee-459f-81c4-193035436e00} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20306 | 2024.12.21 00:59:39.005885 [ 260 ] {f1cfbe3b-d0ee-459f-81c4-193035436e00} <Debug> executeQuery: Read 107 rows, 8.56 KiB in 0.001779 sec., 60146.14952220349 rows/sec., 4.70 MiB/sec. | ||
| 20307 | 2024.12.21 00:59:39.005948 [ 260 ] {f1cfbe3b-d0ee-459f-81c4-193035436e00} <Debug> TCPHandler: Processed in 0.002022468 sec. | ||
| 20308 | 2024.12.21 00:59:39.005954 [ 217 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20309 | 2024.12.21 00:59:39.005996 [ 217 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20310 | 2024.12.21 00:59:39.006122 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20311 | 2024.12.21 00:59:39.006271 [ 263 ] {3aa563e1-4fcc-477c-ac7a-36da3f8888b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20312 | 2024.12.21 00:59:39.006368 [ 263 ] {3aa563e1-4fcc-477c-ac7a-36da3f8888b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20313 | 2024.12.21 00:59:39.007756 [ 263 ] {3aa563e1-4fcc-477c-ac7a-36da3f8888b7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20314 | 2024.12.21 00:59:39.007823 [ 263 ] {3aa563e1-4fcc-477c-ac7a-36da3f8888b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20315 | 2024.12.21 00:59:39.008654 [ 263 ] {3aa563e1-4fcc-477c-ac7a-36da3f8888b7} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 20316 | 2024.12.21 00:59:39.009164 [ 263 ] {3aa563e1-4fcc-477c-ac7a-36da3f8888b7} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20317 | 2024.12.21 00:59:39.009568 [ 263 ] {3aa563e1-4fcc-477c-ac7a-36da3f8888b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003328 sec., 48076.92307692308 rows/sec., 3.35 MiB/sec. | ||
| 20318 | 2024.12.21 00:59:39.009743 [ 263 ] {3aa563e1-4fcc-477c-ac7a-36da3f8888b7} <Debug> TCPHandler: Processed in 0.003683728 sec. | ||
| 20319 | 2024.12.21 00:59:39.009779 [ 217 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20320 | 2024.12.21 00:59:39.009969 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20321 | 2024.12.21 00:59:39.010089 [ 260 ] {81ad10ea-3656-4bcc-9efe-e6f4fd5f7d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20322 | 2024.12.21 00:59:39.010234 [ 260 ] {81ad10ea-3656-4bcc-9efe-e6f4fd5f7d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20323 | 2024.12.21 00:59:39.011949 [ 260 ] {81ad10ea-3656-4bcc-9efe-e6f4fd5f7d5b} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20324 | 2024.12.21 00:59:39.011987 [ 260 ] {81ad10ea-3656-4bcc-9efe-e6f4fd5f7d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20325 | 2024.12.21 00:59:39.012692 [ 260 ] {81ad10ea-3656-4bcc-9efe-e6f4fd5f7d5b} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 20326 | 2024.12.21 00:59:39.012968 [ 260 ] {81ad10ea-3656-4bcc-9efe-e6f4fd5f7d5b} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20327 | 2024.12.21 00:59:39.013175 [ 260 ] {81ad10ea-3656-4bcc-9efe-e6f4fd5f7d5b} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.003112 sec., 13817.480719794343 rows/sec., 24.76 MiB/sec. | ||
| 20328 | 2024.12.21 00:59:39.013284 [ 260 ] {81ad10ea-3656-4bcc-9efe-e6f4fd5f7d5b} <Debug> TCPHandler: Processed in 0.003426814 sec. | ||
| 20329 | 2024.12.21 00:59:39.013448 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20330 | 2024.12.21 00:59:39.013608 [ 263 ] {1c9fe4ef-5cac-4231-867a-dbf6b72ff02b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20331 | 2024.12.21 00:59:39.013678 [ 263 ] {1c9fe4ef-5cac-4231-867a-dbf6b72ff02b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20332 | 2024.12.21 00:59:39.014247 [ 263 ] {1c9fe4ef-5cac-4231-867a-dbf6b72ff02b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20333 | 2024.12.21 00:59:39.014289 [ 263 ] {1c9fe4ef-5cac-4231-867a-dbf6b72ff02b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20334 | 2024.12.21 00:59:39.014700 [ 263 ] {1c9fe4ef-5cac-4231-867a-dbf6b72ff02b} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 20335 | 2024.12.21 00:59:39.014955 [ 263 ] {1c9fe4ef-5cac-4231-867a-dbf6b72ff02b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20336 | 2024.12.21 00:59:39.015189 [ 263 ] {1c9fe4ef-5cac-4231-867a-dbf6b72ff02b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001619 sec., 37059.91352686844 rows/sec., 2.50 MiB/sec. | ||
| 20337 | 2024.12.21 00:59:39.015259 [ 263 ] {1c9fe4ef-5cac-4231-867a-dbf6b72ff02b} <Debug> TCPHandler: Processed in 0.001883505 sec. | ||
| 20338 | 2024.12.21 00:59:39.564709 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20339 | 2024.12.21 00:59:39.564760 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20340 | 2024.12.21 00:59:39.566949 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20341 | 2024.12.21 00:59:39.787318 [ 224 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20342 | 2024.12.21 00:59:39.787351 [ 224 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20343 | 2024.12.21 00:59:39.789376 [ 224 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20344 | 2024.12.21 00:59:39.837444 [ 218 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20345 | 2024.12.21 00:59:39.837498 [ 218 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20346 | 2024.12.21 00:59:39.839392 [ 218 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20347 | 2024.12.21 00:59:42.283067 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20348 | 2024.12.21 00:59:42.283129 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20349 | 2024.12.21 00:59:42.599263 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981 | ||
| 20350 | 2024.12.21 00:59:42.600371 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20351 | 2024.12.21 00:59:42.600424 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20352 | 2024.12.21 00:59:42.601010 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 20353 | 2024.12.21 00:59:42.601283 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20354 | 2024.12.21 00:59:42.601430 [ 133 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 20355 | 2024.12.21 00:59:42.601486 [ 133 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20356 | 2024.12.21 00:59:42.601496 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
| 20357 | 2024.12.21 00:59:42.601513 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20358 | 2024.12.21 00:59:42.601608 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 20359 | 2024.12.21 00:59:42.601695 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20360 | 2024.12.21 00:59:42.601728 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part | ||
| 20361 | 2024.12.21 00:59:42.601794 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 427 rows starting from the beginning of the part | ||
| 20362 | 2024.12.21 00:59:42.601967 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 488 rows starting from the beginning of the part | ||
| 20363 | 2024.12.21 00:59:42.602332 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 427 rows starting from the beginning of the part | ||
| 20364 | 2024.12.21 00:59:42.602634 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 488 rows starting from the beginning of the part | ||
| 20365 | 2024.12.21 00:59:42.602782 [ 197 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 427 rows starting from the beginning of the part | ||
| 20366 | 2024.12.21 00:59:42.606075 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.004504413 sec., 9763980.345496738 rows/sec., 139.67 MiB/sec. | ||
| 20367 | 2024.12.21 00:59:42.606493 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 20368 | 2024.12.21 00:59:42.606876 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_96_19} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20369 | 2024.12.21 00:59:42.606983 [ 202 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_96_19} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 20370 | 2024.12.21 00:59:42.607105 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 20371 | 2024.12.21 00:59:42.904494 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2824 | ||
| 20372 | 2024.12.21 00:59:42.907451 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20373 | 2024.12.21 00:59:42.907498 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20374 | 2024.12.21 00:59:42.909027 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20375 | 2024.12.21 00:59:42.909345 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20376 | 2024.12.21 00:59:42.909979 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2824 | ||
| 20377 | 2024.12.21 00:59:43.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.72 MiB, peak 295.42 MiB, free memory in arenas 0.00 B, will set to 274.68 MiB (RSS), difference: 3.96 MiB | ||
| 20378 | 2024.12.21 00:59:43.001904 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001485588 sec. | ||
| 20379 | 2024.12.21 00:59:44.002250 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20380 | 2024.12.21 00:59:44.002465 [ 260 ] {7d2226a9-c10c-4b86-8a98-19b267849d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20381 | 2024.12.21 00:59:44.002546 [ 260 ] {7d2226a9-c10c-4b86-8a98-19b267849d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20382 | 2024.12.21 00:59:44.003392 [ 260 ] {7d2226a9-c10c-4b86-8a98-19b267849d26} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20383 | 2024.12.21 00:59:44.003438 [ 260 ] {7d2226a9-c10c-4b86-8a98-19b267849d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20384 | 2024.12.21 00:59:44.003887 [ 260 ] {7d2226a9-c10c-4b86-8a98-19b267849d26} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 20385 | 2024.12.21 00:59:44.004155 [ 260 ] {7d2226a9-c10c-4b86-8a98-19b267849d26} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20386 | 2024.12.21 00:59:44.004394 [ 260 ] {7d2226a9-c10c-4b86-8a98-19b267849d26} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00199 sec., 7035.175879396985 rows/sec., 506.44 KiB/sec. | ||
| 20387 | 2024.12.21 00:59:44.004459 [ 260 ] {7d2226a9-c10c-4b86-8a98-19b267849d26} <Debug> TCPHandler: Processed in 0.002353253 sec. | ||
| 20388 | 2024.12.21 00:59:44.004723 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20389 | 2024.12.21 00:59:44.004946 [ 263 ] {905d1a19-982c-40a9-b5c2-24b61467389e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20390 | 2024.12.21 00:59:44.005036 [ 263 ] {905d1a19-982c-40a9-b5c2-24b61467389e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20391 | 2024.12.21 00:59:44.005988 [ 263 ] {905d1a19-982c-40a9-b5c2-24b61467389e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20392 | 2024.12.21 00:59:44.006041 [ 263 ] {905d1a19-982c-40a9-b5c2-24b61467389e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20393 | 2024.12.21 00:59:44.006542 [ 263 ] {905d1a19-982c-40a9-b5c2-24b61467389e} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 20394 | 2024.12.21 00:59:44.006823 [ 263 ] {905d1a19-982c-40a9-b5c2-24b61467389e} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20395 | 2024.12.21 00:59:44.007081 [ 263 ] {905d1a19-982c-40a9-b5c2-24b61467389e} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002195 sec., 103416.85649202733 rows/sec., 9.04 MiB/sec. | ||
| 20396 | 2024.12.21 00:59:44.007165 [ 263 ] {905d1a19-982c-40a9-b5c2-24b61467389e} <Debug> TCPHandler: Processed in 0.002584568 sec. | ||
| 20397 | 2024.12.21 00:59:44.007336 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20398 | 2024.12.21 00:59:44.007467 [ 260 ] {d8e3198e-225b-4ef2-b368-34a778c93024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20399 | 2024.12.21 00:59:44.007522 [ 260 ] {d8e3198e-225b-4ef2-b368-34a778c93024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20400 | 2024.12.21 00:59:44.008136 [ 260 ] {d8e3198e-225b-4ef2-b368-34a778c93024} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20401 | 2024.12.21 00:59:44.008177 [ 260 ] {d8e3198e-225b-4ef2-b368-34a778c93024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20402 | 2024.12.21 00:59:44.008597 [ 260 ] {d8e3198e-225b-4ef2-b368-34a778c93024} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 20403 | 2024.12.21 00:59:44.008852 [ 260 ] {d8e3198e-225b-4ef2-b368-34a778c93024} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20404 | 2024.12.21 00:59:44.009100 [ 260 ] {d8e3198e-225b-4ef2-b368-34a778c93024} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001659 sec., 11452.682338758288 rows/sec., 818.81 KiB/sec. | ||
| 20405 | 2024.12.21 00:59:44.009190 [ 260 ] {d8e3198e-225b-4ef2-b368-34a778c93024} <Debug> TCPHandler: Processed in 0.001909615 sec. | ||
| 20406 | 2024.12.21 00:59:44.009411 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20407 | 2024.12.21 00:59:44.009706 [ 263 ] {30559db8-cc50-4b8c-adc8-f47fab07022f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20408 | 2024.12.21 00:59:44.009784 [ 263 ] {30559db8-cc50-4b8c-adc8-f47fab07022f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20409 | 2024.12.21 00:59:44.010486 [ 263 ] {30559db8-cc50-4b8c-adc8-f47fab07022f} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20410 | 2024.12.21 00:59:44.010535 [ 263 ] {30559db8-cc50-4b8c-adc8-f47fab07022f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20411 | 2024.12.21 00:59:44.010937 [ 263 ] {30559db8-cc50-4b8c-adc8-f47fab07022f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 20412 | 2024.12.21 00:59:44.011232 [ 263 ] {30559db8-cc50-4b8c-adc8-f47fab07022f} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20413 | 2024.12.21 00:59:44.011570 [ 263 ] {30559db8-cc50-4b8c-adc8-f47fab07022f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001947 sec., 7190.54956343092 rows/sec., 503.58 KiB/sec. | ||
| 20414 | 2024.12.21 00:59:44.011648 [ 263 ] {30559db8-cc50-4b8c-adc8-f47fab07022f} <Debug> TCPHandler: Processed in 0.002363824 sec. | ||
| 20415 | 2024.12.21 00:59:44.011801 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20416 | 2024.12.21 00:59:44.011945 [ 260 ] {6208e9a2-791a-4399-aa49-ac63382127f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20417 | 2024.12.21 00:59:44.012005 [ 260 ] {6208e9a2-791a-4399-aa49-ac63382127f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20418 | 2024.12.21 00:59:44.012708 [ 260 ] {6208e9a2-791a-4399-aa49-ac63382127f3} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20419 | 2024.12.21 00:59:44.012756 [ 260 ] {6208e9a2-791a-4399-aa49-ac63382127f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20420 | 2024.12.21 00:59:44.013175 [ 260 ] {6208e9a2-791a-4399-aa49-ac63382127f3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 20421 | 2024.12.21 00:59:44.013517 [ 260 ] {6208e9a2-791a-4399-aa49-ac63382127f3} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20422 | 2024.12.21 00:59:44.013731 [ 260 ] {6208e9a2-791a-4399-aa49-ac63382127f3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001818 sec., 7150.715071507151 rows/sec., 445.85 KiB/sec. | ||
| 20423 | 2024.12.21 00:59:44.013786 [ 260 ] {6208e9a2-791a-4399-aa49-ac63382127f3} <Debug> TCPHandler: Processed in 0.002053738 sec. | ||
| 20424 | 2024.12.21 00:59:44.013933 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20425 | 2024.12.21 00:59:44.014078 [ 263 ] {24ff4b76-38ea-4a79-8d95-03463c6c588d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20426 | 2024.12.21 00:59:44.014144 [ 263 ] {24ff4b76-38ea-4a79-8d95-03463c6c588d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20427 | 2024.12.21 00:59:44.015096 [ 263 ] {24ff4b76-38ea-4a79-8d95-03463c6c588d} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20428 | 2024.12.21 00:59:44.015143 [ 263 ] {24ff4b76-38ea-4a79-8d95-03463c6c588d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20429 | 2024.12.21 00:59:44.015580 [ 263 ] {24ff4b76-38ea-4a79-8d95-03463c6c588d} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 20430 | 2024.12.21 00:59:44.015835 [ 263 ] {24ff4b76-38ea-4a79-8d95-03463c6c588d} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20431 | 2024.12.21 00:59:44.016133 [ 263 ] {24ff4b76-38ea-4a79-8d95-03463c6c588d} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.002084 sec., 189059.5009596929 rows/sec., 13.42 MiB/sec. | ||
| 20432 | 2024.12.21 00:59:44.016271 [ 263 ] {24ff4b76-38ea-4a79-8d95-03463c6c588d} <Debug> TCPHandler: Processed in 0.002397144 sec. | ||
| 20433 | 2024.12.21 00:59:44.016510 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20434 | 2024.12.21 00:59:44.016779 [ 260 ] {85ef9089-6c58-4092-a8c9-23dee831acc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20435 | 2024.12.21 00:59:44.016875 [ 260 ] {85ef9089-6c58-4092-a8c9-23dee831acc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20436 | 2024.12.21 00:59:44.017456 [ 260 ] {85ef9089-6c58-4092-a8c9-23dee831acc1} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20437 | 2024.12.21 00:59:44.017495 [ 260 ] {85ef9089-6c58-4092-a8c9-23dee831acc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20438 | 2024.12.21 00:59:44.017874 [ 260 ] {85ef9089-6c58-4092-a8c9-23dee831acc1} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 20439 | 2024.12.21 00:59:44.018120 [ 260 ] {85ef9089-6c58-4092-a8c9-23dee831acc1} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20440 | 2024.12.21 00:59:44.018307 [ 260 ] {85ef9089-6c58-4092-a8c9-23dee831acc1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001589 sec., 3775.9597230962872 rows/sec., 197.28 KiB/sec. | ||
| 20441 | 2024.12.21 00:59:44.018400 [ 260 ] {85ef9089-6c58-4092-a8c9-23dee831acc1} <Debug> TCPHandler: Processed in 0.002037368 sec. | ||
| 20442 | 2024.12.21 00:59:44.018603 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20443 | 2024.12.21 00:59:44.018756 [ 263 ] {53f14a42-61de-4386-9a7c-9ce5b22bd945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20444 | 2024.12.21 00:59:44.018826 [ 263 ] {53f14a42-61de-4386-9a7c-9ce5b22bd945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20445 | 2024.12.21 00:59:44.019473 [ 263 ] {53f14a42-61de-4386-9a7c-9ce5b22bd945} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20446 | 2024.12.21 00:59:44.019515 [ 263 ] {53f14a42-61de-4386-9a7c-9ce5b22bd945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20447 | 2024.12.21 00:59:44.019939 [ 263 ] {53f14a42-61de-4386-9a7c-9ce5b22bd945} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 20448 | 2024.12.21 00:59:44.020183 [ 263 ] {53f14a42-61de-4386-9a7c-9ce5b22bd945} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20449 | 2024.12.21 00:59:44.020407 [ 263 ] {53f14a42-61de-4386-9a7c-9ce5b22bd945} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001689 sec., 140319.71580817053 rows/sec., 9.41 MiB/sec. | ||
| 20450 | 2024.12.21 00:59:44.020466 [ 263 ] {53f14a42-61de-4386-9a7c-9ce5b22bd945} <Debug> TCPHandler: Processed in 0.001971486 sec. | ||
| 20451 | 2024.12.21 00:59:44.020626 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20452 | 2024.12.21 00:59:44.020765 [ 260 ] {ed22b1d8-5dd4-484b-b1b2-83ac5d0236ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20453 | 2024.12.21 00:59:44.020827 [ 260 ] {ed22b1d8-5dd4-484b-b1b2-83ac5d0236ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20454 | 2024.12.21 00:59:44.021320 [ 260 ] {ed22b1d8-5dd4-484b-b1b2-83ac5d0236ae} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20455 | 2024.12.21 00:59:44.021359 [ 260 ] {ed22b1d8-5dd4-484b-b1b2-83ac5d0236ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20456 | 2024.12.21 00:59:44.021759 [ 260 ] {ed22b1d8-5dd4-484b-b1b2-83ac5d0236ae} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 20457 | 2024.12.21 00:59:44.022012 [ 260 ] {ed22b1d8-5dd4-484b-b1b2-83ac5d0236ae} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20458 | 2024.12.21 00:59:44.022184 [ 260 ] {ed22b1d8-5dd4-484b-b1b2-83ac5d0236ae} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec. | ||
| 20459 | 2024.12.21 00:59:44.022234 [ 260 ] {ed22b1d8-5dd4-484b-b1b2-83ac5d0236ae} <Debug> TCPHandler: Processed in 0.001674281 sec. | ||
| 20460 | 2024.12.21 00:59:44.022379 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20461 | 2024.12.21 00:59:44.022522 [ 263 ] {6479cea6-3b84-4057-91cf-45f3333d2a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20462 | 2024.12.21 00:59:44.022621 [ 263 ] {6479cea6-3b84-4057-91cf-45f3333d2a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20463 | 2024.12.21 00:59:44.023836 [ 263 ] {6479cea6-3b84-4057-91cf-45f3333d2a75} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20464 | 2024.12.21 00:59:44.023876 [ 263 ] {6479cea6-3b84-4057-91cf-45f3333d2a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20465 | 2024.12.21 00:59:44.024532 [ 263 ] {6479cea6-3b84-4057-91cf-45f3333d2a75} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 20466 | 2024.12.21 00:59:44.024795 [ 263 ] {6479cea6-3b84-4057-91cf-45f3333d2a75} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20467 | 2024.12.21 00:59:44.025050 [ 263 ] {6479cea6-3b84-4057-91cf-45f3333d2a75} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002561 sec., 4685.66966028895 rows/sec., 8.40 MiB/sec. | ||
| 20468 | 2024.12.21 00:59:44.025166 [ 263 ] {6479cea6-3b84-4057-91cf-45f3333d2a75} <Debug> TCPHandler: Processed in 0.002856103 sec. | ||
| 20469 | 2024.12.21 00:59:44.025411 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20470 | 2024.12.21 00:59:44.025637 [ 260 ] {49436132-adcc-4a45-98b5-6e3c5d79e81f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20471 | 2024.12.21 00:59:44.025731 [ 260 ] {49436132-adcc-4a45-98b5-6e3c5d79e81f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20472 | 2024.12.21 00:59:44.026376 [ 260 ] {49436132-adcc-4a45-98b5-6e3c5d79e81f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20473 | 2024.12.21 00:59:44.026413 [ 260 ] {49436132-adcc-4a45-98b5-6e3c5d79e81f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20474 | 2024.12.21 00:59:44.026801 [ 260 ] {49436132-adcc-4a45-98b5-6e3c5d79e81f} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 20475 | 2024.12.21 00:59:44.027056 [ 260 ] {49436132-adcc-4a45-98b5-6e3c5d79e81f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20476 | 2024.12.21 00:59:44.027270 [ 260 ] {49436132-adcc-4a45-98b5-6e3c5d79e81f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001688 sec., 48578.1990521327 rows/sec., 3.09 MiB/sec. | ||
| 20477 | 2024.12.21 00:59:44.027324 [ 260 ] {49436132-adcc-4a45-98b5-6e3c5d79e81f} <Debug> TCPHandler: Processed in 0.002024628 sec. | ||
| 20478 | 2024.12.21 00:59:44.243832 [ 130 ] {} <Debug> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Selected 5 parts from all_1_42_10 to all_46_46_0 | ||
| 20479 | 2024.12.21 00:59:44.243931 [ 130 ] {} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20480 | 2024.12.21 00:59:44.243974 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20481 | 2024.12.21 00:59:44.244268 [ 189 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_46_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_42_10 to all_46_46_0 into Compact with storage Full | ||
| 20482 | 2024.12.21 00:59:44.244907 [ 189 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_46_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20483 | 2024.12.21 00:59:44.245006 [ 189 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_10, total 21 rows starting from the beginning of the part | ||
| 20484 | 2024.12.21 00:59:44.245116 [ 189 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 20485 | 2024.12.21 00:59:44.245343 [ 189 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 2 rows starting from the beginning of the part | ||
| 20486 | 2024.12.21 00:59:44.245658 [ 189 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 20487 | 2024.12.21 00:59:44.245749 [ 189 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part | ||
| 20488 | 2024.12.21 00:59:44.246785 [ 197 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_46_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 5 columns (5 merged, 0 gathered) in 0.00270514 sec., 12938.332212011208 rows/sec., 1.06 MiB/sec. | ||
| 20489 | 2024.12.21 00:59:44.246996 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_46_11} <Trace> MergedBlockOutputStream: filled checksums all_1_46_11 (state Temporary) | ||
| 20490 | 2024.12.21 00:59:44.247352 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_46_11} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_merge_all_1_46_11 to all_1_46_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20491 | 2024.12.21 00:59:44.247440 [ 186 ] {74f44e9a-f082-46ce-8a7e-82a320ad4eca::all_1_46_11} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca) (MergerMutator): Merged 5 parts: [all_1_42_10, all_46_46_0] -> all_1_46_11 | ||
| 20492 | 2024.12.21 00:59:44.247550 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 20493 | 2024.12.21 00:59:45.862389 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 724 | ||
| 20494 | 2024.12.21 00:59:45.886067 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20495 | 2024.12.21 00:59:45.886134 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20496 | 2024.12.21 00:59:45.893787 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 20497 | 2024.12.21 00:59:45.894627 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20498 | 2024.12.21 00:59:45.895074 [ 127 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 20499 | 2024.12.21 00:59:45.895269 [ 127 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20500 | 2024.12.21 00:59:45.895394 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20501 | 2024.12.21 00:59:45.896185 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 20502 | 2024.12.21 00:59:45.912577 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724 | ||
| 20503 | 2024.12.21 00:59:45.914324 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20504 | 2024.12.21 00:59:45.915993 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part | ||
| 20505 | 2024.12.21 00:59:45.922037 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 20506 | 2024.12.21 00:59:45.928528 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part | ||
| 20507 | 2024.12.21 00:59:45.934927 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 20508 | 2024.12.21 00:59:45.941680 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part | ||
| 20509 | 2024.12.21 00:59:45.947906 [ 189 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part | ||
| 20510 | 2024.12.21 00:59:46.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 288.81 MiB, peak 295.42 MiB, free memory in arenas 0.00 B, will set to 274.68 MiB (RSS), difference: -14.13 MiB | ||
| 20511 | 2024.12.21 00:59:46.015469 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.119843083 sec., 6041.233101454842 rows/sec., 31.24 MiB/sec. | ||
| 20512 | 2024.12.21 00:59:46.019347 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 20513 | 2024.12.21 00:59:46.022695 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_96_19} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20514 | 2024.12.21 00:59:46.022833 [ 188 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_96_19} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 20515 | 2024.12.21 00:59:46.025901 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 20516 | 2024.12.21 00:59:47.000214 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.62 MiB, peak 295.42 MiB, free memory in arenas 0.00 B, will set to 274.68 MiB (RSS), difference: 13.06 MiB | ||
| 20517 | 2024.12.21 00:59:49.000026 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20518 | 2024.12.21 00:59:49.000324 [ 260 ] {1f024da0-70a3-4e38-9e1f-98b4905d1dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20519 | 2024.12.21 00:59:49.000406 [ 260 ] {1f024da0-70a3-4e38-9e1f-98b4905d1dbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20520 | 2024.12.21 00:59:49.001193 [ 260 ] {1f024da0-70a3-4e38-9e1f-98b4905d1dbc} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20521 | 2024.12.21 00:59:49.001235 [ 260 ] {1f024da0-70a3-4e38-9e1f-98b4905d1dbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20522 | 2024.12.21 00:59:49.001682 [ 260 ] {1f024da0-70a3-4e38-9e1f-98b4905d1dbc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 20523 | 2024.12.21 00:59:49.001955 [ 260 ] {1f024da0-70a3-4e38-9e1f-98b4905d1dbc} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20524 | 2024.12.21 00:59:49.002168 [ 260 ] {1f024da0-70a3-4e38-9e1f-98b4905d1dbc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001918 sec., 1042.752867570386 rows/sec., 85.03 KiB/sec. | ||
| 20525 | 2024.12.21 00:59:49.002231 [ 260 ] {1f024da0-70a3-4e38-9e1f-98b4905d1dbc} <Debug> TCPHandler: Processed in 0.002402085 sec. | ||
| 20526 | 2024.12.21 00:59:49.002488 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20527 | 2024.12.21 00:59:49.002713 [ 263 ] {97eaf180-3ed4-4ecf-a135-e93bbbae4dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20528 | 2024.12.21 00:59:49.002807 [ 263 ] {97eaf180-3ed4-4ecf-a135-e93bbbae4dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20529 | 2024.12.21 00:59:49.003759 [ 263 ] {97eaf180-3ed4-4ecf-a135-e93bbbae4dae} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20530 | 2024.12.21 00:59:49.003814 [ 263 ] {97eaf180-3ed4-4ecf-a135-e93bbbae4dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20531 | 2024.12.21 00:59:49.004291 [ 263 ] {97eaf180-3ed4-4ecf-a135-e93bbbae4dae} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 20532 | 2024.12.21 00:59:49.004576 [ 263 ] {97eaf180-3ed4-4ecf-a135-e93bbbae4dae} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20533 | 2024.12.21 00:59:49.004855 [ 263 ] {97eaf180-3ed4-4ecf-a135-e93bbbae4dae} <Debug> executeQuery: Read 143 rows, 12.53 KiB in 0.002201 sec., 64970.46796910496 rows/sec., 5.56 MiB/sec. | ||
| 20534 | 2024.12.21 00:59:49.004941 [ 263 ] {97eaf180-3ed4-4ecf-a135-e93bbbae4dae} <Debug> TCPHandler: Processed in 0.002601508 sec. | ||
| 20535 | 2024.12.21 00:59:49.005101 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20536 | 2024.12.21 00:59:49.005246 [ 260 ] {b698955a-0d4f-4d8f-84e4-f1e2ec14ce38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20537 | 2024.12.21 00:59:49.005298 [ 260 ] {b698955a-0d4f-4d8f-84e4-f1e2ec14ce38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20538 | 2024.12.21 00:59:49.005937 [ 260 ] {b698955a-0d4f-4d8f-84e4-f1e2ec14ce38} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20539 | 2024.12.21 00:59:49.005977 [ 260 ] {b698955a-0d4f-4d8f-84e4-f1e2ec14ce38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20540 | 2024.12.21 00:59:49.006368 [ 260 ] {b698955a-0d4f-4d8f-84e4-f1e2ec14ce38} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 20541 | 2024.12.21 00:59:49.006623 [ 260 ] {b698955a-0d4f-4d8f-84e4-f1e2ec14ce38} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20542 | 2024.12.21 00:59:49.006775 [ 121 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 20543 | 2024.12.21 00:59:49.006813 [ 260 ] {b698955a-0d4f-4d8f-84e4-f1e2ec14ce38} <Debug> executeQuery: Read 45 rows, 3.37 KiB in 0.001597 sec., 28177.83343769568 rows/sec., 2.06 MiB/sec. | ||
| 20544 | 2024.12.21 00:59:49.006817 [ 121 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20545 | 2024.12.21 00:59:49.006859 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20546 | 2024.12.21 00:59:49.006887 [ 260 ] {b698955a-0d4f-4d8f-84e4-f1e2ec14ce38} <Debug> TCPHandler: Processed in 0.001857884 sec. | ||
| 20547 | 2024.12.21 00:59:49.007117 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20548 | 2024.12.21 00:59:49.007199 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 20549 | 2024.12.21 00:59:49.007524 [ 263 ] {a1000eb8-85b9-410f-b239-b8df2d1bb963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20550 | 2024.12.21 00:59:49.007726 [ 263 ] {a1000eb8-85b9-410f-b239-b8df2d1bb963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20551 | 2024.12.21 00:59:49.007759 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20552 | 2024.12.21 00:59:49.007925 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 83 rows starting from the beginning of the part | ||
| 20553 | 2024.12.21 00:59:49.008364 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 44 rows starting from the beginning of the part | ||
| 20554 | 2024.12.21 00:59:49.008822 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 23 rows starting from the beginning of the part | ||
| 20555 | 2024.12.21 00:59:49.009431 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 43 rows starting from the beginning of the part | ||
| 20556 | 2024.12.21 00:59:49.009943 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 19 rows starting from the beginning of the part | ||
| 20557 | 2024.12.21 00:59:49.010258 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 45 rows starting from the beginning of the part | ||
| 20558 | 2024.12.21 00:59:49.011760 [ 263 ] {a1000eb8-85b9-410f-b239-b8df2d1bb963} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20559 | 2024.12.21 00:59:49.011813 [ 263 ] {a1000eb8-85b9-410f-b239-b8df2d1bb963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20560 | 2024.12.21 00:59:49.012423 [ 263 ] {a1000eb8-85b9-410f-b239-b8df2d1bb963} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 20561 | 2024.12.21 00:59:49.012607 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 5 columns (5 merged, 0 gathered) in 0.005648064 sec., 45502.31725419542 rows/sec., 3.45 MiB/sec. | ||
| 20562 | 2024.12.21 00:59:49.012750 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 20563 | 2024.12.21 00:59:49.012768 [ 263 ] {a1000eb8-85b9-410f-b239-b8df2d1bb963} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20564 | 2024.12.21 00:59:49.013101 [ 263 ] {a1000eb8-85b9-410f-b239-b8df2d1bb963} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.005748 sec., 18963.11760612387 rows/sec., 1.48 MiB/sec. | ||
| 20565 | 2024.12.21 00:59:49.013141 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_136_27} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20566 | 2024.12.21 00:59:49.013215 [ 263 ] {a1000eb8-85b9-410f-b239-b8df2d1bb963} <Debug> TCPHandler: Processed in 0.006240856 sec. | ||
| 20567 | 2024.12.21 00:59:49.013270 [ 192 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_136_27} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 20568 | 2024.12.21 00:59:49.013402 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 20569 | 2024.12.21 00:59:49.013500 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20570 | 2024.12.21 00:59:49.013720 [ 260 ] {55986458-39ef-4728-875c-6861b69af5ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20571 | 2024.12.21 00:59:49.013818 [ 260 ] {55986458-39ef-4728-875c-6861b69af5ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20572 | 2024.12.21 00:59:49.014583 [ 260 ] {55986458-39ef-4728-875c-6861b69af5ab} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20573 | 2024.12.21 00:59:49.014623 [ 260 ] {55986458-39ef-4728-875c-6861b69af5ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20574 | 2024.12.21 00:59:49.015031 [ 260 ] {55986458-39ef-4728-875c-6861b69af5ab} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 20575 | 2024.12.21 00:59:49.015277 [ 260 ] {55986458-39ef-4728-875c-6861b69af5ab} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20576 | 2024.12.21 00:59:49.015486 [ 260 ] {55986458-39ef-4728-875c-6861b69af5ab} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001813 sec., 88803.0888030888 rows/sec., 6.18 MiB/sec. | ||
| 20577 | 2024.12.21 00:59:49.015548 [ 260 ] {55986458-39ef-4728-875c-6861b69af5ab} <Debug> TCPHandler: Processed in 0.002193241 sec. | ||
| 20578 | 2024.12.21 00:59:49.015727 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20579 | 2024.12.21 00:59:49.016079 [ 263 ] {81a9958d-cfc6-47e1-8ab2-15ba3b3b6dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20580 | 2024.12.21 00:59:49.016393 [ 263 ] {81a9958d-cfc6-47e1-8ab2-15ba3b3b6dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20581 | 2024.12.21 00:59:49.018658 [ 263 ] {81a9958d-cfc6-47e1-8ab2-15ba3b3b6dd8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20582 | 2024.12.21 00:59:49.018700 [ 263 ] {81a9958d-cfc6-47e1-8ab2-15ba3b3b6dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20583 | 2024.12.21 00:59:49.019398 [ 263 ] {81a9958d-cfc6-47e1-8ab2-15ba3b3b6dd8} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 20584 | 2024.12.21 00:59:49.019664 [ 263 ] {81a9958d-cfc6-47e1-8ab2-15ba3b3b6dd8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20585 | 2024.12.21 00:59:49.019861 [ 121 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 20586 | 2024.12.21 00:59:49.019925 [ 121 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20587 | 2024.12.21 00:59:49.019965 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20588 | 2024.12.21 00:59:49.019973 [ 263 ] {81a9958d-cfc6-47e1-8ab2-15ba3b3b6dd8} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.004044 sec., 10633.036597428289 rows/sec., 19.05 MiB/sec. | ||
| 20589 | 2024.12.21 00:59:49.020469 [ 263 ] {81a9958d-cfc6-47e1-8ab2-15ba3b3b6dd8} <Debug> TCPHandler: Processed in 0.004821999 sec. | ||
| 20590 | 2024.12.21 00:59:49.020481 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 20591 | 2024.12.21 00:59:49.020679 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20592 | 2024.12.21 00:59:49.021016 [ 260 ] {6f8c6da8-383f-4737-9695-8d4dd91a5e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20593 | 2024.12.21 00:59:49.021162 [ 260 ] {6f8c6da8-383f-4737-9695-8d4dd91a5e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20594 | 2024.12.21 00:59:49.021673 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20595 | 2024.12.21 00:59:49.021917 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2633 rows starting from the beginning of the part | ||
| 20596 | 2024.12.21 00:59:49.022681 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 43 rows starting from the beginning of the part | ||
| 20597 | 2024.12.21 00:59:49.023498 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 12 rows starting from the beginning of the part | ||
| 20598 | 2024.12.21 00:59:49.023547 [ 260 ] {6f8c6da8-383f-4737-9695-8d4dd91a5e84} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20599 | 2024.12.21 00:59:49.023629 [ 260 ] {6f8c6da8-383f-4737-9695-8d4dd91a5e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20600 | 2024.12.21 00:59:49.024130 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 43 rows starting from the beginning of the part | ||
| 20601 | 2024.12.21 00:59:49.024767 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 12 rows starting from the beginning of the part | ||
| 20602 | 2024.12.21 00:59:49.025427 [ 190 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 43 rows starting from the beginning of the part | ||
| 20603 | 2024.12.21 00:59:49.025504 [ 260 ] {6f8c6da8-383f-4737-9695-8d4dd91a5e84} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 20604 | 2024.12.21 00:59:49.026322 [ 260 ] {6f8c6da8-383f-4737-9695-8d4dd91a5e84} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20605 | 2024.12.21 00:59:49.026828 [ 260 ] {6f8c6da8-383f-4737-9695-8d4dd91a5e84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005887 sec., 10191.948360794971 rows/sec., 703.35 KiB/sec. | ||
| 20606 | 2024.12.21 00:59:49.027280 [ 260 ] {6f8c6da8-383f-4737-9695-8d4dd91a5e84} <Debug> TCPHandler: Processed in 0.006690464 sec. | ||
| 20607 | 2024.12.21 00:59:49.035570 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2786 rows, containing 19 columns (19 merged, 0 gathered) in 0.015454737 sec., 180268.353968107 rows/sec., 322.86 MiB/sec. | ||
| 20608 | 2024.12.21 00:59:49.038247 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 20609 | 2024.12.21 00:59:49.038742 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20610 | 2024.12.21 00:59:49.038838 [ 187 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 20611 | 2024.12.21 00:59:49.039015 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.15 MiB. | ||
| 20612 | 2024.12.21 00:59:50.101611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44469 | ||
| 20613 | 2024.12.21 00:59:50.102373 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20614 | 2024.12.21 00:59:50.102418 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20615 | 2024.12.21 00:59:50.102968 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 20616 | 2024.12.21 00:59:50.103238 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20617 | 2024.12.21 00:59:50.103559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 | ||
| 20618 | 2024.12.21 00:59:52.911143 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2860 | ||
| 20619 | 2024.12.21 00:59:52.914518 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20620 | 2024.12.21 00:59:52.914576 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20621 | 2024.12.21 00:59:52.916110 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20622 | 2024.12.21 00:59:52.916427 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20623 | 2024.12.21 00:59:52.916673 [ 112 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 20624 | 2024.12.21 00:59:52.916795 [ 112 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20625 | 2024.12.21 00:59:52.916861 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20626 | 2024.12.21 00:59:52.917400 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::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 | ||
| 20627 | 2024.12.21 00:59:52.919062 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2860 | ||
| 20628 | 2024.12.21 00:59:52.919385 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20629 | 2024.12.21 00:59:52.919553 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2680 rows starting from the beginning of the part | ||
| 20630 | 2024.12.21 00:59:52.920148 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 24 rows starting from the beginning of the part | ||
| 20631 | 2024.12.21 00:59:52.920760 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 38 rows starting from the beginning of the part | ||
| 20632 | 2024.12.21 00:59:52.921381 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 62 rows starting from the beginning of the part | ||
| 20633 | 2024.12.21 00:59:52.921991 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 20 rows starting from the beginning of the part | ||
| 20634 | 2024.12.21 00:59:52.922694 [ 196 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 36 rows starting from the beginning of the part | ||
| 20635 | 2024.12.21 00:59:52.932524 [ 187 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2860 rows, containing 72 columns (72 merged, 0 gathered) in 0.015499508 sec., 184521.98611723675 rows/sec., 145.83 MiB/sec. | ||
| 20636 | 2024.12.21 00:59:52.934858 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 20637 | 2024.12.21 00:59:52.935584 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_71_14} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20638 | 2024.12.21 00:59:52.935671 [ 200 ] {671ed19a-f5fe-4114-a4e6-ee7b226ebfa1::all_1_71_14} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 20639 | 2024.12.21 00:59:52.935894 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.30 MiB. | ||
| 20640 | 2024.12.21 00:59:53.412644 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 732 | ||
| 20641 | 2024.12.21 00:59:53.437273 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20642 | 2024.12.21 00:59:53.437326 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20643 | 2024.12.21 00:59:53.445115 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 20644 | 2024.12.21 00:59:53.445951 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20645 | 2024.12.21 00:59:53.452092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 732 | ||
| 20646 | 2024.12.21 00:59:54.002829 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20647 | 2024.12.21 00:59:54.003039 [ 260 ] {7304fb89-541e-4252-996f-f40d4bb93910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20648 | 2024.12.21 00:59:54.003118 [ 260 ] {7304fb89-541e-4252-996f-f40d4bb93910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20649 | 2024.12.21 00:59:54.003908 [ 260 ] {7304fb89-541e-4252-996f-f40d4bb93910} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20650 | 2024.12.21 00:59:54.003951 [ 260 ] {7304fb89-541e-4252-996f-f40d4bb93910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20651 | 2024.12.21 00:59:54.004391 [ 260 ] {7304fb89-541e-4252-996f-f40d4bb93910} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 20652 | 2024.12.21 00:59:54.004669 [ 260 ] {7304fb89-541e-4252-996f-f40d4bb93910} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20653 | 2024.12.21 00:59:54.004903 [ 260 ] {7304fb89-541e-4252-996f-f40d4bb93910} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001917 sec., 7303.077725612937 rows/sec., 525.72 KiB/sec. | ||
| 20654 | 2024.12.21 00:59:54.005035 [ 260 ] {7304fb89-541e-4252-996f-f40d4bb93910} <Debug> TCPHandler: Processed in 0.002345503 sec. | ||
| 20655 | 2024.12.21 00:59:54.005347 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20656 | 2024.12.21 00:59:54.005560 [ 263 ] {51fbdad1-a7e7-4c37-95f4-d4a81b30f98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20657 | 2024.12.21 00:59:54.005644 [ 263 ] {51fbdad1-a7e7-4c37-95f4-d4a81b30f98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20658 | 2024.12.21 00:59:54.006597 [ 263 ] {51fbdad1-a7e7-4c37-95f4-d4a81b30f98a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20659 | 2024.12.21 00:59:54.006648 [ 263 ] {51fbdad1-a7e7-4c37-95f4-d4a81b30f98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20660 | 2024.12.21 00:59:54.007097 [ 263 ] {51fbdad1-a7e7-4c37-95f4-d4a81b30f98a} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 20661 | 2024.12.21 00:59:54.007372 [ 263 ] {51fbdad1-a7e7-4c37-95f4-d4a81b30f98a} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20662 | 2024.12.21 00:59:54.007575 [ 109 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 20663 | 2024.12.21 00:59:54.007643 [ 109 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20664 | 2024.12.21 00:59:54.007667 [ 263 ] {51fbdad1-a7e7-4c37-95f4-d4a81b30f98a} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002155 sec., 105336.42691415314 rows/sec., 9.21 MiB/sec. | ||
| 20665 | 2024.12.21 00:59:54.007681 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20666 | 2024.12.21 00:59:54.007886 [ 263 ] {51fbdad1-a7e7-4c37-95f4-d4a81b30f98a} <Debug> TCPHandler: Processed in 0.00272379 sec. | ||
| 20667 | 2024.12.21 00:59:54.007940 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 20668 | 2024.12.21 00:59:54.008080 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20669 | 2024.12.21 00:59:54.008095 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20670 | 2024.12.21 00:59:54.008139 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1514 rows starting from the beginning of the part | ||
| 20671 | 2024.12.21 00:59:54.008268 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 56 rows starting from the beginning of the part | ||
| 20672 | 2024.12.21 00:59:54.008306 [ 260 ] {5260245c-f5a4-4293-b09a-116db603a4e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20673 | 2024.12.21 00:59:54.008550 [ 260 ] {5260245c-f5a4-4293-b09a-116db603a4e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20674 | 2024.12.21 00:59:54.008657 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 142 rows starting from the beginning of the part | ||
| 20675 | 2024.12.21 00:59:54.009090 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 227 rows starting from the beginning of the part | ||
| 20676 | 2024.12.21 00:59:54.009486 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 143 rows starting from the beginning of the part | ||
| 20677 | 2024.12.21 00:59:54.009858 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 227 rows starting from the beginning of the part | ||
| 20678 | 2024.12.21 00:59:54.010998 [ 260 ] {5260245c-f5a4-4293-b09a-116db603a4e1} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20679 | 2024.12.21 00:59:54.011044 [ 260 ] {5260245c-f5a4-4293-b09a-116db603a4e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20680 | 2024.12.21 00:59:54.011635 [ 260 ] {5260245c-f5a4-4293-b09a-116db603a4e1} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 20681 | 2024.12.21 00:59:54.011905 [ 260 ] {5260245c-f5a4-4293-b09a-116db603a4e1} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20682 | 2024.12.21 00:59:54.012267 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2309 rows, containing 5 columns (5 merged, 0 gathered) in 0.004460413 sec., 517665.0682347128 rows/sec., 45.56 MiB/sec. | ||
| 20683 | 2024.12.21 00:59:54.012286 [ 260 ] {5260245c-f5a4-4293-b09a-116db603a4e1} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.004075 sec., 4662.576687116565 rows/sec., 333.35 KiB/sec. | ||
| 20684 | 2024.12.21 00:59:54.012406 [ 260 ] {5260245c-f5a4-4293-b09a-116db603a4e1} <Debug> TCPHandler: Processed in 0.004401442 sec. | ||
| 20685 | 2024.12.21 00:59:54.012614 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 20686 | 2024.12.21 00:59:54.012623 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20687 | 2024.12.21 00:59:54.012807 [ 263 ] {fbc1c6fd-29e5-448e-8aa2-dc529db58f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20688 | 2024.12.21 00:59:54.012889 [ 263 ] {fbc1c6fd-29e5-448e-8aa2-dc529db58f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20689 | 2024.12.21 00:59:54.013057 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_161_32} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20690 | 2024.12.21 00:59:54.013209 [ 200 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_161_32} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 20691 | 2024.12.21 00:59:54.013366 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 20692 | 2024.12.21 00:59:54.013760 [ 263 ] {fbc1c6fd-29e5-448e-8aa2-dc529db58f94} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20693 | 2024.12.21 00:59:54.013802 [ 263 ] {fbc1c6fd-29e5-448e-8aa2-dc529db58f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20694 | 2024.12.21 00:59:54.014182 [ 263 ] {fbc1c6fd-29e5-448e-8aa2-dc529db58f94} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 20695 | 2024.12.21 00:59:54.014433 [ 263 ] {fbc1c6fd-29e5-448e-8aa2-dc529db58f94} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20696 | 2024.12.21 00:59:54.014615 [ 109 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Selected 6 parts from all_1_64_13 to all_69_69_0 | ||
| 20697 | 2024.12.21 00:59:54.014673 [ 109 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20698 | 2024.12.21 00:59:54.014708 [ 263 ] {fbc1c6fd-29e5-448e-8aa2-dc529db58f94} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001948 sec., 7186.858316221766 rows/sec., 503.32 KiB/sec. | ||
| 20699 | 2024.12.21 00:59:54.014717 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20700 | 2024.12.21 00:59:54.014885 [ 263 ] {fbc1c6fd-29e5-448e-8aa2-dc529db58f94} <Debug> TCPHandler: Processed in 0.002352364 sec. | ||
| 20701 | 2024.12.21 00:59:54.014980 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_69_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_64_13 to all_69_69_0 into Compact with storage Full | ||
| 20702 | 2024.12.21 00:59:54.015097 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20703 | 2024.12.21 00:59:54.015172 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_69_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20704 | 2024.12.21 00:59:54.015250 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_64_13, total 281 rows starting from the beginning of the part | ||
| 20705 | 2024.12.21 00:59:54.015362 [ 260 ] {801db3d4-f1e5-437b-bdb1-bc220d938f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20706 | 2024.12.21 00:59:54.015561 [ 260 ] {801db3d4-f1e5-437b-bdb1-bc220d938f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20707 | 2024.12.21 00:59:54.015591 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part | ||
| 20708 | 2024.12.21 00:59:54.015989 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
| 20709 | 2024.12.21 00:59:54.016283 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 242 rows starting from the beginning of the part | ||
| 20710 | 2024.12.21 00:59:54.016704 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
| 20711 | 2024.12.21 00:59:54.017003 [ 198 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part | ||
| 20712 | 2024.12.21 00:59:54.018575 [ 260 ] {801db3d4-f1e5-437b-bdb1-bc220d938f03} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20713 | 2024.12.21 00:59:54.018652 [ 260 ] {801db3d4-f1e5-437b-bdb1-bc220d938f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20714 | 2024.12.21 00:59:54.019745 [ 260 ] {801db3d4-f1e5-437b-bdb1-bc220d938f03} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 20715 | 2024.12.21 00:59:54.020180 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_69_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 5 columns (5 merged, 0 gathered) in 0.005302138 sec., 109201.23165409878 rows/sec., 7.78 MiB/sec. | ||
| 20716 | 2024.12.21 00:59:54.020334 [ 260 ] {801db3d4-f1e5-437b-bdb1-bc220d938f03} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20717 | 2024.12.21 00:59:54.020428 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_69_14} <Trace> MergedBlockOutputStream: filled checksums all_1_69_14 (state Temporary) | ||
| 20718 | 2024.12.21 00:59:54.020733 [ 260 ] {801db3d4-f1e5-437b-bdb1-bc220d938f03} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005456 sec., 2382.697947214076 rows/sec., 148.56 KiB/sec. | ||
| 20719 | 2024.12.21 00:59:54.020913 [ 260 ] {801db3d4-f1e5-437b-bdb1-bc220d938f03} <Debug> TCPHandler: Processed in 0.00591812 sec. | ||
| 20720 | 2024.12.21 00:59:54.021051 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_69_14} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_merge_all_1_69_14 to all_1_69_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20721 | 2024.12.21 00:59:54.021166 [ 202 ] {281b0204-0c83-4c1f-ae81-5840ed87de26::all_1_69_14} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26) (MergerMutator): Merged 6 parts: [all_1_64_13, all_69_69_0] -> all_1_69_14 | ||
| 20722 | 2024.12.21 00:59:54.021185 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20723 | 2024.12.21 00:59:54.021307 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 20724 | 2024.12.21 00:59:54.021434 [ 263 ] {af095e66-6cf1-40f6-8433-e3ad56586ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20725 | 2024.12.21 00:59:54.021507 [ 263 ] {af095e66-6cf1-40f6-8433-e3ad56586ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20726 | 2024.12.21 00:59:54.022422 [ 263 ] {af095e66-6cf1-40f6-8433-e3ad56586ba4} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20727 | 2024.12.21 00:59:54.022463 [ 263 ] {af095e66-6cf1-40f6-8433-e3ad56586ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20728 | 2024.12.21 00:59:54.022861 [ 263 ] {af095e66-6cf1-40f6-8433-e3ad56586ba4} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 20729 | 2024.12.21 00:59:54.023107 [ 263 ] {af095e66-6cf1-40f6-8433-e3ad56586ba4} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20730 | 2024.12.21 00:59:54.023283 [ 109 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 20731 | 2024.12.21 00:59:54.023336 [ 109 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20732 | 2024.12.21 00:59:54.023361 [ 263 ] {af095e66-6cf1-40f6-8433-e3ad56586ba4} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001958 sec., 201225.74055158324 rows/sec., 14.29 MiB/sec. | ||
| 20733 | 2024.12.21 00:59:54.023371 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20734 | 2024.12.21 00:59:54.023517 [ 263 ] {af095e66-6cf1-40f6-8433-e3ad56586ba4} <Debug> TCPHandler: Processed in 0.002459725 sec. | ||
| 20735 | 2024.12.21 00:59:54.023767 [ 186 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 20736 | 2024.12.21 00:59:54.023773 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20737 | 2024.12.21 00:59:54.024149 [ 260 ] {b64f1292-b3ba-4734-8335-016c76a16f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20738 | 2024.12.21 00:59:54.024169 [ 186 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20739 | 2024.12.21 00:59:54.024271 [ 260 ] {b64f1292-b3ba-4734-8335-016c76a16f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20740 | 2024.12.21 00:59:54.024277 [ 186 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1121 rows starting from the beginning of the part | ||
| 20741 | 2024.12.21 00:59:54.024767 [ 186 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 64 rows starting from the beginning of the part | ||
| 20742 | 2024.12.21 00:59:54.025142 [ 186 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 107 rows starting from the beginning of the part | ||
| 20743 | 2024.12.21 00:59:54.025413 [ 186 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 394 rows starting from the beginning of the part | ||
| 20744 | 2024.12.21 00:59:54.025749 [ 186 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 109 rows starting from the beginning of the part | ||
| 20745 | 2024.12.21 00:59:54.026095 [ 186 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 394 rows starting from the beginning of the part | ||
| 20746 | 2024.12.21 00:59:54.026714 [ 260 ] {b64f1292-b3ba-4734-8335-016c76a16f52} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20747 | 2024.12.21 00:59:54.026766 [ 260 ] {b64f1292-b3ba-4734-8335-016c76a16f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20748 | 2024.12.21 00:59:54.027738 [ 260 ] {b64f1292-b3ba-4734-8335-016c76a16f52} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 20749 | 2024.12.21 00:59:54.028321 [ 260 ] {b64f1292-b3ba-4734-8335-016c76a16f52} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20750 | 2024.12.21 00:59:54.028671 [ 260 ] {b64f1292-b3ba-4734-8335-016c76a16f52} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004639 sec., 1293.3821944384565 rows/sec., 67.57 KiB/sec. | ||
| 20751 | 2024.12.21 00:59:54.028736 [ 260 ] {b64f1292-b3ba-4734-8335-016c76a16f52} <Debug> TCPHandler: Processed in 0.005112335 sec. | ||
| 20752 | 2024.12.21 00:59:54.029011 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20753 | 2024.12.21 00:59:54.029165 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2189 rows, containing 5 columns (5 merged, 0 gathered) in 0.005635105 sec., 388457.71285539493 rows/sec., 29.88 MiB/sec. | ||
| 20754 | 2024.12.21 00:59:54.029263 [ 263 ] {8a20dade-45bc-40b1-b074-ffacf17843d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20755 | 2024.12.21 00:59:54.029332 [ 263 ] {8a20dade-45bc-40b1-b074-ffacf17843d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20756 | 2024.12.21 00:59:54.029477 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 20757 | 2024.12.21 00:59:54.030160 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_161_32} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20758 | 2024.12.21 00:59:54.030400 [ 197 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_161_32} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 20759 | 2024.12.21 00:59:54.030600 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 20760 | 2024.12.21 00:59:54.030686 [ 263 ] {8a20dade-45bc-40b1-b074-ffacf17843d0} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20761 | 2024.12.21 00:59:54.030731 [ 263 ] {8a20dade-45bc-40b1-b074-ffacf17843d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20762 | 2024.12.21 00:59:54.031134 [ 263 ] {8a20dade-45bc-40b1-b074-ffacf17843d0} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 20763 | 2024.12.21 00:59:54.031388 [ 263 ] {8a20dade-45bc-40b1-b074-ffacf17843d0} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20764 | 2024.12.21 00:59:54.031545 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_156_32 to all_161_161_0 | ||
| 20765 | 2024.12.21 00:59:54.031583 [ 263 ] {8a20dade-45bc-40b1-b074-ffacf17843d0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002382 sec., 99496.22166246851 rows/sec., 6.67 MiB/sec. | ||
| 20766 | 2024.12.21 00:59:54.031587 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20767 | 2024.12.21 00:59:54.031630 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20768 | 2024.12.21 00:59:54.031663 [ 263 ] {8a20dade-45bc-40b1-b074-ffacf17843d0} <Debug> TCPHandler: Processed in 0.002809382 sec. | ||
| 20769 | 2024.12.21 00:59:54.031816 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_161_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_32 to all_161_161_0 into Compact with storage Full | ||
| 20770 | 2024.12.21 00:59:54.031878 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20771 | 2024.12.21 00:59:54.031967 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_161_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20772 | 2024.12.21 00:59:54.032046 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_156_32, total 44415 rows starting from the beginning of the part | ||
| 20773 | 2024.12.21 00:59:54.032103 [ 260 ] {4b11eb8d-34e9-456d-a309-79686c7f10bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20774 | 2024.12.21 00:59:54.032300 [ 260 ] {4b11eb8d-34e9-456d-a309-79686c7f10bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20775 | 2024.12.21 00:59:54.032315 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 42 rows starting from the beginning of the part | ||
| 20776 | 2024.12.21 00:59:54.032764 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 160 rows starting from the beginning of the part | ||
| 20777 | 2024.12.21 00:59:54.033156 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 237 rows starting from the beginning of the part | ||
| 20778 | 2024.12.21 00:59:54.033472 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 161 rows starting from the beginning of the part | ||
| 20779 | 2024.12.21 00:59:54.033768 [ 188 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 237 rows starting from the beginning of the part | ||
| 20780 | 2024.12.21 00:59:54.034735 [ 260 ] {4b11eb8d-34e9-456d-a309-79686c7f10bf} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20781 | 2024.12.21 00:59:54.034816 [ 260 ] {4b11eb8d-34e9-456d-a309-79686c7f10bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20782 | 2024.12.21 00:59:54.035432 [ 260 ] {4b11eb8d-34e9-456d-a309-79686c7f10bf} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 20783 | 2024.12.21 00:59:54.035801 [ 260 ] {4b11eb8d-34e9-456d-a309-79686c7f10bf} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20784 | 2024.12.21 00:59:54.036016 [ 108 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Selected 6 parts from all_1_63_13 to all_68_68_0 | ||
| 20785 | 2024.12.21 00:59:54.036103 [ 108 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20786 | 2024.12.21 00:59:54.036171 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20787 | 2024.12.21 00:59:54.036522 [ 260 ] {4b11eb8d-34e9-456d-a309-79686c7f10bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004448 sec., 224.8201438848921 rows/sec., 15.15 KiB/sec. | ||
| 20788 | 2024.12.21 00:59:54.036897 [ 197 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_68_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_63_13 to all_68_68_0 into Compact with storage Full | ||
| 20789 | 2024.12.21 00:59:54.037021 [ 260 ] {4b11eb8d-34e9-456d-a309-79686c7f10bf} <Debug> TCPHandler: Processed in 0.005263007 sec. | ||
| 20790 | 2024.12.21 00:59:54.037627 [ 197 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_68_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20791 | 2024.12.21 00:59:54.037763 [ 197 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_63_13, total 64 rows starting from the beginning of the part | ||
| 20792 | 2024.12.21 00:59:54.037820 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20793 | 2024.12.21 00:59:54.038202 [ 197 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part | ||
| 20794 | 2024.12.21 00:59:54.038637 [ 197 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
| 20795 | 2024.12.21 00:59:54.039025 [ 263 ] {042fd086-0370-4a0a-b336-8305e8007d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20796 | 2024.12.21 00:59:54.039246 [ 197 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part | ||
| 20797 | 2024.12.21 00:59:54.039550 [ 263 ] {042fd086-0370-4a0a-b336-8305e8007d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20798 | 2024.12.21 00:59:54.039854 [ 197 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
| 20799 | 2024.12.21 00:59:54.040316 [ 197 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part | ||
| 20800 | 2024.12.21 00:59:54.046153 [ 197 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_68_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 69 rows, containing 4 columns (4 merged, 0 gathered) in 0.009816552 sec., 7028.944582578486 rows/sec., 473.23 KiB/sec. | ||
| 20801 | 2024.12.21 00:59:54.046455 [ 197 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_68_14} <Trace> MergedBlockOutputStream: filled checksums all_1_68_14 (state Temporary) | ||
| 20802 | 2024.12.21 00:59:54.046470 [ 263 ] {042fd086-0370-4a0a-b336-8305e8007d1c} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20803 | 2024.12.21 00:59:54.046555 [ 263 ] {042fd086-0370-4a0a-b336-8305e8007d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20804 | 2024.12.21 00:59:54.047296 [ 197 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_68_14} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_merge_all_1_68_14 to all_1_68_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20805 | 2024.12.21 00:59:54.047491 [ 197 ] {af3c44c6-59c4-4ed0-a11c-735286a6ab76::all_1_68_14} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76) (MergerMutator): Merged 6 parts: [all_1_63_13, all_68_68_0] -> all_1_68_14 | ||
| 20806 | 2024.12.21 00:59:54.047695 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 20807 | 2024.12.21 00:59:54.048080 [ 263 ] {042fd086-0370-4a0a-b336-8305e8007d1c} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 20808 | 2024.12.21 00:59:54.048389 [ 263 ] {042fd086-0370-4a0a-b336-8305e8007d1c} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20809 | 2024.12.21 00:59:54.048782 [ 263 ] {042fd086-0370-4a0a-b336-8305e8007d1c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.009963 sec., 1204.4564890093345 rows/sec., 2.16 MiB/sec. | ||
| 20810 | 2024.12.21 00:59:54.048891 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_161_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45252 rows, containing 5 columns (5 merged, 0 gathered) in 0.017168178 sec., 2635806.781593248 rows/sec., 178.13 MiB/sec. | ||
| 20811 | 2024.12.21 00:59:54.049074 [ 263 ] {042fd086-0370-4a0a-b336-8305e8007d1c} <Debug> TCPHandler: Processed in 0.011908821 sec. | ||
| 20812 | 2024.12.21 00:59:54.049281 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20813 | 2024.12.21 00:59:54.049382 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_161_33} <Trace> MergedBlockOutputStream: filled checksums all_1_161_33 (state Temporary) | ||
| 20814 | 2024.12.21 00:59:54.049502 [ 260 ] {1ab8c34d-6451-405e-aa7f-8a065417633b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20815 | 2024.12.21 00:59:54.049586 [ 260 ] {1ab8c34d-6451-405e-aa7f-8a065417633b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20816 | 2024.12.21 00:59:54.050009 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_161_33} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_161_33 to all_1_161_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20817 | 2024.12.21 00:59:54.050208 [ 192 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_161_33} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_156_32, all_161_161_0] -> all_1_161_33 | ||
| 20818 | 2024.12.21 00:59:54.050328 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. | ||
| 20819 | 2024.12.21 00:59:54.050583 [ 260 ] {1ab8c34d-6451-405e-aa7f-8a065417633b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20820 | 2024.12.21 00:59:54.050629 [ 260 ] {1ab8c34d-6451-405e-aa7f-8a065417633b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20821 | 2024.12.21 00:59:54.051014 [ 260 ] {1ab8c34d-6451-405e-aa7f-8a065417633b} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 20822 | 2024.12.21 00:59:54.051259 [ 260 ] {1ab8c34d-6451-405e-aa7f-8a065417633b} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20823 | 2024.12.21 00:59:54.051435 [ 108 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 20824 | 2024.12.21 00:59:54.051483 [ 108 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20825 | 2024.12.21 00:59:54.051502 [ 260 ] {1ab8c34d-6451-405e-aa7f-8a065417633b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002083 sec., 39366.298607777244 rows/sec., 2.50 MiB/sec. | ||
| 20826 | 2024.12.21 00:59:54.051526 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20827 | 2024.12.21 00:59:54.051706 [ 260 ] {1ab8c34d-6451-405e-aa7f-8a065417633b} <Debug> TCPHandler: Processed in 0.002496096 sec. | ||
| 20828 | 2024.12.21 00:59:54.051813 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 20829 | 2024.12.21 00:59:54.052037 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20830 | 2024.12.21 00:59:54.052095 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9524 rows starting from the beginning of the part | ||
| 20831 | 2024.12.21 00:59:54.052358 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 16 rows starting from the beginning of the part | ||
| 20832 | 2024.12.21 00:59:54.052745 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 60 rows starting from the beginning of the part | ||
| 20833 | 2024.12.21 00:59:54.053115 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 82 rows starting from the beginning of the part | ||
| 20834 | 2024.12.21 00:59:54.053477 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 60 rows starting from the beginning of the part | ||
| 20835 | 2024.12.21 00:59:54.053815 [ 191 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 82 rows starting from the beginning of the part | ||
| 20836 | 2024.12.21 00:59:54.057667 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9824 rows, containing 4 columns (4 merged, 0 gathered) in 0.006006732 sec., 1635498.3042359806 rows/sec., 106.68 MiB/sec. | ||
| 20837 | 2024.12.21 00:59:54.058035 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 20838 | 2024.12.21 00:59:54.058470 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_161_32} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20839 | 2024.12.21 00:59:54.058555 [ 194 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_161_32} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 20840 | 2024.12.21 00:59:54.058649 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. | ||
| 20841 | 2024.12.21 00:59:54.985217 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20842 | 2024.12.21 00:59:54.985262 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20843 | 2024.12.21 00:59:54.987635 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20844 | 2024.12.21 00:59:55.232388 [ 225 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20845 | 2024.12.21 00:59:55.232482 [ 225 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20846 | 2024.12.21 00:59:55.234753 [ 225 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20847 | 2024.12.21 00:59:57.283170 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20848 | 2024.12.21 00:59:57.283242 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20849 | 2024.12.21 00:59:57.603687 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44896 | ||
| 20850 | 2024.12.21 00:59:57.604425 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20851 | 2024.12.21 00:59:57.604474 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20852 | 2024.12.21 00:59:57.605039 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 20853 | 2024.12.21 00:59:57.605319 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20854 | 2024.12.21 00:59:57.605583 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 | ||
| 20855 | 2024.12.21 00:59:58.998803 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20856 | 2024.12.21 00:59:58.998999 [ 260 ] {292437b3-9e37-4cb8-b37e-b92886f8e94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20857 | 2024.12.21 00:59:58.999076 [ 260 ] {292437b3-9e37-4cb8-b37e-b92886f8e94b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20858 | 2024.12.21 00:59:58.999941 [ 260 ] {292437b3-9e37-4cb8-b37e-b92886f8e94b} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20859 | 2024.12.21 00:59:58.999990 [ 260 ] {292437b3-9e37-4cb8-b37e-b92886f8e94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20860 | 2024.12.21 00:59:59.000706 [ 260 ] {292437b3-9e37-4cb8-b37e-b92886f8e94b} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20861 | 2024.12.21 00:59:59.000984 [ 260 ] {292437b3-9e37-4cb8-b37e-b92886f8e94b} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20862 | 2024.12.21 00:59:59.001237 [ 260 ] {292437b3-9e37-4cb8-b37e-b92886f8e94b} <Debug> executeQuery: Read 142 rows, 12.46 KiB in 0.002293 sec., 61927.60575665068 rows/sec., 5.31 MiB/sec. | ||
| 20863 | 2024.12.21 00:59:59.001318 [ 260 ] {292437b3-9e37-4cb8-b37e-b92886f8e94b} <Debug> TCPHandler: Processed in 0.002653829 sec. | ||
| 20864 | 2024.12.21 00:59:59.001621 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20865 | 2024.12.21 00:59:59.001849 [ 263 ] {4b71b7bb-f2db-4ea5-8234-f637eb5f71c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20866 | 2024.12.21 00:59:59.001939 [ 263 ] {4b71b7bb-f2db-4ea5-8234-f637eb5f71c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20867 | 2024.12.21 00:59:59.002827 [ 263 ] {4b71b7bb-f2db-4ea5-8234-f637eb5f71c1} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20868 | 2024.12.21 00:59:59.002875 [ 263 ] {4b71b7bb-f2db-4ea5-8234-f637eb5f71c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20869 | 2024.12.21 00:59:59.003339 [ 263 ] {4b71b7bb-f2db-4ea5-8234-f637eb5f71c1} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 20870 | 2024.12.21 00:59:59.003620 [ 263 ] {4b71b7bb-f2db-4ea5-8234-f637eb5f71c1} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20871 | 2024.12.21 00:59:59.003862 [ 263 ] {4b71b7bb-f2db-4ea5-8234-f637eb5f71c1} <Debug> executeQuery: Read 43 rows, 3.23 KiB in 0.002069 sec., 20782.986950217495 rows/sec., 1.53 MiB/sec. | ||
| 20872 | 2024.12.21 00:59:59.003959 [ 263 ] {4b71b7bb-f2db-4ea5-8234-f637eb5f71c1} <Debug> TCPHandler: Processed in 0.002520077 sec. | ||
| 20873 | 2024.12.21 00:59:59.004182 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20874 | 2024.12.21 00:59:59.004383 [ 260 ] {0000cd23-372d-434b-b214-6034fa145957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20875 | 2024.12.21 00:59:59.004435 [ 260 ] {0000cd23-372d-434b-b214-6034fa145957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20876 | 2024.12.21 00:59:59.005073 [ 260 ] {0000cd23-372d-434b-b214-6034fa145957} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20877 | 2024.12.21 00:59:59.005114 [ 260 ] {0000cd23-372d-434b-b214-6034fa145957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20878 | 2024.12.21 00:59:59.005512 [ 260 ] {0000cd23-372d-434b-b214-6034fa145957} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20879 | 2024.12.21 00:59:59.005749 [ 260 ] {0000cd23-372d-434b-b214-6034fa145957} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20880 | 2024.12.21 00:59:59.005980 [ 260 ] {0000cd23-372d-434b-b214-6034fa145957} <Debug> executeQuery: Read 107 rows, 8.56 KiB in 0.001629 sec., 65684.46899938612 rows/sec., 5.13 MiB/sec. | ||
| 20881 | 2024.12.21 00:59:59.006036 [ 260 ] {0000cd23-372d-434b-b214-6034fa145957} <Debug> TCPHandler: Processed in 0.001990187 sec. | ||
| 20882 | 2024.12.21 00:59:59.006205 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20883 | 2024.12.21 00:59:59.006346 [ 263 ] {c4d1cd25-2644-4b19-b6f5-3ebb8267873f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20884 | 2024.12.21 00:59:59.006411 [ 263 ] {c4d1cd25-2644-4b19-b6f5-3ebb8267873f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20885 | 2024.12.21 00:59:59.007076 [ 263 ] {c4d1cd25-2644-4b19-b6f5-3ebb8267873f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20886 | 2024.12.21 00:59:59.007121 [ 263 ] {c4d1cd25-2644-4b19-b6f5-3ebb8267873f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20887 | 2024.12.21 00:59:59.007550 [ 263 ] {c4d1cd25-2644-4b19-b6f5-3ebb8267873f} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20888 | 2024.12.21 00:59:59.007807 [ 263 ] {c4d1cd25-2644-4b19-b6f5-3ebb8267873f} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20889 | 2024.12.21 00:59:59.008016 [ 263 ] {c4d1cd25-2644-4b19-b6f5-3ebb8267873f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001703 sec., 93951.84967704052 rows/sec., 6.54 MiB/sec. | ||
| 20890 | 2024.12.21 00:59:59.008096 [ 263 ] {c4d1cd25-2644-4b19-b6f5-3ebb8267873f} <Debug> TCPHandler: Processed in 0.001956416 sec. | ||
| 20891 | 2024.12.21 00:59:59.008261 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20892 | 2024.12.21 00:59:59.008387 [ 260 ] {188a3a65-714a-4ae5-bcbd-4e4149c231a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20893 | 2024.12.21 00:59:59.008472 [ 260 ] {188a3a65-714a-4ae5-bcbd-4e4149c231a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20894 | 2024.12.21 00:59:59.009723 [ 260 ] {188a3a65-714a-4ae5-bcbd-4e4149c231a3} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20895 | 2024.12.21 00:59:59.009764 [ 260 ] {188a3a65-714a-4ae5-bcbd-4e4149c231a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20896 | 2024.12.21 00:59:59.010505 [ 260 ] {188a3a65-714a-4ae5-bcbd-4e4149c231a3} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 20897 | 2024.12.21 00:59:59.010777 [ 260 ] {188a3a65-714a-4ae5-bcbd-4e4149c231a3} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20898 | 2024.12.21 00:59:59.011021 [ 260 ] {188a3a65-714a-4ae5-bcbd-4e4149c231a3} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.002659 sec., 16171.49304249718 rows/sec., 28.98 MiB/sec. | ||
| 20899 | 2024.12.21 00:59:59.011141 [ 260 ] {188a3a65-714a-4ae5-bcbd-4e4149c231a3} <Debug> TCPHandler: Processed in 0.002939985 sec. | ||
| 20900 | 2024.12.21 00:59:59.011305 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20901 | 2024.12.21 00:59:59.011439 [ 263 ] {da199539-f1b9-4a53-b5cd-e016982c079e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20902 | 2024.12.21 00:59:59.011508 [ 263 ] {da199539-f1b9-4a53-b5cd-e016982c079e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20903 | 2024.12.21 00:59:59.012137 [ 263 ] {da199539-f1b9-4a53-b5cd-e016982c079e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20904 | 2024.12.21 00:59:59.012185 [ 263 ] {da199539-f1b9-4a53-b5cd-e016982c079e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20905 | 2024.12.21 00:59:59.012638 [ 263 ] {da199539-f1b9-4a53-b5cd-e016982c079e} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20906 | 2024.12.21 00:59:59.012901 [ 263 ] {da199539-f1b9-4a53-b5cd-e016982c079e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20907 | 2024.12.21 00:59:59.013107 [ 263 ] {da199539-f1b9-4a53-b5cd-e016982c079e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0017 sec., 35294.117647058825 rows/sec., 2.38 MiB/sec. | ||
| 20908 | 2024.12.21 00:59:59.013182 [ 263 ] {da199539-f1b9-4a53-b5cd-e016982c079e} <Debug> TCPHandler: Processed in 0.001935996 sec. | ||
| 20909 | 2024.12.21 01:00:00.952143 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 739 | ||
| 20910 | 2024.12.21 01:00:00.976300 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20911 | 2024.12.21 01:00:00.976371 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 20912 | 2024.12.21 01:00:00.983991 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 20913 | 2024.12.21 01:00:00.984824 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20914 | 2024.12.21 01:00:00.988211 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739 | ||
| 20915 | 2024.12.21 01:00:02.147428 [ 220 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20916 | 2024.12.21 01:00:02.147503 [ 220 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20917 | 2024.12.21 01:00:02.149578 [ 220 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20918 | 2024.12.21 01:00:02.479872 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20919 | 2024.12.21 01:00:02.479956 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20920 | 2024.12.21 01:00:02.482304 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20921 | 2024.12.21 01:00:02.767791 [ 217 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20922 | 2024.12.21 01:00:02.767843 [ 217 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20923 | 2024.12.21 01:00:02.769846 [ 217 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20924 | 2024.12.21 01:00:02.777729 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20925 | 2024.12.21 01:00:02.777916 [ 260 ] {616c97b7-defa-4bf5-8b68-1d776b4474ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20926 | 2024.12.21 01:00:02.777993 [ 260 ] {616c97b7-defa-4bf5-8b68-1d776b4474ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20927 | 2024.12.21 01:00:02.778805 [ 260 ] {616c97b7-defa-4bf5-8b68-1d776b4474ae} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20928 | 2024.12.21 01:00:02.778845 [ 260 ] {616c97b7-defa-4bf5-8b68-1d776b4474ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 20929 | 2024.12.21 01:00:02.779276 [ 260 ] {616c97b7-defa-4bf5-8b68-1d776b4474ae} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 20930 | 2024.12.21 01:00:02.779536 [ 260 ] {616c97b7-defa-4bf5-8b68-1d776b4474ae} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20931 | 2024.12.21 01:00:02.779693 [ 97 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 20932 | 2024.12.21 01:00:02.779742 [ 97 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20933 | 2024.12.21 01:00:02.779749 [ 260 ] {616c97b7-defa-4bf5-8b68-1d776b4474ae} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 532.95 KiB/sec. | ||
| 20934 | 2024.12.21 01:00:02.779770 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 20935 | 2024.12.21 01:00:02.779863 [ 260 ] {616c97b7-defa-4bf5-8b68-1d776b4474ae} <Debug> TCPHandler: Processed in 0.002269212 sec. | ||
| 20936 | 2024.12.21 01:00:02.779957 [ 220 ] {} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20937 | 2024.12.21 01:00:02.780053 [ 220 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20938 | 2024.12.21 01:00:02.780248 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20939 | 2024.12.21 01:00:02.780293 [ 199 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 20940 | 2024.12.21 01:00:02.780568 [ 263 ] {fe566bd4-15e8-4306-9d09-db097267d2ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20941 | 2024.12.21 01:00:02.780765 [ 263 ] {fe566bd4-15e8-4306-9d09-db097267d2ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20942 | 2024.12.21 01:00:02.780844 [ 199 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20943 | 2024.12.21 01:00:02.781023 [ 199 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 14 rows starting from the beginning of the part | ||
| 20944 | 2024.12.21 01:00:02.781523 [ 199 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
| 20945 | 2024.12.21 01:00:02.782048 [ 199 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 20946 | 2024.12.21 01:00:02.782488 [ 199 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
| 20947 | 2024.12.21 01:00:02.782831 [ 199 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part | ||
| 20948 | 2024.12.21 01:00:02.787548 [ 263 ] {fe566bd4-15e8-4306-9d09-db097267d2ff} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20949 | 2024.12.21 01:00:02.787676 [ 263 ] {fe566bd4-15e8-4306-9d09-db097267d2ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 20950 | 2024.12.21 01:00:02.787863 [ 220 ] {} <Debug> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20951 | 2024.12.21 01:00:02.789448 [ 194 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.009531247 sec., 7344.264606719352 rows/sec., 557.38 KiB/sec. | ||
| 20952 | 2024.12.21 01:00:02.789563 [ 263 ] {fe566bd4-15e8-4306-9d09-db097267d2ff} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 20953 | 2024.12.21 01:00:02.789770 [ 194 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 20954 | 2024.12.21 01:00:02.789987 [ 263 ] {fe566bd4-15e8-4306-9d09-db097267d2ff} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20955 | 2024.12.21 01:00:02.790466 [ 263 ] {fe566bd4-15e8-4306-9d09-db097267d2ff} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.009986 sec., 600.8411776487081 rows/sec., 48.99 KiB/sec. | ||
| 20956 | 2024.12.21 01:00:02.790501 [ 194 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_69_17} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20957 | 2024.12.21 01:00:02.790809 [ 263 ] {fe566bd4-15e8-4306-9d09-db097267d2ff} <Debug> TCPHandler: Processed in 0.01078755 sec. | ||
| 20958 | 2024.12.21 01:00:02.790940 [ 194 ] {16f7187c-f7ae-4ab6-8c20-c34a862b8c4e::all_1_69_17} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 20959 | 2024.12.21 01:00:02.791119 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20960 | 2024.12.21 01:00:02.791158 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 20961 | 2024.12.21 01:00:02.791277 [ 260 ] {6538566f-366f-49af-9261-2cd2d80f49be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20962 | 2024.12.21 01:00:02.791336 [ 260 ] {6538566f-366f-49af-9261-2cd2d80f49be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20963 | 2024.12.21 01:00:02.792741 [ 260 ] {6538566f-366f-49af-9261-2cd2d80f49be} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20964 | 2024.12.21 01:00:02.792782 [ 260 ] {6538566f-366f-49af-9261-2cd2d80f49be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 20965 | 2024.12.21 01:00:02.793266 [ 260 ] {6538566f-366f-49af-9261-2cd2d80f49be} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 20966 | 2024.12.21 01:00:02.793517 [ 260 ] {6538566f-366f-49af-9261-2cd2d80f49be} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20967 | 2024.12.21 01:00:02.793755 [ 260 ] {6538566f-366f-49af-9261-2cd2d80f49be} <Debug> executeQuery: Read 1370 rows, 116.66 KiB in 0.002511 sec., 545599.3628036638 rows/sec., 45.37 MiB/sec. | ||
| 20968 | 2024.12.21 01:00:02.793816 [ 260 ] {6538566f-366f-49af-9261-2cd2d80f49be} <Debug> TCPHandler: Processed in 0.002863673 sec. | ||
| 20969 | 2024.12.21 01:00:02.794016 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20970 | 2024.12.21 01:00:02.794165 [ 263 ] {af6adc86-5918-4d1c-91ac-72f2abf9e9ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20971 | 2024.12.21 01:00:02.794228 [ 263 ] {af6adc86-5918-4d1c-91ac-72f2abf9e9ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20972 | 2024.12.21 01:00:02.794907 [ 263 ] {af6adc86-5918-4d1c-91ac-72f2abf9e9ed} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20973 | 2024.12.21 01:00:02.794947 [ 263 ] {af6adc86-5918-4d1c-91ac-72f2abf9e9ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 20974 | 2024.12.21 01:00:02.795314 [ 263 ] {af6adc86-5918-4d1c-91ac-72f2abf9e9ed} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 20975 | 2024.12.21 01:00:02.795556 [ 263 ] {af6adc86-5918-4d1c-91ac-72f2abf9e9ed} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20976 | 2024.12.21 01:00:02.795773 [ 263 ] {af6adc86-5918-4d1c-91ac-72f2abf9e9ed} <Debug> executeQuery: Read 25 rows, 1.78 KiB in 0.001645 sec., 15197.568389057751 rows/sec., 1.06 MiB/sec. | ||
| 20977 | 2024.12.21 01:00:02.795829 [ 263 ] {af6adc86-5918-4d1c-91ac-72f2abf9e9ed} <Debug> TCPHandler: Processed in 0.001886035 sec. | ||
| 20978 | 2024.12.21 01:00:02.795997 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20979 | 2024.12.21 01:00:02.796148 [ 260 ] {90dd3197-7bdd-4af9-8056-3c601daf25f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20980 | 2024.12.21 01:00:02.796226 [ 260 ] {90dd3197-7bdd-4af9-8056-3c601daf25f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20981 | 2024.12.21 01:00:02.796983 [ 260 ] {90dd3197-7bdd-4af9-8056-3c601daf25f9} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20982 | 2024.12.21 01:00:02.797023 [ 260 ] {90dd3197-7bdd-4af9-8056-3c601daf25f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 20983 | 2024.12.21 01:00:02.797407 [ 260 ] {90dd3197-7bdd-4af9-8056-3c601daf25f9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20984 | 2024.12.21 01:00:02.797647 [ 260 ] {90dd3197-7bdd-4af9-8056-3c601daf25f9} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20985 | 2024.12.21 01:00:02.797860 [ 260 ] {90dd3197-7bdd-4af9-8056-3c601daf25f9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001746 sec., 138602.52004581902 rows/sec., 9.39 MiB/sec. | ||
| 20986 | 2024.12.21 01:00:02.797865 [ 224 ] {} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): 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] | ||
| 20987 | 2024.12.21 01:00:02.797942 [ 224 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): 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] | ||
| 20988 | 2024.12.21 01:00:02.797971 [ 260 ] {90dd3197-7bdd-4af9-8056-3c601daf25f9} <Debug> TCPHandler: Processed in 0.002040088 sec. | ||
| 20989 | 2024.12.21 01:00:02.798170 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20990 | 2024.12.21 01:00:02.798327 [ 263 ] {70c71183-dd3d-4afd-a625-1fbd7a0d53e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20991 | 2024.12.21 01:00:02.798398 [ 263 ] {70c71183-dd3d-4afd-a625-1fbd7a0d53e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20992 | 2024.12.21 01:00:02.799193 [ 263 ] {70c71183-dd3d-4afd-a625-1fbd7a0d53e2} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20993 | 2024.12.21 01:00:02.799236 [ 263 ] {70c71183-dd3d-4afd-a625-1fbd7a0d53e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 20994 | 2024.12.21 01:00:02.799673 [ 263 ] {70c71183-dd3d-4afd-a625-1fbd7a0d53e2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 20995 | 2024.12.21 01:00:02.799962 [ 263 ] {70c71183-dd3d-4afd-a625-1fbd7a0d53e2} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20996 | 2024.12.21 01:00:02.800190 [ 97 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 20997 | 2024.12.21 01:00:02.800282 [ 97 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20998 | 2024.12.21 01:00:02.800317 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 20999 | 2024.12.21 01:00:02.800334 [ 263 ] {70c71183-dd3d-4afd-a625-1fbd7a0d53e2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002032 sec., 6397.637795275591 rows/sec., 398.89 KiB/sec. | ||
| 21000 | 2024.12.21 01:00:02.800562 [ 225 ] {} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 21001 | 2024.12.21 01:00:02.800658 [ 225 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 21002 | 2024.12.21 01:00:02.800814 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 21003 | 2024.12.21 01:00:02.800881 [ 263 ] {70c71183-dd3d-4afd-a625-1fbd7a0d53e2} <Debug> TCPHandler: Processed in 0.002793352 sec. | ||
| 21004 | 2024.12.21 01:00:02.801153 [ 224 ] {} <Debug> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): 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] | ||
| 21005 | 2024.12.21 01:00:02.801236 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21006 | 2024.12.21 01:00:02.801702 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21007 | 2024.12.21 01:00:02.801822 [ 260 ] {360c0681-1b4f-40ae-b2d3-cf7c451ddc7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21008 | 2024.12.21 01:00:02.801880 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 13 rows starting from the beginning of the part | ||
| 21009 | 2024.12.21 01:00:02.802096 [ 260 ] {360c0681-1b4f-40ae-b2d3-cf7c451ddc7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21010 | 2024.12.21 01:00:02.802855 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 13 rows starting from the beginning of the part | ||
| 21011 | 2024.12.21 01:00:02.803953 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 13 rows starting from the beginning of the part | ||
| 21012 | 2024.12.21 01:00:02.804392 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 13 rows starting from the beginning of the part | ||
| 21013 | 2024.12.21 01:00:02.804878 [ 193 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 13 rows starting from the beginning of the part | ||
| 21014 | 2024.12.21 01:00:02.806928 [ 260 ] {360c0681-1b4f-40ae-b2d3-cf7c451ddc7c} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21015 | 2024.12.21 01:00:02.806984 [ 260 ] {360c0681-1b4f-40ae-b2d3-cf7c451ddc7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21016 | 2024.12.21 01:00:02.807485 [ 225 ] {} <Debug> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 21017 | 2024.12.21 01:00:02.807494 [ 195 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007060981 sec., 9205.519742936569 rows/sec., 609.92 KiB/sec. | ||
| 21018 | 2024.12.21 01:00:02.807977 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 21019 | 2024.12.21 01:00:02.808183 [ 260 ] {360c0681-1b4f-40ae-b2d3-cf7c451ddc7c} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 21020 | 2024.12.21 01:00:02.808837 [ 260 ] {360c0681-1b4f-40ae-b2d3-cf7c451ddc7c} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21021 | 2024.12.21 01:00:02.808880 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_69_17} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21022 | 2024.12.21 01:00:02.809081 [ 194 ] {2bf5c141-6afb-4188-9f1d-4b108a890c34::all_1_69_17} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 21023 | 2024.12.21 01:00:02.809289 [ 221 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21024 | 2024.12.21 01:00:02.809307 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 21025 | 2024.12.21 01:00:02.809335 [ 260 ] {360c0681-1b4f-40ae-b2d3-cf7c451ddc7c} <Debug> executeQuery: Read 856 rows, 63.42 KiB in 0.007665 sec., 111676.45140247881 rows/sec., 8.08 MiB/sec. | ||
| 21026 | 2024.12.21 01:00:02.809346 [ 221 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21027 | 2024.12.21 01:00:02.809447 [ 260 ] {360c0681-1b4f-40ae-b2d3-cf7c451ddc7c} <Debug> TCPHandler: Processed in 0.008418676 sec. | ||
| 21028 | 2024.12.21 01:00:02.809612 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21029 | 2024.12.21 01:00:02.809862 [ 263 ] {7e5b7681-0fa6-425c-9375-9ef76cec07b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21030 | 2024.12.21 01:00:02.809996 [ 263 ] {7e5b7681-0fa6-425c-9375-9ef76cec07b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21031 | 2024.12.21 01:00:02.811070 [ 263 ] {7e5b7681-0fa6-425c-9375-9ef76cec07b9} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21032 | 2024.12.21 01:00:02.811160 [ 263 ] {7e5b7681-0fa6-425c-9375-9ef76cec07b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21033 | 2024.12.21 01:00:02.811891 [ 263 ] {7e5b7681-0fa6-425c-9375-9ef76cec07b9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 21034 | 2024.12.21 01:00:02.812340 [ 263 ] {7e5b7681-0fa6-425c-9375-9ef76cec07b9} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21035 | 2024.12.21 01:00:02.812751 [ 218 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): 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] | ||
| 21036 | 2024.12.21 01:00:02.812756 [ 263 ] {7e5b7681-0fa6-425c-9375-9ef76cec07b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002966 sec., 2022.9265003371545 rows/sec., 105.69 KiB/sec. | ||
| 21037 | 2024.12.21 01:00:02.812807 [ 218 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): 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] | ||
| 21038 | 2024.12.21 01:00:02.813023 [ 263 ] {7e5b7681-0fa6-425c-9375-9ef76cec07b9} <Debug> TCPHandler: Processed in 0.003473284 sec. | ||
| 21039 | 2024.12.21 01:00:02.813107 [ 221 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21040 | 2024.12.21 01:00:02.813345 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21041 | 2024.12.21 01:00:02.813672 [ 260 ] {e8e797e4-11b6-43ce-a6d1-5d224a6b96fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21042 | 2024.12.21 01:00:02.813783 [ 260 ] {e8e797e4-11b6-43ce-a6d1-5d224a6b96fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21043 | 2024.12.21 01:00:02.816364 [ 260 ] {e8e797e4-11b6-43ce-a6d1-5d224a6b96fb} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21044 | 2024.12.21 01:00:02.816407 [ 260 ] {e8e797e4-11b6-43ce-a6d1-5d224a6b96fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21045 | 2024.12.21 01:00:02.817217 [ 260 ] {e8e797e4-11b6-43ce-a6d1-5d224a6b96fb} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 21046 | 2024.12.21 01:00:02.817678 [ 260 ] {e8e797e4-11b6-43ce-a6d1-5d224a6b96fb} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21047 | 2024.12.21 01:00:02.818025 [ 260 ] {e8e797e4-11b6-43ce-a6d1-5d224a6b96fb} <Debug> executeQuery: Read 918 rows, 62.70 KiB in 0.00437 sec., 210068.64988558352 rows/sec., 14.01 MiB/sec. | ||
| 21048 | 2024.12.21 01:00:02.818097 [ 218 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): 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] | ||
| 21049 | 2024.12.21 01:00:02.818144 [ 260 ] {e8e797e4-11b6-43ce-a6d1-5d224a6b96fb} <Debug> TCPHandler: Processed in 0.004974233 sec. | ||
| 21050 | 2024.12.21 01:00:02.818435 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21051 | 2024.12.21 01:00:02.818711 [ 263 ] {9101b6c2-6844-4dc8-a485-1278206fa0a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21052 | 2024.12.21 01:00:02.818845 [ 263 ] {9101b6c2-6844-4dc8-a485-1278206fa0a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21053 | 2024.12.21 01:00:02.819449 [ 263 ] {9101b6c2-6844-4dc8-a485-1278206fa0a7} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21054 | 2024.12.21 01:00:02.819493 [ 263 ] {9101b6c2-6844-4dc8-a485-1278206fa0a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21055 | 2024.12.21 01:00:02.819953 [ 263 ] {9101b6c2-6844-4dc8-a485-1278206fa0a7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 21056 | 2024.12.21 01:00:02.820203 [ 263 ] {9101b6c2-6844-4dc8-a485-1278206fa0a7} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21057 | 2024.12.21 01:00:02.820446 [ 263 ] {9101b6c2-6844-4dc8-a485-1278206fa0a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001842 sec., 542.8881650380022 rows/sec., 36.58 KiB/sec. | ||
| 21058 | 2024.12.21 01:00:02.820457 [ 221 ] {} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): 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] | ||
| 21059 | 2024.12.21 01:00:02.820519 [ 221 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): 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] | ||
| 21060 | 2024.12.21 01:00:02.820556 [ 263 ] {9101b6c2-6844-4dc8-a485-1278206fa0a7} <Debug> TCPHandler: Processed in 0.002286562 sec. | ||
| 21061 | 2024.12.21 01:00:02.820738 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21062 | 2024.12.21 01:00:02.820863 [ 260 ] {f66c7569-a28b-4b3f-a118-f399cc7036ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21063 | 2024.12.21 01:00:02.820957 [ 260 ] {f66c7569-a28b-4b3f-a118-f399cc7036ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21064 | 2024.12.21 01:00:02.822731 [ 260 ] {f66c7569-a28b-4b3f-a118-f399cc7036ae} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21065 | 2024.12.21 01:00:02.822773 [ 260 ] {f66c7569-a28b-4b3f-a118-f399cc7036ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21066 | 2024.12.21 01:00:02.823483 [ 221 ] {} <Debug> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): 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] | ||
| 21067 | 2024.12.21 01:00:02.823583 [ 260 ] {f66c7569-a28b-4b3f-a118-f399cc7036ae} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 21068 | 2024.12.21 01:00:02.823959 [ 260 ] {f66c7569-a28b-4b3f-a118-f399cc7036ae} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21069 | 2024.12.21 01:00:02.824232 [ 260 ] {f66c7569-a28b-4b3f-a118-f399cc7036ae} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003394 sec., 3535.6511490866237 rows/sec., 6.34 MiB/sec. | ||
| 21070 | 2024.12.21 01:00:02.824500 [ 260 ] {f66c7569-a28b-4b3f-a118-f399cc7036ae} <Debug> TCPHandler: Processed in 0.003835741 sec. | ||
| 21071 | 2024.12.21 01:00:02.824785 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21072 | 2024.12.21 01:00:02.824979 [ 263 ] {1085a974-e44e-4e85-8765-bf64728e06e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21073 | 2024.12.21 01:00:02.825041 [ 263 ] {1085a974-e44e-4e85-8765-bf64728e06e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21074 | 2024.12.21 01:00:02.825635 [ 263 ] {1085a974-e44e-4e85-8765-bf64728e06e2} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21075 | 2024.12.21 01:00:02.825675 [ 263 ] {1085a974-e44e-4e85-8765-bf64728e06e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21076 | 2024.12.21 01:00:02.826102 [ 263 ] {1085a974-e44e-4e85-8765-bf64728e06e2} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 21077 | 2024.12.21 01:00:02.826342 [ 263 ] {1085a974-e44e-4e85-8765-bf64728e06e2} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21078 | 2024.12.21 01:00:02.826550 [ 263 ] {1085a974-e44e-4e85-8765-bf64728e06e2} <Debug> executeQuery: Read 66 rows, 4.22 KiB in 0.001601 sec., 41224.23485321674 rows/sec., 2.58 MiB/sec. | ||
| 21079 | 2024.12.21 01:00:02.826605 [ 263 ] {1085a974-e44e-4e85-8765-bf64728e06e2} <Debug> TCPHandler: Processed in 0.001987307 sec. | ||
| 21080 | 2024.12.21 01:00:02.919303 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2918 | ||
| 21081 | 2024.12.21 01:00:02.923249 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21082 | 2024.12.21 01:00:02.923295 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21083 | 2024.12.21 01:00:02.924894 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 21084 | 2024.12.21 01:00:02.925212 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21085 | 2024.12.21 01:00:02.925936 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2918 | ||
| 21086 | 2024.12.21 01:00:03.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.59 MiB, peak 295.42 MiB, free memory in arenas 0.00 B, will set to 274.69 MiB (RSS), difference: 3.10 MiB | ||
| 21087 | 2024.12.21 01:00:03.991883 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21088 | 2024.12.21 01:00:03.992078 [ 260 ] {95c90029-5845-4e29-a5a4-67e75def7823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21089 | 2024.12.21 01:00:03.992162 [ 260 ] {95c90029-5845-4e29-a5a4-67e75def7823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21090 | 2024.12.21 01:00:03.993012 [ 260 ] {95c90029-5845-4e29-a5a4-67e75def7823} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21091 | 2024.12.21 01:00:03.993061 [ 260 ] {95c90029-5845-4e29-a5a4-67e75def7823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21092 | 2024.12.21 01:00:03.993489 [ 260 ] {95c90029-5845-4e29-a5a4-67e75def7823} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 21093 | 2024.12.21 01:00:03.993760 [ 260 ] {95c90029-5845-4e29-a5a4-67e75def7823} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21094 | 2024.12.21 01:00:03.994027 [ 260 ] {95c90029-5845-4e29-a5a4-67e75def7823} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002 sec., 28000 rows/sec., 2.14 MiB/sec. | ||
| 21095 | 2024.12.21 01:00:03.994107 [ 260 ] {95c90029-5845-4e29-a5a4-67e75def7823} <Debug> TCPHandler: Processed in 0.002349243 sec. | ||
| 21096 | 2024.12.21 01:00:03.994378 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21097 | 2024.12.21 01:00:03.994571 [ 263 ] {a2800ac1-9840-44ca-8955-aa0a758df951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21098 | 2024.12.21 01:00:03.994646 [ 263 ] {a2800ac1-9840-44ca-8955-aa0a758df951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21099 | 2024.12.21 01:00:03.995459 [ 263 ] {a2800ac1-9840-44ca-8955-aa0a758df951} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21100 | 2024.12.21 01:00:03.995510 [ 263 ] {a2800ac1-9840-44ca-8955-aa0a758df951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21101 | 2024.12.21 01:00:03.995952 [ 263 ] {a2800ac1-9840-44ca-8955-aa0a758df951} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 21102 | 2024.12.21 01:00:03.996213 [ 263 ] {a2800ac1-9840-44ca-8955-aa0a758df951} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21103 | 2024.12.21 01:00:03.996471 [ 263 ] {a2800ac1-9840-44ca-8955-aa0a758df951} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001952 sec., 32786.88524590164 rows/sec., 2.56 MiB/sec. | ||
| 21104 | 2024.12.21 01:00:03.996565 [ 263 ] {a2800ac1-9840-44ca-8955-aa0a758df951} <Debug> TCPHandler: Processed in 0.002343944 sec. | ||
| 21105 | 2024.12.21 01:00:03.996798 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21106 | 2024.12.21 01:00:03.997005 [ 260 ] {39c537b7-1d5b-4bcc-88be-06708101418d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21107 | 2024.12.21 01:00:03.997075 [ 260 ] {39c537b7-1d5b-4bcc-88be-06708101418d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21108 | 2024.12.21 01:00:03.997748 [ 260 ] {39c537b7-1d5b-4bcc-88be-06708101418d} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21109 | 2024.12.21 01:00:03.997790 [ 260 ] {39c537b7-1d5b-4bcc-88be-06708101418d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21110 | 2024.12.21 01:00:03.998199 [ 260 ] {39c537b7-1d5b-4bcc-88be-06708101418d} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 21111 | 2024.12.21 01:00:03.998452 [ 260 ] {39c537b7-1d5b-4bcc-88be-06708101418d} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21112 | 2024.12.21 01:00:03.998644 [ 260 ] {39c537b7-1d5b-4bcc-88be-06708101418d} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001677 sec., 25044.722719141322 rows/sec., 1.74 MiB/sec. | ||
| 21113 | 2024.12.21 01:00:03.998711 [ 260 ] {39c537b7-1d5b-4bcc-88be-06708101418d} <Debug> TCPHandler: Processed in 0.002032608 sec. | ||
| 21114 | 2024.12.21 01:00:03.998892 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21115 | 2024.12.21 01:00:03.999021 [ 263 ] {9bf06113-49b5-4537-8483-49c87ea680fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21116 | 2024.12.21 01:00:03.999077 [ 263 ] {9bf06113-49b5-4537-8483-49c87ea680fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21117 | 2024.12.21 01:00:03.999588 [ 263 ] {9bf06113-49b5-4537-8483-49c87ea680fd} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21118 | 2024.12.21 01:00:03.999630 [ 263 ] {9bf06113-49b5-4537-8483-49c87ea680fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21119 | 2024.12.21 01:00:04.000076 [ 263 ] {9bf06113-49b5-4537-8483-49c87ea680fd} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 21120 | 2024.12.21 01:00:04.000577 [ 263 ] {9bf06113-49b5-4537-8483-49c87ea680fd} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21121 | 2024.12.21 01:00:04.000817 [ 263 ] {9bf06113-49b5-4537-8483-49c87ea680fd} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001826 sec., 8762.322015334064 rows/sec., 607.54 KiB/sec. | ||
| 21122 | 2024.12.21 01:00:04.000876 [ 263 ] {9bf06113-49b5-4537-8483-49c87ea680fd} <Debug> TCPHandler: Processed in 0.002046058 sec. | ||
| 21123 | 2024.12.21 01:00:05.105706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45384 | ||
| 21124 | 2024.12.21 01:00:05.106470 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21125 | 2024.12.21 01:00:05.106525 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21126 | 2024.12.21 01:00:05.107098 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 21127 | 2024.12.21 01:00:05.107372 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21128 | 2024.12.21 01:00:05.107639 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384 | ||
| 21129 | 2024.12.21 01:00:08.488266 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 747 | ||
| 21130 | 2024.12.21 01:00:08.513044 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21131 | 2024.12.21 01:00:08.513100 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21132 | 2024.12.21 01:00:08.520754 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 21133 | 2024.12.21 01:00:08.521569 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21134 | 2024.12.21 01:00:08.524867 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 747 | ||
| 21135 | 2024.12.21 01:00:08.999080 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21136 | 2024.12.21 01:00:08.999408 [ 260 ] {1a6797fc-d7ef-4214-894c-9ae0b7486137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21137 | 2024.12.21 01:00:08.999533 [ 260 ] {1a6797fc-d7ef-4214-894c-9ae0b7486137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21138 | 2024.12.21 01:00:09.000666 [ 260 ] {1a6797fc-d7ef-4214-894c-9ae0b7486137} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21139 | 2024.12.21 01:00:09.000714 [ 260 ] {1a6797fc-d7ef-4214-894c-9ae0b7486137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21140 | 2024.12.21 01:00:09.001186 [ 260 ] {1a6797fc-d7ef-4214-894c-9ae0b7486137} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 21141 | 2024.12.21 01:00:09.001453 [ 260 ] {1a6797fc-d7ef-4214-894c-9ae0b7486137} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21142 | 2024.12.21 01:00:09.001729 [ 260 ] {1a6797fc-d7ef-4214-894c-9ae0b7486137} <Debug> executeQuery: Read 142 rows, 12.46 KiB in 0.002403 sec., 59092.800665834366 rows/sec., 5.06 MiB/sec. | ||
| 21143 | 2024.12.21 01:00:09.001840 [ 260 ] {1a6797fc-d7ef-4214-894c-9ae0b7486137} <Debug> TCPHandler: Processed in 0.002964395 sec. | ||
| 21144 | 2024.12.21 01:00:09.002138 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21145 | 2024.12.21 01:00:09.002342 [ 263 ] {0124ee04-4d08-4d1c-b74b-18fe43250e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21146 | 2024.12.21 01:00:09.002414 [ 263 ] {0124ee04-4d08-4d1c-b74b-18fe43250e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21147 | 2024.12.21 01:00:09.003183 [ 263 ] {0124ee04-4d08-4d1c-b74b-18fe43250e60} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21148 | 2024.12.21 01:00:09.003227 [ 263 ] {0124ee04-4d08-4d1c-b74b-18fe43250e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21149 | 2024.12.21 01:00:09.003665 [ 263 ] {0124ee04-4d08-4d1c-b74b-18fe43250e60} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 21150 | 2024.12.21 01:00:09.003941 [ 263 ] {0124ee04-4d08-4d1c-b74b-18fe43250e60} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21151 | 2024.12.21 01:00:09.004163 [ 263 ] {0124ee04-4d08-4d1c-b74b-18fe43250e60} <Debug> executeQuery: Read 43 rows, 3.23 KiB in 0.00187 sec., 22994.652406417114 rows/sec., 1.69 MiB/sec. | ||
| 21152 | 2024.12.21 01:00:09.004242 [ 263 ] {0124ee04-4d08-4d1c-b74b-18fe43250e60} <Debug> TCPHandler: Processed in 0.002277802 sec. | ||
| 21153 | 2024.12.21 01:00:09.004410 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21154 | 2024.12.21 01:00:09.004560 [ 260 ] {a5226049-ccaa-463a-9239-d2738a01377e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21155 | 2024.12.21 01:00:09.004621 [ 260 ] {a5226049-ccaa-463a-9239-d2738a01377e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21156 | 2024.12.21 01:00:09.005295 [ 260 ] {a5226049-ccaa-463a-9239-d2738a01377e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21157 | 2024.12.21 01:00:09.005337 [ 260 ] {a5226049-ccaa-463a-9239-d2738a01377e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21158 | 2024.12.21 01:00:09.005729 [ 260 ] {a5226049-ccaa-463a-9239-d2738a01377e} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 21159 | 2024.12.21 01:00:09.005990 [ 260 ] {a5226049-ccaa-463a-9239-d2738a01377e} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21160 | 2024.12.21 01:00:09.006221 [ 260 ] {a5226049-ccaa-463a-9239-d2738a01377e} <Debug> executeQuery: Read 107 rows, 8.56 KiB in 0.001697 sec., 63052.44549204479 rows/sec., 4.93 MiB/sec. | ||
| 21161 | 2024.12.21 01:00:09.006279 [ 260 ] {a5226049-ccaa-463a-9239-d2738a01377e} <Debug> TCPHandler: Processed in 0.001941936 sec. | ||
| 21162 | 2024.12.21 01:00:09.006441 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21163 | 2024.12.21 01:00:09.006593 [ 263 ] {94f21bc6-cd20-4dba-8ad0-38cbdc82a9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21164 | 2024.12.21 01:00:09.006661 [ 263 ] {94f21bc6-cd20-4dba-8ad0-38cbdc82a9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21165 | 2024.12.21 01:00:09.007295 [ 263 ] {94f21bc6-cd20-4dba-8ad0-38cbdc82a9a4} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21166 | 2024.12.21 01:00:09.007338 [ 263 ] {94f21bc6-cd20-4dba-8ad0-38cbdc82a9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21167 | 2024.12.21 01:00:09.007782 [ 263 ] {94f21bc6-cd20-4dba-8ad0-38cbdc82a9a4} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 21168 | 2024.12.21 01:00:09.008033 [ 263 ] {94f21bc6-cd20-4dba-8ad0-38cbdc82a9a4} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21169 | 2024.12.21 01:00:09.008245 [ 263 ] {94f21bc6-cd20-4dba-8ad0-38cbdc82a9a4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001685 sec., 94955.48961424331 rows/sec., 6.61 MiB/sec. | ||
| 21170 | 2024.12.21 01:00:09.008322 [ 263 ] {94f21bc6-cd20-4dba-8ad0-38cbdc82a9a4} <Debug> TCPHandler: Processed in 0.001944577 sec. | ||
| 21171 | 2024.12.21 01:00:09.008474 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21172 | 2024.12.21 01:00:09.008600 [ 260 ] {6c4441e0-f05d-407f-a5d5-d1aca75f4856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21173 | 2024.12.21 01:00:09.008685 [ 260 ] {6c4441e0-f05d-407f-a5d5-d1aca75f4856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21174 | 2024.12.21 01:00:09.010141 [ 260 ] {6c4441e0-f05d-407f-a5d5-d1aca75f4856} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21175 | 2024.12.21 01:00:09.010182 [ 260 ] {6c4441e0-f05d-407f-a5d5-d1aca75f4856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21176 | 2024.12.21 01:00:09.010915 [ 260 ] {6c4441e0-f05d-407f-a5d5-d1aca75f4856} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 21177 | 2024.12.21 01:00:09.011184 [ 260 ] {6c4441e0-f05d-407f-a5d5-d1aca75f4856} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21178 | 2024.12.21 01:00:09.011400 [ 260 ] {6c4441e0-f05d-407f-a5d5-d1aca75f4856} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.002827 sec., 15210.47046338875 rows/sec., 27.26 MiB/sec. | ||
| 21179 | 2024.12.21 01:00:09.011522 [ 260 ] {6c4441e0-f05d-407f-a5d5-d1aca75f4856} <Debug> TCPHandler: Processed in 0.003105798 sec. | ||
| 21180 | 2024.12.21 01:00:09.011687 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21181 | 2024.12.21 01:00:09.011839 [ 263 ] {dd9f3cd4-d1be-4bbc-9028-4d3dde8a6d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21182 | 2024.12.21 01:00:09.011908 [ 263 ] {dd9f3cd4-d1be-4bbc-9028-4d3dde8a6d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21183 | 2024.12.21 01:00:09.012543 [ 263 ] {dd9f3cd4-d1be-4bbc-9028-4d3dde8a6d26} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21184 | 2024.12.21 01:00:09.012594 [ 263 ] {dd9f3cd4-d1be-4bbc-9028-4d3dde8a6d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21185 | 2024.12.21 01:00:09.013024 [ 263 ] {dd9f3cd4-d1be-4bbc-9028-4d3dde8a6d26} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 21186 | 2024.12.21 01:00:09.013273 [ 263 ] {dd9f3cd4-d1be-4bbc-9028-4d3dde8a6d26} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21187 | 2024.12.21 01:00:09.013534 [ 263 ] {dd9f3cd4-d1be-4bbc-9028-4d3dde8a6d26} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001731 sec., 34662.04506065858 rows/sec., 2.34 MiB/sec. | ||
| 21188 | 2024.12.21 01:00:09.013614 [ 263 ] {dd9f3cd4-d1be-4bbc-9028-4d3dde8a6d26} <Debug> TCPHandler: Processed in 0.001997106 sec. | ||
| 21189 | 2024.12.21 01:00:12.265953 [ 225 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 21190 | 2024.12.21 01:00:12.266026 [ 225 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 21191 | 2024.12.21 01:00:12.268077 [ 225 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 21192 | 2024.12.21 01:00:12.283489 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 21193 | 2024.12.21 01:00:12.283538 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 21194 | 2024.12.21 01:00:12.607760 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45811 | ||
| 21195 | 2024.12.21 01:00:12.608514 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21196 | 2024.12.21 01:00:12.608566 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21197 | 2024.12.21 01:00:12.609145 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 21198 | 2024.12.21 01:00:12.609434 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21199 | 2024.12.21 01:00:12.609723 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811 | ||
| 21200 | 2024.12.21 01:00:12.926316 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2938 | ||
| 21201 | 2024.12.21 01:00:12.929382 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21202 | 2024.12.21 01:00:12.929424 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21203 | 2024.12.21 01:00:12.930963 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 21204 | 2024.12.21 01:00:12.931279 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21205 | 2024.12.21 01:00:12.932666 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2938 | ||
| 21206 | 2024.12.21 01:00:14.001489 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21207 | 2024.12.21 01:00:14.001677 [ 260 ] {c8c39c20-e2ee-4c58-a28c-2129b46e6f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21208 | 2024.12.21 01:00:14.001746 [ 260 ] {c8c39c20-e2ee-4c58-a28c-2129b46e6f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21209 | 2024.12.21 01:00:14.002495 [ 260 ] {c8c39c20-e2ee-4c58-a28c-2129b46e6f6e} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21210 | 2024.12.21 01:00:14.002539 [ 260 ] {c8c39c20-e2ee-4c58-a28c-2129b46e6f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21211 | 2024.12.21 01:00:14.003001 [ 260 ] {c8c39c20-e2ee-4c58-a28c-2129b46e6f6e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 21212 | 2024.12.21 01:00:14.003253 [ 260 ] {c8c39c20-e2ee-4c58-a28c-2129b46e6f6e} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21213 | 2024.12.21 01:00:14.003463 [ 260 ] {c8c39c20-e2ee-4c58-a28c-2129b46e6f6e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001837 sec., 7621.121393576483 rows/sec., 548.62 KiB/sec. | ||
| 21214 | 2024.12.21 01:00:14.003527 [ 260 ] {c8c39c20-e2ee-4c58-a28c-2129b46e6f6e} <Debug> TCPHandler: Processed in 0.00217178 sec. | ||
| 21215 | 2024.12.21 01:00:14.003787 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21216 | 2024.12.21 01:00:14.003990 [ 263 ] {ad7c48da-1f63-4b6a-992a-a7f416097215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21217 | 2024.12.21 01:00:14.004072 [ 263 ] {ad7c48da-1f63-4b6a-992a-a7f416097215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21218 | 2024.12.21 01:00:14.004997 [ 263 ] {ad7c48da-1f63-4b6a-992a-a7f416097215} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21219 | 2024.12.21 01:00:14.005057 [ 263 ] {ad7c48da-1f63-4b6a-992a-a7f416097215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21220 | 2024.12.21 01:00:14.005563 [ 263 ] {ad7c48da-1f63-4b6a-992a-a7f416097215} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 21221 | 2024.12.21 01:00:14.005848 [ 263 ] {ad7c48da-1f63-4b6a-992a-a7f416097215} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21222 | 2024.12.21 01:00:14.006049 [ 73 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 21223 | 2024.12.21 01:00:14.006113 [ 73 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21224 | 2024.12.21 01:00:14.006152 [ 263 ] {ad7c48da-1f63-4b6a-992a-a7f416097215} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002205 sec., 102947.84580498867 rows/sec., 9.00 MiB/sec. | ||
| 21225 | 2024.12.21 01:00:14.006158 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21226 | 2024.12.21 01:00:14.006374 [ 263 ] {ad7c48da-1f63-4b6a-992a-a7f416097215} <Debug> TCPHandler: Processed in 0.00271907 sec. | ||
| 21227 | 2024.12.21 01:00:14.006424 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 21228 | 2024.12.21 01:00:14.006568 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21229 | 2024.12.21 01:00:14.006589 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21230 | 2024.12.21 01:00:14.006625 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1514 rows starting from the beginning of the part | ||
| 21231 | 2024.12.21 01:00:14.006744 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 142 rows starting from the beginning of the part | ||
| 21232 | 2024.12.21 01:00:14.006829 [ 260 ] {137b590e-ea52-4c41-be97-8a61d17e25f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21233 | 2024.12.21 01:00:14.007048 [ 260 ] {137b590e-ea52-4c41-be97-8a61d17e25f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21234 | 2024.12.21 01:00:14.007198 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 1370 rows starting from the beginning of the part | ||
| 21235 | 2024.12.21 01:00:14.007434 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 56 rows starting from the beginning of the part | ||
| 21236 | 2024.12.21 01:00:14.007619 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 142 rows starting from the beginning of the part | ||
| 21237 | 2024.12.21 01:00:14.007897 [ 193 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 227 rows starting from the beginning of the part | ||
| 21238 | 2024.12.21 01:00:14.009103 [ 260 ] {137b590e-ea52-4c41-be97-8a61d17e25f7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21239 | 2024.12.21 01:00:14.009149 [ 260 ] {137b590e-ea52-4c41-be97-8a61d17e25f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21240 | 2024.12.21 01:00:14.009725 [ 260 ] {137b590e-ea52-4c41-be97-8a61d17e25f7} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 21241 | 2024.12.21 01:00:14.009984 [ 260 ] {137b590e-ea52-4c41-be97-8a61d17e25f7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21242 | 2024.12.21 01:00:14.010132 [ 73 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 21243 | 2024.12.21 01:00:14.010179 [ 73 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21244 | 2024.12.21 01:00:14.010189 [ 260 ] {137b590e-ea52-4c41-be97-8a61d17e25f7} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.003483 sec., 5455.067470571346 rows/sec., 390.01 KiB/sec. | ||
| 21245 | 2024.12.21 01:00:14.010227 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21246 | 2024.12.21 01:00:14.010634 [ 260 ] {137b590e-ea52-4c41-be97-8a61d17e25f7} <Debug> TCPHandler: Processed in 0.004117807 sec. | ||
| 21247 | 2024.12.21 01:00:14.011143 [ 202 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 21248 | 2024.12.21 01:00:14.011294 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21249 | 2024.12.21 01:00:14.011669 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3451 rows, containing 5 columns (5 merged, 0 gathered) in 0.005359949 sec., 643849.4097611749 rows/sec., 56.26 MiB/sec. | ||
| 21250 | 2024.12.21 01:00:14.012083 [ 263 ] {2d756909-c3fa-41e1-92bc-a78f0f3d424b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21251 | 2024.12.21 01:00:14.012123 [ 189 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 21252 | 2024.12.21 01:00:14.012557 [ 263 ] {2d756909-c3fa-41e1-92bc-a78f0f3d424b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21253 | 2024.12.21 01:00:14.012611 [ 202 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21254 | 2024.12.21 01:00:14.013395 [ 202 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 83 rows starting from the beginning of the part | ||
| 21255 | 2024.12.21 01:00:14.013411 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_166_33} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21256 | 2024.12.21 01:00:14.013943 [ 202 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 19 rows starting from the beginning of the part | ||
| 21257 | 2024.12.21 01:00:14.014027 [ 190 ] {a5df7758-2eb7-4c13-8187-66461f448484::all_1_166_33} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 21258 | 2024.12.21 01:00:14.014531 [ 202 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 43 rows starting from the beginning of the part | ||
| 21259 | 2024.12.21 01:00:14.014557 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 21260 | 2024.12.21 01:00:14.014982 [ 202 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 25 rows starting from the beginning of the part | ||
| 21261 | 2024.12.21 01:00:14.015343 [ 202 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 43 rows starting from the beginning of the part | ||
| 21262 | 2024.12.21 01:00:14.015606 [ 202 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 19 rows starting from the beginning of the part | ||
| 21263 | 2024.12.21 01:00:14.016720 [ 263 ] {2d756909-c3fa-41e1-92bc-a78f0f3d424b} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21264 | 2024.12.21 01:00:14.016806 [ 263 ] {2d756909-c3fa-41e1-92bc-a78f0f3d424b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21265 | 2024.12.21 01:00:14.017954 [ 263 ] {2d756909-c3fa-41e1-92bc-a78f0f3d424b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 21266 | 2024.12.21 01:00:14.018219 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 232 rows, containing 5 columns (5 merged, 0 gathered) in 0.007823305 sec., 29654.985968206536 rows/sec., 2.23 MiB/sec. | ||
| 21267 | 2024.12.21 01:00:14.018414 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 21268 | 2024.12.21 01:00:14.018541 [ 263 ] {2d756909-c3fa-41e1-92bc-a78f0f3d424b} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21269 | 2024.12.21 01:00:14.019076 [ 263 ] {2d756909-c3fa-41e1-92bc-a78f0f3d424b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00726 sec., 1928.374655647383 rows/sec., 135.05 KiB/sec. | ||
| 21270 | 2024.12.21 01:00:14.019088 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_141_28} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21271 | 2024.12.21 01:00:14.019395 [ 189 ] {8fa09020-c274-43e2-9d95-a692c12efca7::all_1_141_28} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 21272 | 2024.12.21 01:00:14.019455 [ 263 ] {2d756909-c3fa-41e1-92bc-a78f0f3d424b} <Debug> TCPHandler: Processed in 0.008653061 sec. | ||
| 21273 | 2024.12.21 01:00:14.019701 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 21274 | 2024.12.21 01:00:14.019804 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21275 | 2024.12.21 01:00:14.020012 [ 260 ] {65c2a5d8-ee98-4953-bcec-d40261250ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21276 | 2024.12.21 01:00:14.020074 [ 260 ] {65c2a5d8-ee98-4953-bcec-d40261250ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21277 | 2024.12.21 01:00:14.020785 [ 260 ] {65c2a5d8-ee98-4953-bcec-d40261250ea8} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21278 | 2024.12.21 01:00:14.020835 [ 260 ] {65c2a5d8-ee98-4953-bcec-d40261250ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21279 | 2024.12.21 01:00:14.021215 [ 260 ] {65c2a5d8-ee98-4953-bcec-d40261250ea8} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 21280 | 2024.12.21 01:00:14.021468 [ 260 ] {65c2a5d8-ee98-4953-bcec-d40261250ea8} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21281 | 2024.12.21 01:00:14.021650 [ 260 ] {65c2a5d8-ee98-4953-bcec-d40261250ea8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001675 sec., 7761.194029850746 rows/sec., 483.91 KiB/sec. | ||
| 21282 | 2024.12.21 01:00:14.021704 [ 260 ] {65c2a5d8-ee98-4953-bcec-d40261250ea8} <Debug> TCPHandler: Processed in 0.00211487 sec. | ||
| 21283 | 2024.12.21 01:00:14.021863 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21284 | 2024.12.21 01:00:14.022018 [ 263 ] {c4780ae6-259b-43e8-8e1e-4a21b3f23177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21285 | 2024.12.21 01:00:14.022082 [ 263 ] {c4780ae6-259b-43e8-8e1e-4a21b3f23177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21286 | 2024.12.21 01:00:14.022966 [ 263 ] {c4780ae6-259b-43e8-8e1e-4a21b3f23177} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21287 | 2024.12.21 01:00:14.023011 [ 263 ] {c4780ae6-259b-43e8-8e1e-4a21b3f23177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21288 | 2024.12.21 01:00:14.023419 [ 263 ] {c4780ae6-259b-43e8-8e1e-4a21b3f23177} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 21289 | 2024.12.21 01:00:14.023667 [ 263 ] {c4780ae6-259b-43e8-8e1e-4a21b3f23177} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21290 | 2024.12.21 01:00:14.023840 [ 68 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 21291 | 2024.12.21 01:00:14.023856 [ 263 ] {c4780ae6-259b-43e8-8e1e-4a21b3f23177} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001878 sec., 209797.65708200214 rows/sec., 14.89 MiB/sec. | ||
| 21292 | 2024.12.21 01:00:14.023893 [ 68 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21293 | 2024.12.21 01:00:14.023935 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21294 | 2024.12.21 01:00:14.023942 [ 263 ] {c4780ae6-259b-43e8-8e1e-4a21b3f23177} <Debug> TCPHandler: Processed in 0.00214193 sec. | ||
| 21295 | 2024.12.21 01:00:14.024175 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 21296 | 2024.12.21 01:00:14.024228 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21297 | 2024.12.21 01:00:14.024368 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21298 | 2024.12.21 01:00:14.024475 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1121 rows starting from the beginning of the part | ||
| 21299 | 2024.12.21 01:00:14.024688 [ 260 ] {9d16e77a-8d24-41e4-bff8-f79fd79df9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21300 | 2024.12.21 01:00:14.024824 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 107 rows starting from the beginning of the part | ||
| 21301 | 2024.12.21 01:00:14.024992 [ 260 ] {9d16e77a-8d24-41e4-bff8-f79fd79df9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21302 | 2024.12.21 01:00:14.025162 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 856 rows starting from the beginning of the part | ||
| 21303 | 2024.12.21 01:00:14.025510 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 64 rows starting from the beginning of the part | ||
| 21304 | 2024.12.21 01:00:14.025894 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 107 rows starting from the beginning of the part | ||
| 21305 | 2024.12.21 01:00:14.026244 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 394 rows starting from the beginning of the part | ||
| 21306 | 2024.12.21 01:00:14.027484 [ 260 ] {9d16e77a-8d24-41e4-bff8-f79fd79df9c3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21307 | 2024.12.21 01:00:14.027570 [ 260 ] {9d16e77a-8d24-41e4-bff8-f79fd79df9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21308 | 2024.12.21 01:00:14.028669 [ 260 ] {9d16e77a-8d24-41e4-bff8-f79fd79df9c3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 21309 | 2024.12.21 01:00:14.028961 [ 260 ] {9d16e77a-8d24-41e4-bff8-f79fd79df9c3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21310 | 2024.12.21 01:00:14.029768 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2649 rows, containing 5 columns (5 merged, 0 gathered) in 0.005734806 sec., 461916.2357017831 rows/sec., 35.56 MiB/sec. | ||
| 21311 | 2024.12.21 01:00:14.029785 [ 260 ] {9d16e77a-8d24-41e4-bff8-f79fd79df9c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005221 sec., 1149.2051331162613 rows/sec., 60.04 KiB/sec. | ||
| 21312 | 2024.12.21 01:00:14.030115 [ 260 ] {9d16e77a-8d24-41e4-bff8-f79fd79df9c3} <Debug> TCPHandler: Processed in 0.006065693 sec. | ||
| 21313 | 2024.12.21 01:00:14.030134 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 21314 | 2024.12.21 01:00:14.030460 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21315 | 2024.12.21 01:00:14.030710 [ 263 ] {3e272f0c-5ab5-4661-9bd1-1f44cde7e24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21316 | 2024.12.21 01:00:14.030787 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_166_33} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21317 | 2024.12.21 01:00:14.030825 [ 263 ] {3e272f0c-5ab5-4661-9bd1-1f44cde7e24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21318 | 2024.12.21 01:00:14.030979 [ 202 ] {ba2a4eec-f4ce-4cbd-a420-70c66423f3ba::all_1_166_33} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 21319 | 2024.12.21 01:00:14.031182 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 21320 | 2024.12.21 01:00:14.031705 [ 263 ] {3e272f0c-5ab5-4661-9bd1-1f44cde7e24a} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21321 | 2024.12.21 01:00:14.031749 [ 263 ] {3e272f0c-5ab5-4661-9bd1-1f44cde7e24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21322 | 2024.12.21 01:00:14.032166 [ 263 ] {3e272f0c-5ab5-4661-9bd1-1f44cde7e24a} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 21323 | 2024.12.21 01:00:14.032413 [ 263 ] {3e272f0c-5ab5-4661-9bd1-1f44cde7e24a} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21324 | 2024.12.21 01:00:14.032567 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Selected 6 parts from all_1_161_33 to all_166_166_0 | ||
| 21325 | 2024.12.21 01:00:14.032607 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21326 | 2024.12.21 01:00:14.032616 [ 263 ] {3e272f0c-5ab5-4661-9bd1-1f44cde7e24a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001984 sec., 119455.64516129032 rows/sec., 8.01 MiB/sec. | ||
| 21327 | 2024.12.21 01:00:14.032636 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21328 | 2024.12.21 01:00:14.032728 [ 263 ] {3e272f0c-5ab5-4661-9bd1-1f44cde7e24a} <Debug> TCPHandler: Processed in 0.002481356 sec. | ||
| 21329 | 2024.12.21 01:00:14.032948 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_166_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_33 to all_166_166_0 into Compact with storage Full | ||
| 21330 | 2024.12.21 01:00:14.033031 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21331 | 2024.12.21 01:00:14.033174 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_166_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21332 | 2024.12.21 01:00:14.033268 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_161_33, total 45252 rows starting from the beginning of the part | ||
| 21333 | 2024.12.21 01:00:14.033424 [ 260 ] {4110519e-a8dc-4b23-a726-217111c8f354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21334 | 2024.12.21 01:00:14.033549 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 160 rows starting from the beginning of the part | ||
| 21335 | 2024.12.21 01:00:14.033829 [ 260 ] {4110519e-a8dc-4b23-a726-217111c8f354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21336 | 2024.12.21 01:00:14.033865 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 918 rows starting from the beginning of the part | ||
| 21337 | 2024.12.21 01:00:14.034267 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 42 rows starting from the beginning of the part | ||
| 21338 | 2024.12.21 01:00:14.034612 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 160 rows starting from the beginning of the part | ||
| 21339 | 2024.12.21 01:00:14.035139 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 237 rows starting from the beginning of the part | ||
| 21340 | 2024.12.21 01:00:14.036321 [ 260 ] {4110519e-a8dc-4b23-a726-217111c8f354} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21341 | 2024.12.21 01:00:14.036394 [ 260 ] {4110519e-a8dc-4b23-a726-217111c8f354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21342 | 2024.12.21 01:00:14.036856 [ 260 ] {4110519e-a8dc-4b23-a726-217111c8f354} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 21343 | 2024.12.21 01:00:14.037247 [ 260 ] {4110519e-a8dc-4b23-a726-217111c8f354} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21344 | 2024.12.21 01:00:14.037665 [ 260 ] {4110519e-a8dc-4b23-a726-217111c8f354} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004363 sec., 229.20009168003668 rows/sec., 15.44 KiB/sec. | ||
| 21345 | 2024.12.21 01:00:14.037782 [ 260 ] {4110519e-a8dc-4b23-a726-217111c8f354} <Debug> TCPHandler: Processed in 0.004953282 sec. | ||
| 21346 | 2024.12.21 01:00:14.038021 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21347 | 2024.12.21 01:00:14.038330 [ 263 ] {d01a90c6-2883-405d-81d3-ea2c61f3f798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21348 | 2024.12.21 01:00:14.038576 [ 263 ] {d01a90c6-2883-405d-81d3-ea2c61f3f798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21349 | 2024.12.21 01:00:14.040360 [ 263 ] {d01a90c6-2883-405d-81d3-ea2c61f3f798} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21350 | 2024.12.21 01:00:14.040400 [ 263 ] {d01a90c6-2883-405d-81d3-ea2c61f3f798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21351 | 2024.12.21 01:00:14.041195 [ 263 ] {d01a90c6-2883-405d-81d3-ea2c61f3f798} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 21352 | 2024.12.21 01:00:14.041589 [ 263 ] {d01a90c6-2883-405d-81d3-ea2c61f3f798} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21353 | 2024.12.21 01:00:14.041790 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 21354 | 2024.12.21 01:00:14.041870 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21355 | 2024.12.21 01:00:14.041966 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21356 | 2024.12.21 01:00:14.042107 [ 263 ] {d01a90c6-2883-405d-81d3-ea2c61f3f798} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003866 sec., 3103.9834454216243 rows/sec., 5.56 MiB/sec. | ||
| 21357 | 2024.12.21 01:00:14.042358 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 21358 | 2024.12.21 01:00:14.043089 [ 263 ] {d01a90c6-2883-405d-81d3-ea2c61f3f798} <Debug> TCPHandler: Processed in 0.005201756 sec. | ||
| 21359 | 2024.12.21 01:00:14.043441 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21360 | 2024.12.21 01:00:14.043910 [ 260 ] {b6d9e7df-4f7a-43e8-a3fc-0b589203d78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21361 | 2024.12.21 01:00:14.044098 [ 260 ] {b6d9e7df-4f7a-43e8-a3fc-0b589203d78a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21362 | 2024.12.21 01:00:14.044652 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21363 | 2024.12.21 01:00:14.045001 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2786 rows starting from the beginning of the part | ||
| 21364 | 2024.12.21 01:00:14.046606 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 12 rows starting from the beginning of the part | ||
| 21365 | 2024.12.21 01:00:14.047278 [ 260 ] {b6d9e7df-4f7a-43e8-a3fc-0b589203d78a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21366 | 2024.12.21 01:00:14.047412 [ 260 ] {b6d9e7df-4f7a-43e8-a3fc-0b589203d78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21367 | 2024.12.21 01:00:14.047973 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 43 rows starting from the beginning of the part | ||
| 21368 | 2024.12.21 01:00:14.049085 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_166_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46769 rows, containing 5 columns (5 merged, 0 gathered) in 0.016332994 sec., 2863467.6532667554 rows/sec., 193.50 MiB/sec. | ||
| 21369 | 2024.12.21 01:00:14.049351 [ 260 ] {b6d9e7df-4f7a-43e8-a3fc-0b589203d78a} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 21370 | 2024.12.21 01:00:14.049768 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_166_34} <Trace> MergedBlockOutputStream: filled checksums all_1_166_34 (state Temporary) | ||
| 21371 | 2024.12.21 01:00:14.049953 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 12 rows starting from the beginning of the part | ||
| 21372 | 2024.12.21 01:00:14.050294 [ 260 ] {b6d9e7df-4f7a-43e8-a3fc-0b589203d78a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21373 | 2024.12.21 01:00:14.050984 [ 68 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 21374 | 2024.12.21 01:00:14.051119 [ 68 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21375 | 2024.12.21 01:00:14.051206 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 43 rows starting from the beginning of the part | ||
| 21376 | 2024.12.21 01:00:14.051210 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21377 | 2024.12.21 01:00:14.051249 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_166_34} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_merge_all_1_166_34 to all_1_166_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21378 | 2024.12.21 01:00:14.051424 [ 260 ] {b6d9e7df-4f7a-43e8-a3fc-0b589203d78a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00764 sec., 10732.984293193716 rows/sec., 698.04 KiB/sec. | ||
| 21379 | 2024.12.21 01:00:14.051636 [ 191 ] {e130c20e-2105-483f-92a6-803b5e5d17b5::all_1_166_34} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5) (MergerMutator): Merged 6 parts: [all_1_161_33, all_166_166_0] -> all_1_166_34 | ||
| 21380 | 2024.12.21 01:00:14.051732 [ 260 ] {b6d9e7df-4f7a-43e8-a3fc-0b589203d78a} <Debug> TCPHandler: Processed in 0.008498858 sec. | ||
| 21381 | 2024.12.21 01:00:14.052393 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
| 21382 | 2024.12.21 01:00:14.052419 [ 192 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 12 rows starting from the beginning of the part | ||
| 21383 | 2024.12.21 01:00:14.052479 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 21384 | 2024.12.21 01:00:14.053064 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21385 | 2024.12.21 01:00:14.053230 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 9824 rows starting from the beginning of the part | ||
| 21386 | 2024.12.21 01:00:14.053523 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 60 rows starting from the beginning of the part | ||
| 21387 | 2024.12.21 01:00:14.053950 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 66 rows starting from the beginning of the part | ||
| 21388 | 2024.12.21 01:00:14.054215 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 16 rows starting from the beginning of the part | ||
| 21389 | 2024.12.21 01:00:14.054511 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 60 rows starting from the beginning of the part | ||
| 21390 | 2024.12.21 01:00:14.054766 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 82 rows starting from the beginning of the part | ||
| 21391 | 2024.12.21 01:00:14.059854 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10108 rows, containing 4 columns (4 merged, 0 gathered) in 0.008291194 sec., 1219124.7726202041 rows/sec., 79.52 MiB/sec. | ||
| 21392 | 2024.12.21 01:00:14.060129 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 21393 | 2024.12.21 01:00:14.060683 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_166_33} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21394 | 2024.12.21 01:00:14.060793 [ 198 ] {18be11f0-afa9-40d3-a03f-ab3ca4f35c93::all_1_166_33} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 21395 | 2024.12.21 01:00:14.060869 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 21396 | 2024.12.21 01:00:14.066283 [ 200 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2908 rows, containing 19 columns (19 merged, 0 gathered) in 0.024184349 sec., 120243.05471278139 rows/sec., 215.36 MiB/sec. | ||
| 21397 | 2024.12.21 01:00:14.068894 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 21398 | 2024.12.21 01:00:14.069328 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21399 | 2024.12.21 01:00:14.069414 [ 197 ] {ad1b338a-e612-4c7e-853c-d82513d4a8b0::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 21400 | 2024.12.21 01:00:14.069568 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.24 MiB. | ||
| 21401 | 2024.12.21 01:00:15.000267 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.72 MiB, peak 295.42 MiB, free memory in arenas 0.00 B, will set to 276.93 MiB (RSS), difference: 1.22 MiB | ||
| 21402 | 2024.12.21 01:00:15.081944 [ 225 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 21403 | 2024.12.21 01:00:15.082017 [ 225 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 21404 | 2024.12.21 01:00:15.084181 [ 225 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 21405 | 2024.12.21 01:00:16.000270 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.93 MiB, peak 295.42 MiB, free memory in arenas 0.00 B, will set to 276.93 MiB (RSS), difference: 4.00 MiB | ||
| 21406 | 2024.12.21 01:00:16.024929 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 754 | ||
| 21407 | 2024.12.21 01:00:16.049143 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21408 | 2024.12.21 01:00:16.049209 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21409 | 2024.12.21 01:00:16.056861 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 21410 | 2024.12.21 01:00:16.057680 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21411 | 2024.12.21 01:00:16.060666 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754 | ||
| 21412 | 2024.12.21 01:00:18.999391 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21413 | 2024.12.21 01:00:18.999728 [ 260 ] {c4c2aa14-5783-488b-a325-8757ea8c0ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 21414 | 2024.12.21 01:00:18.999847 [ 260 ] {c4c2aa14-5783-488b-a325-8757ea8c0ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 21415 | 2024.12.21 01:00:19.000808 [ 260 ] {c4c2aa14-5783-488b-a325-8757ea8c0ae5} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21416 | 2024.12.21 01:00:19.000854 [ 260 ] {c4c2aa14-5783-488b-a325-8757ea8c0ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21417 | 2024.12.21 01:00:19.001288 [ 260 ] {c4c2aa14-5783-488b-a325-8757ea8c0ae5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 21418 | 2024.12.21 01:00:19.001540 [ 260 ] {c4c2aa14-5783-488b-a325-8757ea8c0ae5} <Trace> oximeter.fields_ipaddr (74f44e9a-f082-46ce-8a7e-82a320ad4eca): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21419 | 2024.12.21 01:00:19.001795 [ 260 ] {c4c2aa14-5783-488b-a325-8757ea8c0ae5} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002153 sec., 2786.809103576405 rows/sec., 227.24 KiB/sec. | ||
| 21420 | 2024.12.21 01:00:19.001883 [ 260 ] {c4c2aa14-5783-488b-a325-8757ea8c0ae5} <Debug> TCPHandler: Processed in 0.00269102 sec. | ||
| 21421 | 2024.12.21 01:00:19.002163 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21422 | 2024.12.21 01:00:19.002379 [ 263 ] {f6cbd3dd-47d4-4e5f-8c3e-1d92ed70e83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21423 | 2024.12.21 01:00:19.002470 [ 263 ] {f6cbd3dd-47d4-4e5f-8c3e-1d92ed70e83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21424 | 2024.12.21 01:00:19.003452 [ 263 ] {f6cbd3dd-47d4-4e5f-8c3e-1d92ed70e83c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21425 | 2024.12.21 01:00:19.003506 [ 263 ] {f6cbd3dd-47d4-4e5f-8c3e-1d92ed70e83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21426 | 2024.12.21 01:00:19.003986 [ 263 ] {f6cbd3dd-47d4-4e5f-8c3e-1d92ed70e83c} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 21427 | 2024.12.21 01:00:19.004263 [ 263 ] {f6cbd3dd-47d4-4e5f-8c3e-1d92ed70e83c} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21428 | 2024.12.21 01:00:19.004551 [ 263 ] {f6cbd3dd-47d4-4e5f-8c3e-1d92ed70e83c} <Debug> executeQuery: Read 145 rows, 12.68 KiB in 0.002225 sec., 65168.5393258427 rows/sec., 5.57 MiB/sec. | ||
| 21429 | 2024.12.21 01:00:19.004688 [ 263 ] {f6cbd3dd-47d4-4e5f-8c3e-1d92ed70e83c} <Debug> TCPHandler: Processed in 0.00269189 sec. | ||
| 21430 | 2024.12.21 01:00:19.004930 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21431 | 2024.12.21 01:00:19.005198 [ 260 ] {6e94d5cb-ae1a-492d-b71b-88fbdbd0a704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21432 | 2024.12.21 01:00:19.005292 [ 260 ] {6e94d5cb-ae1a-492d-b71b-88fbdbd0a704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21433 | 2024.12.21 01:00:19.006232 [ 260 ] {6e94d5cb-ae1a-492d-b71b-88fbdbd0a704} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21434 | 2024.12.21 01:00:19.006274 [ 260 ] {6e94d5cb-ae1a-492d-b71b-88fbdbd0a704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21435 | 2024.12.21 01:00:19.006667 [ 260 ] {6e94d5cb-ae1a-492d-b71b-88fbdbd0a704} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 21436 | 2024.12.21 01:00:19.006909 [ 260 ] {6e94d5cb-ae1a-492d-b71b-88fbdbd0a704} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21437 | 2024.12.21 01:00:19.007119 [ 260 ] {6e94d5cb-ae1a-492d-b71b-88fbdbd0a704} <Debug> executeQuery: Read 49 rows, 3.65 KiB in 0.001983 sec., 24710.03530005043 rows/sec., 1.80 MiB/sec. | ||
| 21438 | 2024.12.21 01:00:19.007175 [ 260 ] {6e94d5cb-ae1a-492d-b71b-88fbdbd0a704} <Debug> TCPHandler: Processed in 0.002370754 sec. | ||
| 21439 | 2024.12.21 01:00:19.007333 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21440 | 2024.12.21 01:00:19.007476 [ 263 ] {246a3cce-9d5d-4ded-a90b-07ffdd3d9ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21441 | 2024.12.21 01:00:19.007535 [ 263 ] {246a3cce-9d5d-4ded-a90b-07ffdd3d9ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21442 | 2024.12.21 01:00:19.008250 [ 263 ] {246a3cce-9d5d-4ded-a90b-07ffdd3d9ceb} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21443 | 2024.12.21 01:00:19.008294 [ 263 ] {246a3cce-9d5d-4ded-a90b-07ffdd3d9ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21444 | 2024.12.21 01:00:19.008709 [ 263 ] {246a3cce-9d5d-4ded-a90b-07ffdd3d9ceb} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 21445 | 2024.12.21 01:00:19.008977 [ 263 ] {246a3cce-9d5d-4ded-a90b-07ffdd3d9ceb} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21446 | 2024.12.21 01:00:19.009246 [ 263 ] {246a3cce-9d5d-4ded-a90b-07ffdd3d9ceb} <Debug> executeQuery: Read 113 rows, 9.05 KiB in 0.001801 sec., 62742.920599666846 rows/sec., 4.91 MiB/sec. | ||
| 21447 | 2024.12.21 01:00:19.009367 [ 263 ] {246a3cce-9d5d-4ded-a90b-07ffdd3d9ceb} <Debug> TCPHandler: Processed in 0.002097109 sec. | ||
| 21448 | 2024.12.21 01:00:19.009552 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21449 | 2024.12.21 01:00:19.009719 [ 260 ] {be255320-a73f-4d80-a110-8a6490c6d464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21450 | 2024.12.21 01:00:19.009787 [ 260 ] {be255320-a73f-4d80-a110-8a6490c6d464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21451 | 2024.12.21 01:00:19.010395 [ 260 ] {be255320-a73f-4d80-a110-8a6490c6d464} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21452 | 2024.12.21 01:00:19.010433 [ 260 ] {be255320-a73f-4d80-a110-8a6490c6d464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21453 | 2024.12.21 01:00:19.010833 [ 260 ] {be255320-a73f-4d80-a110-8a6490c6d464} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 21454 | 2024.12.21 01:00:19.011069 [ 260 ] {be255320-a73f-4d80-a110-8a6490c6d464} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21455 | 2024.12.21 01:00:19.011285 [ 260 ] {be255320-a73f-4d80-a110-8a6490c6d464} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001603 sec., 101684.34185901434 rows/sec., 7.08 MiB/sec. | ||
| 21456 | 2024.12.21 01:00:19.011338 [ 260 ] {be255320-a73f-4d80-a110-8a6490c6d464} <Debug> TCPHandler: Processed in 0.001888235 sec. | ||
| 21457 | 2024.12.21 01:00:19.011488 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21458 | 2024.12.21 01:00:19.011625 [ 263 ] {1ba2a0f3-e887-4405-bf75-b3223f217fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21459 | 2024.12.21 01:00:19.011719 [ 263 ] {1ba2a0f3-e887-4405-bf75-b3223f217fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21460 | 2024.12.21 01:00:19.013074 [ 263 ] {1ba2a0f3-e887-4405-bf75-b3223f217fb1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21461 | 2024.12.21 01:00:19.013118 [ 263 ] {1ba2a0f3-e887-4405-bf75-b3223f217fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21462 | 2024.12.21 01:00:19.013858 [ 263 ] {1ba2a0f3-e887-4405-bf75-b3223f217fb1} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 21463 | 2024.12.21 01:00:19.014142 [ 263 ] {1ba2a0f3-e887-4405-bf75-b3223f217fb1} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21464 | 2024.12.21 01:00:19.014416 [ 263 ] {1ba2a0f3-e887-4405-bf75-b3223f217fb1} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.002824 sec., 15226.628895184136 rows/sec., 27.29 MiB/sec. | ||
| 21465 | 2024.12.21 01:00:19.014573 [ 263 ] {1ba2a0f3-e887-4405-bf75-b3223f217fb1} <Debug> TCPHandler: Processed in 0.003144689 sec. | ||
| 21466 | 2024.12.21 01:00:19.014725 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21467 | 2024.12.21 01:00:19.014847 [ 260 ] {0588e529-6e69-4139-b977-d3c2d965945e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21468 | 2024.12.21 01:00:19.014899 [ 260 ] {0588e529-6e69-4139-b977-d3c2d965945e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21469 | 2024.12.21 01:00:19.015397 [ 260 ] {0588e529-6e69-4139-b977-d3c2d965945e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21470 | 2024.12.21 01:00:19.015437 [ 260 ] {0588e529-6e69-4139-b977-d3c2d965945e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21471 | 2024.12.21 01:00:19.015822 [ 260 ] {0588e529-6e69-4139-b977-d3c2d965945e} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 21472 | 2024.12.21 01:00:19.016064 [ 260 ] {0588e529-6e69-4139-b977-d3c2d965945e} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21473 | 2024.12.21 01:00:19.016275 [ 260 ] {0588e529-6e69-4139-b977-d3c2d965945e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001453 sec., 41293.87474191328 rows/sec., 2.78 MiB/sec. | ||
| 21474 | 2024.12.21 01:00:19.016328 [ 260 ] {0588e529-6e69-4139-b977-d3c2d965945e} <Debug> TCPHandler: Processed in 0.001663311 sec. | ||
| 21475 | 2024.12.21 01:00:20.109825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46299 | ||
| 21476 | 2024.12.21 01:00:20.110493 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21477 | 2024.12.21 01:00:20.110537 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21478 | 2024.12.21 01:00:20.111076 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 21479 | 2024.12.21 01:00:20.111349 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21480 | 2024.12.21 01:00:20.111583 [ 66 ] {} <Debug> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 21481 | 2024.12.21 01:00:20.111631 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299 | ||
| 21482 | 2024.12.21 01:00:20.111677 [ 66 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21483 | 2024.12.21 01:00:20.111706 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21484 | 2024.12.21 01:00:20.111858 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::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 | ||
| 21485 | 2024.12.21 01:00:20.112028 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21486 | 2024.12.21 01:00:20.112075 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 43981 rows starting from the beginning of the part | ||
| 21487 | 2024.12.21 01:00:20.112156 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 488 rows starting from the beginning of the part | ||
| 21488 | 2024.12.21 01:00:20.112383 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 427 rows starting from the beginning of the part | ||
| 21489 | 2024.12.21 01:00:20.112576 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 488 rows starting from the beginning of the part | ||
| 21490 | 2024.12.21 01:00:20.112670 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 427 rows starting from the beginning of the part | ||
| 21491 | 2024.12.21 01:00:20.112871 [ 187 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 488 rows starting from the beginning of the part | ||
| 21492 | 2024.12.21 01:00:20.116372 [ 200 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.004588685 sec., 10089818.760712491 rows/sec., 144.34 MiB/sec. | ||
| 21493 | 2024.12.21 01:00:20.116688 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 21494 | 2024.12.21 01:00:20.116999 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_101_20} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21495 | 2024.12.21 01:00:20.117092 [ 195 ] {ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae::all_1_101_20} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 21496 | 2024.12.21 01:00:20.117198 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. | ||
| 21497 | 2024.12.21 01:00:20.152353 [ 221 ] {} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 21498 | 2024.12.21 01:00:20.152420 [ 221 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 21499 | 2024.12.21 01:00:20.154737 [ 221 ] {} <Debug> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 21500 | 2024.12.21 01:00:20.215516 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 21501 | 2024.12.21 01:00:20.215570 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 21502 | 2024.12.21 01:00:20.217547 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 21503 | 2024.12.21 01:00:22.932797 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2974 | ||
| 21504 | 2024.12.21 01:00:22.936032 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21505 | 2024.12.21 01:00:22.936083 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21506 | 2024.12.21 01:00:22.937603 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21507 | 2024.12.21 01:00:22.937917 [ 242 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21508 | 2024.12.21 01:00:22.938557 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2974 | ||
| 21509 | 2024.12.21 01:00:23.560714 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 762 | ||
| 21510 | 2024.12.21 01:00:23.584469 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21511 | 2024.12.21 01:00:23.584527 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21512 | 2024.12.21 01:00:23.592171 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 21513 | 2024.12.21 01:00:23.592984 [ 243 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21514 | 2024.12.21 01:00:23.593294 [ 56 ] {} <Debug> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 21515 | 2024.12.21 01:00:23.593361 [ 56 ] {} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21516 | 2024.12.21 01:00:23.593402 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21517 | 2024.12.21 01:00:23.593612 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::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 | ||
| 21518 | 2024.12.21 01:00:23.602507 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 762 | ||
| 21519 | 2024.12.21 01:00:23.603672 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21520 | 2024.12.21 01:00:23.604608 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 724 rows starting from the beginning of the part | ||
| 21521 | 2024.12.21 01:00:23.609472 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part | ||
| 21522 | 2024.12.21 01:00:23.614423 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part | ||
| 21523 | 2024.12.21 01:00:23.620006 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part | ||
| 21524 | 2024.12.21 01:00:23.626885 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part | ||
| 21525 | 2024.12.21 01:00:23.632692 [ 200 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part | ||
| 21526 | 2024.12.21 01:00:23.697136 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 679 columns (679 merged, 0 gathered) in 0.103654303 sec., 7351.359065141753 rows/sec., 38.01 MiB/sec. | ||
| 21527 | 2024.12.21 01:00:23.700798 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 21528 | 2024.12.21 01:00:23.703899 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_101_20} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21529 | 2024.12.21 01:00:23.704027 [ 195 ] {219d9017-557d-4f7a-a83f-bece98e24804::all_1_101_20} <Trace> system.metric_log (219d9017-557d-4f7a-a83f-bece98e24804) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 21530 | 2024.12.21 01:00:23.706807 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 21531 | 2024.12.21 01:00:24.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 278.01 MiB, peak 295.43 MiB, free memory in arenas 0.00 B, will set to 276.93 MiB (RSS), difference: -1.08 MiB | ||
| 21532 | 2024.12.21 01:00:24.003183 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21533 | 2024.12.21 01:00:24.003486 [ 260 ] {88c74893-ab63-406b-b238-c16cf1d51f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21534 | 2024.12.21 01:00:24.003602 [ 260 ] {88c74893-ab63-406b-b238-c16cf1d51f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21535 | 2024.12.21 01:00:24.004592 [ 260 ] {88c74893-ab63-406b-b238-c16cf1d51f93} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21536 | 2024.12.21 01:00:24.004635 [ 260 ] {88c74893-ab63-406b-b238-c16cf1d51f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21537 | 2024.12.21 01:00:24.005097 [ 260 ] {88c74893-ab63-406b-b238-c16cf1d51f93} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 21538 | 2024.12.21 01:00:24.005367 [ 260 ] {88c74893-ab63-406b-b238-c16cf1d51f93} <Trace> oximeter.fields_i16 (16f7187c-f7ae-4ab6-8c20-c34a862b8c4e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21539 | 2024.12.21 01:00:24.005610 [ 260 ] {88c74893-ab63-406b-b238-c16cf1d51f93} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002221 sec., 6303.46690679874 rows/sec., 453.77 KiB/sec. | ||
| 21540 | 2024.12.21 01:00:24.005675 [ 260 ] {88c74893-ab63-406b-b238-c16cf1d51f93} <Debug> TCPHandler: Processed in 0.00268705 sec. | ||
| 21541 | 2024.12.21 01:00:24.005917 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21542 | 2024.12.21 01:00:24.006130 [ 263 ] {987dc262-f6a7-4943-9fc3-d8d38a8652af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21543 | 2024.12.21 01:00:24.006208 [ 263 ] {987dc262-f6a7-4943-9fc3-d8d38a8652af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21544 | 2024.12.21 01:00:24.007121 [ 263 ] {987dc262-f6a7-4943-9fc3-d8d38a8652af} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21545 | 2024.12.21 01:00:24.007172 [ 263 ] {987dc262-f6a7-4943-9fc3-d8d38a8652af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21546 | 2024.12.21 01:00:24.007671 [ 263 ] {987dc262-f6a7-4943-9fc3-d8d38a8652af} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 21547 | 2024.12.21 01:00:24.007948 [ 263 ] {987dc262-f6a7-4943-9fc3-d8d38a8652af} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21548 | 2024.12.21 01:00:24.008186 [ 263 ] {987dc262-f6a7-4943-9fc3-d8d38a8652af} <Debug> executeQuery: Read 227 rows, 20.32 KiB in 0.002114 sec., 107379.37559129612 rows/sec., 9.39 MiB/sec. | ||
| 21549 | 2024.12.21 01:00:24.008269 [ 263 ] {987dc262-f6a7-4943-9fc3-d8d38a8652af} <Debug> TCPHandler: Processed in 0.002490976 sec. | ||
| 21550 | 2024.12.21 01:00:24.008448 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21551 | 2024.12.21 01:00:24.008597 [ 260 ] {2b49517f-9b3c-48b9-8666-35149b822062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21552 | 2024.12.21 01:00:24.008659 [ 260 ] {2b49517f-9b3c-48b9-8666-35149b822062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21553 | 2024.12.21 01:00:24.009364 [ 260 ] {2b49517f-9b3c-48b9-8666-35149b822062} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21554 | 2024.12.21 01:00:24.009404 [ 260 ] {2b49517f-9b3c-48b9-8666-35149b822062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21555 | 2024.12.21 01:00:24.009787 [ 260 ] {2b49517f-9b3c-48b9-8666-35149b822062} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 21556 | 2024.12.21 01:00:24.010034 [ 260 ] {2b49517f-9b3c-48b9-8666-35149b822062} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21557 | 2024.12.21 01:00:24.010257 [ 260 ] {2b49517f-9b3c-48b9-8666-35149b822062} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001696 sec., 11202.830188679245 rows/sec., 800.94 KiB/sec. | ||
| 21558 | 2024.12.21 01:00:24.010313 [ 260 ] {2b49517f-9b3c-48b9-8666-35149b822062} <Debug> TCPHandler: Processed in 0.001932646 sec. | ||
| 21559 | 2024.12.21 01:00:24.010478 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21560 | 2024.12.21 01:00:24.010634 [ 263 ] {4f59f9c2-d0d6-44fc-8ef5-eb471578d9ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21561 | 2024.12.21 01:00:24.010700 [ 263 ] {4f59f9c2-d0d6-44fc-8ef5-eb471578d9ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21562 | 2024.12.21 01:00:24.011411 [ 263 ] {4f59f9c2-d0d6-44fc-8ef5-eb471578d9ac} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21563 | 2024.12.21 01:00:24.011453 [ 263 ] {4f59f9c2-d0d6-44fc-8ef5-eb471578d9ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21564 | 2024.12.21 01:00:24.011850 [ 263 ] {4f59f9c2-d0d6-44fc-8ef5-eb471578d9ac} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 21565 | 2024.12.21 01:00:24.012109 [ 263 ] {4f59f9c2-d0d6-44fc-8ef5-eb471578d9ac} <Trace> oximeter.fields_u32 (281b0204-0c83-4c1f-ae81-5840ed87de26): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21566 | 2024.12.21 01:00:24.012315 [ 263 ] {4f59f9c2-d0d6-44fc-8ef5-eb471578d9ac} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00172 sec., 8139.53488372093 rows/sec., 570.04 KiB/sec. | ||
| 21567 | 2024.12.21 01:00:24.012386 [ 263 ] {4f59f9c2-d0d6-44fc-8ef5-eb471578d9ac} <Debug> TCPHandler: Processed in 0.001984827 sec. | ||
| 21568 | 2024.12.21 01:00:24.012545 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21569 | 2024.12.21 01:00:24.012688 [ 260 ] {ae0899fe-3f35-4903-b100-5a76fe8f9bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21570 | 2024.12.21 01:00:24.012746 [ 260 ] {ae0899fe-3f35-4903-b100-5a76fe8f9bfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21571 | 2024.12.21 01:00:24.013402 [ 260 ] {ae0899fe-3f35-4903-b100-5a76fe8f9bfb} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21572 | 2024.12.21 01:00:24.013443 [ 260 ] {ae0899fe-3f35-4903-b100-5a76fe8f9bfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21573 | 2024.12.21 01:00:24.013808 [ 260 ] {ae0899fe-3f35-4903-b100-5a76fe8f9bfb} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 21574 | 2024.12.21 01:00:24.014055 [ 260 ] {ae0899fe-3f35-4903-b100-5a76fe8f9bfb} <Trace> oximeter.fields_u8 (2bf5c141-6afb-4188-9f1d-4b108a890c34): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21575 | 2024.12.21 01:00:24.014264 [ 260 ] {ae0899fe-3f35-4903-b100-5a76fe8f9bfb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00161 sec., 8074.534161490683 rows/sec., 503.45 KiB/sec. | ||
| 21576 | 2024.12.21 01:00:24.014343 [ 260 ] {ae0899fe-3f35-4903-b100-5a76fe8f9bfb} <Debug> TCPHandler: Processed in 0.001868514 sec. | ||
| 21577 | 2024.12.21 01:00:24.014546 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21578 | 2024.12.21 01:00:24.014678 [ 263 ] {8ed063cb-3edf-4dec-8c34-ecef1f16578c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21579 | 2024.12.21 01:00:24.014736 [ 263 ] {8ed063cb-3edf-4dec-8c34-ecef1f16578c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21580 | 2024.12.21 01:00:24.015503 [ 263 ] {8ed063cb-3edf-4dec-8c34-ecef1f16578c} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21581 | 2024.12.21 01:00:24.015545 [ 263 ] {8ed063cb-3edf-4dec-8c34-ecef1f16578c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21582 | 2024.12.21 01:00:24.015969 [ 263 ] {8ed063cb-3edf-4dec-8c34-ecef1f16578c} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 21583 | 2024.12.21 01:00:24.016238 [ 263 ] {8ed063cb-3edf-4dec-8c34-ecef1f16578c} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21584 | 2024.12.21 01:00:24.016462 [ 263 ] {8ed063cb-3edf-4dec-8c34-ecef1f16578c} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001811 sec., 217559.35946990614 rows/sec., 15.45 MiB/sec. | ||
| 21585 | 2024.12.21 01:00:24.016572 [ 263 ] {8ed063cb-3edf-4dec-8c34-ecef1f16578c} <Debug> TCPHandler: Processed in 0.00212916 sec. | ||
| 21586 | 2024.12.21 01:00:24.016655 [ 223 ] {} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21587 | 2024.12.21 01:00:24.016700 [ 223 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21588 | 2024.12.21 01:00:24.016758 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21589 | 2024.12.21 01:00:24.017015 [ 260 ] {a32deb40-a4ca-4eca-babc-10c5695877c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21590 | 2024.12.21 01:00:24.017077 [ 260 ] {a32deb40-a4ca-4eca-babc-10c5695877c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21591 | 2024.12.21 01:00:24.018068 [ 260 ] {a32deb40-a4ca-4eca-babc-10c5695877c3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21592 | 2024.12.21 01:00:24.018148 [ 260 ] {a32deb40-a4ca-4eca-babc-10c5695877c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21593 | 2024.12.21 01:00:24.018818 [ 260 ] {a32deb40-a4ca-4eca-babc-10c5695877c3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 21594 | 2024.12.21 01:00:24.019295 [ 260 ] {a32deb40-a4ca-4eca-babc-10c5695877c3} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21595 | 2024.12.21 01:00:24.019541 [ 56 ] {} <Debug> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Selected 5 parts from all_67_67_0 to all_71_71_0 | ||
| 21596 | 2024.12.21 01:00:24.019678 [ 260 ] {a32deb40-a4ca-4eca-babc-10c5695877c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002696 sec., 2225.519287833828 rows/sec., 116.27 KiB/sec. | ||
| 21597 | 2024.12.21 01:00:24.019685 [ 56 ] {} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21598 | 2024.12.21 01:00:24.019877 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21599 | 2024.12.21 01:00:24.019892 [ 260 ] {a32deb40-a4ca-4eca-babc-10c5695877c3} <Debug> TCPHandler: Processed in 0.00322075 sec. | ||
| 21600 | 2024.12.21 01:00:24.020192 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21601 | 2024.12.21 01:00:24.020765 [ 263 ] {86b0f205-9b47-4498-b0ec-36408a4cefe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21602 | 2024.12.21 01:00:24.020811 [ 223 ] {} <Debug> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21603 | 2024.12.21 01:00:24.021123 [ 263 ] {86b0f205-9b47-4498-b0ec-36408a4cefe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21604 | 2024.12.21 01:00:24.021505 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_67_71_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_67_67_0 to all_71_71_0 into Compact with storage Full | ||
| 21605 | 2024.12.21 01:00:24.022538 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_67_71_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21606 | 2024.12.21 01:00:24.022735 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_67_71_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part | ||
| 21607 | 2024.12.21 01:00:24.023727 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_67_71_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part | ||
| 21608 | 2024.12.21 01:00:24.024201 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_67_71_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part | ||
| 21609 | 2024.12.21 01:00:24.024488 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_67_71_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part | ||
| 21610 | 2024.12.21 01:00:24.024850 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_67_71_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part | ||
| 21611 | 2024.12.21 01:00:24.024984 [ 263 ] {86b0f205-9b47-4498-b0ec-36408a4cefe3} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21612 | 2024.12.21 01:00:24.025094 [ 263 ] {86b0f205-9b47-4498-b0ec-36408a4cefe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21613 | 2024.12.21 01:00:24.026239 [ 263 ] {86b0f205-9b47-4498-b0ec-36408a4cefe3} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 21614 | 2024.12.21 01:00:24.026817 [ 263 ] {86b0f205-9b47-4498-b0ec-36408a4cefe3} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21615 | 2024.12.21 01:00:24.027274 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_67_71_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00701632 sec., 4275.745690048344 rows/sec., 223.39 KiB/sec. | ||
| 21616 | 2024.12.21 01:00:24.027406 [ 263 ] {86b0f205-9b47-4498-b0ec-36408a4cefe3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006872 sec., 34487.776484284055 rows/sec., 2.31 MiB/sec. | ||
| 21617 | 2024.12.21 01:00:24.027545 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_67_71_1} <Trace> MergedBlockOutputStream: filled checksums all_67_71_1 (state Temporary) | ||
| 21618 | 2024.12.21 01:00:24.027553 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21619 | 2024.12.21 01:00:24.027594 [ 263 ] {86b0f205-9b47-4498-b0ec-36408a4cefe3} <Debug> TCPHandler: Processed in 0.007577071 sec. | ||
| 21620 | 2024.12.21 01:00:24.027669 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21621 | 2024.12.21 01:00:24.027994 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21622 | 2024.12.21 01:00:24.028287 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_67_71_1} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5): Renaming temporary part tmp_merge_all_67_71_1 to all_67_71_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21623 | 2024.12.21 01:00:24.028324 [ 260 ] {bb48678d-cf67-4cde-83a9-ab6525356230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21624 | 2024.12.21 01:00:24.028509 [ 260 ] {bb48678d-cf67-4cde-83a9-ab6525356230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21625 | 2024.12.21 01:00:24.028580 [ 194 ] {70dff04e-7164-4e53-bacc-427b710568b5::all_67_71_1} <Trace> oximeter.measurements_bool (70dff04e-7164-4e53-bacc-427b710568b5) (MergerMutator): Merged 5 parts: [all_67_67_0, all_71_71_0] -> all_67_71_1 | ||
| 21626 | 2024.12.21 01:00:24.028891 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 21627 | 2024.12.21 01:00:24.029565 [ 260 ] {bb48678d-cf67-4cde-83a9-ab6525356230} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21628 | 2024.12.21 01:00:24.029611 [ 260 ] {bb48678d-cf67-4cde-83a9-ab6525356230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21629 | 2024.12.21 01:00:24.030078 [ 260 ] {bb48678d-cf67-4cde-83a9-ab6525356230} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 21630 | 2024.12.21 01:00:24.030374 [ 260 ] {bb48678d-cf67-4cde-83a9-ab6525356230} <Trace> oximeter.measurements_f64 (af3c44c6-59c4-4ed0-a11c-735286a6ab76): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21631 | 2024.12.21 01:00:24.030687 [ 260 ] {bb48678d-cf67-4cde-83a9-ab6525356230} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002417 sec., 413.7360364087712 rows/sec., 27.88 KiB/sec. | ||
| 21632 | 2024.12.21 01:00:24.030745 [ 260 ] {bb48678d-cf67-4cde-83a9-ab6525356230} <Debug> TCPHandler: Processed in 0.002993796 sec. | ||
| 21633 | 2024.12.21 01:00:24.030922 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21634 | 2024.12.21 01:00:24.031135 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21635 | 2024.12.21 01:00:24.031149 [ 263 ] {00f9b408-cc29-446d-ad37-20a19b724355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21636 | 2024.12.21 01:00:24.031468 [ 263 ] {00f9b408-cc29-446d-ad37-20a19b724355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21637 | 2024.12.21 01:00:24.034556 [ 263 ] {00f9b408-cc29-446d-ad37-20a19b724355} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21638 | 2024.12.21 01:00:24.034597 [ 263 ] {00f9b408-cc29-446d-ad37-20a19b724355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21639 | 2024.12.21 01:00:24.035260 [ 263 ] {00f9b408-cc29-446d-ad37-20a19b724355} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 21640 | 2024.12.21 01:00:24.035524 [ 263 ] {00f9b408-cc29-446d-ad37-20a19b724355} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21641 | 2024.12.21 01:00:24.035774 [ 263 ] {00f9b408-cc29-446d-ad37-20a19b724355} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00469 sec., 2558.63539445629 rows/sec., 4.58 MiB/sec. | ||
| 21642 | 2024.12.21 01:00:24.035891 [ 263 ] {00f9b408-cc29-446d-ad37-20a19b724355} <Debug> TCPHandler: Processed in 0.005042874 sec. | ||
| 21643 | 2024.12.21 01:00:24.036047 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21644 | 2024.12.21 01:00:24.036189 [ 260 ] {585b323b-1091-406e-8550-5f56d363c22a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21645 | 2024.12.21 01:00:24.036249 [ 260 ] {585b323b-1091-406e-8550-5f56d363c22a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21646 | 2024.12.21 01:00:24.036840 [ 260 ] {585b323b-1091-406e-8550-5f56d363c22a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21647 | 2024.12.21 01:00:24.036888 [ 260 ] {585b323b-1091-406e-8550-5f56d363c22a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21648 | 2024.12.21 01:00:24.037317 [ 260 ] {585b323b-1091-406e-8550-5f56d363c22a} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 21649 | 2024.12.21 01:00:24.037559 [ 260 ] {585b323b-1091-406e-8550-5f56d363c22a} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21650 | 2024.12.21 01:00:24.037788 [ 260 ] {585b323b-1091-406e-8550-5f56d363c22a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001624 sec., 50492.61083743842 rows/sec., 3.21 MiB/sec. | ||
| 21651 | 2024.12.21 01:00:24.037863 [ 260 ] {585b323b-1091-406e-8550-5f56d363c22a} <Debug> TCPHandler: Processed in 0.001879035 sec. | ||
| 21652 | 2024.12.21 01:00:24.037869 [ 222 ] {} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21653 | 2024.12.21 01:00:24.037933 [ 222 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21654 | 2024.12.21 01:00:24.039725 [ 222 ] {} <Debug> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21655 | 2024.12.21 01:00:24.349297 [ 222 ] {} <Trace> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 21656 | 2024.12.21 01:00:24.349354 [ 222 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 21657 | 2024.12.21 01:00:24.351436 [ 222 ] {} <Debug> system.query_log (671ed19a-f5fe-4114-a4e6-ee7b226ebfa1): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 21658 | 2024.12.21 01:00:24.712281 [ 222 ] {} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21659 | 2024.12.21 01:00:24.712325 [ 222 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21660 | 2024.12.21 01:00:24.714288 [ 222 ] {} <Debug> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 21661 | 2024.12.21 01:00:27.283576 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 21662 | 2024.12.21 01:00:27.283640 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 21663 | 2024.12.21 01:00:27.611756 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46726 | ||
| 21664 | 2024.12.21 01:00:27.612438 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21665 | 2024.12.21 01:00:27.612476 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21666 | 2024.12.21 01:00:27.613017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 21667 | 2024.12.21 01:00:27.613262 [ 244 ] {} <Trace> system.asynchronous_metric_log (ddfd32f2-cd5a-4b0a-b0de-1bcbce4d28ae): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21668 | 2024.12.21 01:00:27.613434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46726 | ||
| 21669 | 2024.12.21 01:00:28.999836 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21670 | 2024.12.21 01:00:29.000054 [ 260 ] {274cbab7-cce3-461a-86f9-742dbaff80e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21671 | 2024.12.21 01:00:29.000139 [ 260 ] {274cbab7-cce3-461a-86f9-742dbaff80e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21672 | 2024.12.21 01:00:29.001137 [ 260 ] {274cbab7-cce3-461a-86f9-742dbaff80e5} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21673 | 2024.12.21 01:00:29.001181 [ 260 ] {274cbab7-cce3-461a-86f9-742dbaff80e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21674 | 2024.12.21 01:00:29.001639 [ 260 ] {274cbab7-cce3-461a-86f9-742dbaff80e5} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 21675 | 2024.12.21 01:00:29.001909 [ 260 ] {274cbab7-cce3-461a-86f9-742dbaff80e5} <Trace> oximeter.fields_string (a5df7758-2eb7-4c13-8187-66461f448484): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21676 | 2024.12.21 01:00:29.002151 [ 260 ] {274cbab7-cce3-461a-86f9-742dbaff80e5} <Debug> executeQuery: Read 142 rows, 12.46 KiB in 0.002159 sec., 65771.19036591015 rows/sec., 5.64 MiB/sec. | ||
| 21677 | 2024.12.21 01:00:29.002214 [ 260 ] {274cbab7-cce3-461a-86f9-742dbaff80e5} <Debug> TCPHandler: Processed in 0.002524927 sec. | ||
| 21678 | 2024.12.21 01:00:29.002468 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21679 | 2024.12.21 01:00:29.002687 [ 263 ] {1e025c36-2731-434d-8d70-481318c1f0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21680 | 2024.12.21 01:00:29.002780 [ 263 ] {1e025c36-2731-434d-8d70-481318c1f0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21681 | 2024.12.21 01:00:29.003692 [ 263 ] {1e025c36-2731-434d-8d70-481318c1f0d7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21682 | 2024.12.21 01:00:29.003750 [ 263 ] {1e025c36-2731-434d-8d70-481318c1f0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21683 | 2024.12.21 01:00:29.004216 [ 263 ] {1e025c36-2731-434d-8d70-481318c1f0d7} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 21684 | 2024.12.21 01:00:29.004487 [ 263 ] {1e025c36-2731-434d-8d70-481318c1f0d7} <Trace> oximeter.fields_u16 (8fa09020-c274-43e2-9d95-a692c12efca7): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21685 | 2024.12.21 01:00:29.004763 [ 263 ] {1e025c36-2731-434d-8d70-481318c1f0d7} <Debug> executeQuery: Read 43 rows, 3.23 KiB in 0.002134 sec., 20149.95313964386 rows/sec., 1.48 MiB/sec. | ||
| 21686 | 2024.12.21 01:00:29.004852 [ 263 ] {1e025c36-2731-434d-8d70-481318c1f0d7} <Debug> TCPHandler: Processed in 0.002526987 sec. | ||
| 21687 | 2024.12.21 01:00:29.005042 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21688 | 2024.12.21 01:00:29.005194 [ 260 ] {33cb05bb-e44e-4e24-8792-b26fca7b8b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21689 | 2024.12.21 01:00:29.005254 [ 260 ] {33cb05bb-e44e-4e24-8792-b26fca7b8b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21690 | 2024.12.21 01:00:29.006022 [ 260 ] {33cb05bb-e44e-4e24-8792-b26fca7b8b7a} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21691 | 2024.12.21 01:00:29.006072 [ 260 ] {33cb05bb-e44e-4e24-8792-b26fca7b8b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21692 | 2024.12.21 01:00:29.006491 [ 260 ] {33cb05bb-e44e-4e24-8792-b26fca7b8b7a} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 21693 | 2024.12.21 01:00:29.006730 [ 260 ] {33cb05bb-e44e-4e24-8792-b26fca7b8b7a} <Trace> oximeter.fields_uuid (ba2a4eec-f4ce-4cbd-a420-70c66423f3ba): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21694 | 2024.12.21 01:00:29.006965 [ 260 ] {33cb05bb-e44e-4e24-8792-b26fca7b8b7a} <Debug> executeQuery: Read 107 rows, 8.56 KiB in 0.001808 sec., 59181.41592920354 rows/sec., 4.62 MiB/sec. | ||
| 21695 | 2024.12.21 01:00:29.007038 [ 260 ] {33cb05bb-e44e-4e24-8792-b26fca7b8b7a} <Debug> TCPHandler: Processed in 0.002070388 sec. | ||
| 21696 | 2024.12.21 01:00:29.007238 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21697 | 2024.12.21 01:00:29.007457 [ 263 ] {8dd59873-1726-4ed8-83a8-f9ae97fe293b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21698 | 2024.12.21 01:00:29.007531 [ 263 ] {8dd59873-1726-4ed8-83a8-f9ae97fe293b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21699 | 2024.12.21 01:00:29.008292 [ 263 ] {8dd59873-1726-4ed8-83a8-f9ae97fe293b} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21700 | 2024.12.21 01:00:29.008339 [ 263 ] {8dd59873-1726-4ed8-83a8-f9ae97fe293b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21701 | 2024.12.21 01:00:29.008800 [ 263 ] {8dd59873-1726-4ed8-83a8-f9ae97fe293b} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 21702 | 2024.12.21 01:00:29.009056 [ 263 ] {8dd59873-1726-4ed8-83a8-f9ae97fe293b} <Trace> oximeter.measurements_cumulativeu64 (e130c20e-2105-483f-92a6-803b5e5d17b5): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21703 | 2024.12.21 01:00:29.009311 [ 263 ] {8dd59873-1726-4ed8-83a8-f9ae97fe293b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001895 sec., 84432.71767810026 rows/sec., 5.88 MiB/sec. | ||
| 21704 | 2024.12.21 01:00:29.009394 [ 263 ] {8dd59873-1726-4ed8-83a8-f9ae97fe293b} <Debug> TCPHandler: Processed in 0.002265322 sec. | ||
| 21705 | 2024.12.21 01:00:29.009559 [ 260 ] {} <Trace> TCP-Session: 878b31c0-f399-4a85-a485-19ab61a885ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21706 | 2024.12.21 01:00:29.009704 [ 260 ] {40f83728-f441-46ba-87f6-832d81777ab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21707 | 2024.12.21 01:00:29.009800 [ 260 ] {40f83728-f441-46ba-87f6-832d81777ab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21708 | 2024.12.21 01:00:29.011076 [ 260 ] {40f83728-f441-46ba-87f6-832d81777ab8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21709 | 2024.12.21 01:00:29.011116 [ 260 ] {40f83728-f441-46ba-87f6-832d81777ab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21710 | 2024.12.21 01:00:29.011808 [ 260 ] {40f83728-f441-46ba-87f6-832d81777ab8} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 21711 | 2024.12.21 01:00:29.012074 [ 260 ] {40f83728-f441-46ba-87f6-832d81777ab8} <Trace> oximeter.measurements_histogramu64 (ad1b338a-e612-4c7e-853c-d82513d4a8b0): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21712 | 2024.12.21 01:00:29.012328 [ 260 ] {40f83728-f441-46ba-87f6-832d81777ab8} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.002658 sec., 16177.577125658388 rows/sec., 28.99 MiB/sec. | ||
| 21713 | 2024.12.21 01:00:29.012440 [ 260 ] {40f83728-f441-46ba-87f6-832d81777ab8} <Debug> TCPHandler: Processed in 0.002953285 sec. | ||
| 21714 | 2024.12.21 01:00:29.012605 [ 263 ] {} <Trace> TCP-Session: 3ff297b3-32cc-4487-891d-e356f9a5de57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21715 | 2024.12.21 01:00:29.012760 [ 263 ] {ba232d5a-667f-4546-b8a7-3c2608b26b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62197) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21716 | 2024.12.21 01:00:29.012830 [ 263 ] {ba232d5a-667f-4546-b8a7-3c2608b26b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21717 | 2024.12.21 01:00:29.013446 [ 263 ] {ba232d5a-667f-4546-b8a7-3c2608b26b5f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21718 | 2024.12.21 01:00:29.013490 [ 263 ] {ba232d5a-667f-4546-b8a7-3c2608b26b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 21719 | 2024.12.21 01:00:29.013900 [ 263 ] {ba232d5a-667f-4546-b8a7-3c2608b26b5f} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 21720 | 2024.12.21 01:00:29.014157 [ 263 ] {ba232d5a-667f-4546-b8a7-3c2608b26b5f} <Trace> oximeter.measurements_u64 (18be11f0-afa9-40d3-a03f-ab3ca4f35c93): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21721 | 2024.12.21 01:00:29.014396 [ 263 ] {ba232d5a-667f-4546-b8a7-3c2608b26b5f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001675 sec., 35820.89552238806 rows/sec., 2.41 MiB/sec. | ||
| 21722 | 2024.12.21 01:00:29.014472 [ 263 ] {ba232d5a-667f-4546-b8a7-3c2608b26b5f} <Debug> TCPHandler: Processed in 0.001940276 sec. | ||