| 1 | [ Jan 28 17:42:06 Enabled. ] | ||
| 2 | [ Jan 28 17:42:06 Rereading configuration. ] | ||
| 3 | [ Jan 28 17:42:07 Rereading configuration. ] | ||
| 4 | [ Jan 28 17:42:09 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 | [ Jan 28 17:42:09 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.01.28 17:42:09.978514 [ 1 ] {} <Information> Application: Will watch for the process with pid 22793 | ||
| 29 | 2025.01.28 17:42:09.979074 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.28 17:42:10.135399 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22793 | ||
| 31 | 2025.01.28 17:42:10.136139 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.28 17:42:10.136823 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.28 17:42:10.214438 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.28 17:42:10.306425 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.28 17:42:10.306481 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.28 17:42:10.306494 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.28 17:42:10.306559 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.28 17:42:10.306938 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.28 17:42:10.308012 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.01.28 17:42:10.308860 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.28 17:42:10.309729 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.01.28 17:42:10.309752 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.01.28 17:42:10.309767 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.28 17:42:10.309962 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.28 17:42:10.310855 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.28 17:42:10.316124 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.28 17:42:10.317035 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.28 17:42:10.318328 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.28 17:42:10.318400 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.28 17:42:10.319947 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.01.28 17:42:10.320430 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.28 17:42:10.323791 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.28 17:42:10.324478 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.28 17:42:10.326046 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.28 17:42:10.326484 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.28 17:42:10.326839 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.28 17:42:10.327189 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.28 17:42:10.328500 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.28 17:42:10.328525 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.28 17:42:10.328598 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.28 17:42:10.328769 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.28 17:42:10.345750 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.28 17:42:10.345783 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000156403 sec | ||
| 68 | 2025.01.28 17:42:10.345828 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.28 17:42:10.345843 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.28 17:42:10.347008 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.28 17:42:10.348040 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.28 17:42:10.358625 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.28 17:42:10.358675 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.28 17:42:10.358702 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.28 17:42:10.358715 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.28 17:42:10.358754 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.28 17:42:10.358774 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.28 17:42:10.361475 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.28 17:42:10.361524 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.28 17:42:10.361547 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.28 17:42:10.361732 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.28 17:42:10.361751 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.28 17:42:10.361790 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.28 17:42:10.361809 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.28 17:42:10.361822 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.28 17:42:10.361855 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.28 17:42:10.361873 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.28 17:42:10.387972 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.28 17:42:10.397116 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.28 17:42:10.397157 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.6482e-05 sec | ||
| 91 | 2025.01.28 17:42:10.397175 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.28 17:42:10.397191 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.28 17:42:10.397219 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.28 17:42:10.397456 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.28 17:42:10.397509 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.28 17:42:10.397526 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.28 17:42:10.397540 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.01.28 17:42:10.397555 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.28 17:42:10.431844 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.28 17:42:10.432066 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.01.28 17:42:10.433031 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.392e-05 sec. | ||
| 102 | 2025.01.28 17:42:10.433968 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.28 17:42:10.434083 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.28 17:42:10.434111 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.28 17:42:10.487423 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58619 | ||
| 106 | 2025.01.28 17:42:10.487684 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.28 17:42:10.487741 [ 3 ] {} <Debug> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Authenticating user 'default' from [fd00:1122:3344:101::d]:58619 | ||
| 108 | 2025.01.28 17:42:10.487774 [ 3 ] {} <Debug> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.28 17:42:10.487795 [ 3 ] {} <Debug> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.28 17:42:10.487888 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.28 17:42:10.487919 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.01.28 17:42:10.487943 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.01.28 17:42:10.488922 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62582 | ||
| 114 | 2025.01.28 17:42:10.489029 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.01.28 17:42:10.489075 [ 4 ] {} <Debug> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:62582 | ||
| 116 | 2025.01.28 17:42:10.489110 [ 4 ] {} <Debug> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.01.28 17:42:10.489153 [ 4 ] {} <Debug> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.01.28 17:42:10.489723 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54126 | ||
| 119 | 2025.01.28 17:42:10.489725 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61643 | ||
| 120 | 2025.01.28 17:42:10.489811 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59587 | ||
| 121 | 2025.01.28 17:42:10.489887 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2025.01.28 17:42:10.490279 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 123 | 2025.01.28 17:42:10.490290 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2025.01.28 17:42:10.490310 [ 253 ] {} <Debug> TCP-Session: f0c34433-c155-40ac-8512-c925157118db Authenticating user 'default' from [fd00:1122:3344:101::d]:54126 | ||
| 125 | 2025.01.28 17:42:10.490395 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61351 | ||
| 126 | 2025.01.28 17:42:10.490403 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47199 | ||
| 127 | 2025.01.28 17:42:10.490428 [ 254 ] {} <Debug> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Authenticating user 'default' from [fd00:1122:3344:101::d]:59587 | ||
| 128 | 2025.01.28 17:42:10.490464 [ 253 ] {} <Debug> TCP-Session: f0c34433-c155-40ac-8512-c925157118db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.01.28 17:42:10.490463 [ 5 ] {} <Debug> TCP-Session: 8af0d289-fea8-4f2f-8266-c7781d0d429f Authenticating user 'default' from [fd00:1122:3344:101::d]:61643 | ||
| 130 | 2025.01.28 17:42:10.490366 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 131 | 2025.01.28 17:42:10.490530 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40775 | ||
| 132 | 2025.01.28 17:42:10.490793 [ 254 ] {} <Debug> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2025.01.28 17:42:10.490888 [ 253 ] {} <Debug> TCP-Session: f0c34433-c155-40ac-8512-c925157118db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.01.28 17:42:10.491045 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.01.28 17:42:10.491095 [ 5 ] {} <Debug> TCP-Session: 8af0d289-fea8-4f2f-8266-c7781d0d429f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.01.28 17:42:10.491109 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.01.28 17:42:10.491145 [ 254 ] {} <Debug> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.01.28 17:42:10.491172 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33916 | ||
| 139 | 2025.01.28 17:42:10.491207 [ 256 ] {} <Debug> TCP-Session: 4b884f84-62f7-44d6-90c1-2225e07d929c Authenticating user 'default' from [fd00:1122:3344:101::d]:47199 | ||
| 140 | 2025.01.28 17:42:10.491227 [ 5 ] {} <Debug> TCP-Session: 8af0d289-fea8-4f2f-8266-c7781d0d429f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.01.28 17:42:10.491328 [ 256 ] {} <Debug> TCP-Session: 4b884f84-62f7-44d6-90c1-2225e07d929c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.01.28 17:42:10.491344 [ 257 ] {} <Debug> TCP-Session: 863d41b9-080d-4ee7-a8e1-d5e51bccc8c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40775 | ||
| 143 | 2025.01.28 17:42:10.492152 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2025.01.28 17:42:10.492170 [ 256 ] {} <Debug> TCP-Session: 4b884f84-62f7-44d6-90c1-2225e07d929c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.01.28 17:42:10.492200 [ 257 ] {} <Debug> TCP-Session: 863d41b9-080d-4ee7-a8e1-d5e51bccc8c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.01.28 17:42:10.492231 [ 258 ] {} <Debug> TCP-Session: 7f590381-7fff-4e4f-8781-a31f6b0a8b49 Authenticating user 'default' from [fd00:1122:3344:101::d]:33916 | ||
| 147 | 2025.01.28 17:42:10.492079 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 148 | 2025.01.28 17:42:10.492315 [ 257 ] {} <Debug> TCP-Session: 863d41b9-080d-4ee7-a8e1-d5e51bccc8c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.01.28 17:42:10.492338 [ 258 ] {} <Debug> TCP-Session: 7f590381-7fff-4e4f-8781-a31f6b0a8b49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.01.28 17:42:10.492366 [ 255 ] {} <Debug> TCP-Session: e892db40-7ca3-4147-8b69-be91a9d5ce9d Authenticating user 'default' from [fd00:1122:3344:101::d]:61351 | ||
| 151 | 2025.01.28 17:42:10.493049 [ 255 ] {} <Debug> TCP-Session: e892db40-7ca3-4147-8b69-be91a9d5ce9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.01.28 17:42:10.493069 [ 258 ] {} <Debug> TCP-Session: 7f590381-7fff-4e4f-8781-a31f6b0a8b49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.28 17:42:10.493094 [ 255 ] {} <Debug> TCP-Session: e892db40-7ca3-4147-8b69-be91a9d5ce9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.01.28 17:42:10.493289 [ 3 ] {82b7c2fc-bff2-4974-bcd4-cb418ae713d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.01.28 17:42:10.538198 [ 3 ] {82b7c2fc-bff2-4974-bcd4-cb418ae713d3} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58619) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.01.28 17:42:10.539565 [ 3 ] {82b7c2fc-bff2-4974-bcd4-cb418ae713d3} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.01.28 17:42:10.539674 [ 3 ] {82b7c2fc-bff2-4974-bcd4-cb418ae713d3} <Debug> TCPHandler: Processed in 0.050619382 sec. | ||
| 204 | 2025.01.28 17:42:10.540038 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.01.28 17:42:10.540262 [ 254 ] {f7ae33cb-d2ff-442a-add0-7fdd863ba6c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.01.28 17:42:10.540614 [ 254 ] {f7ae33cb-d2ff-442a-add0-7fdd863ba6c2} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59587) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.01.28 17:42:10.540733 [ 254 ] {f7ae33cb-d2ff-442a-add0-7fdd863ba6c2} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.01.28 17:42:10.540834 [ 254 ] {f7ae33cb-d2ff-442a-add0-7fdd863ba6c2} <Debug> TCPHandler: Processed in 0.000946247 sec. | ||
| 255 | 2025.01.28 17:42:10.541059 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.01.28 17:42:10.541839 [ 3 ] {fcf16ec2-05e5-4331-beb2-6ef068dfd79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.01.28 17:42:10.541994 [ 3 ] {fcf16ec2-05e5-4331-beb2-6ef068dfd79e} <Debug> TCPHandler: Processed in 0.000987639 sec. | ||
| 258 | 2025.01.28 17:42:10.542211 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2025.01.28 17:42:10.542314 [ 254 ] {c5c6484e-fc59-4f7d-a21a-45db91a9f31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 260 | 2025.01.28 17:42:10.542416 [ 254 ] {c5c6484e-fc59-4f7d-a21a-45db91a9f31a} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 261 | 2025.01.28 17:42:10.545458 [ 254 ] {c5c6484e-fc59-4f7d-a21a-45db91a9f31a} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 262 | 2025.01.28 17:42:10.545482 [ 254 ] {c5c6484e-fc59-4f7d-a21a-45db91a9f31a} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1341e-05 sec | ||
| 263 | 2025.01.28 17:42:10.545498 [ 254 ] {c5c6484e-fc59-4f7d-a21a-45db91a9f31a} <Trace> ReferentialDeps: No tables | ||
| 264 | 2025.01.28 17:42:10.545523 [ 254 ] {c5c6484e-fc59-4f7d-a21a-45db91a9f31a} <Trace> LoadingDeps: No tables | ||
| 265 | 2025.01.28 17:42:10.545549 [ 254 ] {c5c6484e-fc59-4f7d-a21a-45db91a9f31a} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 266 | 2025.01.28 17:42:10.545597 [ 254 ] {c5c6484e-fc59-4f7d-a21a-45db91a9f31a} <Debug> TCPHandler: Processed in 0.003447923 sec. | ||
| 267 | 2025.01.28 17:42:10.545803 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2025.01.28 17:42:10.545999 [ 3 ] {b77cf4ae-3a80-4934-8a5c-966ee929aea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) /* The version table contains metadata about the `oximeter` database */ | ||
| 269 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 270 | 2025.01.28 17:42:10.546059 [ 3 ] {b77cf4ae-3a80-4934-8a5c-966ee929aea1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 271 | 2025.01.28 17:42:10.553390 [ 3 ] {b77cf4ae-3a80-4934-8a5c-966ee929aea1} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 272 | 2025.01.28 17:42:10.562923 [ 3 ] {b77cf4ae-3a80-4934-8a5c-966ee929aea1} <Debug> oximeter.version (428714c4-61eb-498f-a42f-30dc78436d9b): Loading data parts | ||
| 273 | 2025.01.28 17:42:10.563506 [ 3 ] {b77cf4ae-3a80-4934-8a5c-966ee929aea1} <Debug> oximeter.version (428714c4-61eb-498f-a42f-30dc78436d9b): There are no data parts | ||
| 274 | 2025.01.28 17:42:10.566261 [ 3 ] {b77cf4ae-3a80-4934-8a5c-966ee929aea1} <Debug> TCPHandler: Processed in 0.020524038 sec. | ||
| 275 | 2025.01.28 17:42:10.566540 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 276 | 2025.01.28 17:42:10.566778 [ 254 ] {aa3e0f3b-f37e-4d7c-80c4-ecfd017ff65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) /* The measurement tables contain all individual samples from each timeseries. | ||
| 277 | * | ||
| 278 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 279 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 280 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 281 | * by all samples from the same timeseries. | ||
| 282 | * | ||
| 283 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 284 | * and then uses that to index quickly into the measurements tables. | ||
| 285 | */ | ||
| 286 | 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) | ||
| 287 | 2025.01.28 17:42:10.566855 [ 254 ] {aa3e0f3b-f37e-4d7c-80c4-ecfd017ff65c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 288 | 2025.01.28 17:42:10.580089 [ 254 ] {aa3e0f3b-f37e-4d7c-80c4-ecfd017ff65c} <Debug> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Loading data parts | ||
| 289 | 2025.01.28 17:42:10.580380 [ 254 ] {aa3e0f3b-f37e-4d7c-80c4-ecfd017ff65c} <Debug> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): There are no data parts | ||
| 290 | 2025.01.28 17:42:10.592340 [ 254 ] {aa3e0f3b-f37e-4d7c-80c4-ecfd017ff65c} <Debug> TCPHandler: Processed in 0.025896587 sec. | ||
| 291 | 2025.01.28 17:42:10.592639 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2025.01.28 17:42:10.592895 [ 3 ] {2157cc88-b338-44a2-9b87-fa82935e4cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 293 | 2025.01.28 17:42:10.592961 [ 3 ] {2157cc88-b338-44a2-9b87-fa82935e4cdb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 294 | 2025.01.28 17:42:10.600970 [ 3 ] {2157cc88-b338-44a2-9b87-fa82935e4cdb} <Debug> oximeter.measurements_i8 (771faa99-d0d3-4fe3-a7d1-5b95c566d96d): Loading data parts | ||
| 295 | 2025.01.28 17:42:10.601330 [ 3 ] {2157cc88-b338-44a2-9b87-fa82935e4cdb} <Debug> oximeter.measurements_i8 (771faa99-d0d3-4fe3-a7d1-5b95c566d96d): There are no data parts | ||
| 296 | 2025.01.28 17:42:10.604272 [ 3 ] {2157cc88-b338-44a2-9b87-fa82935e4cdb} <Debug> TCPHandler: Processed in 0.011726286 sec. | ||
| 297 | 2025.01.28 17:42:10.604513 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 298 | 2025.01.28 17:42:10.604741 [ 254 ] {450b022c-3c64-47a2-935d-2aa2b2cbd200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 299 | 2025.01.28 17:42:10.604865 [ 254 ] {450b022c-3c64-47a2-935d-2aa2b2cbd200} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 300 | 2025.01.28 17:42:10.615600 [ 254 ] {450b022c-3c64-47a2-935d-2aa2b2cbd200} <Debug> oximeter.measurements_u8 (6b1b2bdf-9e25-4b0e-898a-14847a0c0e00): Loading data parts | ||
| 301 | 2025.01.28 17:42:10.615855 [ 254 ] {450b022c-3c64-47a2-935d-2aa2b2cbd200} <Debug> oximeter.measurements_u8 (6b1b2bdf-9e25-4b0e-898a-14847a0c0e00): There are no data parts | ||
| 302 | 2025.01.28 17:42:10.636983 [ 254 ] {450b022c-3c64-47a2-935d-2aa2b2cbd200} <Debug> TCPHandler: Processed in 0.032533719 sec. | ||
| 303 | 2025.01.28 17:42:10.637321 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 304 | 2025.01.28 17:42:10.637571 [ 3 ] {bf27e5bb-c350-4496-bd8b-4fdb5787d271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 305 | 2025.01.28 17:42:10.637634 [ 3 ] {bf27e5bb-c350-4496-bd8b-4fdb5787d271} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 306 | 2025.01.28 17:42:10.649960 [ 3 ] {bf27e5bb-c350-4496-bd8b-4fdb5787d271} <Debug> oximeter.measurements_i16 (75455e2e-bf49-4b58-afca-3cfd93e42d0b): Loading data parts | ||
| 307 | 2025.01.28 17:42:10.650225 [ 3 ] {bf27e5bb-c350-4496-bd8b-4fdb5787d271} <Debug> oximeter.measurements_i16 (75455e2e-bf49-4b58-afca-3cfd93e42d0b): There are no data parts | ||
| 308 | 2025.01.28 17:42:10.662010 [ 3 ] {bf27e5bb-c350-4496-bd8b-4fdb5787d271} <Debug> TCPHandler: Processed in 0.024773976 sec. | ||
| 309 | 2025.01.28 17:42:10.662301 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 310 | 2025.01.28 17:42:10.662518 [ 254 ] {6fc1b813-07b6-429e-abe0-44d9189ae2e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 311 | 2025.01.28 17:42:10.662617 [ 254 ] {6fc1b813-07b6-429e-abe0-44d9189ae2e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 312 | 2025.01.28 17:42:10.673957 [ 254 ] {6fc1b813-07b6-429e-abe0-44d9189ae2e4} <Debug> oximeter.measurements_u16 (643dd732-885c-44a9-bea8-e52c89f68a71): Loading data parts | ||
| 313 | 2025.01.28 17:42:10.674211 [ 254 ] {6fc1b813-07b6-429e-abe0-44d9189ae2e4} <Debug> oximeter.measurements_u16 (643dd732-885c-44a9-bea8-e52c89f68a71): There are no data parts | ||
| 314 | 2025.01.28 17:42:10.685992 [ 254 ] {6fc1b813-07b6-429e-abe0-44d9189ae2e4} <Debug> TCPHandler: Processed in 0.023759858 sec. | ||
| 315 | 2025.01.28 17:42:10.686295 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 316 | 2025.01.28 17:42:10.686551 [ 3 ] {29c73c2b-35f7-42c8-87c3-4bf8974c42bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 317 | 2025.01.28 17:42:10.686616 [ 3 ] {29c73c2b-35f7-42c8-87c3-4bf8974c42bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 318 | 2025.01.28 17:42:10.697685 [ 3 ] {29c73c2b-35f7-42c8-87c3-4bf8974c42bf} <Debug> oximeter.measurements_i32 (f88f33b0-2d0d-49d5-87c7-755b16079ed2): Loading data parts | ||
| 319 | 2025.01.28 17:42:10.697971 [ 3 ] {29c73c2b-35f7-42c8-87c3-4bf8974c42bf} <Debug> oximeter.measurements_i32 (f88f33b0-2d0d-49d5-87c7-755b16079ed2): There are no data parts | ||
| 320 | 2025.01.28 17:42:10.700195 [ 3 ] {29c73c2b-35f7-42c8-87c3-4bf8974c42bf} <Debug> TCPHandler: Processed in 0.013986857 sec. | ||
| 321 | 2025.01.28 17:42:10.700443 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 322 | 2025.01.28 17:42:10.700659 [ 254 ] {36b312ef-ac75-4fa6-944a-58c6bfcd5ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 323 | 2025.01.28 17:42:10.700733 [ 254 ] {36b312ef-ac75-4fa6-944a-58c6bfcd5ea4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 324 | 2025.01.28 17:42:10.711067 [ 254 ] {36b312ef-ac75-4fa6-944a-58c6bfcd5ea4} <Debug> oximeter.measurements_u32 (623da10b-bef2-492e-9b2f-0efc2fedd290): Loading data parts | ||
| 325 | 2025.01.28 17:42:10.711280 [ 254 ] {36b312ef-ac75-4fa6-944a-58c6bfcd5ea4} <Debug> oximeter.measurements_u32 (623da10b-bef2-492e-9b2f-0efc2fedd290): There are no data parts | ||
| 326 | 2025.01.28 17:42:10.714220 [ 254 ] {36b312ef-ac75-4fa6-944a-58c6bfcd5ea4} <Debug> TCPHandler: Processed in 0.013835855 sec. | ||
| 327 | 2025.01.28 17:42:10.714440 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 328 | 2025.01.28 17:42:10.714666 [ 3 ] {dcf32645-97c9-4e5b-8ca6-7253cebfc712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 329 | 2025.01.28 17:42:10.714726 [ 3 ] {dcf32645-97c9-4e5b-8ca6-7253cebfc712} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 330 | 2025.01.28 17:42:10.723136 [ 3 ] {dcf32645-97c9-4e5b-8ca6-7253cebfc712} <Debug> oximeter.measurements_i64 (949e5fcc-69bc-4fe7-a6e8-aedc41882bed): Loading data parts | ||
| 331 | 2025.01.28 17:42:10.723333 [ 3 ] {dcf32645-97c9-4e5b-8ca6-7253cebfc712} <Debug> oximeter.measurements_i64 (949e5fcc-69bc-4fe7-a6e8-aedc41882bed): There are no data parts | ||
| 332 | 2025.01.28 17:42:10.725885 [ 3 ] {dcf32645-97c9-4e5b-8ca6-7253cebfc712} <Debug> TCPHandler: Processed in 0.011500291 sec. | ||
| 333 | 2025.01.28 17:42:10.726124 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 334 | 2025.01.28 17:42:10.726373 [ 254 ] {c7cb36ba-5a13-4a83-a8bf-1a0108050d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 335 | 2025.01.28 17:42:10.726449 [ 254 ] {c7cb36ba-5a13-4a83-a8bf-1a0108050d74} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 336 | 2025.01.28 17:42:10.734681 [ 254 ] {c7cb36ba-5a13-4a83-a8bf-1a0108050d74} <Debug> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Loading data parts | ||
| 337 | 2025.01.28 17:42:10.734920 [ 254 ] {c7cb36ba-5a13-4a83-a8bf-1a0108050d74} <Debug> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): There are no data parts | ||
| 338 | 2025.01.28 17:42:10.736566 [ 254 ] {c7cb36ba-5a13-4a83-a8bf-1a0108050d74} <Debug> TCPHandler: Processed in 0.010506733 sec. | ||
| 339 | 2025.01.28 17:42:10.736775 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 340 | 2025.01.28 17:42:10.736995 [ 3 ] {9b66bc94-cf21-4981-b821-066abff85b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 341 | 2025.01.28 17:42:10.737045 [ 3 ] {9b66bc94-cf21-4981-b821-066abff85b22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 342 | 2025.01.28 17:42:10.748336 [ 3 ] {9b66bc94-cf21-4981-b821-066abff85b22} <Debug> oximeter.measurements_f32 (227563a9-141c-474d-8566-fd2ad7d4809d): Loading data parts | ||
| 343 | 2025.01.28 17:42:10.748526 [ 3 ] {9b66bc94-cf21-4981-b821-066abff85b22} <Debug> oximeter.measurements_f32 (227563a9-141c-474d-8566-fd2ad7d4809d): There are no data parts | ||
| 344 | 2025.01.28 17:42:10.752241 [ 3 ] {9b66bc94-cf21-4981-b821-066abff85b22} <Debug> TCPHandler: Processed in 0.015527646 sec. | ||
| 345 | 2025.01.28 17:42:10.752505 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 346 | 2025.01.28 17:42:10.752701 [ 254 ] {d63f7663-dd4a-49df-9776-a96dd6eb1b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 347 | 2025.01.28 17:42:10.752768 [ 254 ] {d63f7663-dd4a-49df-9776-a96dd6eb1b84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 348 | 2025.01.28 17:42:10.761120 [ 254 ] {d63f7663-dd4a-49df-9776-a96dd6eb1b84} <Debug> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Loading data parts | ||
| 349 | 2025.01.28 17:42:10.761346 [ 254 ] {d63f7663-dd4a-49df-9776-a96dd6eb1b84} <Debug> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): There are no data parts | ||
| 350 | 2025.01.28 17:42:10.764245 [ 254 ] {d63f7663-dd4a-49df-9776-a96dd6eb1b84} <Debug> TCPHandler: Processed in 0.011795238 sec. | ||
| 351 | 2025.01.28 17:42:10.764457 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 352 | 2025.01.28 17:42:10.764662 [ 3 ] {66f2c284-7e87-4540-998a-b163674fb683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 353 | 2025.01.28 17:42:10.764714 [ 3 ] {66f2c284-7e87-4540-998a-b163674fb683} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 354 | 2025.01.28 17:42:10.774193 [ 3 ] {66f2c284-7e87-4540-998a-b163674fb683} <Debug> oximeter.measurements_string (64d7dba5-6192-469f-bca3-5725cd5a913e): Loading data parts | ||
| 355 | 2025.01.28 17:42:10.774413 [ 3 ] {66f2c284-7e87-4540-998a-b163674fb683} <Debug> oximeter.measurements_string (64d7dba5-6192-469f-bca3-5725cd5a913e): There are no data parts | ||
| 356 | 2025.01.28 17:42:10.785199 [ 3 ] {66f2c284-7e87-4540-998a-b163674fb683} <Debug> TCPHandler: Processed in 0.020805213 sec. | ||
| 357 | 2025.01.28 17:42:10.785476 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 358 | 2025.01.28 17:42:10.785726 [ 254 ] {45ad8963-d44c-4296-b010-d7fa25248487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 359 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 360 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 361 | * a string isn't palatable for a few reasons. | ||
| 362 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 363 | * details. | ||
| 364 | */ | ||
| 365 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 366 | 2025.01.28 17:42:10.785804 [ 254 ] {45ad8963-d44c-4296-b010-d7fa25248487} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 367 | 2025.01.28 17:42:10.797226 [ 254 ] {45ad8963-d44c-4296-b010-d7fa25248487} <Debug> oximeter.measurements_bytes (47afad9e-1f45-4f67-bcd3-63ab6385b1c5): Loading data parts | ||
| 368 | 2025.01.28 17:42:10.797496 [ 254 ] {45ad8963-d44c-4296-b010-d7fa25248487} <Debug> oximeter.measurements_bytes (47afad9e-1f45-4f67-bcd3-63ab6385b1c5): There are no data parts | ||
| 369 | 2025.01.28 17:42:10.808507 [ 254 ] {45ad8963-d44c-4296-b010-d7fa25248487} <Debug> TCPHandler: Processed in 0.023097585 sec. | ||
| 370 | 2025.01.28 17:42:10.808759 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 371 | 2025.01.28 17:42:10.809026 [ 3 ] {2d9f62fa-d1e9-45cd-9a0d-32ec6afa25a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 372 | 2025.01.28 17:42:10.809099 [ 3 ] {2d9f62fa-d1e9-45cd-9a0d-32ec6afa25a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 373 | 2025.01.28 17:42:10.812810 [ 3 ] {2d9f62fa-d1e9-45cd-9a0d-32ec6afa25a5} <Debug> oximeter.measurements_cumulativei64 (52b216ba-a6e2-42f5-afba-1d1e5abe4bbe): Loading data parts | ||
| 374 | 2025.01.28 17:42:10.813070 [ 3 ] {2d9f62fa-d1e9-45cd-9a0d-32ec6afa25a5} <Debug> oximeter.measurements_cumulativei64 (52b216ba-a6e2-42f5-afba-1d1e5abe4bbe): There are no data parts | ||
| 375 | 2025.01.28 17:42:10.822698 [ 3 ] {2d9f62fa-d1e9-45cd-9a0d-32ec6afa25a5} <Debug> TCPHandler: Processed in 0.014002088 sec. | ||
| 376 | 2025.01.28 17:42:10.822971 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2025.01.28 17:42:10.823193 [ 254 ] {37594ec7-ea39-4550-aa72-c6393c74ed26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 378 | 2025.01.28 17:42:10.823256 [ 254 ] {37594ec7-ea39-4550-aa72-c6393c74ed26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 379 | 2025.01.28 17:42:10.834505 [ 254 ] {37594ec7-ea39-4550-aa72-c6393c74ed26} <Debug> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Loading data parts | ||
| 380 | 2025.01.28 17:42:10.834776 [ 254 ] {37594ec7-ea39-4550-aa72-c6393c74ed26} <Debug> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): There are no data parts | ||
| 381 | 2025.01.28 17:42:10.838140 [ 254 ] {37594ec7-ea39-4550-aa72-c6393c74ed26} <Debug> TCPHandler: Processed in 0.015231791 sec. | ||
| 382 | 2025.01.28 17:42:10.838394 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 383 | 2025.01.28 17:42:10.838611 [ 3 ] {d906d615-1c7b-400e-af05-d7839f1bb67f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 384 | 2025.01.28 17:42:10.838675 [ 3 ] {d906d615-1c7b-400e-af05-d7839f1bb67f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 385 | 2025.01.28 17:42:10.846715 [ 3 ] {d906d615-1c7b-400e-af05-d7839f1bb67f} <Debug> oximeter.measurements_cumulativef32 (b4b01153-25e0-4816-9340-5fb60d11fe25): Loading data parts | ||
| 386 | 2025.01.28 17:42:10.846983 [ 3 ] {d906d615-1c7b-400e-af05-d7839f1bb67f} <Debug> oximeter.measurements_cumulativef32 (b4b01153-25e0-4816-9340-5fb60d11fe25): There are no data parts | ||
| 387 | 2025.01.28 17:42:10.850054 [ 3 ] {d906d615-1c7b-400e-af05-d7839f1bb67f} <Debug> TCPHandler: Processed in 0.011718796 sec. | ||
| 388 | 2025.01.28 17:42:10.850347 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2025.01.28 17:42:10.850649 [ 254 ] {55d3186f-2038-412a-b129-386f8b672204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 390 | 2025.01.28 17:42:10.850715 [ 254 ] {55d3186f-2038-412a-b129-386f8b672204} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 391 | 2025.01.28 17:42:10.858398 [ 254 ] {55d3186f-2038-412a-b129-386f8b672204} <Debug> oximeter.measurements_cumulativef64 (759e6824-12ee-44c5-b228-0fdf2e13af07): Loading data parts | ||
| 392 | 2025.01.28 17:42:10.858600 [ 254 ] {55d3186f-2038-412a-b129-386f8b672204} <Debug> oximeter.measurements_cumulativef64 (759e6824-12ee-44c5-b228-0fdf2e13af07): There are no data parts | ||
| 393 | 2025.01.28 17:42:10.861883 [ 254 ] {55d3186f-2038-412a-b129-386f8b672204} <Debug> TCPHandler: Processed in 0.011618064 sec. | ||
| 394 | 2025.01.28 17:42:10.862090 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.01.28 17:42:10.862390 [ 3 ] {11af2e2c-2821-4fc0-a609-a23e55678338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 396 | * NOTE: Array types cannot be Nullable, see | ||
| 397 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 398 | * for more details. | ||
| 399 | * | ||
| 400 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 401 | * is unfortunate, and at this point relies on the fact that an | ||
| 402 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 403 | * to figure out another way to represent missing samples here. | ||
| 404 | */ | ||
| 405 | 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) | ||
| 406 | 2025.01.28 17:42:10.862465 [ 3 ] {11af2e2c-2821-4fc0-a609-a23e55678338} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 407 | 2025.01.28 17:42:10.870519 [ 3 ] {11af2e2c-2821-4fc0-a609-a23e55678338} <Debug> oximeter.measurements_histogrami8 (424ee099-0585-4450-97ed-dde750c93c8f): Loading data parts | ||
| 408 | 2025.01.28 17:42:10.870726 [ 3 ] {11af2e2c-2821-4fc0-a609-a23e55678338} <Debug> oximeter.measurements_histogrami8 (424ee099-0585-4450-97ed-dde750c93c8f): There are no data parts | ||
| 409 | 2025.01.28 17:42:10.874090 [ 3 ] {11af2e2c-2821-4fc0-a609-a23e55678338} <Debug> TCPHandler: Processed in 0.012056053 sec. | ||
| 410 | 2025.01.28 17:42:10.874311 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 411 | 2025.01.28 17:42:10.874584 [ 254 ] {8edb0880-666f-4c14-b064-f777539b58ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 412 | 2025.01.28 17:42:10.874671 [ 254 ] {8edb0880-666f-4c14-b064-f777539b58ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 413 | 2025.01.28 17:42:10.882787 [ 254 ] {8edb0880-666f-4c14-b064-f777539b58ce} <Debug> oximeter.measurements_histogramu8 (acbd4e53-e035-48f5-82a6-8fb4d35a54b0): Loading data parts | ||
| 414 | 2025.01.28 17:42:10.883025 [ 254 ] {8edb0880-666f-4c14-b064-f777539b58ce} <Debug> oximeter.measurements_histogramu8 (acbd4e53-e035-48f5-82a6-8fb4d35a54b0): There are no data parts | ||
| 415 | 2025.01.28 17:42:10.886210 [ 254 ] {8edb0880-666f-4c14-b064-f777539b58ce} <Debug> TCPHandler: Processed in 0.01195538 sec. | ||
| 416 | 2025.01.28 17:42:10.886423 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 417 | 2025.01.28 17:42:10.886730 [ 3 ] {5e5a2490-b364-4079-bb42-c7970537960c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 418 | 2025.01.28 17:42:10.886798 [ 3 ] {5e5a2490-b364-4079-bb42-c7970537960c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 419 | 2025.01.28 17:42:10.894718 [ 3 ] {5e5a2490-b364-4079-bb42-c7970537960c} <Debug> oximeter.measurements_histogrami16 (bb37106b-cc19-4f8b-90b6-299eb137d322): Loading data parts | ||
| 420 | 2025.01.28 17:42:10.894899 [ 3 ] {5e5a2490-b364-4079-bb42-c7970537960c} <Debug> oximeter.measurements_histogrami16 (bb37106b-cc19-4f8b-90b6-299eb137d322): There are no data parts | ||
| 421 | 2025.01.28 17:42:10.898167 [ 3 ] {5e5a2490-b364-4079-bb42-c7970537960c} <Debug> TCPHandler: Processed in 0.011814407 sec. | ||
| 422 | 2025.01.28 17:42:10.898387 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 423 | 2025.01.28 17:42:10.898661 [ 254 ] {548a8044-fd48-4ed6-a1f3-b1e3a6243f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 424 | 2025.01.28 17:42:10.898736 [ 254 ] {548a8044-fd48-4ed6-a1f3-b1e3a6243f6a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 425 | 2025.01.28 17:42:10.909537 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46006 | ||
| 426 | 2025.01.28 17:42:10.909676 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 427 | 2025.01.28 17:42:10.909735 [ 261 ] {} <Debug> TCP-Session: 330b8638-4d32-4c59-9d80-68e0d36d0693 Authenticating user 'default' from [fd00:1122:3344:101::e]:46006 | ||
| 428 | 2025.01.28 17:42:10.909758 [ 261 ] {} <Debug> TCP-Session: 330b8638-4d32-4c59-9d80-68e0d36d0693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 429 | 2025.01.28 17:42:10.909771 [ 261 ] {} <Debug> TCP-Session: 330b8638-4d32-4c59-9d80-68e0d36d0693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 430 | 2025.01.28 17:42:10.909843 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 431 | 2025.01.28 17:42:10.909869 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 432 | 2025.01.28 17:42:10.909894 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 433 | 2025.01.28 17:42:10.911727 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46663 | ||
| 434 | 2025.01.28 17:42:10.911798 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64028 | ||
| 435 | 2025.01.28 17:42:10.912014 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 436 | 2025.01.28 17:42:10.911955 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 437 | 2025.01.28 17:42:10.912026 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56742 | ||
| 438 | 2025.01.28 17:42:10.912079 [ 262 ] {} <Debug> TCP-Session: 8cd8ae29-1c47-494d-905b-674921ae9cc7 Authenticating user 'default' from [fd00:1122:3344:101::e]:46663 | ||
| 439 | 2025.01.28 17:42:10.912061 [ 263 ] {} <Debug> TCP-Session: 7900f8ae-b7fd-49d6-9ab0-e1b23570cd08 Authenticating user 'default' from [fd00:1122:3344:101::e]:64028 | ||
| 440 | 2025.01.28 17:42:10.912120 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54601 | ||
| 441 | 2025.01.28 17:42:10.912149 [ 263 ] {} <Debug> TCP-Session: 7900f8ae-b7fd-49d6-9ab0-e1b23570cd08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 442 | 2025.01.28 17:42:10.912170 [ 262 ] {} <Debug> TCP-Session: 8cd8ae29-1c47-494d-905b-674921ae9cc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2025.01.28 17:42:10.912458 [ 263 ] {} <Debug> TCP-Session: 7900f8ae-b7fd-49d6-9ab0-e1b23570cd08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2025.01.28 17:42:10.912466 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60238 | ||
| 445 | 2025.01.28 17:42:10.912468 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 446 | 2025.01.28 17:42:10.912268 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47154 | ||
| 447 | 2025.01.28 17:42:10.912272 [ 262 ] {} <Debug> TCP-Session: 8cd8ae29-1c47-494d-905b-674921ae9cc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 448 | 2025.01.28 17:42:10.912466 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 449 | 2025.01.28 17:42:10.912694 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 450 | 2025.01.28 17:42:10.912573 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56265 | ||
| 451 | 2025.01.28 17:42:10.912720 [ 264 ] {} <Debug> TCP-Session: 9bb76f46-d0d4-4b60-bdef-17249359b85a Authenticating user 'default' from [fd00:1122:3344:101::e]:56742 | ||
| 452 | 2025.01.28 17:42:10.912751 [ 265 ] {} <Debug> TCP-Session: a1476d79-8022-498d-a8bf-de524f81c4b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:54601 | ||
| 453 | 2025.01.28 17:42:10.912905 [ 264 ] {} <Debug> TCP-Session: 9bb76f46-d0d4-4b60-bdef-17249359b85a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 454 | 2025.01.28 17:42:10.912935 [ 265 ] {} <Debug> TCP-Session: a1476d79-8022-498d-a8bf-de524f81c4b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 455 | 2025.01.28 17:42:10.912944 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 456 | 2025.01.28 17:42:10.913041 [ 265 ] {} <Debug> TCP-Session: a1476d79-8022-498d-a8bf-de524f81c4b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 457 | 2025.01.28 17:42:10.913042 [ 267 ] {} <Debug> TCP-Session: 0f343771-02f1-490d-a1ca-4c413929681d Authenticating user 'default' from [fd00:1122:3344:101::e]:60238 | ||
| 458 | 2025.01.28 17:42:10.913118 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 459 | 2025.01.28 17:42:10.913122 [ 268 ] {} <Debug> TCP-Session: 538fc841-2aa4-49f1-96d9-f4e62787fd6d Authenticating user 'default' from [fd00:1122:3344:101::e]:56265 | ||
| 460 | 2025.01.28 17:42:10.913157 [ 267 ] {} <Debug> TCP-Session: 0f343771-02f1-490d-a1ca-4c413929681d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 461 | 2025.01.28 17:42:10.913202 [ 264 ] {} <Debug> TCP-Session: 9bb76f46-d0d4-4b60-bdef-17249359b85a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2025.01.28 17:42:10.913220 [ 268 ] {} <Debug> TCP-Session: 538fc841-2aa4-49f1-96d9-f4e62787fd6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2025.01.28 17:42:10.913257 [ 267 ] {} <Debug> TCP-Session: 0f343771-02f1-490d-a1ca-4c413929681d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 464 | 2025.01.28 17:42:10.913242 [ 266 ] {} <Debug> TCP-Session: a8080546-aced-412b-ae2f-b79684e30e2a Authenticating user 'default' from [fd00:1122:3344:101::e]:47154 | ||
| 465 | 2025.01.28 17:42:10.913314 [ 268 ] {} <Debug> TCP-Session: 538fc841-2aa4-49f1-96d9-f4e62787fd6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 466 | 2025.01.28 17:42:10.913383 [ 266 ] {} <Debug> TCP-Session: a8080546-aced-412b-ae2f-b79684e30e2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 467 | 2025.01.28 17:42:10.913463 [ 266 ] {} <Debug> TCP-Session: a8080546-aced-412b-ae2f-b79684e30e2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 468 | 2025.01.28 17:42:10.917136 [ 254 ] {548a8044-fd48-4ed6-a1f3-b1e3a6243f6a} <Debug> oximeter.measurements_histogramu16 (7fe42055-8492-45a8-82db-128456b9cc82): Loading data parts | ||
| 469 | 2025.01.28 17:42:10.917355 [ 254 ] {548a8044-fd48-4ed6-a1f3-b1e3a6243f6a} <Debug> oximeter.measurements_histogramu16 (7fe42055-8492-45a8-82db-128456b9cc82): There are no data parts | ||
| 470 | 2025.01.28 17:42:10.940196 [ 254 ] {548a8044-fd48-4ed6-a1f3-b1e3a6243f6a} <Debug> TCPHandler: Processed in 0.041868261 sec. | ||
| 471 | 2025.01.28 17:42:10.940431 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 472 | 2025.01.28 17:42:10.940762 [ 3 ] {e38c8549-80e6-4aa3-a7ad-8c39b05851d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 473 | 2025.01.28 17:42:10.940852 [ 3 ] {e38c8549-80e6-4aa3-a7ad-8c39b05851d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 474 | 2025.01.28 17:42:10.953214 [ 3 ] {e38c8549-80e6-4aa3-a7ad-8c39b05851d9} <Debug> oximeter.measurements_histogrami32 (898b3980-d3b4-4d2b-86b9-43a080188079): Loading data parts | ||
| 475 | 2025.01.28 17:42:10.953410 [ 3 ] {e38c8549-80e6-4aa3-a7ad-8c39b05851d9} <Debug> oximeter.measurements_histogrami32 (898b3980-d3b4-4d2b-86b9-43a080188079): There are no data parts | ||
| 476 | 2025.01.28 17:42:10.964881 [ 3 ] {e38c8549-80e6-4aa3-a7ad-8c39b05851d9} <Debug> TCPHandler: Processed in 0.024518872 sec. | ||
| 477 | 2025.01.28 17:42:10.965147 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 478 | 2025.01.28 17:42:10.965505 [ 254 ] {f9ae2ee8-9659-4c9a-9f29-22fc801adfc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 479 | 2025.01.28 17:42:10.965592 [ 254 ] {f9ae2ee8-9659-4c9a-9f29-22fc801adfc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 480 | 2025.01.28 17:42:10.975609 [ 254 ] {f9ae2ee8-9659-4c9a-9f29-22fc801adfc2} <Debug> oximeter.measurements_histogramu32 (079249bd-39e0-404b-8aae-75d3298e10b4): Loading data parts | ||
| 481 | 2025.01.28 17:42:10.975816 [ 254 ] {f9ae2ee8-9659-4c9a-9f29-22fc801adfc2} <Debug> oximeter.measurements_histogramu32 (079249bd-39e0-404b-8aae-75d3298e10b4): There are no data parts | ||
| 482 | 2025.01.28 17:42:10.978055 [ 254 ] {f9ae2ee8-9659-4c9a-9f29-22fc801adfc2} <Debug> TCPHandler: Processed in 0.012984439 sec. | ||
| 483 | 2025.01.28 17:42:10.978262 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 484 | 2025.01.28 17:42:10.978531 [ 3 ] {2fa01aaa-7ac6-485f-86cf-4c246835f44d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 485 | 2025.01.28 17:42:10.978607 [ 3 ] {2fa01aaa-7ac6-485f-86cf-4c246835f44d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 486 | 2025.01.28 17:42:10.980584 [ 3 ] {2fa01aaa-7ac6-485f-86cf-4c246835f44d} <Debug> oximeter.measurements_histogrami64 (24d0124b-0fb9-4d66-87c6-cae6a7c1f3a4): Loading data parts | ||
| 487 | 2025.01.28 17:42:10.980771 [ 3 ] {2fa01aaa-7ac6-485f-86cf-4c246835f44d} <Debug> oximeter.measurements_histogrami64 (24d0124b-0fb9-4d66-87c6-cae6a7c1f3a4): There are no data parts | ||
| 488 | 2025.01.28 17:42:10.988865 [ 3 ] {2fa01aaa-7ac6-485f-86cf-4c246835f44d} <Debug> TCPHandler: Processed in 0.010657566 sec. | ||
| 489 | 2025.01.28 17:42:10.989089 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 490 | 2025.01.28 17:42:10.989445 [ 254 ] {6a805edb-e8e8-4203-a81f-04f6e1e7c689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 491 | 2025.01.28 17:42:10.989529 [ 254 ] {6a805edb-e8e8-4203-a81f-04f6e1e7c689} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 492 | 2025.01.28 17:42:11.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.26 MiB, peak 123.26 MiB, free memory in arenas 0.00 B, will set to 135.00 MiB (RSS), difference: 11.74 MiB | ||
| 493 | 2025.01.28 17:42:11.000826 [ 254 ] {6a805edb-e8e8-4203-a81f-04f6e1e7c689} <Debug> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Loading data parts | ||
| 494 | 2025.01.28 17:42:11.001015 [ 254 ] {6a805edb-e8e8-4203-a81f-04f6e1e7c689} <Debug> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): There are no data parts | ||
| 495 | 2025.01.28 17:42:11.007833 [ 254 ] {6a805edb-e8e8-4203-a81f-04f6e1e7c689} <Debug> TCPHandler: Processed in 0.018809577 sec. | ||
| 496 | 2025.01.28 17:42:11.008143 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2025.01.28 17:42:11.008561 [ 3 ] {24c7d9c0-131a-47ea-b007-9095a92dda3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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 | 2025.01.28 17:42:11.008659 [ 3 ] {24c7d9c0-131a-47ea-b007-9095a92dda3f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 499 | 2025.01.28 17:42:11.011150 [ 3 ] {24c7d9c0-131a-47ea-b007-9095a92dda3f} <Debug> oximeter.measurements_histogramf32 (7e4cc09b-c18f-436c-b01c-937024c0332a): Loading data parts | ||
| 500 | 2025.01.28 17:42:11.011326 [ 3 ] {24c7d9c0-131a-47ea-b007-9095a92dda3f} <Debug> oximeter.measurements_histogramf32 (7e4cc09b-c18f-436c-b01c-937024c0332a): There are no data parts | ||
| 501 | 2025.01.28 17:42:11.019732 [ 3 ] {24c7d9c0-131a-47ea-b007-9095a92dda3f} <Debug> TCPHandler: Processed in 0.011707696 sec. | ||
| 502 | 2025.01.28 17:42:11.020211 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2025.01.28 17:42:11.020390 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36502 | ||
| 504 | 2025.01.28 17:42:11.020586 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 505 | 2025.01.28 17:42:11.020702 [ 269 ] {} <Debug> TCP-Session: e6b06398-9e63-460b-926f-a3e23e4baead Authenticating user 'default' from [fd00:1122:3344:101::c]:36502 | ||
| 506 | 2025.01.28 17:42:11.020757 [ 269 ] {} <Debug> TCP-Session: e6b06398-9e63-460b-926f-a3e23e4baead Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 507 | 2025.01.28 17:42:11.020800 [ 269 ] {} <Debug> TCP-Session: e6b06398-9e63-460b-926f-a3e23e4baead Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 508 | 2025.01.28 17:42:11.020852 [ 254 ] {d96c787f-0894-4976-80af-4c27759cc39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 509 | 2025.01.28 17:42:11.020890 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 510 | 2025.01.28 17:42:11.020971 [ 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 | ||
| 511 | 2025.01.28 17:42:11.020982 [ 254 ] {d96c787f-0894-4976-80af-4c27759cc39d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 512 | 2025.01.28 17:42:11.021002 [ 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 | ||
| 513 | 2025.01.28 17:42:11.027179 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41557 | ||
| 514 | 2025.01.28 17:42:11.027290 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48574 | ||
| 515 | 2025.01.28 17:42:11.027301 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60997 | ||
| 516 | 2025.01.28 17:42:11.027452 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33319 | ||
| 517 | 2025.01.28 17:42:11.027603 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56575 | ||
| 518 | 2025.01.28 17:42:11.027948 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45502 | ||
| 519 | 2025.01.28 17:42:11.028072 [ 254 ] {d96c787f-0894-4976-80af-4c27759cc39d} <Debug> oximeter.measurements_histogramf64 (43986970-fb7b-4dc3-8541-2de6e6c2ff63): Loading data parts | ||
| 520 | 2025.01.28 17:42:11.028102 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48294 | ||
| 521 | 2025.01.28 17:42:11.028329 [ 254 ] {d96c787f-0894-4976-80af-4c27759cc39d} <Debug> oximeter.measurements_histogramf64 (43986970-fb7b-4dc3-8541-2de6e6c2ff63): There are no data parts | ||
| 522 | 2025.01.28 17:42:11.028395 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 523 | 2025.01.28 17:42:11.028453 [ 275 ] {} <Debug> TCP-Session: d388e876-7b32-42ce-8612-f80c7b5f806d Authenticating user 'default' from [fd00:1122:3344:101::c]:45502 | ||
| 524 | 2025.01.28 17:42:11.028504 [ 275 ] {} <Debug> TCP-Session: d388e876-7b32-42ce-8612-f80c7b5f806d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 525 | 2025.01.28 17:42:11.028596 [ 275 ] {} <Debug> TCP-Session: d388e876-7b32-42ce-8612-f80c7b5f806d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 526 | 2025.01.28 17:42:11.030339 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 527 | 2025.01.28 17:42:11.030368 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 528 | 2025.01.28 17:42:11.030381 [ 276 ] {} <Debug> TCP-Session: 2234a523-5592-48a1-89fe-55ed6f3653ed Authenticating user 'default' from [fd00:1122:3344:101::c]:48294 | ||
| 529 | 2025.01.28 17:42:11.030459 [ 272 ] {} <Debug> TCP-Session: d0aa509b-e46a-4eea-b864-848a43281c38 Authenticating user 'default' from [fd00:1122:3344:101::c]:60997 | ||
| 530 | 2025.01.28 17:42:11.030465 [ 276 ] {} <Debug> TCP-Session: 2234a523-5592-48a1-89fe-55ed6f3653ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 531 | 2025.01.28 17:42:11.030485 [ 272 ] {} <Debug> TCP-Session: d0aa509b-e46a-4eea-b864-848a43281c38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2025.01.28 17:42:11.030506 [ 276 ] {} <Debug> TCP-Session: 2234a523-5592-48a1-89fe-55ed6f3653ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2025.01.28 17:42:11.030511 [ 272 ] {} <Debug> TCP-Session: d0aa509b-e46a-4eea-b864-848a43281c38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 534 | 2025.01.28 17:42:11.030879 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 535 | 2025.01.28 17:42:11.030913 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 536 | 2025.01.28 17:42:11.030926 [ 274 ] {} <Debug> TCP-Session: 2d8f5046-9e9b-4090-be78-0359427d97b7 Authenticating user 'default' from [fd00:1122:3344:101::c]:56575 | ||
| 537 | 2025.01.28 17:42:11.030956 [ 273 ] {} <Debug> TCP-Session: a6bde951-2c0f-4697-bc41-7f57aaee8de9 Authenticating user 'default' from [fd00:1122:3344:101::c]:33319 | ||
| 538 | 2025.01.28 17:42:11.030983 [ 274 ] {} <Debug> TCP-Session: 2d8f5046-9e9b-4090-be78-0359427d97b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 539 | 2025.01.28 17:42:11.031036 [ 274 ] {} <Debug> TCP-Session: 2d8f5046-9e9b-4090-be78-0359427d97b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2025.01.28 17:42:11.031038 [ 273 ] {} <Debug> TCP-Session: a6bde951-2c0f-4697-bc41-7f57aaee8de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 541 | 2025.01.28 17:42:11.031103 [ 273 ] {} <Debug> TCP-Session: a6bde951-2c0f-4697-bc41-7f57aaee8de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 542 | 2025.01.28 17:42:11.031655 [ 254 ] {d96c787f-0894-4976-80af-4c27759cc39d} <Debug> TCPHandler: Processed in 0.011524522 sec. | ||
| 543 | 2025.01.28 17:42:11.031886 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 544 | 2025.01.28 17:42:11.032135 [ 3 ] {e6c7f28e-c2ea-49ea-90b1-b9f731b0e957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) /* The field tables store named dimensions of each timeseries. | ||
| 545 | * | ||
| 546 | * As with the measurement tables, there is one field table for each field data | ||
| 547 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 548 | * this behavior **must not** be relied upon for query correctness. | ||
| 549 | * | ||
| 550 | * The index for the fields differs from the measurements, however. Rows are | ||
| 551 | * sorted by timeseries name, then field name, field value, and finally | ||
| 552 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 553 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 554 | * usually then used to look up measurements. | ||
| 555 | * | ||
| 556 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 557 | * timeseries name and then key, since it would improve lookups where one | ||
| 558 | * already has the key. Realistically though, these tables are quite small and | ||
| 559 | * so performance benefits will be low in absolute terms. | ||
| 560 | * | ||
| 561 | * TTL: We use a materialized column to expire old field table records. This | ||
| 562 | * column is generated automatically by the database whenever a new row is | ||
| 563 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 564 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 565 | * record will remain during a deduplication, which will have the last | ||
| 566 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 567 | * measurement tables. | ||
| 568 | */ | ||
| 569 | 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) | ||
| 570 | 2025.01.28 17:42:11.032214 [ 3 ] {e6c7f28e-c2ea-49ea-90b1-b9f731b0e957} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 571 | 2025.01.28 17:42:11.034581 [ 3 ] {e6c7f28e-c2ea-49ea-90b1-b9f731b0e957} <Debug> oximeter.fields_bool (9f58faa7-ee92-4de7-a301-0d3c61f0ebea): Loading data parts | ||
| 572 | 2025.01.28 17:42:11.034774 [ 3 ] {e6c7f28e-c2ea-49ea-90b1-b9f731b0e957} <Debug> oximeter.fields_bool (9f58faa7-ee92-4de7-a301-0d3c61f0ebea): There are no data parts | ||
| 573 | 2025.01.28 17:42:11.037664 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53986 | ||
| 574 | 2025.01.28 17:42:11.037781 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 575 | 2025.01.28 17:42:11.037805 [ 277 ] {} <Debug> TCP-Session: 910113d4-ef4e-472e-bfdb-f41219c66f04 Authenticating user 'default' from [fd00:1122:3344:101::a]:53986 | ||
| 576 | 2025.01.28 17:42:11.037828 [ 277 ] {} <Debug> TCP-Session: 910113d4-ef4e-472e-bfdb-f41219c66f04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 577 | 2025.01.28 17:42:11.037863 [ 277 ] {} <Debug> TCP-Session: 910113d4-ef4e-472e-bfdb-f41219c66f04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 578 | 2025.01.28 17:42:11.037911 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 579 | 2025.01.28 17:42:11.037940 [ 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 | ||
| 580 | 2025.01.28 17:42:11.037974 [ 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 | ||
| 581 | 2025.01.28 17:42:11.039147 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40390 | ||
| 582 | 2025.01.28 17:42:11.039318 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 583 | 2025.01.28 17:42:11.039331 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43727 | ||
| 584 | 2025.01.28 17:42:11.039360 [ 278 ] {} <Debug> TCP-Session: 3f4f752d-9431-4117-9ab6-da7b689157fa Authenticating user 'default' from [fd00:1122:3344:101::a]:40390 | ||
| 585 | 2025.01.28 17:42:11.039503 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43521 | ||
| 586 | 2025.01.28 17:42:11.039543 [ 278 ] {} <Debug> TCP-Session: 3f4f752d-9431-4117-9ab6-da7b689157fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 587 | 2025.01.28 17:42:11.039553 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 588 | 2025.01.28 17:42:11.039604 [ 278 ] {} <Debug> TCP-Session: 3f4f752d-9431-4117-9ab6-da7b689157fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 589 | 2025.01.28 17:42:11.039582 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53157 | ||
| 590 | 2025.01.28 17:42:11.039751 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 591 | 2025.01.28 17:42:11.039801 [ 279 ] {} <Debug> TCP-Session: c0ae5422-29ea-44d5-a31b-a1e3f23139c4 Authenticating user 'default' from [fd00:1122:3344:101::a]:43727 | ||
| 592 | 2025.01.28 17:42:11.039746 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61977 | ||
| 593 | 2025.01.28 17:42:11.039958 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60760 | ||
| 594 | 2025.01.28 17:42:11.039958 [ 279 ] {} <Debug> TCP-Session: c0ae5422-29ea-44d5-a31b-a1e3f23139c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 595 | 2025.01.28 17:42:11.040132 [ 279 ] {} <Debug> TCP-Session: c0ae5422-29ea-44d5-a31b-a1e3f23139c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 596 | 2025.01.28 17:42:11.039997 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 597 | 2025.01.28 17:42:11.040180 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56181 | ||
| 598 | 2025.01.28 17:42:11.040216 [ 280 ] {} <Debug> TCP-Session: 1b3e237d-71a5-4cd3-8138-a62a25ce490e Authenticating user 'default' from [fd00:1122:3344:101::a]:43521 | ||
| 599 | 2025.01.28 17:42:11.040427 [ 281 ] {} <Debug> TCP-Session: cb09c734-f794-4287-8589-e6d0709ef031 Authenticating user 'default' from [fd00:1122:3344:101::a]:53157 | ||
| 600 | 2025.01.28 17:42:11.040437 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 601 | 2025.01.28 17:42:11.040482 [ 280 ] {} <Debug> TCP-Session: 1b3e237d-71a5-4cd3-8138-a62a25ce490e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 602 | 2025.01.28 17:42:11.040506 [ 283 ] {} <Debug> TCP-Session: 1e0dc588-91db-40ae-8f32-a5d6e9a28acd Authenticating user 'default' from [fd00:1122:3344:101::a]:60760 | ||
| 603 | 2025.01.28 17:42:11.040517 [ 281 ] {} <Debug> TCP-Session: cb09c734-f794-4287-8589-e6d0709ef031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2025.01.28 17:42:11.040552 [ 280 ] {} <Debug> TCP-Session: 1b3e237d-71a5-4cd3-8138-a62a25ce490e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2025.01.28 17:42:11.040565 [ 283 ] {} <Debug> TCP-Session: 1e0dc588-91db-40ae-8f32-a5d6e9a28acd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2025.01.28 17:42:11.040577 [ 281 ] {} <Debug> TCP-Session: cb09c734-f794-4287-8589-e6d0709ef031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2025.01.28 17:42:11.040614 [ 283 ] {} <Debug> TCP-Session: 1e0dc588-91db-40ae-8f32-a5d6e9a28acd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.01.28 17:42:11.043593 [ 3 ] {e6c7f28e-c2ea-49ea-90b1-b9f731b0e957} <Debug> TCPHandler: Processed in 0.011762787 sec. | ||
| 609 | 2025.01.28 17:42:11.043859 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 610 | 2025.01.28 17:42:11.044113 [ 254 ] {2bcb2310-815e-465a-8c06-f046ccb30374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 611 | 2025.01.28 17:42:11.044191 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 612 | 2025.01.28 17:42:11.044219 [ 254 ] {2bcb2310-815e-465a-8c06-f046ccb30374} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 613 | 2025.01.28 17:42:11.044279 [ 284 ] {} <Debug> TCP-Session: 6fc27928-54a2-4cd1-9788-289556c5e0bb Authenticating user 'default' from [fd00:1122:3344:101::a]:56181 | ||
| 614 | 2025.01.28 17:42:11.044320 [ 284 ] {} <Debug> TCP-Session: 6fc27928-54a2-4cd1-9788-289556c5e0bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2025.01.28 17:42:11.044360 [ 284 ] {} <Debug> TCP-Session: 6fc27928-54a2-4cd1-9788-289556c5e0bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2025.01.28 17:42:11.047691 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 617 | 2025.01.28 17:42:11.047740 [ 282 ] {} <Debug> TCP-Session: a819466e-4a2e-422d-b081-7ac7dacc2089 Authenticating user 'default' from [fd00:1122:3344:101::a]:61977 | ||
| 618 | 2025.01.28 17:42:11.047763 [ 282 ] {} <Debug> TCP-Session: a819466e-4a2e-422d-b081-7ac7dacc2089 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2025.01.28 17:42:11.047821 [ 282 ] {} <Debug> TCP-Session: a819466e-4a2e-422d-b081-7ac7dacc2089 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2025.01.28 17:42:11.051017 [ 254 ] {2bcb2310-815e-465a-8c06-f046ccb30374} <Debug> oximeter.fields_i8 (fa554018-edbc-4108-aaff-1de188dc694a): Loading data parts | ||
| 621 | 2025.01.28 17:42:11.051228 [ 254 ] {2bcb2310-815e-465a-8c06-f046ccb30374} <Debug> oximeter.fields_i8 (fa554018-edbc-4108-aaff-1de188dc694a): There are no data parts | ||
| 622 | 2025.01.28 17:42:11.051842 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 623 | 2025.01.28 17:42:11.051880 [ 271 ] {} <Debug> TCP-Session: 28d984c6-7e5f-42c0-b016-f8898bb4cb14 Authenticating user 'default' from [fd00:1122:3344:101::c]:41557 | ||
| 624 | 2025.01.28 17:42:11.051900 [ 271 ] {} <Debug> TCP-Session: 28d984c6-7e5f-42c0-b016-f8898bb4cb14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.01.28 17:42:11.051957 [ 271 ] {} <Debug> TCP-Session: 28d984c6-7e5f-42c0-b016-f8898bb4cb14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 626 | 2025.01.28 17:42:11.052075 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 627 | 2025.01.28 17:42:11.052656 [ 270 ] {} <Debug> TCP-Session: 49a07972-adfe-4b2e-afde-cdd0b9365390 Authenticating user 'default' from [fd00:1122:3344:101::c]:48574 | ||
| 628 | 2025.01.28 17:42:11.052702 [ 270 ] {} <Debug> TCP-Session: 49a07972-adfe-4b2e-afde-cdd0b9365390 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2025.01.28 17:42:11.052716 [ 270 ] {} <Debug> TCP-Session: 49a07972-adfe-4b2e-afde-cdd0b9365390 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 630 | 2025.01.28 17:42:11.055789 [ 254 ] {2bcb2310-815e-465a-8c06-f046ccb30374} <Debug> TCPHandler: Processed in 0.012000231 sec. | ||
| 631 | 2025.01.28 17:42:11.056082 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 632 | 2025.01.28 17:42:11.056297 [ 3 ] {2554b694-cc70-4ba2-a955-1ef1d70d65d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 633 | 2025.01.28 17:42:11.056729 [ 3 ] {2554b694-cc70-4ba2-a955-1ef1d70d65d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 634 | 2025.01.28 17:42:11.059000 [ 3 ] {2554b694-cc70-4ba2-a955-1ef1d70d65d4} <Debug> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Loading data parts | ||
| 635 | 2025.01.28 17:42:11.059209 [ 3 ] {2554b694-cc70-4ba2-a955-1ef1d70d65d4} <Debug> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): There are no data parts | ||
| 636 | 2025.01.28 17:42:11.062057 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59752 | ||
| 637 | 2025.01.28 17:42:11.062578 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 638 | 2025.01.28 17:42:11.062607 [ 285 ] {} <Debug> TCP-Session: c4ea2c35-420f-4e0f-9591-87ff77f17d93 Authenticating user 'default' from [fd00:1122:3344:101::b]:59752 | ||
| 639 | 2025.01.28 17:42:11.062704 [ 285 ] {} <Debug> TCP-Session: c4ea2c35-420f-4e0f-9591-87ff77f17d93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2025.01.28 17:42:11.062718 [ 285 ] {} <Debug> TCP-Session: c4ea2c35-420f-4e0f-9591-87ff77f17d93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2025.01.28 17:42:11.062771 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 642 | 2025.01.28 17:42:11.062821 [ 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 | ||
| 643 | 2025.01.28 17:42:11.062844 [ 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 | ||
| 644 | 2025.01.28 17:42:11.063942 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52665 | ||
| 645 | 2025.01.28 17:42:11.064129 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 646 | 2025.01.28 17:42:11.064198 [ 286 ] {} <Debug> TCP-Session: a7ebb106-3e7e-4a75-b56f-26d54d3c4da0 Authenticating user 'default' from [fd00:1122:3344:101::b]:52665 | ||
| 647 | 2025.01.28 17:42:11.064218 [ 286 ] {} <Debug> TCP-Session: a7ebb106-3e7e-4a75-b56f-26d54d3c4da0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2025.01.28 17:42:11.064232 [ 286 ] {} <Debug> TCP-Session: a7ebb106-3e7e-4a75-b56f-26d54d3c4da0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2025.01.28 17:42:11.067434 [ 3 ] {2554b694-cc70-4ba2-a955-1ef1d70d65d4} <Debug> TCPHandler: Processed in 0.01141156 sec. | ||
| 650 | 2025.01.28 17:42:11.067677 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 651 | 2025.01.28 17:42:11.067886 [ 254 ] {02340568-26d5-474a-b954-ec1f48863e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 652 | 2025.01.28 17:42:11.067979 [ 254 ] {02340568-26d5-474a-b954-ec1f48863e9f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 653 | 2025.01.28 17:42:11.074349 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61259 | ||
| 654 | 2025.01.28 17:42:11.074448 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44938 | ||
| 655 | 2025.01.28 17:42:11.074586 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46891 | ||
| 656 | 2025.01.28 17:42:11.074588 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 657 | 2025.01.28 17:42:11.074750 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 658 | 2025.01.28 17:42:11.074767 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58497 | ||
| 659 | 2025.01.28 17:42:11.074766 [ 287 ] {} <Debug> TCP-Session: 62ba186e-5d0c-4ae8-a670-2ee99a18f782 Authenticating user 'default' from [fd00:1122:3344:101::b]:61259 | ||
| 660 | 2025.01.28 17:42:11.074950 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52732 | ||
| 661 | 2025.01.28 17:42:11.074982 [ 287 ] {} <Debug> TCP-Session: 62ba186e-5d0c-4ae8-a670-2ee99a18f782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.01.28 17:42:11.074958 [ 288 ] {} <Debug> TCP-Session: b5665138-59f5-4724-a7d6-d476390f5f80 Authenticating user 'default' from [fd00:1122:3344:101::b]:44938 | ||
| 663 | 2025.01.28 17:42:11.075122 [ 287 ] {} <Debug> TCP-Session: 62ba186e-5d0c-4ae8-a670-2ee99a18f782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2025.01.28 17:42:11.075155 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37900 | ||
| 665 | 2025.01.28 17:42:11.075150 [ 288 ] {} <Debug> TCP-Session: b5665138-59f5-4724-a7d6-d476390f5f80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2025.01.28 17:42:11.075337 [ 288 ] {} <Debug> TCP-Session: b5665138-59f5-4724-a7d6-d476390f5f80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.01.28 17:42:11.083881 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 668 | 2025.01.28 17:42:11.083967 [ 292 ] {} <Debug> TCP-Session: ee2dae02-968d-45f9-817a-fa64d921608a Authenticating user 'default' from [fd00:1122:3344:101::b]:37900 | ||
| 669 | 2025.01.28 17:42:11.083986 [ 292 ] {} <Debug> TCP-Session: ee2dae02-968d-45f9-817a-fa64d921608a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2025.01.28 17:42:11.084000 [ 292 ] {} <Debug> TCP-Session: ee2dae02-968d-45f9-817a-fa64d921608a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2025.01.28 17:42:11.084062 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 672 | 2025.01.28 17:42:11.084109 [ 290 ] {} <Debug> TCP-Session: bb2796a6-f32b-4ae0-902f-f8ff966f92e0 Authenticating user 'default' from [fd00:1122:3344:101::b]:58497 | ||
| 673 | 2025.01.28 17:42:11.084129 [ 290 ] {} <Debug> TCP-Session: bb2796a6-f32b-4ae0-902f-f8ff966f92e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 674 | 2025.01.28 17:42:11.084212 [ 290 ] {} <Debug> TCP-Session: bb2796a6-f32b-4ae0-902f-f8ff966f92e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 675 | 2025.01.28 17:42:11.088809 [ 254 ] {02340568-26d5-474a-b954-ec1f48863e9f} <Debug> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Loading data parts | ||
| 676 | 2025.01.28 17:42:11.089080 [ 254 ] {02340568-26d5-474a-b954-ec1f48863e9f} <Debug> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): There are no data parts | ||
| 677 | 2025.01.28 17:42:11.093491 [ 254 ] {02340568-26d5-474a-b954-ec1f48863e9f} <Debug> TCPHandler: Processed in 0.025881857 sec. | ||
| 678 | 2025.01.28 17:42:11.093761 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 679 | 2025.01.28 17:42:11.093979 [ 3 ] {35c994c8-25b3-45d8-a1a7-07f4876f3dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 680 | 2025.01.28 17:42:11.094063 [ 3 ] {35c994c8-25b3-45d8-a1a7-07f4876f3dd0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 681 | 2025.01.28 17:42:11.102320 [ 3 ] {35c994c8-25b3-45d8-a1a7-07f4876f3dd0} <Debug> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Loading data parts | ||
| 682 | 2025.01.28 17:42:11.102633 [ 3 ] {35c994c8-25b3-45d8-a1a7-07f4876f3dd0} <Debug> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): There are no data parts | ||
| 683 | 2025.01.28 17:42:11.103583 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2025.01.28 17:42:11.103627 [ 291 ] {} <Debug> TCP-Session: 4a440440-fd81-4c29-a4a2-b9e4615c869e Authenticating user 'default' from [fd00:1122:3344:101::b]:52732 | ||
| 685 | 2025.01.28 17:42:11.103689 [ 291 ] {} <Debug> TCP-Session: 4a440440-fd81-4c29-a4a2-b9e4615c869e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.01.28 17:42:11.103704 [ 291 ] {} <Debug> TCP-Session: 4a440440-fd81-4c29-a4a2-b9e4615c869e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2025.01.28 17:42:11.103733 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2025.01.28 17:42:11.103823 [ 289 ] {} <Debug> TCP-Session: 88512f2e-02c4-41b3-93ce-248685a431cc Authenticating user 'default' from [fd00:1122:3344:101::b]:46891 | ||
| 689 | 2025.01.28 17:42:11.103845 [ 289 ] {} <Debug> TCP-Session: 88512f2e-02c4-41b3-93ce-248685a431cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.01.28 17:42:11.103860 [ 289 ] {} <Debug> TCP-Session: 88512f2e-02c4-41b3-93ce-248685a431cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.01.28 17:42:11.113556 [ 3 ] {35c994c8-25b3-45d8-a1a7-07f4876f3dd0} <Debug> TCPHandler: Processed in 0.019861316 sec. | ||
| 692 | 2025.01.28 17:42:11.113797 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 693 | 2025.01.28 17:42:11.114058 [ 254 ] {f951628d-7463-4bb3-bd18-93e6cf74474d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 694 | 2025.01.28 17:42:11.114237 [ 254 ] {f951628d-7463-4bb3-bd18-93e6cf74474d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 695 | 2025.01.28 17:42:11.127454 [ 254 ] {f951628d-7463-4bb3-bd18-93e6cf74474d} <Debug> oximeter.fields_i32 (f828ae81-6dbb-4475-a99a-5864f13c3ada): Loading data parts | ||
| 696 | 2025.01.28 17:42:11.127670 [ 254 ] {f951628d-7463-4bb3-bd18-93e6cf74474d} <Debug> oximeter.fields_i32 (f828ae81-6dbb-4475-a99a-5864f13c3ada): There are no data parts | ||
| 697 | 2025.01.28 17:42:11.131122 [ 254 ] {f951628d-7463-4bb3-bd18-93e6cf74474d} <Debug> TCPHandler: Processed in 0.01738981 sec. | ||
| 698 | 2025.01.28 17:42:11.131372 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 699 | 2025.01.28 17:42:11.131640 [ 3 ] {cd67ef5d-9e79-46fe-97c6-61e51f5e63ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 700 | 2025.01.28 17:42:11.131714 [ 3 ] {cd67ef5d-9e79-46fe-97c6-61e51f5e63ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 701 | 2025.01.28 17:42:11.140374 [ 3 ] {cd67ef5d-9e79-46fe-97c6-61e51f5e63ac} <Debug> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Loading data parts | ||
| 702 | 2025.01.28 17:42:11.140609 [ 3 ] {cd67ef5d-9e79-46fe-97c6-61e51f5e63ac} <Debug> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): There are no data parts | ||
| 703 | 2025.01.28 17:42:11.143323 [ 3 ] {cd67ef5d-9e79-46fe-97c6-61e51f5e63ac} <Debug> TCPHandler: Processed in 0.012022722 sec. | ||
| 704 | 2025.01.28 17:42:11.143560 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 705 | 2025.01.28 17:42:11.143812 [ 254 ] {b0c126f8-4743-437c-ad51-0a3db0f89325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 706 | 2025.01.28 17:42:11.143914 [ 254 ] {b0c126f8-4743-437c-ad51-0a3db0f89325} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 707 | 2025.01.28 17:42:11.153136 [ 254 ] {b0c126f8-4743-437c-ad51-0a3db0f89325} <Debug> oximeter.fields_i64 (aa85b171-6d76-492f-aa70-28661e69701a): Loading data parts | ||
| 708 | 2025.01.28 17:42:11.153330 [ 254 ] {b0c126f8-4743-437c-ad51-0a3db0f89325} <Debug> oximeter.fields_i64 (aa85b171-6d76-492f-aa70-28661e69701a): There are no data parts | ||
| 709 | 2025.01.28 17:42:11.156299 [ 254 ] {b0c126f8-4743-437c-ad51-0a3db0f89325} <Debug> TCPHandler: Processed in 0.012807026 sec. | ||
| 710 | 2025.01.28 17:42:11.156524 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 711 | 2025.01.28 17:42:11.156771 [ 3 ] {64e603f5-bd55-4eaa-95db-739f85baa1f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 712 | 2025.01.28 17:42:11.156843 [ 3 ] {64e603f5-bd55-4eaa-95db-739f85baa1f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 713 | 2025.01.28 17:42:11.165118 [ 3 ] {64e603f5-bd55-4eaa-95db-739f85baa1f7} <Debug> oximeter.fields_u64 (e6f62d5b-46f9-46a5-af14-ac3307a19b77): Loading data parts | ||
| 714 | 2025.01.28 17:42:11.165305 [ 3 ] {64e603f5-bd55-4eaa-95db-739f85baa1f7} <Debug> oximeter.fields_u64 (e6f62d5b-46f9-46a5-af14-ac3307a19b77): There are no data parts | ||
| 715 | 2025.01.28 17:42:11.168746 [ 3 ] {64e603f5-bd55-4eaa-95db-739f85baa1f7} <Debug> TCPHandler: Processed in 0.012286936 sec. | ||
| 716 | 2025.01.28 17:42:11.168964 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 717 | 2025.01.28 17:42:11.169168 [ 254 ] {aa5f25e0-8e49-4259-921b-33d14866a745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 718 | 2025.01.28 17:42:11.169305 [ 254 ] {aa5f25e0-8e49-4259-921b-33d14866a745} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 719 | 2025.01.28 17:42:11.177466 [ 254 ] {aa5f25e0-8e49-4259-921b-33d14866a745} <Debug> oximeter.fields_ipaddr (a9d5056c-2678-40c1-be7d-615613b83ed0): Loading data parts | ||
| 720 | 2025.01.28 17:42:11.177670 [ 254 ] {aa5f25e0-8e49-4259-921b-33d14866a745} <Debug> oximeter.fields_ipaddr (a9d5056c-2678-40c1-be7d-615613b83ed0): There are no data parts | ||
| 721 | 2025.01.28 17:42:11.189799 [ 254 ] {aa5f25e0-8e49-4259-921b-33d14866a745} <Debug> TCPHandler: Processed in 0.020887085 sec. | ||
| 722 | 2025.01.28 17:42:11.190089 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 723 | 2025.01.28 17:42:11.190292 [ 3 ] {9c22286e-6e74-43ec-ab5e-11b663128fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) 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) | ||
| 724 | 2025.01.28 17:42:11.190359 [ 3 ] {9c22286e-6e74-43ec-ab5e-11b663128fa4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 725 | 2025.01.28 17:42:11.198163 [ 3 ] {9c22286e-6e74-43ec-ab5e-11b663128fa4} <Debug> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Loading data parts | ||
| 726 | 2025.01.28 17:42:11.198369 [ 3 ] {9c22286e-6e74-43ec-ab5e-11b663128fa4} <Debug> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): There are no data parts | ||
| 727 | 2025.01.28 17:42:11.203344 [ 3 ] {9c22286e-6e74-43ec-ab5e-11b663128fa4} <Debug> TCPHandler: Processed in 0.013308125 sec. | ||
| 728 | 2025.01.28 17:42:11.203589 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 729 | 2025.01.28 17:42:11.203793 [ 254 ] {24e32c0e-715f-4b2c-95a2-0b02102d526f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) 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) | ||
| 730 | 2025.01.28 17:42:11.203936 [ 254 ] {24e32c0e-715f-4b2c-95a2-0b02102d526f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 731 | 2025.01.28 17:42:11.207966 [ 254 ] {24e32c0e-715f-4b2c-95a2-0b02102d526f} <Debug> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Loading data parts | ||
| 732 | 2025.01.28 17:42:11.208239 [ 254 ] {24e32c0e-715f-4b2c-95a2-0b02102d526f} <Debug> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): There are no data parts | ||
| 733 | 2025.01.28 17:42:11.218633 [ 254 ] {24e32c0e-715f-4b2c-95a2-0b02102d526f} <Debug> TCPHandler: Processed in 0.015107418 sec. | ||
| 734 | 2025.01.28 17:42:11.218899 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 735 | 2025.01.28 17:42:11.219272 [ 3 ] {28ff7645-1466-4a15-80ec-d6ab120ced9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) /* The timeseries schema table stores the extracted schema for the samples | ||
| 736 | * oximeter collects. | ||
| 737 | */ | ||
| 738 | 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) | ||
| 739 | 2025.01.28 17:42:11.219474 [ 3 ] {28ff7645-1466-4a15-80ec-d6ab120ced9a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 740 | 2025.01.28 17:42:11.230722 [ 3 ] {28ff7645-1466-4a15-80ec-d6ab120ced9a} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): Loading data parts | ||
| 741 | 2025.01.28 17:42:11.230974 [ 3 ] {28ff7645-1466-4a15-80ec-d6ab120ced9a} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): There are no data parts | ||
| 742 | 2025.01.28 17:42:11.234493 [ 3 ] {28ff7645-1466-4a15-80ec-d6ab120ced9a} <Debug> TCPHandler: Processed in 0.015655219 sec. | ||
| 743 | 2025.01.28 17:42:11.234791 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 744 | 2025.01.28 17:42:11.235048 [ 3 ] {36b6f519-ba63-4354-ad9c-9f83dd03cc61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 745 | 2025.01.28 17:42:11.236636 [ 3 ] {36b6f519-ba63-4354-ad9c-9f83dd03cc61} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 746 | 2025.01.28 17:42:11.248058 [ 260 ] {36b6f519-ba63-4354-ad9c-9f83dd03cc61} <Trace> oximeter.version (428714c4-61eb-498f-a42f-30dc78436d9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 747 | 2025.01.28 17:42:11.248235 [ 260 ] {36b6f519-ba63-4354-ad9c-9f83dd03cc61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 748 | 2025.01.28 17:42:11.253696 [ 260 ] {36b6f519-ba63-4354-ad9c-9f83dd03cc61} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 749 | 2025.01.28 17:42:11.254244 [ 260 ] {36b6f519-ba63-4354-ad9c-9f83dd03cc61} <Trace> oximeter.version (428714c4-61eb-498f-a42f-30dc78436d9b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 750 | 2025.01.28 17:42:11.254657 [ 3 ] {36b6f519-ba63-4354-ad9c-9f83dd03cc61} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.019709 sec., 50.73824141255264 rows/sec., 811.81 B/sec. | ||
| 751 | 2025.01.28 17:42:11.255014 [ 3 ] {36b6f519-ba63-4354-ad9c-9f83dd03cc61} <Debug> TCPHandler: Processed in 0.020291074 sec. | ||
| 752 | 2025.01.28 17:42:12.001181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.43 MiB, peak 136.43 MiB, free memory in arenas 0.00 B, will set to 141.34 MiB (RSS), difference: 4.90 MiB | ||
| 753 | 2025.01.28 17:42:17.862114 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2025.01.28 17:42:17.862172 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 755 | 2025.01.28 17:42:17.862224 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2025.01.28 17:42:17.862325 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2025.01.28 17:42:17.868414 [ 244 ] {} <Debug> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Loading data parts | ||
| 758 | 2025.01.28 17:42:17.868714 [ 244 ] {} <Debug> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): There are no data parts | ||
| 759 | 2025.01.28 17:42:17.879672 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.01.28 17:42:17.879746 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 761 | 2025.01.28 17:42:17.883029 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 762 | 2025.01.28 17:42:17.883985 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 763 | 2025.01.28 17:42:17.884613 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 764 | 2025.01.28 17:42:17.890847 [ 243 ] {} <Debug> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Loading data parts | ||
| 765 | 2025.01.28 17:42:17.890982 [ 243 ] {} <Debug> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): There are no data parts | ||
| 766 | 2025.01.28 17:42:17.914081 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.01.28 17:42:17.914124 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 768 | 2025.01.28 17:42:17.921226 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2025.01.28 17:42:17.922316 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 770 | 2025.01.28 17:42:17.924669 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2025.01.28 17:42:18.000213 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.31 MiB, peak 150.31 MiB, free memory in arenas 0.00 B, will set to 151.00 MiB (RSS), difference: 4.69 MiB | ||
| 772 | 2025.01.28 17:42:20.362101 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2025.01.28 17:42:20.362211 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2025.01.28 17:42:20.367006 [ 242 ] {} <Debug> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Loading data parts | ||
| 775 | 2025.01.28 17:42:20.367199 [ 242 ] {} <Debug> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): There are no data parts | ||
| 776 | 2025.01.28 17:42:20.374773 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2025.01.28 17:42:20.374816 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 778 | 2025.01.28 17:42:20.376468 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2025.01.28 17:42:20.376782 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 780 | 2025.01.28 17:42:20.377322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2025.01.28 17:42:21.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.19 MiB, peak 155.19 MiB, free memory in arenas 0.00 B, will set to 151.44 MiB (RSS), difference: -3.75 MiB | ||
| 782 | 2025.01.28 17:42:25.328811 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.28 17:42:25.328878 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.28 17:42:25.384722 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 785 | 2025.01.28 17:42:25.387458 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.28 17:42:25.387510 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 787 | 2025.01.28 17:42:25.388094 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.28 17:42:25.388341 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 789 | 2025.01.28 17:42:25.388572 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2025.01.28 17:42:25.424754 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.28 17:42:25.445510 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2025.01.28 17:42:25.445572 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 793 | 2025.01.28 17:42:25.452389 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2025.01.28 17:42:25.453125 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 795 | 2025.01.28 17:42:25.455757 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2025.01.28 17:42:31.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.96 MiB, peak 156.11 MiB, free memory in arenas 0.00 B, will set to 152.98 MiB (RSS), difference: 4.02 MiB | ||
| 797 | 2025.01.28 17:42:31.261979 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 798 | 2025.01.28 17:42:31.262192 [ 3 ] {cf6962e5-2ab4-4e01-86fa-05c5e2981755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 799 | 2025.01.28 17:42:31.262576 [ 3 ] {cf6962e5-2ab4-4e01-86fa-05c5e2981755} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 800 | 2025.01.28 17:42:31.262812 [ 3 ] {cf6962e5-2ab4-4e01-86fa-05c5e2981755} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 801 | 2025.01.28 17:42:31.263587 [ 3 ] {cf6962e5-2ab4-4e01-86fa-05c5e2981755} <Debug> TCPHandler: Processed in 0.001737063 sec. | ||
| 802 | 2025.01.28 17:42:31.265263 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2025.01.28 17:42:31.265416 [ 254 ] {f394b5df-6dbb-4ee2-a7fb-ded10ed5b538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 804 | 2025.01.28 17:42:31.269350 [ 254 ] {f394b5df-6dbb-4ee2-a7fb-ded10ed5b538} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 805 | 2025.01.28 17:42:31.269406 [ 254 ] {f394b5df-6dbb-4ee2-a7fb-ded10ed5b538} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 806 | 2025.01.28 17:42:31.269980 [ 254 ] {f394b5df-6dbb-4ee2-a7fb-ded10ed5b538} <Debug> TCPHandler: Processed in 0.004775978 sec. | ||
| 807 | 2025.01.28 17:42:31.270314 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 808 | 2025.01.28 17:42:31.270497 [ 3 ] {38679b4e-b69d-49ab-86f1-e0f8da788e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 809 | 2025.01.28 17:42:31.270872 [ 3 ] {38679b4e-b69d-49ab-86f1-e0f8da788e49} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 810 | 2025.01.28 17:42:31.270925 [ 3 ] {38679b4e-b69d-49ab-86f1-e0f8da788e49} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 811 | 2025.01.28 17:42:31.271413 [ 3 ] {38679b4e-b69d-49ab-86f1-e0f8da788e49} <Debug> TCPHandler: Processed in 0.001160802 sec. | ||
| 812 | 2025.01.28 17:42:31.271725 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 813 | 2025.01.28 17:42:31.271862 [ 254 ] {d088b83b-554a-461f-aafc-da86672eb78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 814 | 2025.01.28 17:42:31.272178 [ 254 ] {d088b83b-554a-461f-aafc-da86672eb78a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 815 | 2025.01.28 17:42:31.272229 [ 254 ] {d088b83b-554a-461f-aafc-da86672eb78a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 816 | 2025.01.28 17:42:31.272689 [ 254 ] {d088b83b-554a-461f-aafc-da86672eb78a} <Debug> TCPHandler: Processed in 0.001014909 sec. | ||
| 817 | 2025.01.28 17:42:31.272937 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2025.01.28 17:42:31.273078 [ 3 ] {ed284450-d47f-483f-8e9d-6aaa8cfb1c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 819 | 2025.01.28 17:42:31.273396 [ 3 ] {ed284450-d47f-483f-8e9d-6aaa8cfb1c64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 820 | 2025.01.28 17:42:31.273448 [ 3 ] {ed284450-d47f-483f-8e9d-6aaa8cfb1c64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 821 | 2025.01.28 17:42:31.273915 [ 3 ] {ed284450-d47f-483f-8e9d-6aaa8cfb1c64} <Debug> TCPHandler: Processed in 0.001029699 sec. | ||
| 822 | 2025.01.28 17:42:31.274177 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2025.01.28 17:42:31.274316 [ 254 ] {e8499f52-d5c9-4af5-9306-6bb8a1080460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 824 | 2025.01.28 17:42:31.274638 [ 254 ] {e8499f52-d5c9-4af5-9306-6bb8a1080460} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 825 | 2025.01.28 17:42:31.274690 [ 254 ] {e8499f52-d5c9-4af5-9306-6bb8a1080460} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 826 | 2025.01.28 17:42:31.275153 [ 254 ] {e8499f52-d5c9-4af5-9306-6bb8a1080460} <Debug> TCPHandler: Processed in 0.001026749 sec. | ||
| 827 | 2025.01.28 17:42:31.275412 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 828 | 2025.01.28 17:42:31.275554 [ 3 ] {214dc99b-b0c7-4399-8805-e33840489ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 829 | 2025.01.28 17:42:31.275880 [ 3 ] {214dc99b-b0c7-4399-8805-e33840489ef0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 830 | 2025.01.28 17:42:31.275933 [ 3 ] {214dc99b-b0c7-4399-8805-e33840489ef0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 831 | 2025.01.28 17:42:31.276392 [ 3 ] {214dc99b-b0c7-4399-8805-e33840489ef0} <Debug> TCPHandler: Processed in 0.001039239 sec. | ||
| 832 | 2025.01.28 17:42:31.276671 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 833 | 2025.01.28 17:42:31.276810 [ 254 ] {6f2b2c68-70ea-4cc3-a1f7-aad37155bfee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 834 | 2025.01.28 17:42:31.277131 [ 254 ] {6f2b2c68-70ea-4cc3-a1f7-aad37155bfee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 835 | 2025.01.28 17:42:31.277184 [ 254 ] {6f2b2c68-70ea-4cc3-a1f7-aad37155bfee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 836 | 2025.01.28 17:42:31.277638 [ 254 ] {6f2b2c68-70ea-4cc3-a1f7-aad37155bfee} <Debug> TCPHandler: Processed in 0.001017968 sec. | ||
| 837 | 2025.01.28 17:42:31.277874 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 838 | 2025.01.28 17:42:31.278014 [ 3 ] {9f28ff5f-3d38-409e-9b79-7c04438b3d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 839 | 2025.01.28 17:42:31.278345 [ 3 ] {9f28ff5f-3d38-409e-9b79-7c04438b3d0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 840 | 2025.01.28 17:42:31.278395 [ 3 ] {9f28ff5f-3d38-409e-9b79-7c04438b3d0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 841 | 2025.01.28 17:42:31.278857 [ 3 ] {9f28ff5f-3d38-409e-9b79-7c04438b3d0d} <Debug> TCPHandler: Processed in 0.001032109 sec. | ||
| 842 | 2025.01.28 17:42:31.279103 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 843 | 2025.01.28 17:42:31.279257 [ 254 ] {c82e3272-df8e-4fd0-bcb1-cb243470ad88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 844 | 2025.01.28 17:42:31.279662 [ 254 ] {c82e3272-df8e-4fd0-bcb1-cb243470ad88} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 845 | 2025.01.28 17:42:31.279724 [ 254 ] {c82e3272-df8e-4fd0-bcb1-cb243470ad88} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 846 | 2025.01.28 17:42:31.280256 [ 254 ] {c82e3272-df8e-4fd0-bcb1-cb243470ad88} <Debug> TCPHandler: Processed in 0.001204152 sec. | ||
| 847 | 2025.01.28 17:42:31.280478 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 848 | 2025.01.28 17:42:31.280618 [ 3 ] {2303d5f7-a227-41db-adef-26869169a52b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 849 | 2025.01.28 17:42:31.280951 [ 3 ] {2303d5f7-a227-41db-adef-26869169a52b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 850 | 2025.01.28 17:42:31.281003 [ 3 ] {2303d5f7-a227-41db-adef-26869169a52b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 851 | 2025.01.28 17:42:31.281464 [ 3 ] {2303d5f7-a227-41db-adef-26869169a52b} <Debug> TCPHandler: Processed in 0.001036899 sec. | ||
| 852 | 2025.01.28 17:42:31.281709 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 853 | 2025.01.28 17:42:31.281852 [ 254 ] {f39fbc6f-05d4-491d-a1e0-5a944f2307bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 854 | 2025.01.28 17:42:31.282187 [ 254 ] {f39fbc6f-05d4-491d-a1e0-5a944f2307bf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 855 | 2025.01.28 17:42:31.282239 [ 254 ] {f39fbc6f-05d4-491d-a1e0-5a944f2307bf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 856 | 2025.01.28 17:42:31.282701 [ 254 ] {f39fbc6f-05d4-491d-a1e0-5a944f2307bf} <Debug> TCPHandler: Processed in 0.001043139 sec. | ||
| 857 | 2025.01.28 17:42:31.282991 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 858 | 2025.01.28 17:42:31.283133 [ 3 ] {30772c3d-138c-47f5-8e6d-b7e4f5eac6da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 859 | 2025.01.28 17:42:31.283535 [ 3 ] {30772c3d-138c-47f5-8e6d-b7e4f5eac6da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 860 | 2025.01.28 17:42:31.283597 [ 3 ] {30772c3d-138c-47f5-8e6d-b7e4f5eac6da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 861 | 2025.01.28 17:42:31.284153 [ 3 ] {30772c3d-138c-47f5-8e6d-b7e4f5eac6da} <Debug> TCPHandler: Processed in 0.001210782 sec. | ||
| 862 | 2025.01.28 17:42:31.284426 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 863 | 2025.01.28 17:42:31.284576 [ 254 ] {b7ea30bd-2f7a-4257-8a03-80b3fed9baf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 864 | 2025.01.28 17:42:31.284916 [ 254 ] {b7ea30bd-2f7a-4257-8a03-80b3fed9baf0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 865 | 2025.01.28 17:42:31.284967 [ 254 ] {b7ea30bd-2f7a-4257-8a03-80b3fed9baf0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 866 | 2025.01.28 17:42:31.285430 [ 254 ] {b7ea30bd-2f7a-4257-8a03-80b3fed9baf0} <Debug> TCPHandler: Processed in 0.00105638 sec. | ||
| 867 | 2025.01.28 17:42:31.285657 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 868 | 2025.01.28 17:42:31.285802 [ 3 ] {8170ed37-a6c9-4723-b39f-ad153d8a99ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 869 | 2025.01.28 17:42:31.286145 [ 3 ] {8170ed37-a6c9-4723-b39f-ad153d8a99ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 870 | 2025.01.28 17:42:31.286196 [ 3 ] {8170ed37-a6c9-4723-b39f-ad153d8a99ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 871 | 2025.01.28 17:42:31.286653 [ 3 ] {8170ed37-a6c9-4723-b39f-ad153d8a99ab} <Debug> TCPHandler: Processed in 0.001045779 sec. | ||
| 872 | 2025.01.28 17:42:31.286881 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2025.01.28 17:42:31.287026 [ 254 ] {d053c42b-9048-4f9d-9c9c-ee58979713a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 874 | 2025.01.28 17:42:31.287373 [ 254 ] {d053c42b-9048-4f9d-9c9c-ee58979713a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 875 | 2025.01.28 17:42:31.287425 [ 254 ] {d053c42b-9048-4f9d-9c9c-ee58979713a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 876 | 2025.01.28 17:42:31.287891 [ 254 ] {d053c42b-9048-4f9d-9c9c-ee58979713a7} <Debug> TCPHandler: Processed in 0.001060739 sec. | ||
| 877 | 2025.01.28 17:42:31.288143 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.01.28 17:42:31.288309 [ 3 ] {fb12cf5f-1cba-4aba-82ff-0150467a9c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 879 | 2025.01.28 17:42:31.288737 [ 3 ] {fb12cf5f-1cba-4aba-82ff-0150467a9c84} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 880 | 2025.01.28 17:42:31.288799 [ 3 ] {fb12cf5f-1cba-4aba-82ff-0150467a9c84} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 881 | 2025.01.28 17:42:31.289334 [ 3 ] {fb12cf5f-1cba-4aba-82ff-0150467a9c84} <Debug> TCPHandler: Processed in 0.001240143 sec. | ||
| 882 | 2025.01.28 17:42:31.289562 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 883 | 2025.01.28 17:42:31.289710 [ 254 ] {9746d57a-2980-4dbf-8244-861455f6a6fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 884 | 2025.01.28 17:42:31.290067 [ 254 ] {9746d57a-2980-4dbf-8244-861455f6a6fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 885 | 2025.01.28 17:42:31.290118 [ 254 ] {9746d57a-2980-4dbf-8244-861455f6a6fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 886 | 2025.01.28 17:42:31.290624 [ 254 ] {9746d57a-2980-4dbf-8244-861455f6a6fb} <Debug> TCPHandler: Processed in 0.001112531 sec. | ||
| 887 | 2025.01.28 17:42:31.296464 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 888 | 2025.01.28 17:42:31.296609 [ 3 ] {98f9d122-4100-4fd4-8a3f-1097a13235cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 889 | 2025.01.28 17:42:31.296666 [ 3 ] {98f9d122-4100-4fd4-8a3f-1097a13235cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 890 | 2025.01.28 17:42:31.297439 [ 3 ] {98f9d122-4100-4fd4-8a3f-1097a13235cb} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 891 | 2025.01.28 17:42:31.297478 [ 3 ] {98f9d122-4100-4fd4-8a3f-1097a13235cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 892 | 2025.01.28 17:42:31.298175 [ 3 ] {98f9d122-4100-4fd4-8a3f-1097a13235cb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 893 | 2025.01.28 17:42:31.298595 [ 3 ] {98f9d122-4100-4fd4-8a3f-1097a13235cb} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 894 | 2025.01.28 17:42:31.298796 [ 3 ] {98f9d122-4100-4fd4-8a3f-1097a13235cb} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002228 sec., 8078.994614003591 rows/sec., 1.10 MiB/sec. | ||
| 895 | 2025.01.28 17:42:31.298971 [ 3 ] {98f9d122-4100-4fd4-8a3f-1097a13235cb} <Debug> TCPHandler: Processed in 0.002559157 sec. | ||
| 896 | 2025.01.28 17:42:31.299146 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 897 | 2025.01.28 17:42:31.299280 [ 254 ] {502f2644-61b1-4c1e-8ab9-eba44f5e5d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 898 | 2025.01.28 17:42:31.299334 [ 254 ] {502f2644-61b1-4c1e-8ab9-eba44f5e5d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 899 | 2025.01.28 17:42:31.301226 [ 254 ] {502f2644-61b1-4c1e-8ab9-eba44f5e5d4f} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 900 | 2025.01.28 17:42:31.301262 [ 254 ] {502f2644-61b1-4c1e-8ab9-eba44f5e5d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 901 | 2025.01.28 17:42:31.301748 [ 254 ] {502f2644-61b1-4c1e-8ab9-eba44f5e5d4f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 902 | 2025.01.28 17:42:31.302180 [ 254 ] {502f2644-61b1-4c1e-8ab9-eba44f5e5d4f} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 903 | 2025.01.28 17:42:31.302356 [ 254 ] {502f2644-61b1-4c1e-8ab9-eba44f5e5d4f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.003108 sec., 18018.018018018018 rows/sec., 1.38 MiB/sec. | ||
| 904 | 2025.01.28 17:42:31.302406 [ 254 ] {502f2644-61b1-4c1e-8ab9-eba44f5e5d4f} <Debug> TCPHandler: Processed in 0.003323961 sec. | ||
| 905 | 2025.01.28 17:42:31.302563 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 906 | 2025.01.28 17:42:31.302689 [ 3 ] {6f230085-6044-49d6-9831-6e70775c3899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 907 | 2025.01.28 17:42:31.302741 [ 3 ] {6f230085-6044-49d6-9831-6e70775c3899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 908 | 2025.01.28 17:42:31.303364 [ 3 ] {6f230085-6044-49d6-9831-6e70775c3899} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 909 | 2025.01.28 17:42:31.303400 [ 3 ] {6f230085-6044-49d6-9831-6e70775c3899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 910 | 2025.01.28 17:42:31.303863 [ 3 ] {6f230085-6044-49d6-9831-6e70775c3899} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 911 | 2025.01.28 17:42:31.304335 [ 3 ] {6f230085-6044-49d6-9831-6e70775c3899} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 912 | 2025.01.28 17:42:31.304501 [ 3 ] {6f230085-6044-49d6-9831-6e70775c3899} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00184 sec., 34782.608695652176 rows/sec., 2.71 MiB/sec. | ||
| 913 | 2025.01.28 17:42:31.304549 [ 3 ] {6f230085-6044-49d6-9831-6e70775c3899} <Debug> TCPHandler: Processed in 0.002049618 sec. | ||
| 914 | 2025.01.28 17:42:31.304693 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 915 | 2025.01.28 17:42:31.304823 [ 254 ] {afcf9ee1-fcac-4270-bbf2-556c46bd5621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 916 | 2025.01.28 17:42:31.304880 [ 254 ] {afcf9ee1-fcac-4270-bbf2-556c46bd5621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 917 | 2025.01.28 17:42:31.305481 [ 254 ] {afcf9ee1-fcac-4270-bbf2-556c46bd5621} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 918 | 2025.01.28 17:42:31.305515 [ 254 ] {afcf9ee1-fcac-4270-bbf2-556c46bd5621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 919 | 2025.01.28 17:42:31.306037 [ 254 ] {afcf9ee1-fcac-4270-bbf2-556c46bd5621} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 920 | 2025.01.28 17:42:31.306471 [ 254 ] {afcf9ee1-fcac-4270-bbf2-556c46bd5621} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 921 | 2025.01.28 17:42:31.306713 [ 254 ] {afcf9ee1-fcac-4270-bbf2-556c46bd5621} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001905 sec., 67191.60104986877 rows/sec., 4.68 MiB/sec. | ||
| 922 | 2025.01.28 17:42:31.306775 [ 254 ] {afcf9ee1-fcac-4270-bbf2-556c46bd5621} <Debug> TCPHandler: Processed in 0.0021451 sec. | ||
| 923 | 2025.01.28 17:42:31.306925 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 924 | 2025.01.28 17:42:31.307054 [ 3 ] {6d054b16-4613-4d0c-a119-1c3718316c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 925 | 2025.01.28 17:42:31.307108 [ 3 ] {6d054b16-4613-4d0c-a119-1c3718316c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 926 | 2025.01.28 17:42:31.307549 [ 3 ] {6d054b16-4613-4d0c-a119-1c3718316c25} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 927 | 2025.01.28 17:42:31.307585 [ 3 ] {6d054b16-4613-4d0c-a119-1c3718316c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 928 | 2025.01.28 17:42:31.308072 [ 3 ] {6d054b16-4613-4d0c-a119-1c3718316c25} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 929 | 2025.01.28 17:42:31.308599 [ 3 ] {6d054b16-4613-4d0c-a119-1c3718316c25} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 930 | 2025.01.28 17:42:31.308765 [ 3 ] {6d054b16-4613-4d0c-a119-1c3718316c25} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001739 sec., 27602.070155261645 rows/sec., 1.86 MiB/sec. | ||
| 931 | 2025.01.28 17:42:31.308811 [ 3 ] {6d054b16-4613-4d0c-a119-1c3718316c25} <Debug> TCPHandler: Processed in 0.001948296 sec. | ||
| 932 | 2025.01.28 17:42:32.888701 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 933 | 2025.01.28 17:42:32.889671 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 934 | 2025.01.28 17:42:32.889709 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 935 | 2025.01.28 17:42:32.890422 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 936 | 2025.01.28 17:42:32.890882 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 937 | 2025.01.28 17:42:32.891100 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 938 | 2025.01.28 17:42:32.955843 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 939 | 2025.01.28 17:42:32.974834 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 940 | 2025.01.28 17:42:32.974896 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 941 | 2025.01.28 17:42:32.981619 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 942 | 2025.01.28 17:42:32.982866 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 943 | 2025.01.28 17:42:32.985723 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 944 | 2025.01.28 17:42:36.267468 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 945 | 2025.01.28 17:42:36.267691 [ 3 ] {144c5f07-c117-48b1-a7c4-327255c7bda5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 946 | 2025.01.28 17:42:36.267780 [ 3 ] {144c5f07-c117-48b1-a7c4-327255c7bda5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 947 | 2025.01.28 17:42:36.268564 [ 3 ] {144c5f07-c117-48b1-a7c4-327255c7bda5} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 948 | 2025.01.28 17:42:36.268617 [ 3 ] {144c5f07-c117-48b1-a7c4-327255c7bda5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 949 | 2025.01.28 17:42:36.269193 [ 3 ] {144c5f07-c117-48b1-a7c4-327255c7bda5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 950 | 2025.01.28 17:42:36.269687 [ 3 ] {144c5f07-c117-48b1-a7c4-327255c7bda5} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 951 | 2025.01.28 17:42:36.269904 [ 3 ] {144c5f07-c117-48b1-a7c4-327255c7bda5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002275 sec., 24615.384615384613 rows/sec., 1.88 MiB/sec. | ||
| 952 | 2025.01.28 17:42:36.269969 [ 3 ] {144c5f07-c117-48b1-a7c4-327255c7bda5} <Debug> TCPHandler: Processed in 0.002636889 sec. | ||
| 953 | 2025.01.28 17:42:36.270177 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 954 | 2025.01.28 17:42:36.270302 [ 254 ] {1a684ed6-239b-4d9c-b433-0270d91553cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 955 | 2025.01.28 17:42:36.270353 [ 254 ] {1a684ed6-239b-4d9c-b433-0270d91553cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 956 | 2025.01.28 17:42:36.270944 [ 254 ] {1a684ed6-239b-4d9c-b433-0270d91553cb} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 957 | 2025.01.28 17:42:36.270984 [ 254 ] {1a684ed6-239b-4d9c-b433-0270d91553cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 958 | 2025.01.28 17:42:36.271503 [ 254 ] {1a684ed6-239b-4d9c-b433-0270d91553cb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 959 | 2025.01.28 17:42:36.272136 [ 254 ] {1a684ed6-239b-4d9c-b433-0270d91553cb} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 960 | 2025.01.28 17:42:36.272350 [ 254 ] {1a684ed6-239b-4d9c-b433-0270d91553cb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002075 sec., 30843.3734939759 rows/sec., 2.41 MiB/sec. | ||
| 961 | 2025.01.28 17:42:36.272524 [ 254 ] {1a684ed6-239b-4d9c-b433-0270d91553cb} <Debug> TCPHandler: Processed in 0.002408624 sec. | ||
| 962 | 2025.01.28 17:42:36.272701 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 963 | 2025.01.28 17:42:36.272824 [ 3 ] {a39ea2b5-123f-46ba-b474-4bf50a8a88aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 964 | 2025.01.28 17:42:36.272893 [ 3 ] {a39ea2b5-123f-46ba-b474-4bf50a8a88aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 965 | 2025.01.28 17:42:36.273477 [ 3 ] {a39ea2b5-123f-46ba-b474-4bf50a8a88aa} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 966 | 2025.01.28 17:42:36.273516 [ 3 ] {a39ea2b5-123f-46ba-b474-4bf50a8a88aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 967 | 2025.01.28 17:42:36.274032 [ 3 ] {a39ea2b5-123f-46ba-b474-4bf50a8a88aa} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 968 | 2025.01.28 17:42:36.274515 [ 3 ] {a39ea2b5-123f-46ba-b474-4bf50a8a88aa} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 969 | 2025.01.28 17:42:36.274706 [ 3 ] {a39ea2b5-123f-46ba-b474-4bf50a8a88aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001907 sec., 83901.41583639223 rows/sec., 5.84 MiB/sec. | ||
| 970 | 2025.01.28 17:42:36.274873 [ 3 ] {a39ea2b5-123f-46ba-b474-4bf50a8a88aa} <Debug> TCPHandler: Processed in 0.002224601 sec. | ||
| 971 | 2025.01.28 17:42:36.275035 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 972 | 2025.01.28 17:42:36.275152 [ 254 ] {19c96cc2-2634-4f2b-b3c2-6cc7d603f35f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 973 | 2025.01.28 17:42:36.275201 [ 254 ] {19c96cc2-2634-4f2b-b3c2-6cc7d603f35f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 974 | 2025.01.28 17:42:36.275672 [ 254 ] {19c96cc2-2634-4f2b-b3c2-6cc7d603f35f} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 975 | 2025.01.28 17:42:36.275712 [ 254 ] {19c96cc2-2634-4f2b-b3c2-6cc7d603f35f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 976 | 2025.01.28 17:42:36.276166 [ 254 ] {19c96cc2-2634-4f2b-b3c2-6cc7d603f35f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 977 | 2025.01.28 17:42:36.276639 [ 254 ] {19c96cc2-2634-4f2b-b3c2-6cc7d603f35f} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 978 | 2025.01.28 17:42:36.276818 [ 254 ] {19c96cc2-2634-4f2b-b3c2-6cc7d603f35f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001691 sec., 35481.96333530455 rows/sec., 2.39 MiB/sec. | ||
| 979 | 2025.01.28 17:42:36.276870 [ 254 ] {19c96cc2-2634-4f2b-b3c2-6cc7d603f35f} <Debug> TCPHandler: Processed in 0.001889415 sec. | ||
| 980 | 2025.01.28 17:42:40.329151 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 981 | 2025.01.28 17:42:40.329219 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 982 | 2025.01.28 17:42:40.377754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 | ||
| 983 | 2025.01.28 17:42:40.382048 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 984 | 2025.01.28 17:42:40.382108 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 985 | 2025.01.28 17:42:40.383626 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 986 | 2025.01.28 17:42:40.383958 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 987 | 2025.01.28 17:42:40.384720 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 988 | 2025.01.28 17:42:40.391213 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 989 | 2025.01.28 17:42:40.391871 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 990 | 2025.01.28 17:42:40.391917 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 991 | 2025.01.28 17:42:40.392491 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 992 | 2025.01.28 17:42:40.392768 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 993 | 2025.01.28 17:42:40.393045 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 994 | 2025.01.28 17:42:40.485800 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 995 | 2025.01.28 17:42:40.505999 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 996 | 2025.01.28 17:42:40.506064 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 997 | 2025.01.28 17:42:40.512710 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 998 | 2025.01.28 17:42:40.513490 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 999 | 2025.01.28 17:42:40.516530 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1000 | 2025.01.28 17:42:41.261311 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1001 | 2025.01.28 17:42:41.261611 [ 3 ] {2b10720b-ed51-41c3-bdf0-d4231b013dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1002 | 2025.01.28 17:42:41.262065 [ 3 ] {2b10720b-ed51-41c3-bdf0-d4231b013dbd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1003 | 2025.01.28 17:42:41.262141 [ 3 ] {2b10720b-ed51-41c3-bdf0-d4231b013dbd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1004 | 2025.01.28 17:42:41.262460 [ 3 ] {2b10720b-ed51-41c3-bdf0-d4231b013dbd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1005 | 2025.01.28 17:42:41.262659 [ 3 ] {2b10720b-ed51-41c3-bdf0-d4231b013dbd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1006 | 2025.01.28 17:42:41.262980 [ 3 ] {2b10720b-ed51-41c3-bdf0-d4231b013dbd} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1007 | 2025.01.28 17:42:41.264106 [ 3 ] {2b10720b-ed51-41c3-bdf0-d4231b013dbd} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1008 | 2025.01.28 17:42:41.266082 [ 3 ] {2b10720b-ed51-41c3-bdf0-d4231b013dbd} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1009 | 2025.01.28 17:42:41.266109 [ 3 ] {2b10720b-ed51-41c3-bdf0-d4231b013dbd} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1010 | 2025.01.28 17:42:41.266238 [ 3 ] {2b10720b-ed51-41c3-bdf0-d4231b013dbd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1011 | 2025.01.28 17:42:41.266264 [ 3 ] {2b10720b-ed51-41c3-bdf0-d4231b013dbd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1012 | 2025.01.28 17:42:41.274050 [ 3 ] {2b10720b-ed51-41c3-bdf0-d4231b013dbd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.012586 sec., 1430.160495788972 rows/sec., 58.50 KiB/sec. | ||
| 1013 | 2025.01.28 17:42:41.274183 [ 3 ] {2b10720b-ed51-41c3-bdf0-d4231b013dbd} <Debug> TCPHandler: Processed in 0.013008849 sec. | ||
| 1014 | 2025.01.28 17:42:41.275028 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1015 | 2025.01.28 17:42:41.275191 [ 254 ] {16d59cb0-60cb-4ed6-8c5d-ebf832099705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1016 | 2025.01.28 17:42:41.275470 [ 254 ] {16d59cb0-60cb-4ed6-8c5d-ebf832099705} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1017 | 2025.01.28 17:42:41.275512 [ 254 ] {16d59cb0-60cb-4ed6-8c5d-ebf832099705} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1018 | 2025.01.28 17:42:41.275775 [ 254 ] {16d59cb0-60cb-4ed6-8c5d-ebf832099705} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1019 | 2025.01.28 17:42:41.275841 [ 254 ] {16d59cb0-60cb-4ed6-8c5d-ebf832099705} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1020 | 2025.01.28 17:42:41.275983 [ 254 ] {16d59cb0-60cb-4ed6-8c5d-ebf832099705} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1021 | 2025.01.28 17:42:41.276016 [ 254 ] {16d59cb0-60cb-4ed6-8c5d-ebf832099705} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1022 | 2025.01.28 17:42:41.276039 [ 254 ] {16d59cb0-60cb-4ed6-8c5d-ebf832099705} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1023 | 2025.01.28 17:42:41.276056 [ 254 ] {16d59cb0-60cb-4ed6-8c5d-ebf832099705} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1024 | 2025.01.28 17:42:41.276100 [ 254 ] {16d59cb0-60cb-4ed6-8c5d-ebf832099705} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1025 | 2025.01.28 17:42:41.276122 [ 254 ] {16d59cb0-60cb-4ed6-8c5d-ebf832099705} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1026 | 2025.01.28 17:42:41.276749 [ 254 ] {16d59cb0-60cb-4ed6-8c5d-ebf832099705} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001632 sec., 11029.411764705883 rows/sec., 451.18 KiB/sec. | ||
| 1027 | 2025.01.28 17:42:41.276866 [ 254 ] {16d59cb0-60cb-4ed6-8c5d-ebf832099705} <Debug> TCPHandler: Processed in 0.001899625 sec. | ||
| 1028 | 2025.01.28 17:42:41.277197 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1029 | 2025.01.28 17:42:41.277357 [ 3 ] {816a9d7e-0f17-40fb-a883-d9193b713f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1030 | 2025.01.28 17:42:41.277692 [ 3 ] {816a9d7e-0f17-40fb-a883-d9193b713f68} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1031 | 2025.01.28 17:42:41.277739 [ 3 ] {816a9d7e-0f17-40fb-a883-d9193b713f68} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1032 | 2025.01.28 17:42:41.278014 [ 3 ] {816a9d7e-0f17-40fb-a883-d9193b713f68} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1033 | 2025.01.28 17:42:41.278081 [ 3 ] {816a9d7e-0f17-40fb-a883-d9193b713f68} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1034 | 2025.01.28 17:42:41.278220 [ 3 ] {816a9d7e-0f17-40fb-a883-d9193b713f68} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1035 | 2025.01.28 17:42:41.278252 [ 3 ] {816a9d7e-0f17-40fb-a883-d9193b713f68} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1036 | 2025.01.28 17:42:41.278275 [ 3 ] {816a9d7e-0f17-40fb-a883-d9193b713f68} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1037 | 2025.01.28 17:42:41.278291 [ 3 ] {816a9d7e-0f17-40fb-a883-d9193b713f68} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1038 | 2025.01.28 17:42:41.278333 [ 3 ] {816a9d7e-0f17-40fb-a883-d9193b713f68} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1039 | 2025.01.28 17:42:41.278354 [ 3 ] {816a9d7e-0f17-40fb-a883-d9193b713f68} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1040 | 2025.01.28 17:42:41.278944 [ 3 ] {816a9d7e-0f17-40fb-a883-d9193b713f68} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001655 sec., 10876.132930513595 rows/sec., 444.91 KiB/sec. | ||
| 1041 | 2025.01.28 17:42:41.279080 [ 3 ] {816a9d7e-0f17-40fb-a883-d9193b713f68} <Debug> TCPHandler: Processed in 0.001934666 sec. | ||
| 1042 | 2025.01.28 17:42:41.279761 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1043 | 2025.01.28 17:42:41.279918 [ 254 ] {c49dd13a-a0b6-4cf0-82b1-0fed1f6ad2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1044 | 2025.01.28 17:42:41.280210 [ 254 ] {c49dd13a-a0b6-4cf0-82b1-0fed1f6ad2f3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1045 | 2025.01.28 17:42:41.280256 [ 254 ] {c49dd13a-a0b6-4cf0-82b1-0fed1f6ad2f3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1046 | 2025.01.28 17:42:41.280551 [ 254 ] {c49dd13a-a0b6-4cf0-82b1-0fed1f6ad2f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1047 | 2025.01.28 17:42:41.280617 [ 254 ] {c49dd13a-a0b6-4cf0-82b1-0fed1f6ad2f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1048 | 2025.01.28 17:42:41.280759 [ 254 ] {c49dd13a-a0b6-4cf0-82b1-0fed1f6ad2f3} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1049 | 2025.01.28 17:42:41.280791 [ 254 ] {c49dd13a-a0b6-4cf0-82b1-0fed1f6ad2f3} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1050 | 2025.01.28 17:42:41.280816 [ 254 ] {c49dd13a-a0b6-4cf0-82b1-0fed1f6ad2f3} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1051 | 2025.01.28 17:42:41.280861 [ 254 ] {c49dd13a-a0b6-4cf0-82b1-0fed1f6ad2f3} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1052 | 2025.01.28 17:42:41.280904 [ 254 ] {c49dd13a-a0b6-4cf0-82b1-0fed1f6ad2f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1053 | 2025.01.28 17:42:41.280926 [ 254 ] {c49dd13a-a0b6-4cf0-82b1-0fed1f6ad2f3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1054 | 2025.01.28 17:42:41.281489 [ 254 ] {c49dd13a-a0b6-4cf0-82b1-0fed1f6ad2f3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00164 sec., 10975.609756097561 rows/sec., 448.98 KiB/sec. | ||
| 1055 | 2025.01.28 17:42:41.281604 [ 254 ] {c49dd13a-a0b6-4cf0-82b1-0fed1f6ad2f3} <Debug> TCPHandler: Processed in 0.001896725 sec. | ||
| 1056 | 2025.01.28 17:42:41.281926 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1057 | 2025.01.28 17:42:41.282090 [ 3 ] {b2f10c98-440c-49a3-97a0-6db0bbe5799b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1058 | 2025.01.28 17:42:41.282360 [ 3 ] {b2f10c98-440c-49a3-97a0-6db0bbe5799b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1059 | 2025.01.28 17:42:41.282402 [ 3 ] {b2f10c98-440c-49a3-97a0-6db0bbe5799b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1060 | 2025.01.28 17:42:41.282676 [ 3 ] {b2f10c98-440c-49a3-97a0-6db0bbe5799b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1061 | 2025.01.28 17:42:41.282742 [ 3 ] {b2f10c98-440c-49a3-97a0-6db0bbe5799b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1062 | 2025.01.28 17:42:41.282891 [ 3 ] {b2f10c98-440c-49a3-97a0-6db0bbe5799b} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1063 | 2025.01.28 17:42:41.282927 [ 3 ] {b2f10c98-440c-49a3-97a0-6db0bbe5799b} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1064 | 2025.01.28 17:42:41.282949 [ 3 ] {b2f10c98-440c-49a3-97a0-6db0bbe5799b} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1065 | 2025.01.28 17:42:41.282966 [ 3 ] {b2f10c98-440c-49a3-97a0-6db0bbe5799b} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1066 | 2025.01.28 17:42:41.283010 [ 3 ] {b2f10c98-440c-49a3-97a0-6db0bbe5799b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1067 | 2025.01.28 17:42:41.283032 [ 3 ] {b2f10c98-440c-49a3-97a0-6db0bbe5799b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1068 | 2025.01.28 17:42:41.283626 [ 3 ] {b2f10c98-440c-49a3-97a0-6db0bbe5799b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001604 sec., 11221.945137157107 rows/sec., 459.06 KiB/sec. | ||
| 1069 | 2025.01.28 17:42:41.283743 [ 3 ] {b2f10c98-440c-49a3-97a0-6db0bbe5799b} <Debug> TCPHandler: Processed in 0.001877425 sec. | ||
| 1070 | 2025.01.28 17:42:41.284031 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1071 | 2025.01.28 17:42:41.284191 [ 254 ] {0f53c415-7cbb-4d9a-9ba1-c2fb24705974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1072 | 2025.01.28 17:42:41.284463 [ 254 ] {0f53c415-7cbb-4d9a-9ba1-c2fb24705974} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1073 | 2025.01.28 17:42:41.284506 [ 254 ] {0f53c415-7cbb-4d9a-9ba1-c2fb24705974} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1074 | 2025.01.28 17:42:41.284778 [ 254 ] {0f53c415-7cbb-4d9a-9ba1-c2fb24705974} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1075 | 2025.01.28 17:42:41.284843 [ 254 ] {0f53c415-7cbb-4d9a-9ba1-c2fb24705974} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1076 | 2025.01.28 17:42:41.284981 [ 254 ] {0f53c415-7cbb-4d9a-9ba1-c2fb24705974} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1077 | 2025.01.28 17:42:41.285015 [ 254 ] {0f53c415-7cbb-4d9a-9ba1-c2fb24705974} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1078 | 2025.01.28 17:42:41.285036 [ 254 ] {0f53c415-7cbb-4d9a-9ba1-c2fb24705974} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1079 | 2025.01.28 17:42:41.285053 [ 254 ] {0f53c415-7cbb-4d9a-9ba1-c2fb24705974} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1080 | 2025.01.28 17:42:41.285095 [ 254 ] {0f53c415-7cbb-4d9a-9ba1-c2fb24705974} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1081 | 2025.01.28 17:42:41.285117 [ 254 ] {0f53c415-7cbb-4d9a-9ba1-c2fb24705974} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1082 | 2025.01.28 17:42:41.285691 [ 254 ] {0f53c415-7cbb-4d9a-9ba1-c2fb24705974} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001571 sec., 11457.670273711014 rows/sec., 468.70 KiB/sec. | ||
| 1083 | 2025.01.28 17:42:41.285807 [ 254 ] {0f53c415-7cbb-4d9a-9ba1-c2fb24705974} <Debug> TCPHandler: Processed in 0.001836953 sec. | ||
| 1084 | 2025.01.28 17:42:41.286086 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1085 | 2025.01.28 17:42:41.286273 [ 3 ] {15bf3251-5a14-48ec-b7a2-b7227adf42f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1086 | 2025.01.28 17:42:41.286590 [ 3 ] {15bf3251-5a14-48ec-b7a2-b7227adf42f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1087 | 2025.01.28 17:42:41.286636 [ 3 ] {15bf3251-5a14-48ec-b7a2-b7227adf42f0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1088 | 2025.01.28 17:42:41.286909 [ 3 ] {15bf3251-5a14-48ec-b7a2-b7227adf42f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1089 | 2025.01.28 17:42:41.286974 [ 3 ] {15bf3251-5a14-48ec-b7a2-b7227adf42f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1090 | 2025.01.28 17:42:41.287113 [ 3 ] {15bf3251-5a14-48ec-b7a2-b7227adf42f0} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1091 | 2025.01.28 17:42:41.287145 [ 3 ] {15bf3251-5a14-48ec-b7a2-b7227adf42f0} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1092 | 2025.01.28 17:42:41.287168 [ 3 ] {15bf3251-5a14-48ec-b7a2-b7227adf42f0} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1093 | 2025.01.28 17:42:41.287184 [ 3 ] {15bf3251-5a14-48ec-b7a2-b7227adf42f0} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1094 | 2025.01.28 17:42:41.287226 [ 3 ] {15bf3251-5a14-48ec-b7a2-b7227adf42f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1095 | 2025.01.28 17:42:41.287248 [ 3 ] {15bf3251-5a14-48ec-b7a2-b7227adf42f0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1096 | 2025.01.28 17:42:41.287845 [ 3 ] {15bf3251-5a14-48ec-b7a2-b7227adf42f0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001657 sec., 10863.005431502716 rows/sec., 444.37 KiB/sec. | ||
| 1097 | 2025.01.28 17:42:41.287961 [ 3 ] {15bf3251-5a14-48ec-b7a2-b7227adf42f0} <Debug> TCPHandler: Processed in 0.001939745 sec. | ||
| 1098 | 2025.01.28 17:42:41.288241 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1099 | 2025.01.28 17:42:41.288396 [ 254 ] {cf88c72c-1018-4284-a1f8-ce2896d97f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1100 | 2025.01.28 17:42:41.288666 [ 254 ] {cf88c72c-1018-4284-a1f8-ce2896d97f09} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1101 | 2025.01.28 17:42:41.288708 [ 254 ] {cf88c72c-1018-4284-a1f8-ce2896d97f09} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1102 | 2025.01.28 17:42:41.288980 [ 254 ] {cf88c72c-1018-4284-a1f8-ce2896d97f09} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1103 | 2025.01.28 17:42:41.289046 [ 254 ] {cf88c72c-1018-4284-a1f8-ce2896d97f09} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1104 | 2025.01.28 17:42:41.289189 [ 254 ] {cf88c72c-1018-4284-a1f8-ce2896d97f09} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1105 | 2025.01.28 17:42:41.289229 [ 254 ] {cf88c72c-1018-4284-a1f8-ce2896d97f09} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1106 | 2025.01.28 17:42:41.289253 [ 254 ] {cf88c72c-1018-4284-a1f8-ce2896d97f09} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1107 | 2025.01.28 17:42:41.289269 [ 254 ] {cf88c72c-1018-4284-a1f8-ce2896d97f09} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1108 | 2025.01.28 17:42:41.289313 [ 254 ] {cf88c72c-1018-4284-a1f8-ce2896d97f09} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1109 | 2025.01.28 17:42:41.289334 [ 254 ] {cf88c72c-1018-4284-a1f8-ce2896d97f09} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1110 | 2025.01.28 17:42:41.289878 [ 254 ] {cf88c72c-1018-4284-a1f8-ce2896d97f09} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001551 sec., 11605.41586073501 rows/sec., 474.74 KiB/sec. | ||
| 1111 | 2025.01.28 17:42:41.289992 [ 254 ] {cf88c72c-1018-4284-a1f8-ce2896d97f09} <Debug> TCPHandler: Processed in 0.001803434 sec. | ||
| 1112 | 2025.01.28 17:42:41.290248 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1113 | 2025.01.28 17:42:41.290408 [ 3 ] {39045a92-0e7f-40de-a87f-ccbb70ee79b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1114 | 2025.01.28 17:42:41.290682 [ 3 ] {39045a92-0e7f-40de-a87f-ccbb70ee79b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1115 | 2025.01.28 17:42:41.290725 [ 3 ] {39045a92-0e7f-40de-a87f-ccbb70ee79b9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1116 | 2025.01.28 17:42:41.291000 [ 3 ] {39045a92-0e7f-40de-a87f-ccbb70ee79b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1117 | 2025.01.28 17:42:41.291065 [ 3 ] {39045a92-0e7f-40de-a87f-ccbb70ee79b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1118 | 2025.01.28 17:42:41.291205 [ 3 ] {39045a92-0e7f-40de-a87f-ccbb70ee79b9} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1119 | 2025.01.28 17:42:41.291238 [ 3 ] {39045a92-0e7f-40de-a87f-ccbb70ee79b9} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1120 | 2025.01.28 17:42:41.291260 [ 3 ] {39045a92-0e7f-40de-a87f-ccbb70ee79b9} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1121 | 2025.01.28 17:42:41.291276 [ 3 ] {39045a92-0e7f-40de-a87f-ccbb70ee79b9} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1122 | 2025.01.28 17:42:41.291319 [ 3 ] {39045a92-0e7f-40de-a87f-ccbb70ee79b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1123 | 2025.01.28 17:42:41.291341 [ 3 ] {39045a92-0e7f-40de-a87f-ccbb70ee79b9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1124 | 2025.01.28 17:42:41.291984 [ 3 ] {39045a92-0e7f-40de-a87f-ccbb70ee79b9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001647 sec., 10928.96174863388 rows/sec., 447.07 KiB/sec. | ||
| 1125 | 2025.01.28 17:42:41.292101 [ 3 ] {39045a92-0e7f-40de-a87f-ccbb70ee79b9} <Debug> TCPHandler: Processed in 0.001906565 sec. | ||
| 1126 | 2025.01.28 17:42:41.292366 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1127 | 2025.01.28 17:42:41.292523 [ 254 ] {f788b5cc-71a0-4f5f-869f-7e1b9e738a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1128 | 2025.01.28 17:42:41.292793 [ 254 ] {f788b5cc-71a0-4f5f-869f-7e1b9e738a20} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1129 | 2025.01.28 17:42:41.292836 [ 254 ] {f788b5cc-71a0-4f5f-869f-7e1b9e738a20} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1130 | 2025.01.28 17:42:41.293138 [ 254 ] {f788b5cc-71a0-4f5f-869f-7e1b9e738a20} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1131 | 2025.01.28 17:42:41.293204 [ 254 ] {f788b5cc-71a0-4f5f-869f-7e1b9e738a20} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1132 | 2025.01.28 17:42:41.293344 [ 254 ] {f788b5cc-71a0-4f5f-869f-7e1b9e738a20} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1133 | 2025.01.28 17:42:41.293376 [ 254 ] {f788b5cc-71a0-4f5f-869f-7e1b9e738a20} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1134 | 2025.01.28 17:42:41.293399 [ 254 ] {f788b5cc-71a0-4f5f-869f-7e1b9e738a20} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1135 | 2025.01.28 17:42:41.293415 [ 254 ] {f788b5cc-71a0-4f5f-869f-7e1b9e738a20} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1136 | 2025.01.28 17:42:41.293457 [ 254 ] {f788b5cc-71a0-4f5f-869f-7e1b9e738a20} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1137 | 2025.01.28 17:42:41.293479 [ 254 ] {f788b5cc-71a0-4f5f-869f-7e1b9e738a20} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1138 | 2025.01.28 17:42:41.294032 [ 254 ] {f788b5cc-71a0-4f5f-869f-7e1b9e738a20} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00158 sec., 11392.405063291139 rows/sec., 466.03 KiB/sec. | ||
| 1139 | 2025.01.28 17:42:41.294151 [ 254 ] {f788b5cc-71a0-4f5f-869f-7e1b9e738a20} <Debug> TCPHandler: Processed in 0.001836924 sec. | ||
| 1140 | 2025.01.28 17:42:41.294392 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1141 | 2025.01.28 17:42:41.294553 [ 3 ] {0ee384f6-f863-4668-b47c-27caf2385ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1142 | 2025.01.28 17:42:41.294827 [ 3 ] {0ee384f6-f863-4668-b47c-27caf2385ba1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1143 | 2025.01.28 17:42:41.294871 [ 3 ] {0ee384f6-f863-4668-b47c-27caf2385ba1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1144 | 2025.01.28 17:42:41.295148 [ 3 ] {0ee384f6-f863-4668-b47c-27caf2385ba1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1145 | 2025.01.28 17:42:41.295214 [ 3 ] {0ee384f6-f863-4668-b47c-27caf2385ba1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1146 | 2025.01.28 17:42:41.295351 [ 3 ] {0ee384f6-f863-4668-b47c-27caf2385ba1} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1147 | 2025.01.28 17:42:41.295383 [ 3 ] {0ee384f6-f863-4668-b47c-27caf2385ba1} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1148 | 2025.01.28 17:42:41.295406 [ 3 ] {0ee384f6-f863-4668-b47c-27caf2385ba1} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1149 | 2025.01.28 17:42:41.295422 [ 3 ] {0ee384f6-f863-4668-b47c-27caf2385ba1} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1150 | 2025.01.28 17:42:41.295465 [ 3 ] {0ee384f6-f863-4668-b47c-27caf2385ba1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1151 | 2025.01.28 17:42:41.295486 [ 3 ] {0ee384f6-f863-4668-b47c-27caf2385ba1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1152 | 2025.01.28 17:42:41.296026 [ 3 ] {0ee384f6-f863-4668-b47c-27caf2385ba1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001547 sec., 11635.423400129283 rows/sec., 475.97 KiB/sec. | ||
| 1153 | 2025.01.28 17:42:41.296142 [ 3 ] {0ee384f6-f863-4668-b47c-27caf2385ba1} <Debug> TCPHandler: Processed in 0.001803293 sec. | ||
| 1154 | 2025.01.28 17:42:41.296403 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1155 | 2025.01.28 17:42:41.296580 [ 254 ] {b8c36d40-e450-4a60-8f95-8e1900959faf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1156 | 2025.01.28 17:42:41.296915 [ 254 ] {b8c36d40-e450-4a60-8f95-8e1900959faf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1157 | 2025.01.28 17:42:41.296968 [ 254 ] {b8c36d40-e450-4a60-8f95-8e1900959faf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1158 | 2025.01.28 17:42:41.297315 [ 254 ] {b8c36d40-e450-4a60-8f95-8e1900959faf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1159 | 2025.01.28 17:42:41.297393 [ 254 ] {b8c36d40-e450-4a60-8f95-8e1900959faf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1160 | 2025.01.28 17:42:41.297559 [ 254 ] {b8c36d40-e450-4a60-8f95-8e1900959faf} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1161 | 2025.01.28 17:42:41.297592 [ 254 ] {b8c36d40-e450-4a60-8f95-8e1900959faf} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1162 | 2025.01.28 17:42:41.297615 [ 254 ] {b8c36d40-e450-4a60-8f95-8e1900959faf} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1163 | 2025.01.28 17:42:41.297631 [ 254 ] {b8c36d40-e450-4a60-8f95-8e1900959faf} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1164 | 2025.01.28 17:42:41.297673 [ 254 ] {b8c36d40-e450-4a60-8f95-8e1900959faf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1165 | 2025.01.28 17:42:41.297696 [ 254 ] {b8c36d40-e450-4a60-8f95-8e1900959faf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1166 | 2025.01.28 17:42:41.298277 [ 254 ] {b8c36d40-e450-4a60-8f95-8e1900959faf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001787 sec., 10072.747621712368 rows/sec., 412.05 KiB/sec. | ||
| 1167 | 2025.01.28 17:42:41.298391 [ 254 ] {b8c36d40-e450-4a60-8f95-8e1900959faf} <Debug> TCPHandler: Processed in 0.002041337 sec. | ||
| 1168 | 2025.01.28 17:42:41.302433 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1169 | 2025.01.28 17:42:41.302599 [ 3 ] {f61e5889-79d3-48fa-9f04-ec0c5eabffee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1170 | 2025.01.28 17:42:41.302877 [ 3 ] {f61e5889-79d3-48fa-9f04-ec0c5eabffee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1171 | 2025.01.28 17:42:41.302922 [ 3 ] {f61e5889-79d3-48fa-9f04-ec0c5eabffee} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1172 | 2025.01.28 17:42:41.303212 [ 3 ] {f61e5889-79d3-48fa-9f04-ec0c5eabffee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1173 | 2025.01.28 17:42:41.303276 [ 3 ] {f61e5889-79d3-48fa-9f04-ec0c5eabffee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1174 | 2025.01.28 17:42:41.303417 [ 3 ] {f61e5889-79d3-48fa-9f04-ec0c5eabffee} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1175 | 2025.01.28 17:42:41.303449 [ 3 ] {f61e5889-79d3-48fa-9f04-ec0c5eabffee} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1176 | 2025.01.28 17:42:41.303471 [ 3 ] {f61e5889-79d3-48fa-9f04-ec0c5eabffee} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1177 | 2025.01.28 17:42:41.303488 [ 3 ] {f61e5889-79d3-48fa-9f04-ec0c5eabffee} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1178 | 2025.01.28 17:42:41.303530 [ 3 ] {f61e5889-79d3-48fa-9f04-ec0c5eabffee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1179 | 2025.01.28 17:42:41.303553 [ 3 ] {f61e5889-79d3-48fa-9f04-ec0c5eabffee} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1180 | 2025.01.28 17:42:41.304133 [ 3 ] {f61e5889-79d3-48fa-9f04-ec0c5eabffee} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001609 sec., 11187.072715972654 rows/sec., 457.63 KiB/sec. | ||
| 1181 | 2025.01.28 17:42:41.304248 [ 3 ] {f61e5889-79d3-48fa-9f04-ec0c5eabffee} <Debug> TCPHandler: Processed in 0.001868784 sec. | ||
| 1182 | 2025.01.28 17:42:41.310547 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2025.01.28 17:42:41.310669 [ 3 ] {2ec52525-8dac-4d67-aa33-1e0ea19535ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1184 | 2025.01.28 17:42:41.310718 [ 3 ] {2ec52525-8dac-4d67-aa33-1e0ea19535ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1185 | 2025.01.28 17:42:41.311419 [ 3 ] {2ec52525-8dac-4d67-aa33-1e0ea19535ed} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1186 | 2025.01.28 17:42:41.311470 [ 3 ] {2ec52525-8dac-4d67-aa33-1e0ea19535ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1187 | 2025.01.28 17:42:41.312006 [ 3 ] {2ec52525-8dac-4d67-aa33-1e0ea19535ed} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1188 | 2025.01.28 17:42:41.312226 [ 3 ] {2ec52525-8dac-4d67-aa33-1e0ea19535ed} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1189 | 2025.01.28 17:42:41.312434 [ 3 ] {2ec52525-8dac-4d67-aa33-1e0ea19535ed} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.001801 sec., 7218.212104386452 rows/sec., 1.43 MiB/sec. | ||
| 1190 | 2025.01.28 17:42:41.312487 [ 3 ] {2ec52525-8dac-4d67-aa33-1e0ea19535ed} <Debug> TCPHandler: Processed in 0.001997957 sec. | ||
| 1191 | 2025.01.28 17:42:41.312646 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1192 | 2025.01.28 17:42:41.312754 [ 254 ] {6ebad3dd-84c2-43d8-8a14-113d894e8d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1193 | 2025.01.28 17:42:41.312799 [ 254 ] {6ebad3dd-84c2-43d8-8a14-113d894e8d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1194 | 2025.01.28 17:42:41.314190 [ 254 ] {6ebad3dd-84c2-43d8-8a14-113d894e8d02} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2025.01.28 17:42:41.314235 [ 254 ] {6ebad3dd-84c2-43d8-8a14-113d894e8d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1196 | 2025.01.28 17:42:41.315282 [ 254 ] {6ebad3dd-84c2-43d8-8a14-113d894e8d02} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1197 | 2025.01.28 17:42:41.315656 [ 254 ] {6ebad3dd-84c2-43d8-8a14-113d894e8d02} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2025.01.28 17:42:41.315980 [ 254 ] {6ebad3dd-84c2-43d8-8a14-113d894e8d02} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.003228 sec., 4337.0508054522925 rows/sec., 312.21 KiB/sec. | ||
| 1199 | 2025.01.28 17:42:41.316089 [ 254 ] {6ebad3dd-84c2-43d8-8a14-113d894e8d02} <Debug> TCPHandler: Processed in 0.003496064 sec. | ||
| 1200 | 2025.01.28 17:42:41.316253 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2025.01.28 17:42:41.316373 [ 3 ] {35527501-b72f-4a2f-b50e-970c8ba6efee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1202 | 2025.01.28 17:42:41.316423 [ 3 ] {35527501-b72f-4a2f-b50e-970c8ba6efee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1203 | 2025.01.28 17:42:41.317125 [ 3 ] {35527501-b72f-4a2f-b50e-970c8ba6efee} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1204 | 2025.01.28 17:42:41.317165 [ 3 ] {35527501-b72f-4a2f-b50e-970c8ba6efee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1205 | 2025.01.28 17:42:41.317548 [ 3 ] {35527501-b72f-4a2f-b50e-970c8ba6efee} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1206 | 2025.01.28 17:42:41.317803 [ 3 ] {35527501-b72f-4a2f-b50e-970c8ba6efee} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1207 | 2025.01.28 17:42:41.318014 [ 3 ] {35527501-b72f-4a2f-b50e-970c8ba6efee} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001666 sec., 131452.58103241297 rows/sec., 11.45 MiB/sec. | ||
| 1208 | 2025.01.28 17:42:41.318066 [ 3 ] {35527501-b72f-4a2f-b50e-970c8ba6efee} <Debug> TCPHandler: Processed in 0.001869885 sec. | ||
| 1209 | 2025.01.28 17:42:41.318223 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1210 | 2025.01.28 17:42:41.318330 [ 254 ] {ad81d21d-e09f-4ff8-b6dc-9e5e13f7fd0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1211 | 2025.01.28 17:42:41.318374 [ 254 ] {ad81d21d-e09f-4ff8-b6dc-9e5e13f7fd0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1212 | 2025.01.28 17:42:41.319103 [ 254 ] {ad81d21d-e09f-4ff8-b6dc-9e5e13f7fd0c} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1213 | 2025.01.28 17:42:41.319140 [ 254 ] {ad81d21d-e09f-4ff8-b6dc-9e5e13f7fd0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1214 | 2025.01.28 17:42:41.319494 [ 254 ] {ad81d21d-e09f-4ff8-b6dc-9e5e13f7fd0c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1215 | 2025.01.28 17:42:41.319737 [ 254 ] {ad81d21d-e09f-4ff8-b6dc-9e5e13f7fd0c} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1216 | 2025.01.28 17:42:41.319944 [ 254 ] {ad81d21d-e09f-4ff8-b6dc-9e5e13f7fd0c} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001633 sec., 9185.548071034906 rows/sec., 647.65 KiB/sec. | ||
| 1217 | 2025.01.28 17:42:41.320012 [ 254 ] {ad81d21d-e09f-4ff8-b6dc-9e5e13f7fd0c} <Debug> TCPHandler: Processed in 0.001841954 sec. | ||
| 1218 | 2025.01.28 17:42:41.320161 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1219 | 2025.01.28 17:42:41.320272 [ 3 ] {ff36d4fa-6a3c-4d7c-a0ee-f36d7be54bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1220 | 2025.01.28 17:42:41.320315 [ 3 ] {ff36d4fa-6a3c-4d7c-a0ee-f36d7be54bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1221 | 2025.01.28 17:42:41.320852 [ 3 ] {ff36d4fa-6a3c-4d7c-a0ee-f36d7be54bed} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1222 | 2025.01.28 17:42:41.320892 [ 3 ] {ff36d4fa-6a3c-4d7c-a0ee-f36d7be54bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1223 | 2025.01.28 17:42:41.321284 [ 3 ] {ff36d4fa-6a3c-4d7c-a0ee-f36d7be54bed} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1224 | 2025.01.28 17:42:41.321525 [ 3 ] {ff36d4fa-6a3c-4d7c-a0ee-f36d7be54bed} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1225 | 2025.01.28 17:42:41.321728 [ 3 ] {ff36d4fa-6a3c-4d7c-a0ee-f36d7be54bed} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001472 sec., 9510.869565217392 rows/sec., 666.08 KiB/sec. | ||
| 1226 | 2025.01.28 17:42:41.321778 [ 3 ] {ff36d4fa-6a3c-4d7c-a0ee-f36d7be54bed} <Debug> TCPHandler: Processed in 0.001672861 sec. | ||
| 1227 | 2025.01.28 17:42:41.321927 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1228 | 2025.01.28 17:42:41.322032 [ 254 ] {8e82ab47-e407-470c-846b-962c5026cb0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1229 | 2025.01.28 17:42:41.322077 [ 254 ] {8e82ab47-e407-470c-846b-962c5026cb0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1230 | 2025.01.28 17:42:41.322596 [ 254 ] {8e82ab47-e407-470c-846b-962c5026cb0a} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1231 | 2025.01.28 17:42:41.322636 [ 254 ] {8e82ab47-e407-470c-846b-962c5026cb0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1232 | 2025.01.28 17:42:41.322975 [ 254 ] {8e82ab47-e407-470c-846b-962c5026cb0a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1233 | 2025.01.28 17:42:41.323217 [ 254 ] {8e82ab47-e407-470c-846b-962c5026cb0a} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1234 | 2025.01.28 17:42:41.323461 [ 254 ] {8e82ab47-e407-470c-846b-962c5026cb0a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001441 sec., 9021.512838306731 rows/sec., 562.49 KiB/sec. | ||
| 1235 | 2025.01.28 17:42:41.323585 [ 254 ] {8e82ab47-e407-470c-846b-962c5026cb0a} <Debug> TCPHandler: Processed in 0.001711511 sec. | ||
| 1236 | 2025.01.28 17:42:41.323733 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1237 | 2025.01.28 17:42:41.323849 [ 3 ] {23b0b3ac-07e8-4475-8b73-7818ff11692a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1238 | 2025.01.28 17:42:41.323896 [ 3 ] {23b0b3ac-07e8-4475-8b73-7818ff11692a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1239 | 2025.01.28 17:42:41.324625 [ 3 ] {23b0b3ac-07e8-4475-8b73-7818ff11692a} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1240 | 2025.01.28 17:42:41.324666 [ 3 ] {23b0b3ac-07e8-4475-8b73-7818ff11692a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1241 | 2025.01.28 17:42:41.325042 [ 3 ] {23b0b3ac-07e8-4475-8b73-7818ff11692a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1242 | 2025.01.28 17:42:41.325292 [ 3 ] {23b0b3ac-07e8-4475-8b73-7818ff11692a} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1243 | 2025.01.28 17:42:41.325512 [ 3 ] {23b0b3ac-07e8-4475-8b73-7818ff11692a} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001685 sec., 231454.0059347181 rows/sec., 16.41 MiB/sec. | ||
| 1244 | 2025.01.28 17:42:41.325565 [ 3 ] {23b0b3ac-07e8-4475-8b73-7818ff11692a} <Debug> TCPHandler: Processed in 0.001884255 sec. | ||
| 1245 | 2025.01.28 17:42:41.325706 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1246 | 2025.01.28 17:42:41.325815 [ 254 ] {9ccdbdfd-c853-475c-bb2f-8a16a9008b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1247 | 2025.01.28 17:42:41.325886 [ 254 ] {9ccdbdfd-c853-475c-bb2f-8a16a9008b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1248 | 2025.01.28 17:42:41.326315 [ 254 ] {9ccdbdfd-c853-475c-bb2f-8a16a9008b5d} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1249 | 2025.01.28 17:42:41.326354 [ 254 ] {9ccdbdfd-c853-475c-bb2f-8a16a9008b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1250 | 2025.01.28 17:42:41.326742 [ 254 ] {9ccdbdfd-c853-475c-bb2f-8a16a9008b5d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1251 | 2025.01.28 17:42:41.326984 [ 254 ] {9ccdbdfd-c853-475c-bb2f-8a16a9008b5d} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1252 | 2025.01.28 17:42:41.327188 [ 254 ] {9ccdbdfd-c853-475c-bb2f-8a16a9008b5d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001395 sec., 4301.075268817204 rows/sec., 224.71 KiB/sec. | ||
| 1253 | 2025.01.28 17:42:41.327238 [ 254 ] {9ccdbdfd-c853-475c-bb2f-8a16a9008b5d} <Debug> TCPHandler: Processed in 0.001584869 sec. | ||
| 1254 | 2025.01.28 17:42:41.327373 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1255 | 2025.01.28 17:42:41.327481 [ 3 ] {79bd39ca-a73b-4ab9-9400-53590cfa40f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1256 | 2025.01.28 17:42:41.327531 [ 3 ] {79bd39ca-a73b-4ab9-9400-53590cfa40f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1257 | 2025.01.28 17:42:41.328068 [ 3 ] {79bd39ca-a73b-4ab9-9400-53590cfa40f6} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1258 | 2025.01.28 17:42:41.328107 [ 3 ] {79bd39ca-a73b-4ab9-9400-53590cfa40f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1259 | 2025.01.28 17:42:41.328492 [ 3 ] {79bd39ca-a73b-4ab9-9400-53590cfa40f6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1260 | 2025.01.28 17:42:41.328738 [ 3 ] {79bd39ca-a73b-4ab9-9400-53590cfa40f6} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1261 | 2025.01.28 17:42:41.328972 [ 3 ] {79bd39ca-a73b-4ab9-9400-53590cfa40f6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001512 sec., 156746.03174603175 rows/sec., 10.51 MiB/sec. | ||
| 1262 | 2025.01.28 17:42:41.329025 [ 3 ] {79bd39ca-a73b-4ab9-9400-53590cfa40f6} <Debug> TCPHandler: Processed in 0.001702531 sec. | ||
| 1263 | 2025.01.28 17:42:41.329166 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2025.01.28 17:42:41.329272 [ 254 ] {ba1c9c9c-431d-436e-a2e3-25916dcc04a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1265 | 2025.01.28 17:42:41.329320 [ 254 ] {ba1c9c9c-431d-436e-a2e3-25916dcc04a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1266 | 2025.01.28 17:42:41.329748 [ 254 ] {ba1c9c9c-431d-436e-a2e3-25916dcc04a4} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1267 | 2025.01.28 17:42:41.329787 [ 254 ] {ba1c9c9c-431d-436e-a2e3-25916dcc04a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1268 | 2025.01.28 17:42:41.330133 [ 254 ] {ba1c9c9c-431d-436e-a2e3-25916dcc04a4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1269 | 2025.01.28 17:42:41.330378 [ 254 ] {ba1c9c9c-431d-436e-a2e3-25916dcc04a4} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1270 | 2025.01.28 17:42:41.330634 [ 254 ] {ba1c9c9c-431d-436e-a2e3-25916dcc04a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001365 sec., 732.6007326007326 rows/sec., 49.36 KiB/sec. | ||
| 1271 | 2025.01.28 17:42:41.330728 [ 254 ] {ba1c9c9c-431d-436e-a2e3-25916dcc04a4} <Debug> TCPHandler: Processed in 0.00161545 sec. | ||
| 1272 | 2025.01.28 17:42:41.330877 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1273 | 2025.01.28 17:42:41.330986 [ 3 ] {dc873ec0-db7d-4153-bd43-b2b815705a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1274 | 2025.01.28 17:42:41.331052 [ 3 ] {dc873ec0-db7d-4153-bd43-b2b815705a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1275 | 2025.01.28 17:42:41.332120 [ 3 ] {dc873ec0-db7d-4153-bd43-b2b815705a6d} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1276 | 2025.01.28 17:42:41.332162 [ 3 ] {dc873ec0-db7d-4153-bd43-b2b815705a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1277 | 2025.01.28 17:42:41.334804 [ 3 ] {dc873ec0-db7d-4153-bd43-b2b815705a6d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1278 | 2025.01.28 17:42:41.335078 [ 3 ] {dc873ec0-db7d-4153-bd43-b2b815705a6d} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1279 | 2025.01.28 17:42:41.335318 [ 3 ] {dc873ec0-db7d-4153-bd43-b2b815705a6d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004354 sec., 1837.3909049150207 rows/sec., 3.29 MiB/sec. | ||
| 1280 | 2025.01.28 17:42:41.335435 [ 3 ] {dc873ec0-db7d-4153-bd43-b2b815705a6d} <Debug> TCPHandler: Processed in 0.004610645 sec. | ||
| 1281 | 2025.01.28 17:42:41.335594 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1282 | 2025.01.28 17:42:41.335708 [ 254 ] {c7b69db4-6591-4bcc-ad7e-5fccb8240962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1283 | 2025.01.28 17:42:41.335754 [ 254 ] {c7b69db4-6591-4bcc-ad7e-5fccb8240962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1284 | 2025.01.28 17:42:41.336185 [ 254 ] {c7b69db4-6591-4bcc-ad7e-5fccb8240962} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1285 | 2025.01.28 17:42:41.336225 [ 254 ] {c7b69db4-6591-4bcc-ad7e-5fccb8240962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1286 | 2025.01.28 17:42:41.336584 [ 254 ] {c7b69db4-6591-4bcc-ad7e-5fccb8240962} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1287 | 2025.01.28 17:42:41.336824 [ 254 ] {c7b69db4-6591-4bcc-ad7e-5fccb8240962} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1288 | 2025.01.28 17:42:41.337032 [ 254 ] {c7b69db4-6591-4bcc-ad7e-5fccb8240962} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001347 sec., 60876.02078693392 rows/sec., 3.87 MiB/sec. | ||
| 1289 | 2025.01.28 17:42:41.337082 [ 254 ] {c7b69db4-6591-4bcc-ad7e-5fccb8240962} <Debug> TCPHandler: Processed in 0.001544669 sec. | ||
| 1290 | 2025.01.28 17:42:46.268050 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1291 | 2025.01.28 17:42:46.268267 [ 3 ] {1f236b9f-c8af-4dcf-9338-012efa2d5f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1292 | 2025.01.28 17:42:46.268343 [ 3 ] {1f236b9f-c8af-4dcf-9338-012efa2d5f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1293 | 2025.01.28 17:42:46.269138 [ 3 ] {1f236b9f-c8af-4dcf-9338-012efa2d5f82} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1294 | 2025.01.28 17:42:46.269193 [ 3 ] {1f236b9f-c8af-4dcf-9338-012efa2d5f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1295 | 2025.01.28 17:42:46.269648 [ 3 ] {1f236b9f-c8af-4dcf-9338-012efa2d5f82} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1296 | 2025.01.28 17:42:46.269915 [ 3 ] {1f236b9f-c8af-4dcf-9338-012efa2d5f82} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1297 | 2025.01.28 17:42:46.270200 [ 3 ] {1f236b9f-c8af-4dcf-9338-012efa2d5f82} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001986 sec., 28197.381671701914 rows/sec., 2.15 MiB/sec. | ||
| 1298 | 2025.01.28 17:42:46.270354 [ 3 ] {1f236b9f-c8af-4dcf-9338-012efa2d5f82} <Debug> TCPHandler: Processed in 0.002441336 sec. | ||
| 1299 | 2025.01.28 17:42:46.270535 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2025.01.28 17:42:46.270661 [ 254 ] {2e225323-ef9a-475a-b58b-6eedcb9a761e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1301 | 2025.01.28 17:42:46.270713 [ 254 ] {2e225323-ef9a-475a-b58b-6eedcb9a761e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1302 | 2025.01.28 17:42:46.271408 [ 254 ] {2e225323-ef9a-475a-b58b-6eedcb9a761e} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1303 | 2025.01.28 17:42:46.271451 [ 254 ] {2e225323-ef9a-475a-b58b-6eedcb9a761e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1304 | 2025.01.28 17:42:46.271832 [ 254 ] {2e225323-ef9a-475a-b58b-6eedcb9a761e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1305 | 2025.01.28 17:42:46.272081 [ 254 ] {2e225323-ef9a-475a-b58b-6eedcb9a761e} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1306 | 2025.01.28 17:42:46.272368 [ 254 ] {2e225323-ef9a-475a-b58b-6eedcb9a761e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001715 sec., 37317.78425655977 rows/sec., 2.91 MiB/sec. | ||
| 1307 | 2025.01.28 17:42:46.272437 [ 254 ] {2e225323-ef9a-475a-b58b-6eedcb9a761e} <Debug> TCPHandler: Processed in 0.001959976 sec. | ||
| 1308 | 2025.01.28 17:42:46.272586 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1309 | 2025.01.28 17:42:46.272695 [ 3 ] {3b8c0d06-d7ac-4692-8a8e-4a181023331b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1310 | 2025.01.28 17:42:46.272746 [ 3 ] {3b8c0d06-d7ac-4692-8a8e-4a181023331b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1311 | 2025.01.28 17:42:46.273297 [ 3 ] {3b8c0d06-d7ac-4692-8a8e-4a181023331b} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1312 | 2025.01.28 17:42:46.273337 [ 3 ] {3b8c0d06-d7ac-4692-8a8e-4a181023331b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1313 | 2025.01.28 17:42:46.273718 [ 3 ] {3b8c0d06-d7ac-4692-8a8e-4a181023331b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1314 | 2025.01.28 17:42:46.273961 [ 3 ] {3b8c0d06-d7ac-4692-8a8e-4a181023331b} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1315 | 2025.01.28 17:42:46.274170 [ 3 ] {3b8c0d06-d7ac-4692-8a8e-4a181023331b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001497 sec., 106880.42752171008 rows/sec., 7.44 MiB/sec. | ||
| 1316 | 2025.01.28 17:42:46.274222 [ 3 ] {3b8c0d06-d7ac-4692-8a8e-4a181023331b} <Debug> TCPHandler: Processed in 0.001688571 sec. | ||
| 1317 | 2025.01.28 17:42:46.274374 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2025.01.28 17:42:46.274482 [ 254 ] {6d283008-58f5-4766-961e-ee8eaa859069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1319 | 2025.01.28 17:42:46.274530 [ 254 ] {6d283008-58f5-4766-961e-ee8eaa859069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1320 | 2025.01.28 17:42:46.274982 [ 254 ] {6d283008-58f5-4766-961e-ee8eaa859069} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1321 | 2025.01.28 17:42:46.275021 [ 254 ] {6d283008-58f5-4766-961e-ee8eaa859069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1322 | 2025.01.28 17:42:46.275378 [ 254 ] {6d283008-58f5-4766-961e-ee8eaa859069} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1323 | 2025.01.28 17:42:46.275619 [ 254 ] {6d283008-58f5-4766-961e-ee8eaa859069} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1324 | 2025.01.28 17:42:46.275824 [ 254 ] {6d283008-58f5-4766-961e-ee8eaa859069} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
| 1325 | 2025.01.28 17:42:46.275875 [ 254 ] {6d283008-58f5-4766-961e-ee8eaa859069} <Debug> TCPHandler: Processed in 0.001551778 sec. | ||
| 1326 | 2025.01.28 17:42:47.893170 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1327 | 2025.01.28 17:42:47.893876 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1328 | 2025.01.28 17:42:47.893925 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1329 | 2025.01.28 17:42:47.894488 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1330 | 2025.01.28 17:42:47.894741 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1331 | 2025.01.28 17:42:47.894986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1332 | 2025.01.28 17:42:48.016597 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1333 | 2025.01.28 17:42:48.036746 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1334 | 2025.01.28 17:42:48.036799 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1335 | 2025.01.28 17:42:48.043573 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1336 | 2025.01.28 17:42:48.044341 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1337 | 2025.01.28 17:42:48.046970 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1338 | 2025.01.28 17:42:49.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.81 MiB, peak 161.81 MiB, free memory in arenas 0.00 B, will set to 159.09 MiB (RSS), difference: 1.28 MiB | ||
| 1339 | 2025.01.28 17:42:50.385007 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202 | ||
| 1340 | 2025.01.28 17:42:50.388535 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1341 | 2025.01.28 17:42:50.388594 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1342 | 2025.01.28 17:42:50.390179 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1343 | 2025.01.28 17:42:50.390504 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1344 | 2025.01.28 17:42:50.391402 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202 | ||
| 1345 | 2025.01.28 17:42:51.272698 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2025.01.28 17:42:51.272926 [ 3 ] {c055a8a7-e0fa-4680-bc2d-3f687b2d2e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1347 | 2025.01.28 17:42:51.273037 [ 3 ] {c055a8a7-e0fa-4680-bc2d-3f687b2d2e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1348 | 2025.01.28 17:42:51.274065 [ 3 ] {c055a8a7-e0fa-4680-bc2d-3f687b2d2e0c} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1349 | 2025.01.28 17:42:51.274111 [ 3 ] {c055a8a7-e0fa-4680-bc2d-3f687b2d2e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1350 | 2025.01.28 17:42:51.274555 [ 3 ] {c055a8a7-e0fa-4680-bc2d-3f687b2d2e0c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1351 | 2025.01.28 17:42:51.274808 [ 3 ] {c055a8a7-e0fa-4680-bc2d-3f687b2d2e0c} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1352 | 2025.01.28 17:42:51.275102 [ 3 ] {c055a8a7-e0fa-4680-bc2d-3f687b2d2e0c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002245 sec., 6236.080178173719 rows/sec., 448.91 KiB/sec. | ||
| 1353 | 2025.01.28 17:42:51.275279 [ 3 ] {c055a8a7-e0fa-4680-bc2d-3f687b2d2e0c} <Debug> TCPHandler: Processed in 0.00270389 sec. | ||
| 1354 | 2025.01.28 17:42:51.275463 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2025.01.28 17:42:51.275602 [ 254 ] {13dd7e60-6af1-4b1a-9613-5038bbe33e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1356 | 2025.01.28 17:42:51.275657 [ 254 ] {13dd7e60-6af1-4b1a-9613-5038bbe33e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1357 | 2025.01.28 17:42:51.276345 [ 254 ] {13dd7e60-6af1-4b1a-9613-5038bbe33e1d} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1358 | 2025.01.28 17:42:51.276385 [ 254 ] {13dd7e60-6af1-4b1a-9613-5038bbe33e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1359 | 2025.01.28 17:42:51.276759 [ 254 ] {13dd7e60-6af1-4b1a-9613-5038bbe33e1d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1360 | 2025.01.28 17:42:51.277003 [ 254 ] {13dd7e60-6af1-4b1a-9613-5038bbe33e1d} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1361 | 2025.01.28 17:42:51.277225 [ 254 ] {13dd7e60-6af1-4b1a-9613-5038bbe33e1d} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001654 sec., 132406.28778718258 rows/sec., 11.53 MiB/sec. | ||
| 1362 | 2025.01.28 17:42:51.277278 [ 254 ] {13dd7e60-6af1-4b1a-9613-5038bbe33e1d} <Debug> TCPHandler: Processed in 0.001880865 sec. | ||
| 1363 | 2025.01.28 17:42:51.277418 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1364 | 2025.01.28 17:42:51.277546 [ 3 ] {01837552-1979-4af4-8feb-12330a03e8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1365 | 2025.01.28 17:42:51.277601 [ 3 ] {01837552-1979-4af4-8feb-12330a03e8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1366 | 2025.01.28 17:42:51.278164 [ 3 ] {01837552-1979-4af4-8feb-12330a03e8aa} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1367 | 2025.01.28 17:42:51.278205 [ 3 ] {01837552-1979-4af4-8feb-12330a03e8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1368 | 2025.01.28 17:42:51.278554 [ 3 ] {01837552-1979-4af4-8feb-12330a03e8aa} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1369 | 2025.01.28 17:42:51.278795 [ 3 ] {01837552-1979-4af4-8feb-12330a03e8aa} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1370 | 2025.01.28 17:42:51.279016 [ 3 ] {01837552-1979-4af4-8feb-12330a03e8aa} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001496 sec., 10026.73796791444 rows/sec., 706.96 KiB/sec. | ||
| 1371 | 2025.01.28 17:42:51.279070 [ 3 ] {01837552-1979-4af4-8feb-12330a03e8aa} <Debug> TCPHandler: Processed in 0.001713262 sec. | ||
| 1372 | 2025.01.28 17:42:51.279218 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1373 | 2025.01.28 17:42:51.279345 [ 254 ] {ce0db458-49e4-459c-b417-9fba41896c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1374 | 2025.01.28 17:42:51.279399 [ 254 ] {ce0db458-49e4-459c-b417-9fba41896c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1375 | 2025.01.28 17:42:51.279991 [ 254 ] {ce0db458-49e4-459c-b417-9fba41896c56} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1376 | 2025.01.28 17:42:51.280030 [ 254 ] {ce0db458-49e4-459c-b417-9fba41896c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1377 | 2025.01.28 17:42:51.280374 [ 254 ] {ce0db458-49e4-459c-b417-9fba41896c56} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1378 | 2025.01.28 17:42:51.280609 [ 254 ] {ce0db458-49e4-459c-b417-9fba41896c56} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1379 | 2025.01.28 17:42:51.280811 [ 254 ] {ce0db458-49e4-459c-b417-9fba41896c56} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001493 sec., 9377.093101138647 rows/sec., 656.71 KiB/sec. | ||
| 1380 | 2025.01.28 17:42:51.280864 [ 254 ] {ce0db458-49e4-459c-b417-9fba41896c56} <Debug> TCPHandler: Processed in 0.001707701 sec. | ||
| 1381 | 2025.01.28 17:42:51.281044 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2025.01.28 17:42:51.281172 [ 3 ] {66e3152c-2f02-412f-a031-48dddb0a595c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1383 | 2025.01.28 17:42:51.281226 [ 3 ] {66e3152c-2f02-412f-a031-48dddb0a595c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1384 | 2025.01.28 17:42:51.281841 [ 3 ] {66e3152c-2f02-412f-a031-48dddb0a595c} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2025.01.28 17:42:51.281882 [ 3 ] {66e3152c-2f02-412f-a031-48dddb0a595c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1386 | 2025.01.28 17:42:51.282228 [ 3 ] {66e3152c-2f02-412f-a031-48dddb0a595c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1387 | 2025.01.28 17:42:51.282461 [ 3 ] {66e3152c-2f02-412f-a031-48dddb0a595c} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1388 | 2025.01.28 17:42:51.282662 [ 3 ] {66e3152c-2f02-412f-a031-48dddb0a595c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001516 sec., 8575.197889182058 rows/sec., 534.66 KiB/sec. | ||
| 1389 | 2025.01.28 17:42:51.282714 [ 3 ] {66e3152c-2f02-412f-a031-48dddb0a595c} <Debug> TCPHandler: Processed in 0.001732012 sec. | ||
| 1390 | 2025.01.28 17:42:51.282855 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1391 | 2025.01.28 17:42:51.282982 [ 254 ] {82ba5fdf-26ac-4059-bef2-7a72c9229972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1392 | 2025.01.28 17:42:51.283035 [ 254 ] {82ba5fdf-26ac-4059-bef2-7a72c9229972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1393 | 2025.01.28 17:42:51.283830 [ 254 ] {82ba5fdf-26ac-4059-bef2-7a72c9229972} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1394 | 2025.01.28 17:42:51.283869 [ 254 ] {82ba5fdf-26ac-4059-bef2-7a72c9229972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1395 | 2025.01.28 17:42:51.284233 [ 254 ] {82ba5fdf-26ac-4059-bef2-7a72c9229972} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1396 | 2025.01.28 17:42:51.284472 [ 254 ] {82ba5fdf-26ac-4059-bef2-7a72c9229972} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1397 | 2025.01.28 17:42:51.284692 [ 254 ] {82ba5fdf-26ac-4059-bef2-7a72c9229972} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001738 sec., 224395.8573072497 rows/sec., 15.91 MiB/sec. | ||
| 1398 | 2025.01.28 17:42:51.284743 [ 254 ] {82ba5fdf-26ac-4059-bef2-7a72c9229972} <Debug> TCPHandler: Processed in 0.001947036 sec. | ||
| 1399 | 2025.01.28 17:42:51.284898 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2025.01.28 17:42:51.285025 [ 3 ] {36aac043-e2da-4dc3-8cec-e92bc3662337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1401 | 2025.01.28 17:42:51.285080 [ 3 ] {36aac043-e2da-4dc3-8cec-e92bc3662337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1402 | 2025.01.28 17:42:51.285595 [ 3 ] {36aac043-e2da-4dc3-8cec-e92bc3662337} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2025.01.28 17:42:51.285642 [ 3 ] {36aac043-e2da-4dc3-8cec-e92bc3662337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1404 | 2025.01.28 17:42:51.286020 [ 3 ] {36aac043-e2da-4dc3-8cec-e92bc3662337} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1405 | 2025.01.28 17:42:51.286253 [ 3 ] {36aac043-e2da-4dc3-8cec-e92bc3662337} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2025.01.28 17:42:51.286530 [ 3 ] {36aac043-e2da-4dc3-8cec-e92bc3662337} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 206.64 KiB/sec. | ||
| 1407 | 2025.01.28 17:42:51.286624 [ 3 ] {36aac043-e2da-4dc3-8cec-e92bc3662337} <Debug> TCPHandler: Processed in 0.001787333 sec. | ||
| 1408 | 2025.01.28 17:42:51.286752 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1409 | 2025.01.28 17:42:51.286874 [ 254 ] {0b0ae7de-5931-47a4-92f1-cd453c57c431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1410 | 2025.01.28 17:42:51.286931 [ 254 ] {0b0ae7de-5931-47a4-92f1-cd453c57c431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1411 | 2025.01.28 17:42:51.287562 [ 254 ] {0b0ae7de-5931-47a4-92f1-cd453c57c431} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1412 | 2025.01.28 17:42:51.287608 [ 254 ] {0b0ae7de-5931-47a4-92f1-cd453c57c431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1413 | 2025.01.28 17:42:51.288018 [ 254 ] {0b0ae7de-5931-47a4-92f1-cd453c57c431} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1414 | 2025.01.28 17:42:51.288256 [ 254 ] {0b0ae7de-5931-47a4-92f1-cd453c57c431} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1415 | 2025.01.28 17:42:51.288468 [ 254 ] {0b0ae7de-5931-47a4-92f1-cd453c57c431} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001624 sec., 145935.960591133 rows/sec., 9.78 MiB/sec. | ||
| 1416 | 2025.01.28 17:42:51.288521 [ 254 ] {0b0ae7de-5931-47a4-92f1-cd453c57c431} <Debug> TCPHandler: Processed in 0.001817993 sec. | ||
| 1417 | 2025.01.28 17:42:51.288659 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1418 | 2025.01.28 17:42:51.288763 [ 3 ] {fac23bf0-0f93-44e0-ace7-7ae71e9cfbdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1419 | 2025.01.28 17:42:51.288811 [ 3 ] {fac23bf0-0f93-44e0-ace7-7ae71e9cfbdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1420 | 2025.01.28 17:42:51.289304 [ 3 ] {fac23bf0-0f93-44e0-ace7-7ae71e9cfbdc} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1421 | 2025.01.28 17:42:51.289350 [ 3 ] {fac23bf0-0f93-44e0-ace7-7ae71e9cfbdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1422 | 2025.01.28 17:42:51.289755 [ 3 ] {fac23bf0-0f93-44e0-ace7-7ae71e9cfbdc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1423 | 2025.01.28 17:42:51.289999 [ 3 ] {fac23bf0-0f93-44e0-ace7-7ae71e9cfbdc} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1424 | 2025.01.28 17:42:51.290261 [ 3 ] {fac23bf0-0f93-44e0-ace7-7ae71e9cfbdc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001502 sec., 665.7789613848201 rows/sec., 44.86 KiB/sec. | ||
| 1425 | 2025.01.28 17:42:51.290325 [ 3 ] {fac23bf0-0f93-44e0-ace7-7ae71e9cfbdc} <Debug> TCPHandler: Processed in 0.001717332 sec. | ||
| 1426 | 2025.01.28 17:42:51.290459 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1427 | 2025.01.28 17:42:51.290569 [ 254 ] {05b3c5a3-9552-4e5b-8739-6861a81ae8eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1428 | 2025.01.28 17:42:51.290635 [ 254 ] {05b3c5a3-9552-4e5b-8739-6861a81ae8eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1429 | 2025.01.28 17:42:51.291647 [ 254 ] {05b3c5a3-9552-4e5b-8739-6861a81ae8eb} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1430 | 2025.01.28 17:42:51.291686 [ 254 ] {05b3c5a3-9552-4e5b-8739-6861a81ae8eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1431 | 2025.01.28 17:42:51.292280 [ 254 ] {05b3c5a3-9552-4e5b-8739-6861a81ae8eb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1432 | 2025.01.28 17:42:51.292532 [ 254 ] {05b3c5a3-9552-4e5b-8739-6861a81ae8eb} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1433 | 2025.01.28 17:42:51.292862 [ 254 ] {05b3c5a3-9552-4e5b-8739-6861a81ae8eb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002301 sec., 3476.7492394611036 rows/sec., 6.23 MiB/sec. | ||
| 1434 | 2025.01.28 17:42:51.292964 [ 254 ] {05b3c5a3-9552-4e5b-8739-6861a81ae8eb} <Debug> TCPHandler: Processed in 0.002555297 sec. | ||
| 1435 | 2025.01.28 17:42:51.293117 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.01.28 17:42:51.293245 [ 3 ] {3e438f52-54f7-464d-ba8b-f2a07c768ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1437 | 2025.01.28 17:42:51.293300 [ 3 ] {3e438f52-54f7-464d-ba8b-f2a07c768ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1438 | 2025.01.28 17:42:51.293812 [ 3 ] {3e438f52-54f7-464d-ba8b-f2a07c768ec0} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1439 | 2025.01.28 17:42:51.293853 [ 3 ] {3e438f52-54f7-464d-ba8b-f2a07c768ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1440 | 2025.01.28 17:42:51.294198 [ 3 ] {3e438f52-54f7-464d-ba8b-f2a07c768ec0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1441 | 2025.01.28 17:42:51.294429 [ 3 ] {3e438f52-54f7-464d-ba8b-f2a07c768ec0} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1442 | 2025.01.28 17:42:51.294641 [ 3 ] {3e438f52-54f7-464d-ba8b-f2a07c768ec0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001424 sec., 57584.26966292135 rows/sec., 3.66 MiB/sec. | ||
| 1443 | 2025.01.28 17:42:51.294690 [ 3 ] {3e438f52-54f7-464d-ba8b-f2a07c768ec0} <Debug> TCPHandler: Processed in 0.00163387 sec. | ||
| 1444 | 2025.01.28 17:42:55.329264 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1445 | 2025.01.28 17:42:55.329328 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1446 | 2025.01.28 17:42:55.395095 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1447 | 2025.01.28 17:42:55.395757 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1448 | 2025.01.28 17:42:55.395804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1449 | 2025.01.28 17:42:55.396407 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1450 | 2025.01.28 17:42:55.396661 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1451 | 2025.01.28 17:42:55.396875 [ 72 ] {} <Debug> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1452 | 2025.01.28 17:42:55.396895 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1453 | 2025.01.28 17:42:55.396976 [ 72 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1454 | 2025.01.28 17:42:55.397006 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1455 | 2025.01.28 17:42:55.397244 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 1456 | 2025.01.28 17:42:55.397437 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1457 | 2025.01.28 17:42:55.397535 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 1458 | 2025.01.28 17:42:55.397668 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 1459 | 2025.01.28 17:42:55.397916 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 1460 | 2025.01.28 17:42:55.398067 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 1461 | 2025.01.28 17:42:55.398197 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 1462 | 2025.01.28 17:42:55.398373 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 1463 | 2025.01.28 17:42:55.414574 [ 189 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.017481662 sec., 160511.0543837308 rows/sec., 2.30 MiB/sec. | ||
| 1464 | 2025.01.28 17:42:55.415205 [ 189 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1465 | 2025.01.28 17:42:55.415523 [ 189 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_6_1} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1466 | 2025.01.28 17:42:55.415608 [ 189 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_6_1} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1467 | 2025.01.28 17:42:55.415735 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1468 | 2025.01.28 17:42:55.547041 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1469 | 2025.01.28 17:42:55.567311 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1470 | 2025.01.28 17:42:55.567367 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1471 | 2025.01.28 17:42:55.574134 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1472 | 2025.01.28 17:42:55.574903 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1473 | 2025.01.28 17:42:55.575191 [ 72 ] {} <Debug> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1474 | 2025.01.28 17:42:55.575265 [ 72 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2025.01.28 17:42:55.575310 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1476 | 2025.01.28 17:42:55.575825 [ 189 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 1477 | 2025.01.28 17:42:55.592293 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1478 | 2025.01.28 17:42:55.593421 [ 189 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1479 | 2025.01.28 17:42:55.594566 [ 189 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 1480 | 2025.01.28 17:42:55.599608 [ 189 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 1481 | 2025.01.28 17:42:55.604733 [ 189 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 1482 | 2025.01.28 17:42:55.609810 [ 189 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 1483 | 2025.01.28 17:42:55.617074 [ 189 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 1484 | 2025.01.28 17:42:55.621702 [ 189 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 1485 | 2025.01.28 17:42:55.682871 [ 202 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.107459268 sec., 428.06917314940205 rows/sec., 2.21 MiB/sec. | ||
| 1486 | 2025.01.28 17:42:55.685823 [ 202 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1487 | 2025.01.28 17:42:55.688881 [ 202 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_6_1} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1488 | 2025.01.28 17:42:55.689007 [ 202 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_6_1} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1489 | 2025.01.28 17:42:55.691497 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1490 | 2025.01.28 17:42:56.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.28 MiB, peak 169.82 MiB, free memory in arenas 0.00 B, will set to 163.97 MiB (RSS), difference: 3.69 MiB | ||
| 1491 | 2025.01.28 17:42:56.267578 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1492 | 2025.01.28 17:42:56.267764 [ 3 ] {50c6f31f-b185-425b-b4a3-a3e819aa4026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1493 | 2025.01.28 17:42:56.267836 [ 3 ] {50c6f31f-b185-425b-b4a3-a3e819aa4026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1494 | 2025.01.28 17:42:56.268615 [ 3 ] {50c6f31f-b185-425b-b4a3-a3e819aa4026} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1495 | 2025.01.28 17:42:56.268661 [ 3 ] {50c6f31f-b185-425b-b4a3-a3e819aa4026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1496 | 2025.01.28 17:42:56.269125 [ 3 ] {50c6f31f-b185-425b-b4a3-a3e819aa4026} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1497 | 2025.01.28 17:42:56.269392 [ 3 ] {50c6f31f-b185-425b-b4a3-a3e819aa4026} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1498 | 2025.01.28 17:42:56.269576 [ 70 ] {} <Debug> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1499 | 2025.01.28 17:42:56.269649 [ 70 ] {} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1500 | 2025.01.28 17:42:56.269669 [ 3 ] {50c6f31f-b185-425b-b4a3-a3e819aa4026} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.20 MiB/sec. | ||
| 1501 | 2025.01.28 17:42:56.269697 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1502 | 2025.01.28 17:42:56.269835 [ 3 ] {50c6f31f-b185-425b-b4a3-a3e819aa4026} <Debug> TCPHandler: Processed in 0.002378214 sec. | ||
| 1503 | 2025.01.28 17:42:56.270228 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1504 | 2025.01.28 17:42:56.270439 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::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 | ||
| 1505 | 2025.01.28 17:42:56.270494 [ 254 ] {32825dd2-6601-4f1e-bdd5-aa551e7024bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1506 | 2025.01.28 17:42:56.270647 [ 254 ] {32825dd2-6601-4f1e-bdd5-aa551e7024bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1507 | 2025.01.28 17:42:56.270992 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1508 | 2025.01.28 17:42:56.271092 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::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 | ||
| 1509 | 2025.01.28 17:42:56.271503 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::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 | ||
| 1510 | 2025.01.28 17:42:56.271931 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 219 rows starting from the beginning of the part | ||
| 1511 | 2025.01.28 17:42:56.272363 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::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 | ||
| 1512 | 2025.01.28 17:42:56.272557 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 219 rows starting from the beginning of the part | ||
| 1513 | 2025.01.28 17:42:56.272667 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1514 | 2025.01.28 17:42:56.273682 [ 254 ] {32825dd2-6601-4f1e-bdd5-aa551e7024bb} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1515 | 2025.01.28 17:42:56.273751 [ 254 ] {32825dd2-6601-4f1e-bdd5-aa551e7024bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1516 | 2025.01.28 17:42:56.274869 [ 254 ] {32825dd2-6601-4f1e-bdd5-aa551e7024bb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1517 | 2025.01.28 17:42:56.275375 [ 254 ] {32825dd2-6601-4f1e-bdd5-aa551e7024bb} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1518 | 2025.01.28 17:42:56.275675 [ 70 ] {} <Debug> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1519 | 2025.01.28 17:42:56.275812 [ 70 ] {} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1520 | 2025.01.28 17:42:56.275916 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1521 | 2025.01.28 17:42:56.276091 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 5 columns (5 merged, 0 gathered) in 0.006215464 sec., 106508.5406334909 rows/sec., 9.30 MiB/sec. | ||
| 1522 | 2025.01.28 17:42:56.276225 [ 254 ] {32825dd2-6601-4f1e-bdd5-aa551e7024bb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005717 sec., 11194.682525800245 rows/sec., 894.74 KiB/sec. | ||
| 1523 | 2025.01.28 17:42:56.276292 [ 190 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::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 | ||
| 1524 | 2025.01.28 17:42:56.276435 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1525 | 2025.01.28 17:42:56.276531 [ 254 ] {32825dd2-6601-4f1e-bdd5-aa551e7024bb} <Debug> TCPHandler: Processed in 0.00655207 sec. | ||
| 1526 | 2025.01.28 17:42:56.276809 [ 190 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1527 | 2025.01.28 17:42:56.276902 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1528 | 2025.01.28 17:42:56.276937 [ 190 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
| 1529 | 2025.01.28 17:42:56.277254 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_6_1} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1530 | 2025.01.28 17:42:56.277314 [ 190 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
| 1531 | 2025.01.28 17:42:56.277570 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_6_1} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1532 | 2025.01.28 17:42:56.277743 [ 190 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part | ||
| 1533 | 2025.01.28 17:42:56.277892 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1534 | 2025.01.28 17:42:56.277907 [ 3 ] {05bd6e9d-018f-431c-8bb0-15558a05e827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1535 | 2025.01.28 17:42:56.278138 [ 190 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1536 | 2025.01.28 17:42:56.278210 [ 3 ] {05bd6e9d-018f-431c-8bb0-15558a05e827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1537 | 2025.01.28 17:42:56.278398 [ 190 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
| 1538 | 2025.01.28 17:42:56.278707 [ 190 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1539 | 2025.01.28 17:42:56.280461 [ 3 ] {05bd6e9d-018f-431c-8bb0-15558a05e827} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1540 | 2025.01.28 17:42:56.280529 [ 3 ] {05bd6e9d-018f-431c-8bb0-15558a05e827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1541 | 2025.01.28 17:42:56.281569 [ 3 ] {05bd6e9d-018f-431c-8bb0-15558a05e827} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1542 | 2025.01.28 17:42:56.281847 [ 188 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.005764296 sec., 179727.06467537404 rows/sec., 13.75 MiB/sec. | ||
| 1543 | 2025.01.28 17:42:56.282091 [ 188 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1544 | 2025.01.28 17:42:56.282107 [ 3 ] {05bd6e9d-018f-431c-8bb0-15558a05e827} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1545 | 2025.01.28 17:42:56.282390 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1546 | 2025.01.28 17:42:56.282502 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1547 | 2025.01.28 17:42:56.282582 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1548 | 2025.01.28 17:42:56.282750 [ 3 ] {05bd6e9d-018f-431c-8bb0-15558a05e827} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005308 sec., 30143.180105501127 rows/sec., 2.10 MiB/sec. | ||
| 1549 | 2025.01.28 17:42:56.282844 [ 188 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_6_1} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1550 | 2025.01.28 17:42:56.282985 [ 190 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 1551 | 2025.01.28 17:42:56.283175 [ 188 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_6_1} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1552 | 2025.01.28 17:42:56.283175 [ 3 ] {05bd6e9d-018f-431c-8bb0-15558a05e827} <Debug> TCPHandler: Processed in 0.006438749 sec. | ||
| 1553 | 2025.01.28 17:42:56.283458 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1554 | 2025.01.28 17:42:56.283549 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1555 | 2025.01.28 17:42:56.283562 [ 190 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1556 | 2025.01.28 17:42:56.283632 [ 190 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part | ||
| 1557 | 2025.01.28 17:42:56.283856 [ 254 ] {34a37fd3-37d3-4988-a89a-a88f7edd5437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1558 | 2025.01.28 17:42:56.283904 [ 190 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
| 1559 | 2025.01.28 17:42:56.284033 [ 254 ] {34a37fd3-37d3-4988-a89a-a88f7edd5437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1560 | 2025.01.28 17:42:56.284172 [ 190 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
| 1561 | 2025.01.28 17:42:56.284502 [ 190 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
| 1562 | 2025.01.28 17:42:56.284817 [ 190 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 1563 | 2025.01.28 17:42:56.285111 [ 190 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1564 | 2025.01.28 17:42:56.286468 [ 254 ] {34a37fd3-37d3-4988-a89a-a88f7edd5437} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1565 | 2025.01.28 17:42:56.286557 [ 254 ] {34a37fd3-37d3-4988-a89a-a88f7edd5437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1566 | 2025.01.28 17:42:56.287645 [ 254 ] {34a37fd3-37d3-4988-a89a-a88f7edd5437} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1567 | 2025.01.28 17:42:56.288195 [ 254 ] {34a37fd3-37d3-4988-a89a-a88f7edd5437} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1568 | 2025.01.28 17:42:56.288434 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.005718775 sec., 189201.358682585 rows/sec., 12.96 MiB/sec. | ||
| 1569 | 2025.01.28 17:42:56.288543 [ 70 ] {} <Debug> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1570 | 2025.01.28 17:42:56.288634 [ 70 ] {} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1571 | 2025.01.28 17:42:56.288683 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1572 | 2025.01.28 17:42:56.288777 [ 254 ] {34a37fd3-37d3-4988-a89a-a88f7edd5437} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005024 sec., 11942.675159235669 rows/sec., 824.17 KiB/sec. | ||
| 1573 | 2025.01.28 17:42:56.288925 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1574 | 2025.01.28 17:42:56.289069 [ 190 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 1575 | 2025.01.28 17:42:56.289216 [ 254 ] {34a37fd3-37d3-4988-a89a-a88f7edd5437} <Debug> TCPHandler: Processed in 0.005861998 sec. | ||
| 1576 | 2025.01.28 17:42:56.289497 [ 190 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1577 | 2025.01.28 17:42:56.289564 [ 190 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
| 1578 | 2025.01.28 17:42:56.289754 [ 190 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 1579 | 2025.01.28 17:42:56.289854 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1580 | 2025.01.28 17:42:56.290069 [ 190 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
| 1581 | 2025.01.28 17:42:56.290217 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1582 | 2025.01.28 17:42:56.290295 [ 190 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 1583 | 2025.01.28 17:42:56.290481 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 1584 | 2025.01.28 17:42:56.290626 [ 190 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 1585 | 2025.01.28 17:42:56.290726 [ 190 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1586 | 2025.01.28 17:42:56.291846 [ 200 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.003033336 sec., 129230.65562140165 rows/sec., 8.50 MiB/sec. | ||
| 1587 | 2025.01.28 17:42:56.292013 [ 200 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1588 | 2025.01.28 17:42:56.292310 [ 200 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_6_1} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1589 | 2025.01.28 17:42:56.292391 [ 200 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_6_1} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1590 | 2025.01.28 17:42:56.292472 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1591 | 2025.01.28 17:42:56.895755 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1592 | 2025.01.28 17:42:56.896041 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1593 | 2025.01.28 17:42:56.896460 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1594 | 2025.01.28 17:42:56.896510 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1595 | 2025.01.28 17:42:56.896861 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1596 | 2025.01.28 17:42:56.896949 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1597 | 2025.01.28 17:42:56.897130 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1598 | 2025.01.28 17:42:56.897473 [ 294 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1599 | 2025.01.28 17:42:56.897507 [ 295 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1600 | 2025.01.28 17:42:56.897679 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1601 | 2025.01.28 17:42:56.897715 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1602 | 2025.01.28 17:42:56.899819 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1603 | 2025.01.28 17:42:56.899850 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1604 | 2025.01.28 17:42:56.899913 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1605 | 2025.01.28 17:42:56.899962 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1606 | 2025.01.28 17:42:56.901695 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.005788 sec., 5355.9087767795445 rows/sec., 202.13 KiB/sec. | ||
| 1607 | 2025.01.28 17:42:56.901850 [ 3 ] {b2bdb700-b37a-443c-b886-64893dd949bd} <Debug> TCPHandler: Processed in 0.006231775 sec. | ||
| 1608 | 2025.01.28 17:42:56.902202 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1609 | 2025.01.28 17:42:56.902387 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1610 | 2025.01.28 17:42:56.902701 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1611 | 2025.01.28 17:42:56.902750 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1612 | 2025.01.28 17:42:56.903063 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1613 | 2025.01.28 17:42:56.903132 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1614 | 2025.01.28 17:42:56.903283 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1615 | 2025.01.28 17:42:56.903372 [ 296 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1616 | 2025.01.28 17:42:56.903388 [ 295 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1617 | 2025.01.28 17:42:56.903490 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1618 | 2025.01.28 17:42:56.903519 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1619 | 2025.01.28 17:42:56.903603 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1620 | 2025.01.28 17:42:56.903626 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1621 | 2025.01.28 17:42:56.903670 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1622 | 2025.01.28 17:42:56.903713 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1623 | 2025.01.28 17:42:56.904739 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002442 sec., 12694.512694512694 rows/sec., 479.08 KiB/sec. | ||
| 1624 | 2025.01.28 17:42:56.904880 [ 254 ] {ce8c17cb-c5ec-4a2a-900e-ee902179f349} <Debug> TCPHandler: Processed in 0.002742951 sec. | ||
| 1625 | 2025.01.28 17:42:56.905135 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1626 | 2025.01.28 17:42:56.905302 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1627 | 2025.01.28 17:42:56.905603 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1628 | 2025.01.28 17:42:56.905651 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1629 | 2025.01.28 17:42:56.905959 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1630 | 2025.01.28 17:42:56.906025 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1631 | 2025.01.28 17:42:56.906169 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1632 | 2025.01.28 17:42:56.906270 [ 295 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1633 | 2025.01.28 17:42:56.906285 [ 296 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1634 | 2025.01.28 17:42:56.906384 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1635 | 2025.01.28 17:42:56.906407 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1636 | 2025.01.28 17:42:56.906486 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1637 | 2025.01.28 17:42:56.906506 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1638 | 2025.01.28 17:42:56.906546 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1639 | 2025.01.28 17:42:56.906588 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1640 | 2025.01.28 17:42:56.907569 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002342 sec., 13236.549957301453 rows/sec., 499.54 KiB/sec. | ||
| 1641 | 2025.01.28 17:42:56.907708 [ 3 ] {5afcaa18-67b9-4569-b07a-d52bef815c5e} <Debug> TCPHandler: Processed in 0.002626779 sec. | ||
| 1642 | 2025.01.28 17:42:56.908072 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1643 | 2025.01.28 17:42:56.908274 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1644 | 2025.01.28 17:42:56.908634 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1645 | 2025.01.28 17:42:56.908692 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1646 | 2025.01.28 17:42:56.909052 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1647 | 2025.01.28 17:42:56.909118 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1648 | 2025.01.28 17:42:56.909261 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1649 | 2025.01.28 17:42:56.909350 [ 296 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1650 | 2025.01.28 17:42:56.909362 [ 295 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1651 | 2025.01.28 17:42:56.909454 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1652 | 2025.01.28 17:42:56.909481 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1653 | 2025.01.28 17:42:56.909562 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1654 | 2025.01.28 17:42:56.909583 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1655 | 2025.01.28 17:42:56.909622 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1656 | 2025.01.28 17:42:56.909662 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1657 | 2025.01.28 17:42:56.910762 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002589 sec., 11973.735032831208 rows/sec., 451.88 KiB/sec. | ||
| 1658 | 2025.01.28 17:42:56.910921 [ 254 ] {9ddd10ba-2751-4729-b3df-df5474cc2af3} <Debug> TCPHandler: Processed in 0.002912244 sec. | ||
| 1659 | 2025.01.28 17:42:56.911223 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1660 | 2025.01.28 17:42:56.911426 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1661 | 2025.01.28 17:42:56.911790 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1662 | 2025.01.28 17:42:56.911848 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1663 | 2025.01.28 17:42:56.912185 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1664 | 2025.01.28 17:42:56.912249 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1665 | 2025.01.28 17:42:56.912391 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1666 | 2025.01.28 17:42:56.912494 [ 295 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1667 | 2025.01.28 17:42:56.912496 [ 296 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1668 | 2025.01.28 17:42:56.912598 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1669 | 2025.01.28 17:42:56.912621 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1670 | 2025.01.28 17:42:56.912699 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1671 | 2025.01.28 17:42:56.912719 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1672 | 2025.01.28 17:42:56.912758 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1673 | 2025.01.28 17:42:56.912799 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1674 | 2025.01.28 17:42:56.913758 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002431 sec., 12751.953928424517 rows/sec., 481.25 KiB/sec. | ||
| 1675 | 2025.01.28 17:42:56.913896 [ 3 ] {58cca188-56ab-447a-9c56-81828b1e0d36} <Debug> TCPHandler: Processed in 0.002737461 sec. | ||
| 1676 | 2025.01.28 17:42:56.914177 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1677 | 2025.01.28 17:42:56.914377 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1678 | 2025.01.28 17:42:56.914740 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1679 | 2025.01.28 17:42:56.914798 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1680 | 2025.01.28 17:42:56.915145 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1681 | 2025.01.28 17:42:56.915210 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1682 | 2025.01.28 17:42:56.915352 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1683 | 2025.01.28 17:42:56.915441 [ 296 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1684 | 2025.01.28 17:42:56.915453 [ 295 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1685 | 2025.01.28 17:42:56.915547 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 1686 | 2025.01.28 17:42:56.915575 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1687 | 2025.01.28 17:42:56.915656 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1688 | 2025.01.28 17:42:56.915676 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1689 | 2025.01.28 17:42:56.915714 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1690 | 2025.01.28 17:42:56.915755 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1691 | 2025.01.28 17:42:56.916795 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002518 sec., 12311.358220810167 rows/sec., 464.62 KiB/sec. | ||
| 1692 | 2025.01.28 17:42:56.916938 [ 254 ] {a8981dda-5401-49ab-99f5-1728e45a48e2} <Debug> TCPHandler: Processed in 0.002824132 sec. | ||
| 1693 | 2025.01.28 17:42:56.989386 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1694 | 2025.01.28 17:42:56.989625 [ 3 ] {3d0418bc-3f89-4bee-8c08-96ffa9f18961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1695 | 2025.01.28 17:42:56.989722 [ 3 ] {3d0418bc-3f89-4bee-8c08-96ffa9f18961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1696 | 2025.01.28 17:42:56.990553 [ 3 ] {3d0418bc-3f89-4bee-8c08-96ffa9f18961} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1697 | 2025.01.28 17:42:56.990597 [ 3 ] {3d0418bc-3f89-4bee-8c08-96ffa9f18961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1698 | 2025.01.28 17:42:56.991089 [ 3 ] {3d0418bc-3f89-4bee-8c08-96ffa9f18961} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1699 | 2025.01.28 17:42:56.991317 [ 3 ] {3d0418bc-3f89-4bee-8c08-96ffa9f18961} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1700 | 2025.01.28 17:42:56.991547 [ 3 ] {3d0418bc-3f89-4bee-8c08-96ffa9f18961} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001991 sec., 3013.561024610748 rows/sec., 670.99 KiB/sec. | ||
| 1701 | 2025.01.28 17:42:56.991603 [ 3 ] {3d0418bc-3f89-4bee-8c08-96ffa9f18961} <Debug> TCPHandler: Processed in 0.002326523 sec. | ||
| 1702 | 2025.01.28 17:42:56.991755 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1703 | 2025.01.28 17:42:56.991886 [ 254 ] {49212d67-cd7c-4a62-aa68-59f8de382068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1704 | 2025.01.28 17:42:56.991940 [ 254 ] {49212d67-cd7c-4a62-aa68-59f8de382068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1705 | 2025.01.28 17:42:56.992579 [ 254 ] {49212d67-cd7c-4a62-aa68-59f8de382068} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1706 | 2025.01.28 17:42:56.992627 [ 254 ] {49212d67-cd7c-4a62-aa68-59f8de382068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1707 | 2025.01.28 17:42:56.993036 [ 254 ] {49212d67-cd7c-4a62-aa68-59f8de382068} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1708 | 2025.01.28 17:42:56.993266 [ 254 ] {49212d67-cd7c-4a62-aa68-59f8de382068} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1709 | 2025.01.28 17:42:56.993469 [ 254 ] {49212d67-cd7c-4a62-aa68-59f8de382068} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001613 sec., 8679.479231246125 rows/sec., 624.81 KiB/sec. | ||
| 1710 | 2025.01.28 17:42:56.993521 [ 254 ] {49212d67-cd7c-4a62-aa68-59f8de382068} <Debug> TCPHandler: Processed in 0.001830794 sec. | ||
| 1711 | 2025.01.28 17:42:56.993661 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1712 | 2025.01.28 17:42:56.993766 [ 3 ] {8d3e0429-6508-4c06-8c54-dc623bf41cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1713 | 2025.01.28 17:42:56.993811 [ 3 ] {8d3e0429-6508-4c06-8c54-dc623bf41cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1714 | 2025.01.28 17:42:56.995010 [ 3 ] {8d3e0429-6508-4c06-8c54-dc623bf41cc7} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1715 | 2025.01.28 17:42:56.995049 [ 3 ] {8d3e0429-6508-4c06-8c54-dc623bf41cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1716 | 2025.01.28 17:42:56.995541 [ 3 ] {8d3e0429-6508-4c06-8c54-dc623bf41cc7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1717 | 2025.01.28 17:42:56.995784 [ 3 ] {8d3e0429-6508-4c06-8c54-dc623bf41cc7} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1718 | 2025.01.28 17:42:56.995987 [ 3 ] {8d3e0429-6508-4c06-8c54-dc623bf41cc7} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002242 sec., 606155.2185548617 rows/sec., 50.38 MiB/sec. | ||
| 1719 | 2025.01.28 17:42:56.996040 [ 3 ] {8d3e0429-6508-4c06-8c54-dc623bf41cc7} <Debug> TCPHandler: Processed in 0.002430464 sec. | ||
| 1720 | 2025.01.28 17:42:56.996197 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1721 | 2025.01.28 17:42:56.996328 [ 254 ] {550a04c5-fe26-4f8f-afd0-7df8673b1d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1722 | 2025.01.28 17:42:56.996382 [ 254 ] {550a04c5-fe26-4f8f-afd0-7df8673b1d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1723 | 2025.01.28 17:42:56.997008 [ 254 ] {550a04c5-fe26-4f8f-afd0-7df8673b1d09} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1724 | 2025.01.28 17:42:56.997047 [ 254 ] {550a04c5-fe26-4f8f-afd0-7df8673b1d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1725 | 2025.01.28 17:42:56.997378 [ 254 ] {550a04c5-fe26-4f8f-afd0-7df8673b1d09} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1726 | 2025.01.28 17:42:56.997617 [ 254 ] {550a04c5-fe26-4f8f-afd0-7df8673b1d09} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1727 | 2025.01.28 17:42:56.997845 [ 254 ] {550a04c5-fe26-4f8f-afd0-7df8673b1d09} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001538 sec., 9752.925877763328 rows/sec., 687.66 KiB/sec. | ||
| 1728 | 2025.01.28 17:42:56.997920 [ 254 ] {550a04c5-fe26-4f8f-afd0-7df8673b1d09} <Debug> TCPHandler: Processed in 0.001786583 sec. | ||
| 1729 | 2025.01.28 17:42:56.998070 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1730 | 2025.01.28 17:42:56.998199 [ 3 ] {30a1ce06-588c-472d-b152-f6090bb631e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1731 | 2025.01.28 17:42:56.998251 [ 3 ] {30a1ce06-588c-472d-b152-f6090bb631e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1732 | 2025.01.28 17:42:56.998976 [ 3 ] {30a1ce06-588c-472d-b152-f6090bb631e4} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1733 | 2025.01.28 17:42:56.999020 [ 3 ] {30a1ce06-588c-472d-b152-f6090bb631e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1734 | 2025.01.28 17:42:56.999365 [ 3 ] {30a1ce06-588c-472d-b152-f6090bb631e4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1735 | 2025.01.28 17:42:56.999597 [ 3 ] {30a1ce06-588c-472d-b152-f6090bb631e4} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1736 | 2025.01.28 17:42:56.999802 [ 3 ] {30a1ce06-588c-472d-b152-f6090bb631e4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001631 sec., 148375.22992029428 rows/sec., 10.05 MiB/sec. | ||
| 1737 | 2025.01.28 17:42:56.999854 [ 3 ] {30a1ce06-588c-472d-b152-f6090bb631e4} <Debug> TCPHandler: Processed in 0.001846514 sec. | ||
| 1738 | 2025.01.28 17:42:56.999986 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2025.01.28 17:42:57.000116 [ 254 ] {df924fec-2090-4ab8-933c-359b11537089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1740 | 2025.01.28 17:42:57.000172 [ 254 ] {df924fec-2090-4ab8-933c-359b11537089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1741 | 2025.01.28 17:42:57.001026 [ 254 ] {df924fec-2090-4ab8-933c-359b11537089} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1742 | 2025.01.28 17:42:57.001062 [ 254 ] {df924fec-2090-4ab8-933c-359b11537089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1743 | 2025.01.28 17:42:57.001394 [ 254 ] {df924fec-2090-4ab8-933c-359b11537089} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1744 | 2025.01.28 17:42:57.001624 [ 254 ] {df924fec-2090-4ab8-933c-359b11537089} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1745 | 2025.01.28 17:42:57.001829 [ 254 ] {df924fec-2090-4ab8-933c-359b11537089} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001742 sec., 7462.686567164179 rows/sec., 465.30 KiB/sec. | ||
| 1746 | 2025.01.28 17:42:57.001882 [ 254 ] {df924fec-2090-4ab8-933c-359b11537089} <Debug> TCPHandler: Processed in 0.001949986 sec. | ||
| 1747 | 2025.01.28 17:42:57.002023 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1748 | 2025.01.28 17:42:57.002151 [ 3 ] {6653ad50-190e-4b21-a505-554ca0c09b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1749 | 2025.01.28 17:42:57.002204 [ 3 ] {6653ad50-190e-4b21-a505-554ca0c09b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1750 | 2025.01.28 17:42:57.003209 [ 3 ] {6653ad50-190e-4b21-a505-554ca0c09b2e} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1751 | 2025.01.28 17:42:57.003249 [ 3 ] {6653ad50-190e-4b21-a505-554ca0c09b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1752 | 2025.01.28 17:42:57.003629 [ 3 ] {6653ad50-190e-4b21-a505-554ca0c09b2e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1753 | 2025.01.28 17:42:57.003869 [ 3 ] {6653ad50-190e-4b21-a505-554ca0c09b2e} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1754 | 2025.01.28 17:42:57.004076 [ 3 ] {6653ad50-190e-4b21-a505-554ca0c09b2e} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001954 sec., 432958.0348004094 rows/sec., 31.29 MiB/sec. | ||
| 1755 | 2025.01.28 17:42:57.004127 [ 3 ] {6653ad50-190e-4b21-a505-554ca0c09b2e} <Debug> TCPHandler: Processed in 0.00216397 sec. | ||
| 1756 | 2025.01.28 17:42:57.004275 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1757 | 2025.01.28 17:42:57.004402 [ 254 ] {4a9bd6fb-ea16-4193-9b1a-8863c0d4b120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1758 | 2025.01.28 17:42:57.004457 [ 254 ] {4a9bd6fb-ea16-4193-9b1a-8863c0d4b120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1759 | 2025.01.28 17:42:57.004986 [ 254 ] {4a9bd6fb-ea16-4193-9b1a-8863c0d4b120} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1760 | 2025.01.28 17:42:57.005029 [ 254 ] {4a9bd6fb-ea16-4193-9b1a-8863c0d4b120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1761 | 2025.01.28 17:42:57.005364 [ 254 ] {4a9bd6fb-ea16-4193-9b1a-8863c0d4b120} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1762 | 2025.01.28 17:42:57.005593 [ 254 ] {4a9bd6fb-ea16-4193-9b1a-8863c0d4b120} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1763 | 2025.01.28 17:42:57.005801 [ 254 ] {4a9bd6fb-ea16-4193-9b1a-8863c0d4b120} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 219.52 KiB/sec. | ||
| 1764 | 2025.01.28 17:42:57.005852 [ 254 ] {4a9bd6fb-ea16-4193-9b1a-8863c0d4b120} <Debug> TCPHandler: Processed in 0.00163934 sec. | ||
| 1765 | 2025.01.28 17:42:57.005990 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1766 | 2025.01.28 17:42:57.006098 [ 3 ] {20598028-e7d9-4aba-a542-0231ca5e91c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1767 | 2025.01.28 17:42:57.006146 [ 3 ] {20598028-e7d9-4aba-a542-0231ca5e91c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1768 | 2025.01.28 17:42:57.007170 [ 3 ] {20598028-e7d9-4aba-a542-0231ca5e91c2} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1769 | 2025.01.28 17:42:57.007206 [ 3 ] {20598028-e7d9-4aba-a542-0231ca5e91c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1770 | 2025.01.28 17:42:57.007734 [ 3 ] {20598028-e7d9-4aba-a542-0231ca5e91c2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1771 | 2025.01.28 17:42:57.007984 [ 3 ] {20598028-e7d9-4aba-a542-0231ca5e91c2} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1772 | 2025.01.28 17:42:57.008184 [ 3 ] {20598028-e7d9-4aba-a542-0231ca5e91c2} <Debug> executeQuery: Read 2077 rows, 141.67 KiB in 0.002107 sec., 985761.7465590888 rows/sec., 65.66 MiB/sec. | ||
| 1773 | 2025.01.28 17:42:57.008236 [ 3 ] {20598028-e7d9-4aba-a542-0231ca5e91c2} <Debug> TCPHandler: Processed in 0.002296922 sec. | ||
| 1774 | 2025.01.28 17:42:57.008370 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1775 | 2025.01.28 17:42:57.008497 [ 254 ] {5f6cb349-0baf-42b8-9ce9-2ba8a700d814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1776 | 2025.01.28 17:42:57.008552 [ 254 ] {5f6cb349-0baf-42b8-9ce9-2ba8a700d814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1777 | 2025.01.28 17:42:57.009046 [ 254 ] {5f6cb349-0baf-42b8-9ce9-2ba8a700d814} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1778 | 2025.01.28 17:42:57.009083 [ 254 ] {5f6cb349-0baf-42b8-9ce9-2ba8a700d814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1779 | 2025.01.28 17:42:57.009440 [ 254 ] {5f6cb349-0baf-42b8-9ce9-2ba8a700d814} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1780 | 2025.01.28 17:42:57.009676 [ 254 ] {5f6cb349-0baf-42b8-9ce9-2ba8a700d814} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1781 | 2025.01.28 17:42:57.009870 [ 254 ] {5f6cb349-0baf-42b8-9ce9-2ba8a700d814} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001401 sec., 713.7758743754462 rows/sec., 48.10 KiB/sec. | ||
| 1782 | 2025.01.28 17:42:57.009920 [ 254 ] {5f6cb349-0baf-42b8-9ce9-2ba8a700d814} <Debug> TCPHandler: Processed in 0.00161245 sec. | ||
| 1783 | 2025.01.28 17:42:57.010071 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1784 | 2025.01.28 17:42:57.010200 [ 3 ] {1ff06721-4087-4710-bf0f-24e8213ebeb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1785 | 2025.01.28 17:42:57.010276 [ 3 ] {1ff06721-4087-4710-bf0f-24e8213ebeb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1786 | 2025.01.28 17:42:57.011430 [ 3 ] {1ff06721-4087-4710-bf0f-24e8213ebeb8} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1787 | 2025.01.28 17:42:57.011469 [ 3 ] {1ff06721-4087-4710-bf0f-24e8213ebeb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1788 | 2025.01.28 17:42:57.012043 [ 3 ] {1ff06721-4087-4710-bf0f-24e8213ebeb8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1789 | 2025.01.28 17:42:57.012300 [ 3 ] {1ff06721-4087-4710-bf0f-24e8213ebeb8} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1790 | 2025.01.28 17:42:57.012536 [ 3 ] {1ff06721-4087-4710-bf0f-24e8213ebeb8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002365 sec., 3382.663847780127 rows/sec., 6.06 MiB/sec. | ||
| 1791 | 2025.01.28 17:42:57.012629 [ 3 ] {1ff06721-4087-4710-bf0f-24e8213ebeb8} <Debug> TCPHandler: Processed in 0.002619308 sec. | ||
| 1792 | 2025.01.28 17:42:57.012804 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1793 | 2025.01.28 17:42:57.012933 [ 254 ] {7dd6de5d-3795-4ccc-a7b3-8f4472df8b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1794 | 2025.01.28 17:42:57.012986 [ 254 ] {7dd6de5d-3795-4ccc-a7b3-8f4472df8b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1795 | 2025.01.28 17:42:57.013420 [ 254 ] {7dd6de5d-3795-4ccc-a7b3-8f4472df8b1f} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1796 | 2025.01.28 17:42:57.013458 [ 254 ] {7dd6de5d-3795-4ccc-a7b3-8f4472df8b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1797 | 2025.01.28 17:42:57.013792 [ 254 ] {7dd6de5d-3795-4ccc-a7b3-8f4472df8b1f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1798 | 2025.01.28 17:42:57.014019 [ 254 ] {7dd6de5d-3795-4ccc-a7b3-8f4472df8b1f} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1799 | 2025.01.28 17:42:57.014242 [ 254 ] {7dd6de5d-3795-4ccc-a7b3-8f4472df8b1f} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001328 sec., 25602.409638554218 rows/sec., 1.49 MiB/sec. | ||
| 1800 | 2025.01.28 17:42:57.014418 [ 254 ] {7dd6de5d-3795-4ccc-a7b3-8f4472df8b1f} <Debug> TCPHandler: Processed in 0.001676631 sec. | ||
| 1801 | 2025.01.28 17:43:00.391690 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268 | ||
| 1802 | 2025.01.28 17:43:00.395353 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1803 | 2025.01.28 17:43:00.395407 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1804 | 2025.01.28 17:43:00.396978 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1805 | 2025.01.28 17:43:00.397308 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1806 | 2025.01.28 17:43:00.397935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268 | ||
| 1807 | 2025.01.28 17:43:01.266247 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1808 | 2025.01.28 17:43:01.266459 [ 3 ] {faa4ce54-d018-42b6-94a8-da89cff8fca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1809 | 2025.01.28 17:43:01.266538 [ 3 ] {faa4ce54-d018-42b6-94a8-da89cff8fca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1810 | 2025.01.28 17:43:01.267363 [ 3 ] {faa4ce54-d018-42b6-94a8-da89cff8fca3} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1811 | 2025.01.28 17:43:01.267416 [ 3 ] {faa4ce54-d018-42b6-94a8-da89cff8fca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1812 | 2025.01.28 17:43:01.267887 [ 3 ] {faa4ce54-d018-42b6-94a8-da89cff8fca3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1813 | 2025.01.28 17:43:01.268203 [ 3 ] {faa4ce54-d018-42b6-94a8-da89cff8fca3} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1814 | 2025.01.28 17:43:01.268483 [ 3 ] {faa4ce54-d018-42b6-94a8-da89cff8fca3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002088 sec., 26819.92337164751 rows/sec., 2.05 MiB/sec. | ||
| 1815 | 2025.01.28 17:43:01.268550 [ 3 ] {faa4ce54-d018-42b6-94a8-da89cff8fca3} <Debug> TCPHandler: Processed in 0.002444355 sec. | ||
| 1816 | 2025.01.28 17:43:01.268738 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1817 | 2025.01.28 17:43:01.268863 [ 254 ] {2c779abc-1b26-43ee-852a-4a895805c6fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1818 | 2025.01.28 17:43:01.268915 [ 254 ] {2c779abc-1b26-43ee-852a-4a895805c6fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1819 | 2025.01.28 17:43:01.269476 [ 254 ] {2c779abc-1b26-43ee-852a-4a895805c6fd} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1820 | 2025.01.28 17:43:01.269518 [ 254 ] {2c779abc-1b26-43ee-852a-4a895805c6fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1821 | 2025.01.28 17:43:01.269897 [ 254 ] {2c779abc-1b26-43ee-852a-4a895805c6fd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1822 | 2025.01.28 17:43:01.270150 [ 254 ] {2c779abc-1b26-43ee-852a-4a895805c6fd} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1823 | 2025.01.28 17:43:01.270374 [ 254 ] {2c779abc-1b26-43ee-852a-4a895805c6fd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001542 sec., 41504.539559014265 rows/sec., 3.24 MiB/sec. | ||
| 1824 | 2025.01.28 17:43:01.270427 [ 254 ] {2c779abc-1b26-43ee-852a-4a895805c6fd} <Debug> TCPHandler: Processed in 0.001749552 sec. | ||
| 1825 | 2025.01.28 17:43:01.270585 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1826 | 2025.01.28 17:43:01.270718 [ 3 ] {485ef3f4-6a04-455a-a31b-ca243282afe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1827 | 2025.01.28 17:43:01.270777 [ 3 ] {485ef3f4-6a04-455a-a31b-ca243282afe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1828 | 2025.01.28 17:43:01.271330 [ 3 ] {485ef3f4-6a04-455a-a31b-ca243282afe0} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1829 | 2025.01.28 17:43:01.271370 [ 3 ] {485ef3f4-6a04-455a-a31b-ca243282afe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1830 | 2025.01.28 17:43:01.271764 [ 3 ] {485ef3f4-6a04-455a-a31b-ca243282afe0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1831 | 2025.01.28 17:43:01.272026 [ 3 ] {485ef3f4-6a04-455a-a31b-ca243282afe0} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1832 | 2025.01.28 17:43:01.272247 [ 3 ] {485ef3f4-6a04-455a-a31b-ca243282afe0} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001559 sec., 82103.91276459268 rows/sec., 5.72 MiB/sec. | ||
| 1833 | 2025.01.28 17:43:01.272338 [ 3 ] {485ef3f4-6a04-455a-a31b-ca243282afe0} <Debug> TCPHandler: Processed in 0.001819774 sec. | ||
| 1834 | 2025.01.28 17:43:01.272497 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1835 | 2025.01.28 17:43:01.272606 [ 254 ] {25c2869f-3d73-42fc-ace2-986121e0b532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1836 | 2025.01.28 17:43:01.272654 [ 254 ] {25c2869f-3d73-42fc-ace2-986121e0b532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1837 | 2025.01.28 17:43:01.273111 [ 254 ] {25c2869f-3d73-42fc-ace2-986121e0b532} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1838 | 2025.01.28 17:43:01.273149 [ 254 ] {25c2869f-3d73-42fc-ace2-986121e0b532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1839 | 2025.01.28 17:43:01.273509 [ 254 ] {25c2869f-3d73-42fc-ace2-986121e0b532} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1840 | 2025.01.28 17:43:01.273748 [ 254 ] {25c2869f-3d73-42fc-ace2-986121e0b532} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1841 | 2025.01.28 17:43:01.273998 [ 254 ] {25c2869f-3d73-42fc-ace2-986121e0b532} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00141 sec., 34042.55319148936 rows/sec., 2.29 MiB/sec. | ||
| 1842 | 2025.01.28 17:43:01.274171 [ 254 ] {25c2869f-3d73-42fc-ace2-986121e0b532} <Debug> TCPHandler: Processed in 0.001725432 sec. | ||
| 1843 | 2025.01.28 17:43:02.897060 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1844 | 2025.01.28 17:43:02.897798 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1845 | 2025.01.28 17:43:02.897845 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1846 | 2025.01.28 17:43:02.898404 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1847 | 2025.01.28 17:43:02.898668 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1848 | 2025.01.28 17:43:02.898854 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1849 | 2025.01.28 17:43:03.092396 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1850 | 2025.01.28 17:43:03.112424 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1851 | 2025.01.28 17:43:03.112489 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1852 | 2025.01.28 17:43:03.119241 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1853 | 2025.01.28 17:43:03.119980 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1854 | 2025.01.28 17:43:03.122506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1855 | 2025.01.28 17:43:04.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.25 MiB, peak 169.82 MiB, free memory in arenas 0.00 B, will set to 166.31 MiB (RSS), difference: 1.06 MiB | ||
| 1856 | 2025.01.28 17:43:06.267314 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1857 | 2025.01.28 17:43:06.267535 [ 3 ] {cc67cb6d-4f44-4dec-881c-e9a82b2bbe46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1858 | 2025.01.28 17:43:06.267620 [ 3 ] {cc67cb6d-4f44-4dec-881c-e9a82b2bbe46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1859 | 2025.01.28 17:43:06.268494 [ 3 ] {cc67cb6d-4f44-4dec-881c-e9a82b2bbe46} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1860 | 2025.01.28 17:43:06.268552 [ 3 ] {cc67cb6d-4f44-4dec-881c-e9a82b2bbe46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1861 | 2025.01.28 17:43:06.269015 [ 3 ] {cc67cb6d-4f44-4dec-881c-e9a82b2bbe46} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1862 | 2025.01.28 17:43:06.269276 [ 3 ] {cc67cb6d-4f44-4dec-881c-e9a82b2bbe46} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1863 | 2025.01.28 17:43:06.269523 [ 3 ] {cc67cb6d-4f44-4dec-881c-e9a82b2bbe46} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002052 sec., 27290.448343079923 rows/sec., 2.08 MiB/sec. | ||
| 1864 | 2025.01.28 17:43:06.269595 [ 3 ] {cc67cb6d-4f44-4dec-881c-e9a82b2bbe46} <Debug> TCPHandler: Processed in 0.002423715 sec. | ||
| 1865 | 2025.01.28 17:43:06.269789 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1866 | 2025.01.28 17:43:06.269948 [ 254 ] {0851e45f-5307-4aab-9b5a-3db9ff277637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1867 | 2025.01.28 17:43:06.270016 [ 254 ] {0851e45f-5307-4aab-9b5a-3db9ff277637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1868 | 2025.01.28 17:43:06.270857 [ 254 ] {0851e45f-5307-4aab-9b5a-3db9ff277637} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1869 | 2025.01.28 17:43:06.270910 [ 254 ] {0851e45f-5307-4aab-9b5a-3db9ff277637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1870 | 2025.01.28 17:43:06.271442 [ 254 ] {0851e45f-5307-4aab-9b5a-3db9ff277637} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1871 | 2025.01.28 17:43:06.271791 [ 254 ] {0851e45f-5307-4aab-9b5a-3db9ff277637} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1872 | 2025.01.28 17:43:06.272073 [ 254 ] {0851e45f-5307-4aab-9b5a-3db9ff277637} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002164 sec., 29574.861367837337 rows/sec., 2.31 MiB/sec. | ||
| 1873 | 2025.01.28 17:43:06.272149 [ 254 ] {0851e45f-5307-4aab-9b5a-3db9ff277637} <Debug> TCPHandler: Processed in 0.002432545 sec. | ||
| 1874 | 2025.01.28 17:43:06.272325 [ 3 ] {} <Trace> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1875 | 2025.01.28 17:43:06.272461 [ 3 ] {bb10c46e-b9ba-4840-a150-9f83c4a356fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58619) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1876 | 2025.01.28 17:43:06.272522 [ 3 ] {bb10c46e-b9ba-4840-a150-9f83c4a356fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1877 | 2025.01.28 17:43:06.273147 [ 3 ] {bb10c46e-b9ba-4840-a150-9f83c4a356fe} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1878 | 2025.01.28 17:43:06.273197 [ 3 ] {bb10c46e-b9ba-4840-a150-9f83c4a356fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1879 | 2025.01.28 17:43:06.273599 [ 3 ] {bb10c46e-b9ba-4840-a150-9f83c4a356fe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1880 | 2025.01.28 17:43:06.273841 [ 3 ] {bb10c46e-b9ba-4840-a150-9f83c4a356fe} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1881 | 2025.01.28 17:43:06.274100 [ 3 ] {bb10c46e-b9ba-4840-a150-9f83c4a356fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001668 sec., 95923.26139088729 rows/sec., 6.68 MiB/sec. | ||
| 1882 | 2025.01.28 17:43:06.274300 [ 3 ] {bb10c46e-b9ba-4840-a150-9f83c4a356fe} <Debug> TCPHandler: Processed in 0.002038778 sec. | ||
| 1883 | 2025.01.28 17:43:06.274494 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1884 | 2025.01.28 17:43:06.274638 [ 254 ] {12bd2f32-bef6-4e68-b537-01551a7b3652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1885 | 2025.01.28 17:43:06.274698 [ 254 ] {12bd2f32-bef6-4e68-b537-01551a7b3652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1886 | 2025.01.28 17:43:06.275216 [ 254 ] {12bd2f32-bef6-4e68-b537-01551a7b3652} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1887 | 2025.01.28 17:43:06.275258 [ 254 ] {12bd2f32-bef6-4e68-b537-01551a7b3652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1888 | 2025.01.28 17:43:06.275633 [ 254 ] {12bd2f32-bef6-4e68-b537-01551a7b3652} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1889 | 2025.01.28 17:43:06.275869 [ 254 ] {12bd2f32-bef6-4e68-b537-01551a7b3652} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1890 | 2025.01.28 17:43:06.276129 [ 254 ] {12bd2f32-bef6-4e68-b537-01551a7b3652} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
| 1891 | 2025.01.28 17:43:06.276287 [ 254 ] {12bd2f32-bef6-4e68-b537-01551a7b3652} <Debug> TCPHandler: Processed in 0.001855734 sec. | ||
| 1892 | 2025.01.28 17:43:10.329594 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1893 | 2025.01.28 17:43:10.329679 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1894 | 2025.01.28 17:43:10.398251 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 284 | ||
| 1895 | 2025.01.28 17:43:10.399030 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1896 | 2025.01.28 17:43:10.403150 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1897 | 2025.01.28 17:43:10.403256 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1898 | 2025.01.28 17:43:10.405337 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1899 | 2025.01.28 17:43:10.406088 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1900 | 2025.01.28 17:43:10.406645 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1901 | 2025.01.28 17:43:10.407046 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1902 | 2025.01.28 17:43:10.407116 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1903 | 2025.01.28 17:43:10.408653 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1904 | 2025.01.28 17:43:10.408982 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1905 | 2025.01.28 17:43:10.409737 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 1906 | 2025.01.28 17:43:10.491086 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1907 | 2025.01.28 17:43:10.491160 [ 3 ] {} <Debug> TCP-Session: 0f55fa65-35c4-4fe8-8664-ba2866701b69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1908 | 2025.01.28 17:43:10.622583 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1909 | 2025.01.28 17:43:10.642096 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1910 | 2025.01.28 17:43:10.642160 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1911 | 2025.01.28 17:43:10.649287 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1912 | 2025.01.28 17:43:10.650074 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1913 | 2025.01.28 17:43:10.653138 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1914 | 2025.01.28 17:43:11.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.83 MiB, peak 170.49 MiB, free memory in arenas 0.00 B, will set to 167.02 MiB (RSS), difference: 2.19 MiB | ||
| 1915 | 2025.01.28 17:43:11.272866 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1916 | 2025.01.28 17:43:11.273079 [ 254 ] {83bb8593-eb9a-4820-b73c-2695aef5b5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1917 | 2025.01.28 17:43:11.273160 [ 254 ] {83bb8593-eb9a-4820-b73c-2695aef5b5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1918 | 2025.01.28 17:43:11.273948 [ 254 ] {83bb8593-eb9a-4820-b73c-2695aef5b5d3} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1919 | 2025.01.28 17:43:11.274000 [ 254 ] {83bb8593-eb9a-4820-b73c-2695aef5b5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1920 | 2025.01.28 17:43:11.274424 [ 254 ] {83bb8593-eb9a-4820-b73c-2695aef5b5d3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1921 | 2025.01.28 17:43:11.274676 [ 254 ] {83bb8593-eb9a-4820-b73c-2695aef5b5d3} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1922 | 2025.01.28 17:43:11.274993 [ 254 ] {83bb8593-eb9a-4820-b73c-2695aef5b5d3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00195 sec., 7179.48717948718 rows/sec., 516.83 KiB/sec. | ||
| 1923 | 2025.01.28 17:43:11.275257 [ 254 ] {83bb8593-eb9a-4820-b73c-2695aef5b5d3} <Debug> TCPHandler: Processed in 0.002528446 sec. | ||
| 1924 | 2025.01.28 17:43:11.275539 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1925 | 2025.01.28 17:43:11.275731 [ 4 ] {58860f80-7751-4933-8e00-06e03e99a375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1926 | 2025.01.28 17:43:11.275826 [ 4 ] {58860f80-7751-4933-8e00-06e03e99a375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1927 | 2025.01.28 17:43:11.276704 [ 4 ] {58860f80-7751-4933-8e00-06e03e99a375} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1928 | 2025.01.28 17:43:11.276751 [ 4 ] {58860f80-7751-4933-8e00-06e03e99a375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1929 | 2025.01.28 17:43:11.277203 [ 4 ] {58860f80-7751-4933-8e00-06e03e99a375} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1930 | 2025.01.28 17:43:11.277486 [ 4 ] {58860f80-7751-4933-8e00-06e03e99a375} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1931 | 2025.01.28 17:43:11.277735 [ 4 ] {58860f80-7751-4933-8e00-06e03e99a375} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002034 sec., 107669.61651917406 rows/sec., 9.38 MiB/sec. | ||
| 1932 | 2025.01.28 17:43:11.278030 [ 4 ] {58860f80-7751-4933-8e00-06e03e99a375} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1933 | 2025.01.28 17:43:11.278086 [ 4 ] {58860f80-7751-4933-8e00-06e03e99a375} <Debug> TCPHandler: Processed in 0.00270234 sec. | ||
| 1934 | 2025.01.28 17:43:11.278310 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1935 | 2025.01.28 17:43:11.278448 [ 254 ] {71c9ad0c-819c-4113-8472-ae16b88803fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1936 | 2025.01.28 17:43:11.278505 [ 254 ] {71c9ad0c-819c-4113-8472-ae16b88803fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1937 | 2025.01.28 17:43:11.279191 [ 254 ] {71c9ad0c-819c-4113-8472-ae16b88803fe} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1938 | 2025.01.28 17:43:11.279237 [ 254 ] {71c9ad0c-819c-4113-8472-ae16b88803fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1939 | 2025.01.28 17:43:11.279624 [ 254 ] {71c9ad0c-819c-4113-8472-ae16b88803fe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1940 | 2025.01.28 17:43:11.279880 [ 254 ] {71c9ad0c-819c-4113-8472-ae16b88803fe} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1941 | 2025.01.28 17:43:11.280250 [ 254 ] {71c9ad0c-819c-4113-8472-ae16b88803fe} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001781 sec., 8422.234699606963 rows/sec., 593.83 KiB/sec. | ||
| 1942 | 2025.01.28 17:43:11.280421 [ 254 ] {71c9ad0c-819c-4113-8472-ae16b88803fe} <Debug> TCPHandler: Processed in 0.002221601 sec. | ||
| 1943 | 2025.01.28 17:43:11.280624 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1944 | 2025.01.28 17:43:11.280770 [ 4 ] {4a507d49-c287-4cd5-a0c5-ad15f22d7cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1945 | 2025.01.28 17:43:11.280830 [ 4 ] {4a507d49-c287-4cd5-a0c5-ad15f22d7cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1946 | 2025.01.28 17:43:11.281504 [ 4 ] {4a507d49-c287-4cd5-a0c5-ad15f22d7cda} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1947 | 2025.01.28 17:43:11.281544 [ 4 ] {4a507d49-c287-4cd5-a0c5-ad15f22d7cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1948 | 2025.01.28 17:43:11.281900 [ 4 ] {4a507d49-c287-4cd5-a0c5-ad15f22d7cda} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1949 | 2025.01.28 17:43:11.282143 [ 4 ] {4a507d49-c287-4cd5-a0c5-ad15f22d7cda} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1950 | 2025.01.28 17:43:11.282416 [ 4 ] {4a507d49-c287-4cd5-a0c5-ad15f22d7cda} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00166 sec., 8433.734939759037 rows/sec., 590.64 KiB/sec. | ||
| 1951 | 2025.01.28 17:43:11.282475 [ 4 ] {4a507d49-c287-4cd5-a0c5-ad15f22d7cda} <Debug> TCPHandler: Processed in 0.001929345 sec. | ||
| 1952 | 2025.01.28 17:43:11.282631 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1953 | 2025.01.28 17:43:11.282769 [ 254 ] {8b313419-a7cc-4907-be5c-5bc807632a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1954 | 2025.01.28 17:43:11.282830 [ 254 ] {8b313419-a7cc-4907-be5c-5bc807632a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1955 | 2025.01.28 17:43:11.283494 [ 254 ] {8b313419-a7cc-4907-be5c-5bc807632a4a} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1956 | 2025.01.28 17:43:11.283531 [ 254 ] {8b313419-a7cc-4907-be5c-5bc807632a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1957 | 2025.01.28 17:43:11.283876 [ 254 ] {8b313419-a7cc-4907-be5c-5bc807632a4a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1958 | 2025.01.28 17:43:11.284112 [ 254 ] {8b313419-a7cc-4907-be5c-5bc807632a4a} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1959 | 2025.01.28 17:43:11.284461 [ 254 ] {8b313419-a7cc-4907-be5c-5bc807632a4a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001692 sec., 7683.215130023641 rows/sec., 479.05 KiB/sec. | ||
| 1960 | 2025.01.28 17:43:11.284623 [ 254 ] {8b313419-a7cc-4907-be5c-5bc807632a4a} <Debug> TCPHandler: Processed in 0.002060348 sec. | ||
| 1961 | 2025.01.28 17:43:11.284779 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1962 | 2025.01.28 17:43:11.284918 [ 4 ] {af0895b1-4e6f-43f0-90ad-a0d0d93da5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1963 | 2025.01.28 17:43:11.284978 [ 4 ] {af0895b1-4e6f-43f0-90ad-a0d0d93da5c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1964 | 2025.01.28 17:43:11.285746 [ 4 ] {af0895b1-4e6f-43f0-90ad-a0d0d93da5c4} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1965 | 2025.01.28 17:43:11.285786 [ 4 ] {af0895b1-4e6f-43f0-90ad-a0d0d93da5c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1966 | 2025.01.28 17:43:11.286172 [ 4 ] {af0895b1-4e6f-43f0-90ad-a0d0d93da5c4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1967 | 2025.01.28 17:43:11.286422 [ 4 ] {af0895b1-4e6f-43f0-90ad-a0d0d93da5c4} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1968 | 2025.01.28 17:43:11.286675 [ 4 ] {af0895b1-4e6f-43f0-90ad-a0d0d93da5c4} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001782 sec., 218855.21885521887 rows/sec., 15.52 MiB/sec. | ||
| 1969 | 2025.01.28 17:43:11.286825 [ 4 ] {af0895b1-4e6f-43f0-90ad-a0d0d93da5c4} <Debug> TCPHandler: Processed in 0.002114589 sec. | ||
| 1970 | 2025.01.28 17:43:11.286982 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1971 | 2025.01.28 17:43:11.287122 [ 254 ] {d7ba70f9-0c0c-4020-bb32-11c6e0551ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1972 | 2025.01.28 17:43:11.287182 [ 254 ] {d7ba70f9-0c0c-4020-bb32-11c6e0551ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1973 | 2025.01.28 17:43:11.287881 [ 254 ] {d7ba70f9-0c0c-4020-bb32-11c6e0551ee7} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1974 | 2025.01.28 17:43:11.287919 [ 254 ] {d7ba70f9-0c0c-4020-bb32-11c6e0551ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1975 | 2025.01.28 17:43:11.288276 [ 254 ] {d7ba70f9-0c0c-4020-bb32-11c6e0551ee7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1976 | 2025.01.28 17:43:11.288511 [ 254 ] {d7ba70f9-0c0c-4020-bb32-11c6e0551ee7} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1977 | 2025.01.28 17:43:11.288881 [ 254 ] {d7ba70f9-0c0c-4020-bb32-11c6e0551ee7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001757 sec., 3414.911781445646 rows/sec., 178.42 KiB/sec. | ||
| 1978 | 2025.01.28 17:43:11.289002 [ 254 ] {d7ba70f9-0c0c-4020-bb32-11c6e0551ee7} <Debug> TCPHandler: Processed in 0.002088888 sec. | ||
| 1979 | 2025.01.28 17:43:11.289207 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1980 | 2025.01.28 17:43:11.289434 [ 4 ] {74c61a0f-7afe-4264-aa3a-08c48ab72dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1981 | 2025.01.28 17:43:11.289504 [ 4 ] {74c61a0f-7afe-4264-aa3a-08c48ab72dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1982 | 2025.01.28 17:43:11.290097 [ 4 ] {74c61a0f-7afe-4264-aa3a-08c48ab72dc5} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1983 | 2025.01.28 17:43:11.290137 [ 4 ] {74c61a0f-7afe-4264-aa3a-08c48ab72dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1984 | 2025.01.28 17:43:11.290540 [ 4 ] {74c61a0f-7afe-4264-aa3a-08c48ab72dc5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1985 | 2025.01.28 17:43:11.290806 [ 4 ] {74c61a0f-7afe-4264-aa3a-08c48ab72dc5} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1986 | 2025.01.28 17:43:11.291096 [ 4 ] {74c61a0f-7afe-4264-aa3a-08c48ab72dc5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
| 1987 | 2025.01.28 17:43:11.291180 [ 4 ] {74c61a0f-7afe-4264-aa3a-08c48ab72dc5} <Debug> TCPHandler: Processed in 0.002086498 sec. | ||
| 1988 | 2025.01.28 17:43:11.291328 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1989 | 2025.01.28 17:43:11.291449 [ 254 ] {af7f8465-ce8a-4208-b832-adf96844cdb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1990 | 2025.01.28 17:43:11.291507 [ 254 ] {af7f8465-ce8a-4208-b832-adf96844cdb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1991 | 2025.01.28 17:43:11.292055 [ 254 ] {af7f8465-ce8a-4208-b832-adf96844cdb7} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1992 | 2025.01.28 17:43:11.292100 [ 254 ] {af7f8465-ce8a-4208-b832-adf96844cdb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1993 | 2025.01.28 17:43:11.292500 [ 254 ] {af7f8465-ce8a-4208-b832-adf96844cdb7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1994 | 2025.01.28 17:43:11.292735 [ 254 ] {af7f8465-ce8a-4208-b832-adf96844cdb7} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1995 | 2025.01.28 17:43:11.293155 [ 254 ] {af7f8465-ce8a-4208-b832-adf96844cdb7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001704 sec., 586.8544600938967 rows/sec., 39.54 KiB/sec. | ||
| 1996 | 2025.01.28 17:43:11.293232 [ 254 ] {af7f8465-ce8a-4208-b832-adf96844cdb7} <Debug> TCPHandler: Processed in 0.001959986 sec. | ||
| 1997 | 2025.01.28 17:43:11.293377 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1998 | 2025.01.28 17:43:11.293503 [ 4 ] {2bdd20d4-e766-47ff-b334-370ef5f29018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1999 | 2025.01.28 17:43:11.293587 [ 4 ] {2bdd20d4-e766-47ff-b334-370ef5f29018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2000 | 2025.01.28 17:43:11.294686 [ 4 ] {2bdd20d4-e766-47ff-b334-370ef5f29018} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2001 | 2025.01.28 17:43:11.294726 [ 4 ] {2bdd20d4-e766-47ff-b334-370ef5f29018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2002 | 2025.01.28 17:43:11.295339 [ 4 ] {2bdd20d4-e766-47ff-b334-370ef5f29018} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2003 | 2025.01.28 17:43:11.295603 [ 4 ] {2bdd20d4-e766-47ff-b334-370ef5f29018} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2004 | 2025.01.28 17:43:11.295927 [ 4 ] {2bdd20d4-e766-47ff-b334-370ef5f29018} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002435 sec., 3285.4209445585216 rows/sec., 5.89 MiB/sec. | ||
| 2005 | 2025.01.28 17:43:11.296024 [ 4 ] {2bdd20d4-e766-47ff-b334-370ef5f29018} <Debug> TCPHandler: Processed in 0.002707069 sec. | ||
| 2006 | 2025.01.28 17:43:11.296181 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2007 | 2025.01.28 17:43:11.296320 [ 254 ] {4bebff4d-d6d7-4860-98bf-fae569766e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2008 | 2025.01.28 17:43:11.296379 [ 254 ] {4bebff4d-d6d7-4860-98bf-fae569766e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2009 | 2025.01.28 17:43:11.296949 [ 254 ] {4bebff4d-d6d7-4860-98bf-fae569766e5e} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2010 | 2025.01.28 17:43:11.296994 [ 254 ] {4bebff4d-d6d7-4860-98bf-fae569766e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2011 | 2025.01.28 17:43:11.297425 [ 254 ] {4bebff4d-d6d7-4860-98bf-fae569766e5e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2012 | 2025.01.28 17:43:11.297661 [ 254 ] {4bebff4d-d6d7-4860-98bf-fae569766e5e} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2013 | 2025.01.28 17:43:11.297869 [ 254 ] {4bebff4d-d6d7-4860-98bf-fae569766e5e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001581 sec., 51865.90765338394 rows/sec., 3.29 MiB/sec. | ||
| 2014 | 2025.01.28 17:43:11.297918 [ 254 ] {4bebff4d-d6d7-4860-98bf-fae569766e5e} <Debug> TCPHandler: Processed in 0.001801523 sec. | ||
| 2015 | 2025.01.28 17:43:12.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.84 MiB, peak 171.34 MiB, free memory in arenas 0.00 B, will set to 167.10 MiB (RSS), difference: -2.73 MiB | ||
| 2016 | 2025.01.28 17:43:16.267461 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2017 | 2025.01.28 17:43:16.267669 [ 254 ] {40c6aacd-dbbe-4906-ac9e-2514867b4628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2018 | 2025.01.28 17:43:16.267741 [ 254 ] {40c6aacd-dbbe-4906-ac9e-2514867b4628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2019 | 2025.01.28 17:43:16.268539 [ 254 ] {40c6aacd-dbbe-4906-ac9e-2514867b4628} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2020 | 2025.01.28 17:43:16.268589 [ 254 ] {40c6aacd-dbbe-4906-ac9e-2514867b4628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2021 | 2025.01.28 17:43:16.269022 [ 254 ] {40c6aacd-dbbe-4906-ac9e-2514867b4628} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2022 | 2025.01.28 17:43:16.269275 [ 254 ] {40c6aacd-dbbe-4906-ac9e-2514867b4628} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2023 | 2025.01.28 17:43:16.269473 [ 38 ] {} <Debug> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2024 | 2025.01.28 17:43:16.269540 [ 254 ] {40c6aacd-dbbe-4906-ac9e-2514867b4628} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00192 sec., 29166.666666666664 rows/sec., 2.23 MiB/sec. | ||
| 2025 | 2025.01.28 17:43:16.269566 [ 38 ] {} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2026 | 2025.01.28 17:43:16.269639 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2027 | 2025.01.28 17:43:16.269674 [ 254 ] {40c6aacd-dbbe-4906-ac9e-2514867b4628} <Debug> TCPHandler: Processed in 0.002338333 sec. | ||
| 2028 | 2025.01.28 17:43:16.269887 [ 196 ] {61375398-9c48-4855-9de8-220e31c90150::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 | ||
| 2029 | 2025.01.28 17:43:16.269952 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2030 | 2025.01.28 17:43:16.270089 [ 196 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2031 | 2025.01.28 17:43:16.270141 [ 196 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 219 rows starting from the beginning of the part | ||
| 2032 | 2025.01.28 17:43:16.270148 [ 4 ] {28dff83c-06fe-4985-9ae2-78cc93057615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2033 | 2025.01.28 17:43:16.270227 [ 4 ] {28dff83c-06fe-4985-9ae2-78cc93057615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2034 | 2025.01.28 17:43:16.270355 [ 196 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1359 rows starting from the beginning of the part | ||
| 2035 | 2025.01.28 17:43:16.270566 [ 196 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2036 | 2025.01.28 17:43:16.270732 [ 196 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 2037 | 2025.01.28 17:43:16.270977 [ 196 ] {61375398-9c48-4855-9de8-220e31c90150::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 | ||
| 2038 | 2025.01.28 17:43:16.271199 [ 196 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2039 | 2025.01.28 17:43:16.272057 [ 4 ] {28dff83c-06fe-4985-9ae2-78cc93057615} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2040 | 2025.01.28 17:43:16.272102 [ 4 ] {28dff83c-06fe-4985-9ae2-78cc93057615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2041 | 2025.01.28 17:43:16.272686 [ 4 ] {28dff83c-06fe-4985-9ae2-78cc93057615} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2042 | 2025.01.28 17:43:16.273054 [ 4 ] {28dff83c-06fe-4985-9ae2-78cc93057615} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2043 | 2025.01.28 17:43:16.273097 [ 190 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.003334661 sec., 589265.2956327494 rows/sec., 51.40 MiB/sec. | ||
| 2044 | 2025.01.28 17:43:16.273276 [ 38 ] {} <Debug> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2045 | 2025.01.28 17:43:16.273374 [ 38 ] {} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2046 | 2025.01.28 17:43:16.273423 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2047 | 2025.01.28 17:43:16.273457 [ 190 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2048 | 2025.01.28 17:43:16.273473 [ 4 ] {28dff83c-06fe-4985-9ae2-78cc93057615} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003364 sec., 19024.97027348395 rows/sec., 1.48 MiB/sec. | ||
| 2049 | 2025.01.28 17:43:16.273834 [ 4 ] {28dff83c-06fe-4985-9ae2-78cc93057615} <Debug> TCPHandler: Processed in 0.004018954 sec. | ||
| 2050 | 2025.01.28 17:43:16.273887 [ 198 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::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 | ||
| 2051 | 2025.01.28 17:43:16.274124 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2052 | 2025.01.28 17:43:16.274240 [ 198 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2053 | 2025.01.28 17:43:16.274291 [ 190 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_11_2} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2054 | 2025.01.28 17:43:16.274394 [ 198 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2055 | 2025.01.28 17:43:16.274525 [ 254 ] {088428de-bf44-4fea-b3c4-3339303a833c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2056 | 2025.01.28 17:43:16.274601 [ 190 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_11_2} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2057 | 2025.01.28 17:43:16.274833 [ 198 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part | ||
| 2058 | 2025.01.28 17:43:16.274898 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 2059 | 2025.01.28 17:43:16.275045 [ 254 ] {088428de-bf44-4fea-b3c4-3339303a833c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2060 | 2025.01.28 17:43:16.275141 [ 198 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2061 | 2025.01.28 17:43:16.275495 [ 198 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2062 | 2025.01.28 17:43:16.275782 [ 198 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::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 | ||
| 2063 | 2025.01.28 17:43:16.276096 [ 198 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2064 | 2025.01.28 17:43:16.277970 [ 254 ] {088428de-bf44-4fea-b3c4-3339303a833c} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2065 | 2025.01.28 17:43:16.278057 [ 254 ] {088428de-bf44-4fea-b3c4-3339303a833c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2066 | 2025.01.28 17:43:16.278995 [ 254 ] {088428de-bf44-4fea-b3c4-3339303a833c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2067 | 2025.01.28 17:43:16.279465 [ 190 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 5 columns (5 merged, 0 gathered) in 0.005929399 sec., 306607.80291560746 rows/sec., 23.34 MiB/sec. | ||
| 2068 | 2025.01.28 17:43:16.279494 [ 254 ] {088428de-bf44-4fea-b3c4-3339303a833c} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2069 | 2025.01.28 17:43:16.279734 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2070 | 2025.01.28 17:43:16.279760 [ 190 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2071 | 2025.01.28 17:43:16.279842 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2072 | 2025.01.28 17:43:16.279940 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2073 | 2025.01.28 17:43:16.280033 [ 254 ] {088428de-bf44-4fea-b3c4-3339303a833c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005639 sec., 28373.825146302537 rows/sec., 1.98 MiB/sec. | ||
| 2074 | 2025.01.28 17:43:16.280357 [ 254 ] {088428de-bf44-4fea-b3c4-3339303a833c} <Debug> TCPHandler: Processed in 0.006406368 sec. | ||
| 2075 | 2025.01.28 17:43:16.280451 [ 199 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2076 | 2025.01.28 17:43:16.280656 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2077 | 2025.01.28 17:43:16.280821 [ 190 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_11_2} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2078 | 2025.01.28 17:43:16.280937 [ 199 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2079 | 2025.01.28 17:43:16.281035 [ 4 ] {22f735c0-19cf-408f-81bf-2f327a7261f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2080 | 2025.01.28 17:43:16.281107 [ 190 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_11_2} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2081 | 2025.01.28 17:43:16.281112 [ 199 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part | ||
| 2082 | 2025.01.28 17:43:16.281182 [ 4 ] {22f735c0-19cf-408f-81bf-2f327a7261f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2083 | 2025.01.28 17:43:16.281335 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2084 | 2025.01.28 17:43:16.281650 [ 199 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2077 rows starting from the beginning of the part | ||
| 2085 | 2025.01.28 17:43:16.282041 [ 199 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 2086 | 2025.01.28 17:43:16.282443 [ 199 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 2087 | 2025.01.28 17:43:16.282755 [ 199 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 2088 | 2025.01.28 17:43:16.282969 [ 199 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 2089 | 2025.01.28 17:43:16.283863 [ 4 ] {22f735c0-19cf-408f-81bf-2f327a7261f7} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2090 | 2025.01.28 17:43:16.283926 [ 4 ] {22f735c0-19cf-408f-81bf-2f327a7261f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2091 | 2025.01.28 17:43:16.284837 [ 4 ] {22f735c0-19cf-408f-81bf-2f327a7261f7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2092 | 2025.01.28 17:43:16.285471 [ 4 ] {22f735c0-19cf-408f-81bf-2f327a7261f7} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2093 | 2025.01.28 17:43:16.285752 [ 38 ] {} <Debug> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2094 | 2025.01.28 17:43:16.285836 [ 38 ] {} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2095 | 2025.01.28 17:43:16.285874 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2096 | 2025.01.28 17:43:16.285931 [ 4 ] {22f735c0-19cf-408f-81bf-2f327a7261f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005004 sec., 11990.407673860911 rows/sec., 827.46 KiB/sec. | ||
| 2097 | 2025.01.28 17:43:16.286279 [ 4 ] {22f735c0-19cf-408f-81bf-2f327a7261f7} <Debug> TCPHandler: Processed in 0.005779807 sec. | ||
| 2098 | 2025.01.28 17:43:16.286331 [ 198 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2099 | 2025.01.28 17:43:16.286803 [ 198 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2100 | 2025.01.28 17:43:16.286841 [ 198 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part | ||
| 2101 | 2025.01.28 17:43:16.286839 [ 190 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3844 rows, containing 5 columns (5 merged, 0 gathered) in 0.006744794 sec., 569921.0383593627 rows/sec., 38.48 MiB/sec. | ||
| 2102 | 2025.01.28 17:43:16.286970 [ 198 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 2103 | 2025.01.28 17:43:16.287209 [ 198 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 2104 | 2025.01.28 17:43:16.287267 [ 190 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2105 | 2025.01.28 17:43:16.287557 [ 198 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 2106 | 2025.01.28 17:43:16.287770 [ 198 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 2107 | 2025.01.28 17:43:16.288099 [ 198 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 2108 | 2025.01.28 17:43:16.288363 [ 190 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2109 | 2025.01.28 17:43:16.288551 [ 190 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2110 | 2025.01.28 17:43:16.288648 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 2111 | 2025.01.28 17:43:16.289419 [ 199 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.003432954 sec., 196914.96011889467 rows/sec., 12.90 MiB/sec. | ||
| 2112 | 2025.01.28 17:43:16.289600 [ 199 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2113 | 2025.01.28 17:43:16.289894 [ 199 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_11_2} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2114 | 2025.01.28 17:43:16.289986 [ 199 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_11_2} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2115 | 2025.01.28 17:43:16.290076 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2116 | 2025.01.28 17:43:17.906775 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2117 | 2025.01.28 17:43:17.907436 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2118 | 2025.01.28 17:43:17.907485 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2119 | 2025.01.28 17:43:17.908036 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2120 | 2025.01.28 17:43:17.908296 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2121 | 2025.01.28 17:43:17.908678 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2122 | 2025.01.28 17:43:18.153203 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2123 | 2025.01.28 17:43:18.173504 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2124 | 2025.01.28 17:43:18.173559 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2125 | 2025.01.28 17:43:18.180332 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2126 | 2025.01.28 17:43:18.181094 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2127 | 2025.01.28 17:43:18.184362 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2128 | 2025.01.28 17:43:20.409902 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 314 | ||
| 2129 | 2025.01.28 17:43:20.413361 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2130 | 2025.01.28 17:43:20.413412 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2131 | 2025.01.28 17:43:20.414900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2132 | 2025.01.28 17:43:20.415206 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2133 | 2025.01.28 17:43:20.415417 [ 32 ] {} <Debug> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2134 | 2025.01.28 17:43:20.415535 [ 32 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2135 | 2025.01.28 17:43:20.415604 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2136 | 2025.01.28 17:43:20.416742 [ 198 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::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 | ||
| 2137 | 2025.01.28 17:43:20.417031 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 314 | ||
| 2138 | 2025.01.28 17:43:20.417652 [ 198 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2139 | 2025.01.28 17:43:20.417825 [ 198 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::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 | ||
| 2140 | 2025.01.28 17:43:20.418617 [ 198 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 2141 | 2025.01.28 17:43:20.419258 [ 198 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2142 | 2025.01.28 17:43:20.419847 [ 198 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
| 2143 | 2025.01.28 17:43:20.420447 [ 198 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 2144 | 2025.01.28 17:43:20.420995 [ 198 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 2145 | 2025.01.28 17:43:20.428684 [ 190 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 72 columns (72 merged, 0 gathered) in 0.012766205 sec., 24596.18970555463 rows/sec., 24.41 MiB/sec. | ||
| 2146 | 2025.01.28 17:43:20.429435 [ 190 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2147 | 2025.01.28 17:43:20.430123 [ 190 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_6_1} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2148 | 2025.01.28 17:43:20.430203 [ 190 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_6_1} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2149 | 2025.01.28 17:43:20.430389 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB. | ||
| 2150 | 2025.01.28 17:43:21.272526 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2151 | 2025.01.28 17:43:21.272739 [ 254 ] {473b02ff-3e4a-4ea8-bb07-d54d611bc19e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2152 | 2025.01.28 17:43:21.272808 [ 254 ] {473b02ff-3e4a-4ea8-bb07-d54d611bc19e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2153 | 2025.01.28 17:43:21.273556 [ 254 ] {473b02ff-3e4a-4ea8-bb07-d54d611bc19e} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2154 | 2025.01.28 17:43:21.273598 [ 254 ] {473b02ff-3e4a-4ea8-bb07-d54d611bc19e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2155 | 2025.01.28 17:43:21.274022 [ 254 ] {473b02ff-3e4a-4ea8-bb07-d54d611bc19e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2156 | 2025.01.28 17:43:21.274276 [ 254 ] {473b02ff-3e4a-4ea8-bb07-d54d611bc19e} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2157 | 2025.01.28 17:43:21.274428 [ 31 ] {} <Debug> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2158 | 2025.01.28 17:43:21.274478 [ 31 ] {} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2159 | 2025.01.28 17:43:21.274488 [ 254 ] {473b02ff-3e4a-4ea8-bb07-d54d611bc19e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001807 sec., 7747.648035417819 rows/sec., 557.73 KiB/sec. | ||
| 2160 | 2025.01.28 17:43:21.274507 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2161 | 2025.01.28 17:43:21.274567 [ 254 ] {473b02ff-3e4a-4ea8-bb07-d54d611bc19e} <Debug> TCPHandler: Processed in 0.00217044 sec. | ||
| 2162 | 2025.01.28 17:43:21.274820 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 2163 | 2025.01.28 17:43:21.274979 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2164 | 2025.01.28 17:43:21.275037 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2165 | 2025.01.28 17:43:21.275046 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 2166 | 2025.01.28 17:43:21.275368 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 2167 | 2025.01.28 17:43:21.275767 [ 4 ] {dd5e6537-7a89-48c2-82dd-17399fb24959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2168 | 2025.01.28 17:43:21.275859 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 2169 | 2025.01.28 17:43:21.275984 [ 4 ] {dd5e6537-7a89-48c2-82dd-17399fb24959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2170 | 2025.01.28 17:43:21.276183 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 2171 | 2025.01.28 17:43:21.276513 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 2172 | 2025.01.28 17:43:21.278706 [ 4 ] {dd5e6537-7a89-48c2-82dd-17399fb24959} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2173 | 2025.01.28 17:43:21.278817 [ 4 ] {dd5e6537-7a89-48c2-82dd-17399fb24959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2174 | 2025.01.28 17:43:21.278999 [ 190 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004390141 sec., 15944.818173265961 rows/sec., 1.18 MiB/sec. | ||
| 2175 | 2025.01.28 17:43:21.279270 [ 190 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2176 | 2025.01.28 17:43:21.279586 [ 4 ] {dd5e6537-7a89-48c2-82dd-17399fb24959} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2177 | 2025.01.28 17:43:21.279892 [ 190 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_5_1} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2178 | 2025.01.28 17:43:21.280085 [ 190 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_5_1} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2179 | 2025.01.28 17:43:21.280112 [ 4 ] {dd5e6537-7a89-48c2-82dd-17399fb24959} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2180 | 2025.01.28 17:43:21.280258 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2181 | 2025.01.28 17:43:21.280559 [ 4 ] {dd5e6537-7a89-48c2-82dd-17399fb24959} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.005109 sec., 42865.53141514974 rows/sec., 3.73 MiB/sec. | ||
| 2182 | 2025.01.28 17:43:21.280750 [ 4 ] {dd5e6537-7a89-48c2-82dd-17399fb24959} <Debug> TCPHandler: Processed in 0.006001171 sec. | ||
| 2183 | 2025.01.28 17:43:21.280925 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2184 | 2025.01.28 17:43:21.281072 [ 254 ] {32f92648-2e85-4fd3-8430-f054b83bfad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2185 | 2025.01.28 17:43:21.281131 [ 254 ] {32f92648-2e85-4fd3-8430-f054b83bfad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2186 | 2025.01.28 17:43:21.281817 [ 254 ] {32f92648-2e85-4fd3-8430-f054b83bfad7} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2187 | 2025.01.28 17:43:21.281855 [ 254 ] {32f92648-2e85-4fd3-8430-f054b83bfad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2188 | 2025.01.28 17:43:21.282228 [ 254 ] {32f92648-2e85-4fd3-8430-f054b83bfad7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2189 | 2025.01.28 17:43:21.282478 [ 254 ] {32f92648-2e85-4fd3-8430-f054b83bfad7} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2190 | 2025.01.28 17:43:21.282604 [ 31 ] {} <Debug> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2191 | 2025.01.28 17:43:21.282645 [ 31 ] {} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2025.01.28 17:43:21.282667 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2193 | 2025.01.28 17:43:21.282677 [ 254 ] {32f92648-2e85-4fd3-8430-f054b83bfad7} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001634 sec., 9179.926560587515 rows/sec., 647.26 KiB/sec. | ||
| 2194 | 2025.01.28 17:43:21.282950 [ 254 ] {32f92648-2e85-4fd3-8430-f054b83bfad7} <Debug> TCPHandler: Processed in 0.002089298 sec. | ||
| 2195 | 2025.01.28 17:43:21.283268 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::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 | ||
| 2196 | 2025.01.28 17:43:21.283296 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2197 | 2025.01.28 17:43:21.283527 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2198 | 2025.01.28 17:43:21.283588 [ 4 ] {c666f674-648c-443e-80bb-63a3dfecbb7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2199 | 2025.01.28 17:43:21.283606 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2200 | 2025.01.28 17:43:21.283696 [ 4 ] {c666f674-648c-443e-80bb-63a3dfecbb7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2201 | 2025.01.28 17:43:21.283894 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2202 | 2025.01.28 17:43:21.284108 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 2203 | 2025.01.28 17:43:21.284359 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 2204 | 2025.01.28 17:43:21.284588 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part | ||
| 2205 | 2025.01.28 17:43:21.285513 [ 4 ] {c666f674-648c-443e-80bb-63a3dfecbb7a} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2206 | 2025.01.28 17:43:21.285565 [ 4 ] {c666f674-648c-443e-80bb-63a3dfecbb7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2207 | 2025.01.28 17:43:21.286086 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 75 rows, containing 5 columns (5 merged, 0 gathered) in 0.003303631 sec., 22702.293325132257 rows/sec., 1.65 MiB/sec. | ||
| 2208 | 2025.01.28 17:43:21.286145 [ 4 ] {c666f674-648c-443e-80bb-63a3dfecbb7a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2209 | 2025.01.28 17:43:21.286275 [ 195 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2210 | 2025.01.28 17:43:21.286655 [ 4 ] {c666f674-648c-443e-80bb-63a3dfecbb7a} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2211 | 2025.01.28 17:43:21.286932 [ 195 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_5_1} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2212 | 2025.01.28 17:43:21.287105 [ 195 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_5_1} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2213 | 2025.01.28 17:43:21.287105 [ 4 ] {c666f674-648c-443e-80bb-63a3dfecbb7a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003581 sec., 3909.5224797542587 rows/sec., 273.80 KiB/sec. | ||
| 2214 | 2025.01.28 17:43:21.287332 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2215 | 2025.01.28 17:43:21.287360 [ 4 ] {c666f674-648c-443e-80bb-63a3dfecbb7a} <Debug> TCPHandler: Processed in 0.004274609 sec. | ||
| 2216 | 2025.01.28 17:43:21.287565 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2217 | 2025.01.28 17:43:21.287708 [ 254 ] {d4104bd2-d588-40b5-8ba1-07ce6f75b4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2218 | 2025.01.28 17:43:21.287766 [ 254 ] {d4104bd2-d588-40b5-8ba1-07ce6f75b4b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2219 | 2025.01.28 17:43:21.288462 [ 254 ] {d4104bd2-d588-40b5-8ba1-07ce6f75b4b3} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2220 | 2025.01.28 17:43:21.288507 [ 254 ] {d4104bd2-d588-40b5-8ba1-07ce6f75b4b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2221 | 2025.01.28 17:43:21.288896 [ 254 ] {d4104bd2-d588-40b5-8ba1-07ce6f75b4b3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2222 | 2025.01.28 17:43:21.289129 [ 254 ] {d4104bd2-d588-40b5-8ba1-07ce6f75b4b3} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2223 | 2025.01.28 17:43:21.289249 [ 31 ] {} <Debug> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2224 | 2025.01.28 17:43:21.289288 [ 31 ] {} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2225 | 2025.01.28 17:43:21.289313 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2226 | 2025.01.28 17:43:21.289317 [ 254 ] {d4104bd2-d588-40b5-8ba1-07ce6f75b4b3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001639 sec., 7931.665649786455 rows/sec., 494.54 KiB/sec. | ||
| 2227 | 2025.01.28 17:43:21.289415 [ 254 ] {d4104bd2-d588-40b5-8ba1-07ce6f75b4b3} <Debug> TCPHandler: Processed in 0.001915965 sec. | ||
| 2228 | 2025.01.28 17:43:21.289444 [ 191 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 2229 | 2025.01.28 17:43:21.289571 [ 191 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2230 | 2025.01.28 17:43:21.289585 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2231 | 2025.01.28 17:43:21.289611 [ 191 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 2232 | 2025.01.28 17:43:21.289879 [ 4 ] {0a205b2e-baee-4b1b-a82d-df8231d87728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2233 | 2025.01.28 17:43:21.289909 [ 191 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 2234 | 2025.01.28 17:43:21.290050 [ 4 ] {0a205b2e-baee-4b1b-a82d-df8231d87728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2235 | 2025.01.28 17:43:21.290229 [ 191 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 2236 | 2025.01.28 17:43:21.290590 [ 191 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 2237 | 2025.01.28 17:43:21.290916 [ 191 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 2238 | 2025.01.28 17:43:21.293011 [ 4 ] {0a205b2e-baee-4b1b-a82d-df8231d87728} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2239 | 2025.01.28 17:43:21.293109 [ 4 ] {0a205b2e-baee-4b1b-a82d-df8231d87728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2240 | 2025.01.28 17:43:21.293445 [ 191 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004065665 sec., 15987.544473044383 rows/sec., 1.03 MiB/sec. | ||
| 2241 | 2025.01.28 17:43:21.293633 [ 191 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2242 | 2025.01.28 17:43:21.294103 [ 4 ] {0a205b2e-baee-4b1b-a82d-df8231d87728} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2243 | 2025.01.28 17:43:21.294141 [ 191 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_5_1} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2244 | 2025.01.28 17:43:21.294275 [ 191 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_5_1} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2245 | 2025.01.28 17:43:21.294406 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2246 | 2025.01.28 17:43:21.294558 [ 4 ] {0a205b2e-baee-4b1b-a82d-df8231d87728} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2247 | 2025.01.28 17:43:21.294783 [ 4 ] {0a205b2e-baee-4b1b-a82d-df8231d87728} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005049 sec., 77243.01841948902 rows/sec., 5.48 MiB/sec. | ||
| 2248 | 2025.01.28 17:43:21.294848 [ 4 ] {0a205b2e-baee-4b1b-a82d-df8231d87728} <Debug> TCPHandler: Processed in 0.005343218 sec. | ||
| 2249 | 2025.01.28 17:43:21.295010 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2250 | 2025.01.28 17:43:21.295138 [ 254 ] {3a900b94-dadd-4c70-ad39-7f2fa0f48226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2251 | 2025.01.28 17:43:21.295190 [ 254 ] {3a900b94-dadd-4c70-ad39-7f2fa0f48226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2252 | 2025.01.28 17:43:21.295803 [ 254 ] {3a900b94-dadd-4c70-ad39-7f2fa0f48226} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2253 | 2025.01.28 17:43:21.295852 [ 254 ] {3a900b94-dadd-4c70-ad39-7f2fa0f48226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2254 | 2025.01.28 17:43:21.296274 [ 254 ] {3a900b94-dadd-4c70-ad39-7f2fa0f48226} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2255 | 2025.01.28 17:43:21.296533 [ 254 ] {3a900b94-dadd-4c70-ad39-7f2fa0f48226} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2256 | 2025.01.28 17:43:21.296870 [ 254 ] {3a900b94-dadd-4c70-ad39-7f2fa0f48226} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001751 sec., 3426.613363792119 rows/sec., 179.03 KiB/sec. | ||
| 2257 | 2025.01.28 17:43:21.296953 [ 254 ] {3a900b94-dadd-4c70-ad39-7f2fa0f48226} <Debug> TCPHandler: Processed in 0.002001616 sec. | ||
| 2258 | 2025.01.28 17:43:21.297125 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2259 | 2025.01.28 17:43:21.297268 [ 4 ] {51ccb035-4f76-4601-bb75-453a2f02dfb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2260 | 2025.01.28 17:43:21.297331 [ 4 ] {51ccb035-4f76-4601-bb75-453a2f02dfb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2261 | 2025.01.28 17:43:21.297983 [ 4 ] {51ccb035-4f76-4601-bb75-453a2f02dfb6} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2262 | 2025.01.28 17:43:21.298023 [ 4 ] {51ccb035-4f76-4601-bb75-453a2f02dfb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2263 | 2025.01.28 17:43:21.298426 [ 4 ] {51ccb035-4f76-4601-bb75-453a2f02dfb6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2264 | 2025.01.28 17:43:21.298672 [ 4 ] {51ccb035-4f76-4601-bb75-453a2f02dfb6} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2265 | 2025.01.28 17:43:21.298954 [ 4 ] {51ccb035-4f76-4601-bb75-453a2f02dfb6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001708 sec., 138758.78220140515 rows/sec., 9.30 MiB/sec. | ||
| 2266 | 2025.01.28 17:43:21.299139 [ 4 ] {51ccb035-4f76-4601-bb75-453a2f02dfb6} <Debug> TCPHandler: Processed in 0.002078709 sec. | ||
| 2267 | 2025.01.28 17:43:21.299295 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2268 | 2025.01.28 17:43:21.299434 [ 254 ] {4661220c-73f6-479c-b401-108ff63e6079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2269 | 2025.01.28 17:43:21.299493 [ 254 ] {4661220c-73f6-479c-b401-108ff63e6079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2270 | 2025.01.28 17:43:21.300004 [ 254 ] {4661220c-73f6-479c-b401-108ff63e6079} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2271 | 2025.01.28 17:43:21.300044 [ 254 ] {4661220c-73f6-479c-b401-108ff63e6079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2272 | 2025.01.28 17:43:21.300414 [ 254 ] {4661220c-73f6-479c-b401-108ff63e6079} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2273 | 2025.01.28 17:43:21.300661 [ 254 ] {4661220c-73f6-479c-b401-108ff63e6079} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2274 | 2025.01.28 17:43:21.300858 [ 30 ] {} <Debug> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2275 | 2025.01.28 17:43:21.300931 [ 254 ] {4661220c-73f6-479c-b401-108ff63e6079} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec. | ||
| 2276 | 2025.01.28 17:43:21.300960 [ 30 ] {} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2277 | 2025.01.28 17:43:21.301036 [ 254 ] {4661220c-73f6-479c-b401-108ff63e6079} <Debug> TCPHandler: Processed in 0.001806004 sec. | ||
| 2278 | 2025.01.28 17:43:21.301046 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2279 | 2025.01.28 17:43:21.301350 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2280 | 2025.01.28 17:43:21.301566 [ 192 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::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 | ||
| 2281 | 2025.01.28 17:43:21.301729 [ 4 ] {dcd57f4a-04e5-40b7-8090-b271ece7246c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2282 | 2025.01.28 17:43:21.301807 [ 192 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2283 | 2025.01.28 17:43:21.301855 [ 192 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2284 | 2025.01.28 17:43:21.301865 [ 4 ] {dcd57f4a-04e5-40b7-8090-b271ece7246c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2285 | 2025.01.28 17:43:21.302026 [ 192 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2286 | 2025.01.28 17:43:21.302276 [ 192 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2287 | 2025.01.28 17:43:21.302503 [ 192 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2288 | 2025.01.28 17:43:21.302736 [ 192 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2289 | 2025.01.28 17:43:21.304466 [ 191 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.0032482 sec., 1539.3140816452187 rows/sec., 103.72 KiB/sec. | ||
| 2290 | 2025.01.28 17:43:21.304786 [ 191 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2291 | 2025.01.28 17:43:21.305215 [ 4 ] {dcd57f4a-04e5-40b7-8090-b271ece7246c} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2292 | 2025.01.28 17:43:21.305286 [ 4 ] {dcd57f4a-04e5-40b7-8090-b271ece7246c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2293 | 2025.01.28 17:43:21.305442 [ 191 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_5_1} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2294 | 2025.01.28 17:43:21.305664 [ 191 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_5_1} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2295 | 2025.01.28 17:43:21.305831 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2296 | 2025.01.28 17:43:21.306301 [ 4 ] {dcd57f4a-04e5-40b7-8090-b271ece7246c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2297 | 2025.01.28 17:43:21.306578 [ 4 ] {dcd57f4a-04e5-40b7-8090-b271ece7246c} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2298 | 2025.01.28 17:43:21.306918 [ 4 ] {dcd57f4a-04e5-40b7-8090-b271ece7246c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005267 sec., 1518.8912094171255 rows/sec., 2.72 MiB/sec. | ||
| 2299 | 2025.01.28 17:43:21.307032 [ 4 ] {dcd57f4a-04e5-40b7-8090-b271ece7246c} <Debug> TCPHandler: Processed in 0.005899149 sec. | ||
| 2300 | 2025.01.28 17:43:21.307199 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2301 | 2025.01.28 17:43:21.307336 [ 254 ] {0c22e11c-e5d0-44ab-8760-63c45f433b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2302 | 2025.01.28 17:43:21.307397 [ 254 ] {0c22e11c-e5d0-44ab-8760-63c45f433b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2303 | 2025.01.28 17:43:21.307933 [ 254 ] {0c22e11c-e5d0-44ab-8760-63c45f433b3c} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2304 | 2025.01.28 17:43:21.307972 [ 254 ] {0c22e11c-e5d0-44ab-8760-63c45f433b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2305 | 2025.01.28 17:43:21.308345 [ 254 ] {0c22e11c-e5d0-44ab-8760-63c45f433b3c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2306 | 2025.01.28 17:43:21.308587 [ 254 ] {0c22e11c-e5d0-44ab-8760-63c45f433b3c} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2307 | 2025.01.28 17:43:21.308790 [ 254 ] {0c22e11c-e5d0-44ab-8760-63c45f433b3c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001484 sec., 55256.06469002695 rows/sec., 3.51 MiB/sec. | ||
| 2308 | 2025.01.28 17:43:21.308840 [ 254 ] {0c22e11c-e5d0-44ab-8760-63c45f433b3c} <Debug> TCPHandler: Processed in 0.001707551 sec. | ||
| 2309 | 2025.01.28 17:43:25.329721 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2310 | 2025.01.28 17:43:25.329789 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2311 | 2025.01.28 17:43:25.408814 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2312 | 2025.01.28 17:43:25.409466 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2313 | 2025.01.28 17:43:25.409511 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2314 | 2025.01.28 17:43:25.410067 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2315 | 2025.01.28 17:43:25.410330 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2316 | 2025.01.28 17:43:25.410612 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2317 | 2025.01.28 17:43:25.684430 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2318 | 2025.01.28 17:43:25.705126 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.01.28 17:43:25.705206 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2320 | 2025.01.28 17:43:25.712510 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2321 | 2025.01.28 17:43:25.713372 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2322 | 2025.01.28 17:43:25.716821 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2323 | 2025.01.28 17:43:26.261113 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2324 | 2025.01.28 17:43:26.261373 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2325 | 2025.01.28 17:43:26.261795 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2326 | 2025.01.28 17:43:26.261847 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2327 | 2025.01.28 17:43:26.262210 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2328 | 2025.01.28 17:43:26.262288 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2329 | 2025.01.28 17:43:26.262464 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2330 | 2025.01.28 17:43:26.262577 [ 296 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2331 | 2025.01.28 17:43:26.262640 [ 294 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2332 | 2025.01.28 17:43:26.262663 [ 295 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2333 | 2025.01.28 17:43:26.262800 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 2334 | 2025.01.28 17:43:26.262830 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2335 | 2025.01.28 17:43:26.262947 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2336 | 2025.01.28 17:43:26.262972 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2337 | 2025.01.28 17:43:26.263015 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2338 | 2025.01.28 17:43:26.263061 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2339 | 2025.01.28 17:43:26.263101 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2340 | 2025.01.28 17:43:26.264670 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003422 sec., 10812.39041496201 rows/sec., 405.24 KiB/sec. | ||
| 2341 | 2025.01.28 17:43:26.264835 [ 254 ] {22d81ae1-7967-4c46-800e-b7f4e1eb6e93} <Debug> TCPHandler: Processed in 0.003846661 sec. | ||
| 2342 | 2025.01.28 17:43:26.265266 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2343 | 2025.01.28 17:43:26.265538 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2344 | 2025.01.28 17:43:26.265982 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2345 | 2025.01.28 17:43:26.266035 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2346 | 2025.01.28 17:43:26.266419 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2347 | 2025.01.28 17:43:26.266498 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2348 | 2025.01.28 17:43:26.266675 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2349 | 2025.01.28 17:43:26.266830 [ 298 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2350 | 2025.01.28 17:43:26.266847 [ 295 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2351 | 2025.01.28 17:43:26.266841 [ 294 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2352 | 2025.01.28 17:43:26.267049 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 2353 | 2025.01.28 17:43:26.267081 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2354 | 2025.01.28 17:43:26.267202 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2355 | 2025.01.28 17:43:26.267227 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2356 | 2025.01.28 17:43:26.267273 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2357 | 2025.01.28 17:43:26.267320 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2358 | 2025.01.28 17:43:26.267366 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2359 | 2025.01.28 17:43:26.268934 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003528 sec., 10487.528344671202 rows/sec., 393.06 KiB/sec. | ||
| 2360 | 2025.01.28 17:43:26.269141 [ 4 ] {b36dce35-3e5d-4431-a987-0500d87fe3a4} <Debug> TCPHandler: Processed in 0.004013594 sec. | ||
| 2361 | 2025.01.28 17:43:26.269408 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2362 | 2025.01.28 17:43:26.269601 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2363 | 2025.01.28 17:43:26.269949 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2364 | 2025.01.28 17:43:26.269999 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2365 | 2025.01.28 17:43:26.270330 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2366 | 2025.01.28 17:43:26.270397 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2367 | 2025.01.28 17:43:26.270547 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2368 | 2025.01.28 17:43:26.270671 [ 298 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2369 | 2025.01.28 17:43:26.270688 [ 296 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2370 | 2025.01.28 17:43:26.270706 [ 294 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2371 | 2025.01.28 17:43:26.270813 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 2372 | 2025.01.28 17:43:26.270842 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2373 | 2025.01.28 17:43:26.270947 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2374 | 2025.01.28 17:43:26.270968 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2375 | 2025.01.28 17:43:26.271010 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2376 | 2025.01.28 17:43:26.271055 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2377 | 2025.01.28 17:43:26.271130 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2378 | 2025.01.28 17:43:26.272620 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003117 sec., 11870.388193776067 rows/sec., 444.89 KiB/sec. | ||
| 2379 | 2025.01.28 17:43:26.272782 [ 254 ] {ccd0183e-a950-487c-9768-e81c7132d478} <Debug> TCPHandler: Processed in 0.003432373 sec. | ||
| 2380 | 2025.01.28 17:43:26.281444 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2381 | 2025.01.28 17:43:26.281587 [ 254 ] {ce727bf1-419f-4f12-a3e1-eab63d8b4f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2382 | 2025.01.28 17:43:26.281645 [ 254 ] {ce727bf1-419f-4f12-a3e1-eab63d8b4f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2383 | 2025.01.28 17:43:26.282353 [ 254 ] {ce727bf1-419f-4f12-a3e1-eab63d8b4f60} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2384 | 2025.01.28 17:43:26.282396 [ 254 ] {ce727bf1-419f-4f12-a3e1-eab63d8b4f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2385 | 2025.01.28 17:43:26.282873 [ 254 ] {ce727bf1-419f-4f12-a3e1-eab63d8b4f60} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2386 | 2025.01.28 17:43:26.283097 [ 254 ] {ce727bf1-419f-4f12-a3e1-eab63d8b4f60} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2387 | 2025.01.28 17:43:26.283376 [ 254 ] {ce727bf1-419f-4f12-a3e1-eab63d8b4f60} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.00183 sec., 1639.344262295082 rows/sec., 149.42 KiB/sec. | ||
| 2388 | 2025.01.28 17:43:26.283542 [ 254 ] {ce727bf1-419f-4f12-a3e1-eab63d8b4f60} <Debug> TCPHandler: Processed in 0.00215949 sec. | ||
| 2389 | 2025.01.28 17:43:26.283747 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2390 | 2025.01.28 17:43:26.283948 [ 4 ] {7f82b5cf-2232-418b-8810-5731d8c0c0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2391 | 2025.01.28 17:43:26.284013 [ 4 ] {7f82b5cf-2232-418b-8810-5731d8c0c0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2392 | 2025.01.28 17:43:26.284709 [ 4 ] {7f82b5cf-2232-418b-8810-5731d8c0c0f6} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2393 | 2025.01.28 17:43:26.284750 [ 4 ] {7f82b5cf-2232-418b-8810-5731d8c0c0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2394 | 2025.01.28 17:43:26.285189 [ 4 ] {7f82b5cf-2232-418b-8810-5731d8c0c0f6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2395 | 2025.01.28 17:43:26.285452 [ 4 ] {7f82b5cf-2232-418b-8810-5731d8c0c0f6} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2396 | 2025.01.28 17:43:26.285642 [ 4 ] {7f82b5cf-2232-418b-8810-5731d8c0c0f6} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001736 sec., 62211.98156682028 rows/sec., 5.20 MiB/sec. | ||
| 2397 | 2025.01.28 17:43:26.285694 [ 4 ] {7f82b5cf-2232-418b-8810-5731d8c0c0f6} <Debug> TCPHandler: Processed in 0.002051218 sec. | ||
| 2398 | 2025.01.28 17:43:26.285844 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2399 | 2025.01.28 17:43:26.285978 [ 254 ] {a7f15f7a-c2a5-43af-9a48-35558079809c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2400 | 2025.01.28 17:43:26.286037 [ 254 ] {a7f15f7a-c2a5-43af-9a48-35558079809c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2401 | 2025.01.28 17:43:26.286741 [ 254 ] {a7f15f7a-c2a5-43af-9a48-35558079809c} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2402 | 2025.01.28 17:43:26.286788 [ 254 ] {a7f15f7a-c2a5-43af-9a48-35558079809c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2403 | 2025.01.28 17:43:26.287167 [ 254 ] {a7f15f7a-c2a5-43af-9a48-35558079809c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2404 | 2025.01.28 17:43:26.287400 [ 254 ] {a7f15f7a-c2a5-43af-9a48-35558079809c} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2405 | 2025.01.28 17:43:26.287606 [ 254 ] {a7f15f7a-c2a5-43af-9a48-35558079809c} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001659 sec., 15672.091621458709 rows/sec., 1.15 MiB/sec. | ||
| 2406 | 2025.01.28 17:43:26.287657 [ 254 ] {a7f15f7a-c2a5-43af-9a48-35558079809c} <Debug> TCPHandler: Processed in 0.001868104 sec. | ||
| 2407 | 2025.01.28 17:43:26.287801 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2408 | 2025.01.28 17:43:26.287929 [ 4 ] {87d14052-d7e2-47d2-9922-af617a39cb56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2409 | 2025.01.28 17:43:26.287985 [ 4 ] {87d14052-d7e2-47d2-9922-af617a39cb56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2410 | 2025.01.28 17:43:26.288709 [ 4 ] {87d14052-d7e2-47d2-9922-af617a39cb56} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2411 | 2025.01.28 17:43:26.288756 [ 4 ] {87d14052-d7e2-47d2-9922-af617a39cb56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2412 | 2025.01.28 17:43:26.289146 [ 4 ] {87d14052-d7e2-47d2-9922-af617a39cb56} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2413 | 2025.01.28 17:43:26.289388 [ 4 ] {87d14052-d7e2-47d2-9922-af617a39cb56} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2414 | 2025.01.28 17:43:26.289563 [ 4 ] {87d14052-d7e2-47d2-9922-af617a39cb56} <Debug> executeQuery: Read 100 rows, 8.01 KiB in 0.001665 sec., 60060.06006006006 rows/sec., 4.70 MiB/sec. | ||
| 2415 | 2025.01.28 17:43:26.289612 [ 4 ] {87d14052-d7e2-47d2-9922-af617a39cb56} <Debug> TCPHandler: Processed in 0.001870424 sec. | ||
| 2416 | 2025.01.28 17:43:26.289754 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2417 | 2025.01.28 17:43:26.289867 [ 254 ] {de2fbeab-6641-49b7-a734-d114752a6096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2418 | 2025.01.28 17:43:26.289924 [ 254 ] {de2fbeab-6641-49b7-a734-d114752a6096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2419 | 2025.01.28 17:43:26.290616 [ 254 ] {de2fbeab-6641-49b7-a734-d114752a6096} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2420 | 2025.01.28 17:43:26.290661 [ 254 ] {de2fbeab-6641-49b7-a734-d114752a6096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2421 | 2025.01.28 17:43:26.291085 [ 254 ] {de2fbeab-6641-49b7-a734-d114752a6096} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2422 | 2025.01.28 17:43:26.291336 [ 254 ] {de2fbeab-6641-49b7-a734-d114752a6096} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2423 | 2025.01.28 17:43:26.291545 [ 254 ] {de2fbeab-6641-49b7-a734-d114752a6096} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec. | ||
| 2424 | 2025.01.28 17:43:26.291595 [ 254 ] {de2fbeab-6641-49b7-a734-d114752a6096} <Debug> TCPHandler: Processed in 0.001884744 sec. | ||
| 2425 | 2025.01.28 17:43:26.291741 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2426 | 2025.01.28 17:43:26.291861 [ 4 ] {b68df113-f0c8-40b2-ae5b-92fb19d09dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2427 | 2025.01.28 17:43:26.291944 [ 4 ] {b68df113-f0c8-40b2-ae5b-92fb19d09dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2428 | 2025.01.28 17:43:26.293080 [ 4 ] {b68df113-f0c8-40b2-ae5b-92fb19d09dd0} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2429 | 2025.01.28 17:43:26.293118 [ 4 ] {b68df113-f0c8-40b2-ae5b-92fb19d09dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2430 | 2025.01.28 17:43:26.293774 [ 4 ] {b68df113-f0c8-40b2-ae5b-92fb19d09dd0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2431 | 2025.01.28 17:43:26.294061 [ 4 ] {b68df113-f0c8-40b2-ae5b-92fb19d09dd0} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2432 | 2025.01.28 17:43:26.294193 [ 24 ] {} <Debug> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2433 | 2025.01.28 17:43:26.294247 [ 24 ] {} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2434 | 2025.01.28 17:43:26.294275 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2435 | 2025.01.28 17:43:26.294279 [ 4 ] {b68df113-f0c8-40b2-ae5b-92fb19d09dd0} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002442 sec., 10647.010647010646 rows/sec., 19.08 MiB/sec. | ||
| 2436 | 2025.01.28 17:43:26.294504 [ 192 ] {b0b33775-16db-4412-97c6-62e4c39823c0::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 | ||
| 2437 | 2025.01.28 17:43:26.294507 [ 4 ] {b68df113-f0c8-40b2-ae5b-92fb19d09dd0} <Debug> TCPHandler: Processed in 0.002823942 sec. | ||
| 2438 | 2025.01.28 17:43:26.294787 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2439 | 2025.01.28 17:43:26.294887 [ 192 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2440 | 2025.01.28 17:43:26.295048 [ 254 ] {f9b2940c-95f0-4e4a-80dd-6ff84c206233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2441 | 2025.01.28 17:43:26.295055 [ 192 ] {b0b33775-16db-4412-97c6-62e4c39823c0::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 | ||
| 2442 | 2025.01.28 17:43:26.295161 [ 254 ] {f9b2940c-95f0-4e4a-80dd-6ff84c206233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2443 | 2025.01.28 17:43:26.295996 [ 192 ] {b0b33775-16db-4412-97c6-62e4c39823c0::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 | ||
| 2444 | 2025.01.28 17:43:26.296694 [ 192 ] {b0b33775-16db-4412-97c6-62e4c39823c0::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 | ||
| 2445 | 2025.01.28 17:43:26.297534 [ 192 ] {b0b33775-16db-4412-97c6-62e4c39823c0::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 | ||
| 2446 | 2025.01.28 17:43:26.297545 [ 254 ] {f9b2940c-95f0-4e4a-80dd-6ff84c206233} <Trace> oximeter.measurements_i64 (949e5fcc-69bc-4fe7-a6e8-aedc41882bed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2447 | 2025.01.28 17:43:26.297631 [ 254 ] {f9b2940c-95f0-4e4a-80dd-6ff84c206233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2448 | 2025.01.28 17:43:26.298159 [ 192 ] {b0b33775-16db-4412-97c6-62e4c39823c0::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 | ||
| 2449 | 2025.01.28 17:43:26.298844 [ 192 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 2450 | 2025.01.28 17:43:26.299115 [ 254 ] {f9b2940c-95f0-4e4a-80dd-6ff84c206233} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2451 | 2025.01.28 17:43:26.299774 [ 254 ] {f9b2940c-95f0-4e4a-80dd-6ff84c206233} <Trace> oximeter.measurements_i64 (949e5fcc-69bc-4fe7-a6e8-aedc41882bed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2452 | 2025.01.28 17:43:26.300260 [ 254 ] {f9b2940c-95f0-4e4a-80dd-6ff84c206233} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.005313 sec., 3387.916431394692 rows/sec., 255.31 KiB/sec. | ||
| 2453 | 2025.01.28 17:43:26.300438 [ 254 ] {f9b2940c-95f0-4e4a-80dd-6ff84c206233} <Debug> TCPHandler: Processed in 0.005773016 sec. | ||
| 2454 | 2025.01.28 17:43:26.300727 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2455 | 2025.01.28 17:43:26.300916 [ 4 ] {370c514c-2732-4f23-86ac-55dca59aa17c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2456 | 2025.01.28 17:43:26.301006 [ 4 ] {370c514c-2732-4f23-86ac-55dca59aa17c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2457 | 2025.01.28 17:43:26.302178 [ 4 ] {370c514c-2732-4f23-86ac-55dca59aa17c} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2458 | 2025.01.28 17:43:26.302225 [ 4 ] {370c514c-2732-4f23-86ac-55dca59aa17c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2459 | 2025.01.28 17:43:26.302955 [ 4 ] {370c514c-2732-4f23-86ac-55dca59aa17c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2460 | 2025.01.28 17:43:26.303404 [ 4 ] {370c514c-2732-4f23-86ac-55dca59aa17c} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2461 | 2025.01.28 17:43:26.303553 [ 191 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 19 columns (19 merged, 0 gathered) in 0.009198129 sec., 7175.372295822336 rows/sec., 12.86 MiB/sec. | ||
| 2462 | 2025.01.28 17:43:26.303777 [ 4 ] {370c514c-2732-4f23-86ac-55dca59aa17c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002914 sec., 20590.253946465342 rows/sec., 1.39 MiB/sec. | ||
| 2463 | 2025.01.28 17:43:26.303930 [ 4 ] {370c514c-2732-4f23-86ac-55dca59aa17c} <Debug> TCPHandler: Processed in 0.003357462 sec. | ||
| 2464 | 2025.01.28 17:43:26.304170 [ 191 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2465 | 2025.01.28 17:43:26.304598 [ 191 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2466 | 2025.01.28 17:43:26.304680 [ 191 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2467 | 2025.01.28 17:43:26.304831 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 2468 | 2025.01.28 17:43:26.655195 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2469 | 2025.01.28 17:43:26.655466 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 2470 | 2025.01.28 17:43:26.655903 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2471 | 2025.01.28 17:43:26.655954 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 2472 | 2025.01.28 17:43:26.656326 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2473 | 2025.01.28 17:43:26.656406 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2474 | 2025.01.28 17:43:26.656585 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2475 | 2025.01.28 17:43:26.656776 [ 298 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2476 | 2025.01.28 17:43:26.656845 [ 294 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2477 | 2025.01.28 17:43:26.656850 [ 295 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2478 | 2025.01.28 17:43:26.656849 [ 296 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2479 | 2025.01.28 17:43:26.657041 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (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 | ||
| 2480 | 2025.01.28 17:43:26.657069 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2481 | 2025.01.28 17:43:26.657210 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2482 | 2025.01.28 17:43:26.657235 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2483 | 2025.01.28 17:43:26.657277 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2484 | 2025.01.28 17:43:26.657325 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2485 | 2025.01.28 17:43:26.657368 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2486 | 2025.01.28 17:43:26.657410 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2487 | 2025.01.28 17:43:26.659471 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004136 sec., 9671.179883945842 rows/sec., 368.81 KiB/sec. | ||
| 2488 | 2025.01.28 17:43:26.659722 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Debug> MemoryTracker: Peak memory usage (for query): 144.15 KiB. | ||
| 2489 | 2025.01.28 17:43:26.659749 [ 254 ] {8650cf44-4e6a-466f-81a6-bc259073c3ce} <Debug> TCPHandler: Processed in 0.004697296 sec. | ||
| 2490 | 2025.01.28 17:43:26.699599 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2491 | 2025.01.28 17:43:26.699761 [ 254 ] {dedd83ce-cf8e-4c8c-a522-a6688bbd605b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2492 | 2025.01.28 17:43:26.699855 [ 254 ] {dedd83ce-cf8e-4c8c-a522-a6688bbd605b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2493 | 2025.01.28 17:43:26.700611 [ 254 ] {dedd83ce-cf8e-4c8c-a522-a6688bbd605b} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2494 | 2025.01.28 17:43:26.700682 [ 254 ] {dedd83ce-cf8e-4c8c-a522-a6688bbd605b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2495 | 2025.01.28 17:43:26.701308 [ 254 ] {dedd83ce-cf8e-4c8c-a522-a6688bbd605b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2496 | 2025.01.28 17:43:26.701571 [ 254 ] {dedd83ce-cf8e-4c8c-a522-a6688bbd605b} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2497 | 2025.01.28 17:43:26.701853 [ 254 ] {dedd83ce-cf8e-4c8c-a522-a6688bbd605b} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002138 sec., 467.72684752104766 rows/sec., 105.97 KiB/sec. | ||
| 2498 | 2025.01.28 17:43:26.701918 [ 254 ] {dedd83ce-cf8e-4c8c-a522-a6688bbd605b} <Debug> TCPHandler: Processed in 0.002404244 sec. | ||
| 2499 | 2025.01.28 17:43:26.702154 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2500 | 2025.01.28 17:43:26.702345 [ 4 ] {d7fdb050-9a0b-4136-8348-cf39588c8a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2501 | 2025.01.28 17:43:26.702416 [ 4 ] {d7fdb050-9a0b-4136-8348-cf39588c8a36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2502 | 2025.01.28 17:43:26.703145 [ 4 ] {d7fdb050-9a0b-4136-8348-cf39588c8a36} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2503 | 2025.01.28 17:43:26.703188 [ 4 ] {d7fdb050-9a0b-4136-8348-cf39588c8a36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2504 | 2025.01.28 17:43:26.703612 [ 4 ] {d7fdb050-9a0b-4136-8348-cf39588c8a36} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2505 | 2025.01.28 17:43:26.703880 [ 4 ] {d7fdb050-9a0b-4136-8348-cf39588c8a36} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2506 | 2025.01.28 17:43:26.704079 [ 4 ] {d7fdb050-9a0b-4136-8348-cf39588c8a36} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001787 sec., 7834.3592613318415 rows/sec., 563.97 KiB/sec. | ||
| 2507 | 2025.01.28 17:43:26.704134 [ 4 ] {d7fdb050-9a0b-4136-8348-cf39588c8a36} <Debug> TCPHandler: Processed in 0.002113979 sec. | ||
| 2508 | 2025.01.28 17:43:26.704277 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2509 | 2025.01.28 17:43:26.704401 [ 254 ] {948069f0-fc01-43c3-a3ff-80704a6d0e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2510 | 2025.01.28 17:43:26.704453 [ 254 ] {948069f0-fc01-43c3-a3ff-80704a6d0e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2511 | 2025.01.28 17:43:26.705063 [ 254 ] {948069f0-fc01-43c3-a3ff-80704a6d0e59} <Trace> oximeter.fields_ipaddr (a9d5056c-2678-40c1-be7d-615613b83ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2512 | 2025.01.28 17:43:26.705104 [ 254 ] {948069f0-fc01-43c3-a3ff-80704a6d0e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2513 | 2025.01.28 17:43:26.705461 [ 254 ] {948069f0-fc01-43c3-a3ff-80704a6d0e59} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2514 | 2025.01.28 17:43:26.705695 [ 254 ] {948069f0-fc01-43c3-a3ff-80704a6d0e59} <Trace> oximeter.fields_ipaddr (a9d5056c-2678-40c1-be7d-615613b83ed0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2515 | 2025.01.28 17:43:26.705950 [ 254 ] {948069f0-fc01-43c3-a3ff-80704a6d0e59} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001564 sec., 7672.634271099744 rows/sec., 625.65 KiB/sec. | ||
| 2516 | 2025.01.28 17:43:26.706071 [ 254 ] {948069f0-fc01-43c3-a3ff-80704a6d0e59} <Debug> TCPHandler: Processed in 0.001854254 sec. | ||
| 2517 | 2025.01.28 17:43:26.706217 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2518 | 2025.01.28 17:43:26.706347 [ 4 ] {4c28a6bb-5f56-45e4-bb1a-7e9f58636768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2519 | 2025.01.28 17:43:26.706399 [ 4 ] {4c28a6bb-5f56-45e4-bb1a-7e9f58636768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2520 | 2025.01.28 17:43:26.707610 [ 4 ] {4c28a6bb-5f56-45e4-bb1a-7e9f58636768} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2521 | 2025.01.28 17:43:26.707650 [ 4 ] {4c28a6bb-5f56-45e4-bb1a-7e9f58636768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2522 | 2025.01.28 17:43:26.708149 [ 4 ] {4c28a6bb-5f56-45e4-bb1a-7e9f58636768} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2523 | 2025.01.28 17:43:26.708400 [ 4 ] {4c28a6bb-5f56-45e4-bb1a-7e9f58636768} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2524 | 2025.01.28 17:43:26.708631 [ 4 ] {4c28a6bb-5f56-45e4-bb1a-7e9f58636768} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.002303 sec., 592705.1671732523 rows/sec., 49.23 MiB/sec. | ||
| 2525 | 2025.01.28 17:43:26.708836 [ 4 ] {4c28a6bb-5f56-45e4-bb1a-7e9f58636768} <Debug> TCPHandler: Processed in 0.002678529 sec. | ||
| 2526 | 2025.01.28 17:43:26.708989 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2527 | 2025.01.28 17:43:26.709131 [ 254 ] {bb2ce689-b36d-414d-bbe9-274ab5c62055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2528 | 2025.01.28 17:43:26.709188 [ 254 ] {bb2ce689-b36d-414d-bbe9-274ab5c62055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2529 | 2025.01.28 17:43:26.709895 [ 254 ] {bb2ce689-b36d-414d-bbe9-274ab5c62055} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2530 | 2025.01.28 17:43:26.709934 [ 254 ] {bb2ce689-b36d-414d-bbe9-274ab5c62055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2531 | 2025.01.28 17:43:26.710299 [ 254 ] {bb2ce689-b36d-414d-bbe9-274ab5c62055} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2532 | 2025.01.28 17:43:26.710537 [ 254 ] {bb2ce689-b36d-414d-bbe9-274ab5c62055} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2533 | 2025.01.28 17:43:26.710757 [ 254 ] {bb2ce689-b36d-414d-bbe9-274ab5c62055} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.001659 sec., 16274.864376130197 rows/sec., 1.12 MiB/sec. | ||
| 2534 | 2025.01.28 17:43:26.710809 [ 254 ] {bb2ce689-b36d-414d-bbe9-274ab5c62055} <Debug> TCPHandler: Processed in 0.001889694 sec. | ||
| 2535 | 2025.01.28 17:43:26.710997 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2536 | 2025.01.28 17:43:26.711139 [ 4 ] {ed8699a5-5321-4348-a3fe-465af1a98870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2537 | 2025.01.28 17:43:26.711199 [ 4 ] {ed8699a5-5321-4348-a3fe-465af1a98870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2538 | 2025.01.28 17:43:26.711966 [ 4 ] {ed8699a5-5321-4348-a3fe-465af1a98870} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2539 | 2025.01.28 17:43:26.712004 [ 4 ] {ed8699a5-5321-4348-a3fe-465af1a98870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2540 | 2025.01.28 17:43:26.712382 [ 4 ] {ed8699a5-5321-4348-a3fe-465af1a98870} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2541 | 2025.01.28 17:43:26.712628 [ 4 ] {ed8699a5-5321-4348-a3fe-465af1a98870} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2542 | 2025.01.28 17:43:26.712746 [ 44 ] {} <Debug> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2543 | 2025.01.28 17:43:26.712791 [ 44 ] {} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2544 | 2025.01.28 17:43:26.712816 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2545 | 2025.01.28 17:43:26.712814 [ 4 ] {ed8699a5-5321-4348-a3fe-465af1a98870} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001706 sec., 141852.28604923797 rows/sec., 9.61 MiB/sec. | ||
| 2546 | 2025.01.28 17:43:26.712956 [ 4 ] {ed8699a5-5321-4348-a3fe-465af1a98870} <Debug> TCPHandler: Processed in 0.002026187 sec. | ||
| 2547 | 2025.01.28 17:43:26.712984 [ 192 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::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 | ||
| 2548 | 2025.01.28 17:43:26.713106 [ 192 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2549 | 2025.01.28 17:43:26.713148 [ 192 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::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 | ||
| 2550 | 2025.01.28 17:43:26.713154 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2551 | 2025.01.28 17:43:26.713234 [ 192 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::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 | ||
| 2552 | 2025.01.28 17:43:26.713580 [ 254 ] {d3e26d7a-7826-4919-845b-c9304cc1bfde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2553 | 2025.01.28 17:43:26.713650 [ 192 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
| 2554 | 2025.01.28 17:43:26.713759 [ 254 ] {d3e26d7a-7826-4919-845b-c9304cc1bfde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2555 | 2025.01.28 17:43:26.713904 [ 192 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2556 | 2025.01.28 17:43:26.714326 [ 192 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::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 | ||
| 2557 | 2025.01.28 17:43:26.714646 [ 192 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::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 | ||
| 2558 | 2025.01.28 17:43:26.716398 [ 254 ] {d3e26d7a-7826-4919-845b-c9304cc1bfde} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2559 | 2025.01.28 17:43:26.716481 [ 254 ] {d3e26d7a-7826-4919-845b-c9304cc1bfde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2560 | 2025.01.28 17:43:26.717409 [ 254 ] {d3e26d7a-7826-4919-845b-c9304cc1bfde} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2561 | 2025.01.28 17:43:26.717630 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004756917 sec., 113518.90310467893 rows/sec., 8.13 MiB/sec. | ||
| 2562 | 2025.01.28 17:43:26.717784 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2563 | 2025.01.28 17:43:26.717856 [ 254 ] {d3e26d7a-7826-4919-845b-c9304cc1bfde} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2564 | 2025.01.28 17:43:26.718121 [ 254 ] {d3e26d7a-7826-4919-845b-c9304cc1bfde} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004769 sec., 2725.938351855735 rows/sec., 169.96 KiB/sec. | ||
| 2565 | 2025.01.28 17:43:26.718212 [ 254 ] {d3e26d7a-7826-4919-845b-c9304cc1bfde} <Debug> TCPHandler: Processed in 0.005138705 sec. | ||
| 2566 | 2025.01.28 17:43:26.718233 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::all_1_6_1} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2567 | 2025.01.28 17:43:26.718347 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::all_1_6_1} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2568 | 2025.01.28 17:43:26.718384 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2569 | 2025.01.28 17:43:26.718488 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2570 | 2025.01.28 17:43:26.718584 [ 4 ] {b1cc9cfc-051c-44b7-b976-22173196e52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2571 | 2025.01.28 17:43:26.718638 [ 4 ] {b1cc9cfc-051c-44b7-b976-22173196e52c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2572 | 2025.01.28 17:43:26.719590 [ 4 ] {b1cc9cfc-051c-44b7-b976-22173196e52c} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2573 | 2025.01.28 17:43:26.719630 [ 4 ] {b1cc9cfc-051c-44b7-b976-22173196e52c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2574 | 2025.01.28 17:43:26.720036 [ 4 ] {b1cc9cfc-051c-44b7-b976-22173196e52c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2575 | 2025.01.28 17:43:26.720273 [ 4 ] {b1cc9cfc-051c-44b7-b976-22173196e52c} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2576 | 2025.01.28 17:43:26.720483 [ 4 ] {b1cc9cfc-051c-44b7-b976-22173196e52c} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.001924 sec., 445945.945945946 rows/sec., 32.28 MiB/sec. | ||
| 2577 | 2025.01.28 17:43:26.720535 [ 4 ] {b1cc9cfc-051c-44b7-b976-22173196e52c} <Debug> TCPHandler: Processed in 0.002231141 sec. | ||
| 2578 | 2025.01.28 17:43:26.720687 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2579 | 2025.01.28 17:43:26.720805 [ 254 ] {9a01c8af-dd12-4270-bb55-6d7ec0ca341d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2580 | 2025.01.28 17:43:26.720855 [ 254 ] {9a01c8af-dd12-4270-bb55-6d7ec0ca341d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2581 | 2025.01.28 17:43:26.721344 [ 254 ] {9a01c8af-dd12-4270-bb55-6d7ec0ca341d} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2582 | 2025.01.28 17:43:26.721382 [ 254 ] {9a01c8af-dd12-4270-bb55-6d7ec0ca341d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2583 | 2025.01.28 17:43:26.721745 [ 254 ] {9a01c8af-dd12-4270-bb55-6d7ec0ca341d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2584 | 2025.01.28 17:43:26.721987 [ 254 ] {9a01c8af-dd12-4270-bb55-6d7ec0ca341d} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2585 | 2025.01.28 17:43:26.722163 [ 66 ] {} <Debug> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2586 | 2025.01.28 17:43:26.722225 [ 254 ] {9a01c8af-dd12-4270-bb55-6d7ec0ca341d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 2587 | 2025.01.28 17:43:26.722252 [ 66 ] {} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2588 | 2025.01.28 17:43:26.722329 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2589 | 2025.01.28 17:43:26.722344 [ 254 ] {9a01c8af-dd12-4270-bb55-6d7ec0ca341d} <Debug> TCPHandler: Processed in 0.001712321 sec. | ||
| 2590 | 2025.01.28 17:43:26.722580 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2591 | 2025.01.28 17:43:26.722629 [ 193 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 2592 | 2025.01.28 17:43:26.722794 [ 4 ] {2ea1f451-ecad-4b07-a68c-92503641db21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2593 | 2025.01.28 17:43:26.722908 [ 193 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2594 | 2025.01.28 17:43:26.722924 [ 4 ] {2ea1f451-ecad-4b07-a68c-92503641db21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2595 | 2025.01.28 17:43:26.722999 [ 193 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 2596 | 2025.01.28 17:43:26.723309 [ 193 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 2597 | 2025.01.28 17:43:26.723693 [ 193 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 2598 | 2025.01.28 17:43:26.724013 [ 193 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 2599 | 2025.01.28 17:43:26.724352 [ 193 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 2600 | 2025.01.28 17:43:26.724705 [ 193 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 2601 | 2025.01.28 17:43:26.726973 [ 4 ] {2ea1f451-ecad-4b07-a68c-92503641db21} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2602 | 2025.01.28 17:43:26.727055 [ 4 ] {2ea1f451-ecad-4b07-a68c-92503641db21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2603 | 2025.01.28 17:43:26.727325 [ 193 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00485083 sec., 7421.410356578152 rows/sec., 387.74 KiB/sec. | ||
| 2604 | 2025.01.28 17:43:26.727505 [ 192 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2605 | 2025.01.28 17:43:26.727823 [ 4 ] {2ea1f451-ecad-4b07-a68c-92503641db21} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2606 | 2025.01.28 17:43:26.727896 [ 192 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::all_1_6_1} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2607 | 2025.01.28 17:43:26.727991 [ 192 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::all_1_6_1} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2608 | 2025.01.28 17:43:26.728084 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2609 | 2025.01.28 17:43:26.728137 [ 4 ] {2ea1f451-ecad-4b07-a68c-92503641db21} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2610 | 2025.01.28 17:43:26.728362 [ 4 ] {2ea1f451-ecad-4b07-a68c-92503641db21} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.005632 sec., 170632.10227272726 rows/sec., 11.34 MiB/sec. | ||
| 2611 | 2025.01.28 17:43:26.728436 [ 4 ] {2ea1f451-ecad-4b07-a68c-92503641db21} <Debug> TCPHandler: Processed in 0.00598047 sec. | ||
| 2612 | 2025.01.28 17:43:26.728592 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2613 | 2025.01.28 17:43:26.728731 [ 254 ] {f9052bdc-934d-4caf-b2be-1289174d92bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2614 | 2025.01.28 17:43:26.728792 [ 254 ] {f9052bdc-934d-4caf-b2be-1289174d92bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2615 | 2025.01.28 17:43:26.729281 [ 254 ] {f9052bdc-934d-4caf-b2be-1289174d92bf} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2616 | 2025.01.28 17:43:26.729320 [ 254 ] {f9052bdc-934d-4caf-b2be-1289174d92bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2617 | 2025.01.28 17:43:26.729686 [ 254 ] {f9052bdc-934d-4caf-b2be-1289174d92bf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2618 | 2025.01.28 17:43:26.729921 [ 254 ] {f9052bdc-934d-4caf-b2be-1289174d92bf} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2619 | 2025.01.28 17:43:26.730128 [ 254 ] {f9052bdc-934d-4caf-b2be-1289174d92bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec. | ||
| 2620 | 2025.01.28 17:43:26.730176 [ 254 ] {f9052bdc-934d-4caf-b2be-1289174d92bf} <Debug> TCPHandler: Processed in 0.00165059 sec. | ||
| 2621 | 2025.01.28 17:43:26.730331 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2622 | 2025.01.28 17:43:26.730455 [ 4 ] {33aba35f-ba17-4326-a5a0-1952524804a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2623 | 2025.01.28 17:43:26.730538 [ 4 ] {33aba35f-ba17-4326-a5a0-1952524804a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2624 | 2025.01.28 17:43:26.731617 [ 4 ] {33aba35f-ba17-4326-a5a0-1952524804a1} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2625 | 2025.01.28 17:43:26.731656 [ 4 ] {33aba35f-ba17-4326-a5a0-1952524804a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2626 | 2025.01.28 17:43:26.732262 [ 4 ] {33aba35f-ba17-4326-a5a0-1952524804a1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2627 | 2025.01.28 17:43:26.732528 [ 4 ] {33aba35f-ba17-4326-a5a0-1952524804a1} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2628 | 2025.01.28 17:43:26.732795 [ 4 ] {33aba35f-ba17-4326-a5a0-1952524804a1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002359 sec., 3391.267486222976 rows/sec., 6.08 MiB/sec. | ||
| 2629 | 2025.01.28 17:43:26.732977 [ 4 ] {33aba35f-ba17-4326-a5a0-1952524804a1} <Debug> TCPHandler: Processed in 0.0027037 sec. | ||
| 2630 | 2025.01.28 17:43:26.733110 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2631 | 2025.01.28 17:43:26.733232 [ 254 ] {c891d1ff-6c0e-429b-98c4-98e7ee1a119a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2632 | 2025.01.28 17:43:26.733282 [ 254 ] {c891d1ff-6c0e-429b-98c4-98e7ee1a119a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2633 | 2025.01.28 17:43:26.733771 [ 254 ] {c891d1ff-6c0e-429b-98c4-98e7ee1a119a} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2634 | 2025.01.28 17:43:26.733809 [ 254 ] {c891d1ff-6c0e-429b-98c4-98e7ee1a119a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2635 | 2025.01.28 17:43:26.734185 [ 254 ] {c891d1ff-6c0e-429b-98c4-98e7ee1a119a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2636 | 2025.01.28 17:43:26.734450 [ 254 ] {c891d1ff-6c0e-429b-98c4-98e7ee1a119a} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2637 | 2025.01.28 17:43:26.734665 [ 254 ] {c891d1ff-6c0e-429b-98c4-98e7ee1a119a} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001459 sec., 23303.632625085676 rows/sec., 1.35 MiB/sec. | ||
| 2638 | 2025.01.28 17:43:26.734715 [ 254 ] {c891d1ff-6c0e-429b-98c4-98e7ee1a119a} <Debug> TCPHandler: Processed in 0.001660591 sec. | ||
| 2639 | 2025.01.28 17:43:27.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.08 MiB, peak 172.88 MiB, free memory in arenas 0.00 B, will set to 168.18 MiB (RSS), difference: -1.90 MiB | ||
| 2640 | 2025.01.28 17:43:30.417225 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 386 | ||
| 2641 | 2025.01.28 17:43:30.421159 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2642 | 2025.01.28 17:43:30.421218 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2643 | 2025.01.28 17:43:30.422757 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2644 | 2025.01.28 17:43:30.423293 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2645 | 2025.01.28 17:43:30.423977 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 386 | ||
| 2646 | 2025.01.28 17:43:31.267456 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2647 | 2025.01.28 17:43:31.267768 [ 254 ] {6f5d974a-6e3b-467d-bd06-16fae55503d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2648 | 2025.01.28 17:43:31.267884 [ 254 ] {6f5d974a-6e3b-467d-bd06-16fae55503d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2649 | 2025.01.28 17:43:31.268753 [ 254 ] {6f5d974a-6e3b-467d-bd06-16fae55503d5} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2650 | 2025.01.28 17:43:31.268805 [ 254 ] {6f5d974a-6e3b-467d-bd06-16fae55503d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2651 | 2025.01.28 17:43:31.269243 [ 254 ] {6f5d974a-6e3b-467d-bd06-16fae55503d5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2652 | 2025.01.28 17:43:31.269495 [ 254 ] {6f5d974a-6e3b-467d-bd06-16fae55503d5} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2653 | 2025.01.28 17:43:31.269727 [ 254 ] {6f5d974a-6e3b-467d-bd06-16fae55503d5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00203 sec., 27586.20689655172 rows/sec., 2.11 MiB/sec. | ||
| 2654 | 2025.01.28 17:43:31.269893 [ 254 ] {6f5d974a-6e3b-467d-bd06-16fae55503d5} <Debug> TCPHandler: Processed in 0.002622239 sec. | ||
| 2655 | 2025.01.28 17:43:31.270174 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2656 | 2025.01.28 17:43:31.270385 [ 4 ] {da62a4cf-d229-4a5a-86b2-a9930227cb73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2657 | 2025.01.28 17:43:31.270464 [ 4 ] {da62a4cf-d229-4a5a-86b2-a9930227cb73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2658 | 2025.01.28 17:43:31.271255 [ 4 ] {da62a4cf-d229-4a5a-86b2-a9930227cb73} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2659 | 2025.01.28 17:43:31.271299 [ 4 ] {da62a4cf-d229-4a5a-86b2-a9930227cb73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2660 | 2025.01.28 17:43:31.271752 [ 4 ] {da62a4cf-d229-4a5a-86b2-a9930227cb73} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2661 | 2025.01.28 17:43:31.272004 [ 4 ] {da62a4cf-d229-4a5a-86b2-a9930227cb73} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2662 | 2025.01.28 17:43:31.272241 [ 4 ] {da62a4cf-d229-4a5a-86b2-a9930227cb73} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001915 sec., 33420.36553524804 rows/sec., 2.61 MiB/sec. | ||
| 2663 | 2025.01.28 17:43:31.272298 [ 4 ] {da62a4cf-d229-4a5a-86b2-a9930227cb73} <Debug> TCPHandler: Processed in 0.002266172 sec. | ||
| 2664 | 2025.01.28 17:43:31.272448 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2665 | 2025.01.28 17:43:31.272597 [ 254 ] {fc4e83cb-d123-48cb-8c1b-8bfb5a0313dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2666 | 2025.01.28 17:43:31.272662 [ 254 ] {fc4e83cb-d123-48cb-8c1b-8bfb5a0313dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2667 | 2025.01.28 17:43:31.273274 [ 254 ] {fc4e83cb-d123-48cb-8c1b-8bfb5a0313dc} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2668 | 2025.01.28 17:43:31.273310 [ 254 ] {fc4e83cb-d123-48cb-8c1b-8bfb5a0313dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2669 | 2025.01.28 17:43:31.273719 [ 254 ] {fc4e83cb-d123-48cb-8c1b-8bfb5a0313dc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2670 | 2025.01.28 17:43:31.273964 [ 254 ] {fc4e83cb-d123-48cb-8c1b-8bfb5a0313dc} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2671 | 2025.01.28 17:43:31.274147 [ 254 ] {fc4e83cb-d123-48cb-8c1b-8bfb5a0313dc} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001587 sec., 80655.3245116572 rows/sec., 5.62 MiB/sec. | ||
| 2672 | 2025.01.28 17:43:31.274202 [ 254 ] {fc4e83cb-d123-48cb-8c1b-8bfb5a0313dc} <Debug> TCPHandler: Processed in 0.001820814 sec. | ||
| 2673 | 2025.01.28 17:43:31.274351 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2674 | 2025.01.28 17:43:31.274493 [ 4 ] {80e491d9-9540-451a-a167-16ca4c16671e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2675 | 2025.01.28 17:43:31.274556 [ 4 ] {80e491d9-9540-451a-a167-16ca4c16671e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2676 | 2025.01.28 17:43:31.275116 [ 4 ] {80e491d9-9540-451a-a167-16ca4c16671e} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2677 | 2025.01.28 17:43:31.275154 [ 4 ] {80e491d9-9540-451a-a167-16ca4c16671e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2678 | 2025.01.28 17:43:31.275526 [ 4 ] {80e491d9-9540-451a-a167-16ca4c16671e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2679 | 2025.01.28 17:43:31.275764 [ 4 ] {80e491d9-9540-451a-a167-16ca4c16671e} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2680 | 2025.01.28 17:43:31.276026 [ 4 ] {80e491d9-9540-451a-a167-16ca4c16671e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001565 sec., 30670.926517571887 rows/sec., 2.07 MiB/sec. | ||
| 2681 | 2025.01.28 17:43:31.276230 [ 4 ] {80e491d9-9540-451a-a167-16ca4c16671e} <Debug> TCPHandler: Processed in 0.001940745 sec. | ||
| 2682 | 2025.01.28 17:43:32.910747 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2683 | 2025.01.28 17:43:32.911625 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2684 | 2025.01.28 17:43:32.911672 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2685 | 2025.01.28 17:43:32.912199 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2686 | 2025.01.28 17:43:32.912475 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2687 | 2025.01.28 17:43:32.912730 [ 83 ] {} <Debug> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2688 | 2025.01.28 17:43:32.912760 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2689 | 2025.01.28 17:43:32.912853 [ 83 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2690 | 2025.01.28 17:43:32.912902 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2691 | 2025.01.28 17:43:32.913124 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 2692 | 2025.01.28 17:43:32.913315 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2693 | 2025.01.28 17:43:32.913364 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 2694 | 2025.01.28 17:43:32.913455 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 2695 | 2025.01.28 17:43:32.913709 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 2696 | 2025.01.28 17:43:32.913928 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 2697 | 2025.01.28 17:43:32.914075 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 2698 | 2025.01.28 17:43:32.914256 [ 202 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 2699 | 2025.01.28 17:43:32.916007 [ 193 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002996015 sec., 1689911.4323526418 rows/sec., 24.17 MiB/sec. | ||
| 2700 | 2025.01.28 17:43:32.916604 [ 194 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2701 | 2025.01.28 17:43:32.916999 [ 194 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_11_2} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2702 | 2025.01.28 17:43:32.917103 [ 194 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_11_2} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2703 | 2025.01.28 17:43:32.917201 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 2704 | 2025.01.28 17:43:33.216891 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2705 | 2025.01.28 17:43:33.238900 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2706 | 2025.01.28 17:43:33.238970 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2707 | 2025.01.28 17:43:33.246653 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2708 | 2025.01.28 17:43:33.247414 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2709 | 2025.01.28 17:43:33.247766 [ 83 ] {} <Debug> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2710 | 2025.01.28 17:43:33.247874 [ 83 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2711 | 2025.01.28 17:43:33.247945 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2712 | 2025.01.28 17:43:33.248364 [ 202 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 2713 | 2025.01.28 17:43:33.263082 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2714 | 2025.01.28 17:43:33.264479 [ 202 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2715 | 2025.01.28 17:43:33.265975 [ 202 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 2716 | 2025.01.28 17:43:33.271411 [ 202 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 2717 | 2025.01.28 17:43:33.276907 [ 202 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 2718 | 2025.01.28 17:43:33.282401 [ 202 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 2719 | 2025.01.28 17:43:33.287988 [ 202 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 2720 | 2025.01.28 17:43:33.292478 [ 202 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 2721 | 2025.01.28 17:43:33.350771 [ 193 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.102680011 sec., 808.3364930687434 rows/sec., 4.18 MiB/sec. | ||
| 2722 | 2025.01.28 17:43:33.353072 [ 188 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2723 | 2025.01.28 17:43:33.355918 [ 188 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_11_2} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2724 | 2025.01.28 17:43:33.356021 [ 188 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_11_2} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2725 | 2025.01.28 17:43:33.358651 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2726 | 2025.01.28 17:43:34.000252 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.52 MiB, peak 179.42 MiB, free memory in arenas 0.00 B, will set to 170.58 MiB (RSS), difference: 1.06 MiB | ||
| 2727 | 2025.01.28 17:43:36.269177 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2728 | 2025.01.28 17:43:36.269377 [ 254 ] {50f192c9-b71c-4292-ab80-6f5c8774390c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2729 | 2025.01.28 17:43:36.269451 [ 254 ] {50f192c9-b71c-4292-ab80-6f5c8774390c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2730 | 2025.01.28 17:43:36.270249 [ 254 ] {50f192c9-b71c-4292-ab80-6f5c8774390c} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2731 | 2025.01.28 17:43:36.270299 [ 254 ] {50f192c9-b71c-4292-ab80-6f5c8774390c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2732 | 2025.01.28 17:43:36.270744 [ 254 ] {50f192c9-b71c-4292-ab80-6f5c8774390c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2733 | 2025.01.28 17:43:36.270991 [ 254 ] {50f192c9-b71c-4292-ab80-6f5c8774390c} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2734 | 2025.01.28 17:43:36.271179 [ 129 ] {} <Debug> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2735 | 2025.01.28 17:43:36.271251 [ 254 ] {50f192c9-b71c-4292-ab80-6f5c8774390c} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001925 sec., 56103.8961038961 rows/sec., 4.69 MiB/sec. | ||
| 2736 | 2025.01.28 17:43:36.271280 [ 129 ] {} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2737 | 2025.01.28 17:43:36.271358 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2738 | 2025.01.28 17:43:36.271377 [ 254 ] {50f192c9-b71c-4292-ab80-6f5c8774390c} <Debug> TCPHandler: Processed in 0.002386094 sec. | ||
| 2739 | 2025.01.28 17:43:36.271576 [ 200 ] {61375398-9c48-4855-9de8-220e31c90150::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 | ||
| 2740 | 2025.01.28 17:43:36.271665 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2741 | 2025.01.28 17:43:36.271748 [ 200 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2742 | 2025.01.28 17:43:36.271795 [ 200 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1359 rows starting from the beginning of the part | ||
| 2743 | 2025.01.28 17:43:36.271856 [ 4 ] {4c8f9d5c-218b-4e3c-a559-a41994daf482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2744 | 2025.01.28 17:43:36.271952 [ 200 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 219 rows starting from the beginning of the part | ||
| 2745 | 2025.01.28 17:43:36.271960 [ 4 ] {4c8f9d5c-218b-4e3c-a559-a41994daf482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2746 | 2025.01.28 17:43:36.272221 [ 200 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 108 rows starting from the beginning of the part | ||
| 2747 | 2025.01.28 17:43:36.272396 [ 200 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1365 rows starting from the beginning of the part | ||
| 2748 | 2025.01.28 17:43:36.272598 [ 200 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2749 | 2025.01.28 17:43:36.272850 [ 200 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 108 rows starting from the beginning of the part | ||
| 2750 | 2025.01.28 17:43:36.273771 [ 4 ] {4c8f9d5c-218b-4e3c-a559-a41994daf482} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2751 | 2025.01.28 17:43:36.273820 [ 4 ] {4c8f9d5c-218b-4e3c-a559-a41994daf482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2752 | 2025.01.28 17:43:36.274481 [ 4 ] {4c8f9d5c-218b-4e3c-a559-a41994daf482} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2753 | 2025.01.28 17:43:36.274771 [ 4 ] {4c8f9d5c-218b-4e3c-a559-a41994daf482} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2754 | 2025.01.28 17:43:36.275191 [ 4 ] {4c8f9d5c-218b-4e3c-a559-a41994daf482} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.003384 sec., 7683.215130023641 rows/sec., 577.74 KiB/sec. | ||
| 2755 | 2025.01.28 17:43:36.275225 [ 193 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3215 rows, containing 5 columns (5 merged, 0 gathered) in 0.003749509 sec., 857445.6015440956 rows/sec., 74.67 MiB/sec. | ||
| 2756 | 2025.01.28 17:43:36.275340 [ 4 ] {4c8f9d5c-218b-4e3c-a559-a41994daf482} <Debug> TCPHandler: Processed in 0.00380538 sec. | ||
| 2757 | 2025.01.28 17:43:36.275593 [ 193 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2758 | 2025.01.28 17:43:36.275631 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2759 | 2025.01.28 17:43:36.275982 [ 254 ] {dfed5629-1b3f-447f-b802-a671a3599c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2760 | 2025.01.28 17:43:36.276102 [ 193 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_16_3} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2761 | 2025.01.28 17:43:36.276132 [ 254 ] {dfed5629-1b3f-447f-b802-a671a3599c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2762 | 2025.01.28 17:43:36.276332 [ 193 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_16_3} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2763 | 2025.01.28 17:43:36.276516 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 2764 | 2025.01.28 17:43:36.277075 [ 254 ] {dfed5629-1b3f-447f-b802-a671a3599c9d} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2765 | 2025.01.28 17:43:36.277121 [ 254 ] {dfed5629-1b3f-447f-b802-a671a3599c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2766 | 2025.01.28 17:43:36.277526 [ 254 ] {dfed5629-1b3f-447f-b802-a671a3599c9d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2767 | 2025.01.28 17:43:36.277794 [ 254 ] {dfed5629-1b3f-447f-b802-a671a3599c9d} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2768 | 2025.01.28 17:43:36.277955 [ 129 ] {} <Debug> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2769 | 2025.01.28 17:43:36.278013 [ 129 ] {} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2770 | 2025.01.28 17:43:36.278055 [ 254 ] {dfed5629-1b3f-447f-b802-a671a3599c9d} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.002182 sec., 41246.562786434464 rows/sec., 3.22 MiB/sec. | ||
| 2771 | 2025.01.28 17:43:36.278059 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2772 | 2025.01.28 17:43:36.278231 [ 254 ] {dfed5629-1b3f-447f-b802-a671a3599c9d} <Debug> TCPHandler: Processed in 0.002767961 sec. | ||
| 2773 | 2025.01.28 17:43:36.278309 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::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 | ||
| 2774 | 2025.01.28 17:43:36.278466 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2775 | 2025.01.28 17:43:36.278496 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2776 | 2025.01.28 17:43:36.278548 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 846 rows starting from the beginning of the part | ||
| 2777 | 2025.01.28 17:43:36.278771 [ 4 ] {87a6cecd-0b60-4842-8b53-44cbf2f7023e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2778 | 2025.01.28 17:43:36.278856 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 390 rows starting from the beginning of the part | ||
| 2779 | 2025.01.28 17:43:36.278982 [ 4 ] {87a6cecd-0b60-4842-8b53-44cbf2f7023e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2780 | 2025.01.28 17:43:36.279170 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part | ||
| 2781 | 2025.01.28 17:43:36.279561 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 858 rows starting from the beginning of the part | ||
| 2782 | 2025.01.28 17:43:36.279944 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2783 | 2025.01.28 17:43:36.280279 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 90 rows starting from the beginning of the part | ||
| 2784 | 2025.01.28 17:43:36.281737 [ 4 ] {87a6cecd-0b60-4842-8b53-44cbf2f7023e} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2785 | 2025.01.28 17:43:36.281802 [ 4 ] {87a6cecd-0b60-4842-8b53-44cbf2f7023e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2786 | 2025.01.28 17:43:36.282882 [ 4 ] {87a6cecd-0b60-4842-8b53-44cbf2f7023e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2787 | 2025.01.28 17:43:36.283240 [ 4 ] {87a6cecd-0b60-4842-8b53-44cbf2f7023e} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2788 | 2025.01.28 17:43:36.283623 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2789 | 2025.01.28 17:43:36.283713 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2348 rows, containing 5 columns (5 merged, 0 gathered) in 0.005515872 sec., 425680.6539383075 rows/sec., 32.58 MiB/sec. | ||
| 2790 | 2025.01.28 17:43:36.283719 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2791 | 2025.01.28 17:43:36.283799 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2792 | 2025.01.28 17:43:36.283915 [ 4 ] {87a6cecd-0b60-4842-8b53-44cbf2f7023e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005263 sec., 30400.91202736082 rows/sec., 2.12 MiB/sec. | ||
| 2793 | 2025.01.28 17:43:36.284139 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2794 | 2025.01.28 17:43:36.284228 [ 4 ] {87a6cecd-0b60-4842-8b53-44cbf2f7023e} <Debug> TCPHandler: Processed in 0.005869959 sec. | ||
| 2795 | 2025.01.28 17:43:36.284226 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 2796 | 2025.01.28 17:43:36.284566 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2797 | 2025.01.28 17:43:36.284651 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2798 | 2025.01.28 17:43:36.284752 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3844 rows starting from the beginning of the part | ||
| 2799 | 2025.01.28 17:43:36.285124 [ 254 ] {48d0aa8f-e300-4f5e-b58c-f61950edaa5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2800 | 2025.01.28 17:43:36.285156 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 2801 | 2025.01.28 17:43:36.285130 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_16_3} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2802 | 2025.01.28 17:43:36.285610 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2803 | 2025.01.28 17:43:36.285759 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_16_3} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2804 | 2025.01.28 17:43:36.285759 [ 254 ] {48d0aa8f-e300-4f5e-b58c-f61950edaa5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2805 | 2025.01.28 17:43:36.286003 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 961 rows starting from the beginning of the part | ||
| 2806 | 2025.01.28 17:43:36.286287 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2807 | 2025.01.28 17:43:36.286408 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part | ||
| 2808 | 2025.01.28 17:43:36.286815 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2809 | 2025.01.28 17:43:36.290647 [ 254 ] {48d0aa8f-e300-4f5e-b58c-f61950edaa5e} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2810 | 2025.01.28 17:43:36.290692 [ 254 ] {48d0aa8f-e300-4f5e-b58c-f61950edaa5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2811 | 2025.01.28 17:43:36.291534 [ 254 ] {48d0aa8f-e300-4f5e-b58c-f61950edaa5e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2812 | 2025.01.28 17:43:36.291822 [ 254 ] {48d0aa8f-e300-4f5e-b58c-f61950edaa5e} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2813 | 2025.01.28 17:43:36.292316 [ 197 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5490 rows, containing 5 columns (5 merged, 0 gathered) in 0.008407375 sec., 652998.1117768625 rows/sec., 44.07 MiB/sec. | ||
| 2814 | 2025.01.28 17:43:36.292412 [ 254 ] {48d0aa8f-e300-4f5e-b58c-f61950edaa5e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007602 sec., 3420.1525914233093 rows/sec., 6.13 MiB/sec. | ||
| 2815 | 2025.01.28 17:43:36.292564 [ 254 ] {48d0aa8f-e300-4f5e-b58c-f61950edaa5e} <Debug> TCPHandler: Processed in 0.008211731 sec. | ||
| 2816 | 2025.01.28 17:43:36.292769 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2817 | 2025.01.28 17:43:36.292797 [ 197 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2818 | 2025.01.28 17:43:36.292997 [ 4 ] {07b99f69-3a58-41ee-a131-dc96840fb634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2819 | 2025.01.28 17:43:36.293096 [ 4 ] {07b99f69-3a58-41ee-a131-dc96840fb634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2820 | 2025.01.28 17:43:36.293449 [ 197 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2821 | 2025.01.28 17:43:36.293661 [ 197 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2822 | 2025.01.28 17:43:36.293773 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. | ||
| 2823 | 2025.01.28 17:43:36.294023 [ 4 ] {07b99f69-3a58-41ee-a131-dc96840fb634} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2824 | 2025.01.28 17:43:36.294069 [ 4 ] {07b99f69-3a58-41ee-a131-dc96840fb634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2825 | 2025.01.28 17:43:36.294448 [ 4 ] {07b99f69-3a58-41ee-a131-dc96840fb634} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2826 | 2025.01.28 17:43:36.294688 [ 4 ] {07b99f69-3a58-41ee-a131-dc96840fb634} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2827 | 2025.01.28 17:43:36.294857 [ 129 ] {} <Debug> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2828 | 2025.01.28 17:43:36.294916 [ 129 ] {} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2829 | 2025.01.28 17:43:36.294931 [ 4 ] {07b99f69-3a58-41ee-a131-dc96840fb634} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001989 sec., 30165.912518853696 rows/sec., 2.03 MiB/sec. | ||
| 2830 | 2025.01.28 17:43:36.294949 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2831 | 2025.01.28 17:43:36.295123 [ 4 ] {07b99f69-3a58-41ee-a131-dc96840fb634} <Debug> TCPHandler: Processed in 0.002458385 sec. | ||
| 2832 | 2025.01.28 17:43:36.295179 [ 197 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 2833 | 2025.01.28 17:43:36.295322 [ 197 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2834 | 2025.01.28 17:43:36.295357 [ 197 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 676 rows starting from the beginning of the part | ||
| 2835 | 2025.01.28 17:43:36.295481 [ 197 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 2836 | 2025.01.28 17:43:36.295683 [ 197 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 2837 | 2025.01.28 17:43:36.295826 [ 197 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
| 2838 | 2025.01.28 17:43:36.296028 [ 197 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part | ||
| 2839 | 2025.01.28 17:43:36.296186 [ 197 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 2840 | 2025.01.28 17:43:36.297418 [ 199 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.002365224 sec., 405881.21886130027 rows/sec., 26.55 MiB/sec. | ||
| 2841 | 2025.01.28 17:43:36.297574 [ 197 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2842 | 2025.01.28 17:43:36.297853 [ 197 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_16_3} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2843 | 2025.01.28 17:43:36.297924 [ 197 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_16_3} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2844 | 2025.01.28 17:43:36.297989 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2845 | 2025.01.28 17:43:37.535767 [ 101 ] {} <Debug> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2846 | 2025.01.28 17:43:37.535871 [ 101 ] {} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2847 | 2025.01.28 17:43:37.535910 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2848 | 2025.01.28 17:43:37.536268 [ 196 ] {ea36b88c-8e06-433b-bf1e-2ee6f63be891::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 | ||
| 2849 | 2025.01.28 17:43:37.536791 [ 196 ] {ea36b88c-8e06-433b-bf1e-2ee6f63be891::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2850 | 2025.01.28 17:43:37.536840 [ 196 ] {ea36b88c-8e06-433b-bf1e-2ee6f63be891::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2851 | 2025.01.28 17:43:37.536959 [ 196 ] {ea36b88c-8e06-433b-bf1e-2ee6f63be891::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 | ||
| 2852 | 2025.01.28 17:43:37.537056 [ 196 ] {ea36b88c-8e06-433b-bf1e-2ee6f63be891::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2853 | 2025.01.28 17:43:37.537151 [ 196 ] {ea36b88c-8e06-433b-bf1e-2ee6f63be891::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 2854 | 2025.01.28 17:43:37.537240 [ 196 ] {ea36b88c-8e06-433b-bf1e-2ee6f63be891::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2855 | 2025.01.28 17:43:37.539620 [ 199 ] {ea36b88c-8e06-433b-bf1e-2ee6f63be891::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003590437 sec., 11419.222785415814 rows/sec., 1.90 MiB/sec. | ||
| 2856 | 2025.01.28 17:43:37.539852 [ 199 ] {ea36b88c-8e06-433b-bf1e-2ee6f63be891::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2857 | 2025.01.28 17:43:37.540377 [ 199 ] {ea36b88c-8e06-433b-bf1e-2ee6f63be891::all_1_5_1} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2858 | 2025.01.28 17:43:37.540462 [ 199 ] {ea36b88c-8e06-433b-bf1e-2ee6f63be891::all_1_5_1} <Trace> oximeter.timeseries_schema (ea36b88c-8e06-433b-bf1e-2ee6f63be891) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2859 | 2025.01.28 17:43:37.540566 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2860 | 2025.01.28 17:43:40.329828 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2861 | 2025.01.28 17:43:40.329880 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2862 | 2025.01.28 17:43:40.412922 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2863 | 2025.01.28 17:43:40.413562 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2864 | 2025.01.28 17:43:40.413601 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2865 | 2025.01.28 17:43:40.414117 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2866 | 2025.01.28 17:43:40.414374 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2867 | 2025.01.28 17:43:40.414602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2868 | 2025.01.28 17:43:40.424402 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 406 | ||
| 2869 | 2025.01.28 17:43:40.427789 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2870 | 2025.01.28 17:43:40.427853 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2871 | 2025.01.28 17:43:40.429347 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2872 | 2025.01.28 17:43:40.429684 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2873 | 2025.01.28 17:43:40.430308 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 406 | ||
| 2874 | 2025.01.28 17:43:40.763166 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2875 | 2025.01.28 17:43:40.783726 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2876 | 2025.01.28 17:43:40.783791 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2877 | 2025.01.28 17:43:40.791146 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2878 | 2025.01.28 17:43:40.791901 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2879 | 2025.01.28 17:43:40.794691 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2880 | 2025.01.28 17:43:41.273516 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2881 | 2025.01.28 17:43:41.273819 [ 254 ] {2d114284-43d4-477e-99ff-b481088e2d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2882 | 2025.01.28 17:43:41.273936 [ 254 ] {2d114284-43d4-477e-99ff-b481088e2d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2883 | 2025.01.28 17:43:41.274860 [ 254 ] {2d114284-43d4-477e-99ff-b481088e2d25} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2884 | 2025.01.28 17:43:41.274909 [ 254 ] {2d114284-43d4-477e-99ff-b481088e2d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2885 | 2025.01.28 17:43:41.275354 [ 254 ] {2d114284-43d4-477e-99ff-b481088e2d25} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2886 | 2025.01.28 17:43:41.275619 [ 254 ] {2d114284-43d4-477e-99ff-b481088e2d25} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2887 | 2025.01.28 17:43:41.275867 [ 254 ] {2d114284-43d4-477e-99ff-b481088e2d25} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002134 sec., 6560.449859418932 rows/sec., 472.26 KiB/sec. | ||
| 2888 | 2025.01.28 17:43:41.275927 [ 254 ] {2d114284-43d4-477e-99ff-b481088e2d25} <Debug> TCPHandler: Processed in 0.002595917 sec. | ||
| 2889 | 2025.01.28 17:43:41.276167 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2890 | 2025.01.28 17:43:41.276374 [ 4 ] {cc763dc0-9100-49b9-b481-011ff5caffea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2891 | 2025.01.28 17:43:41.276452 [ 4 ] {cc763dc0-9100-49b9-b481-011ff5caffea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2892 | 2025.01.28 17:43:41.277369 [ 4 ] {cc763dc0-9100-49b9-b481-011ff5caffea} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2893 | 2025.01.28 17:43:41.277409 [ 4 ] {cc763dc0-9100-49b9-b481-011ff5caffea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2894 | 2025.01.28 17:43:41.277867 [ 4 ] {cc763dc0-9100-49b9-b481-011ff5caffea} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2895 | 2025.01.28 17:43:41.278126 [ 4 ] {cc763dc0-9100-49b9-b481-011ff5caffea} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2896 | 2025.01.28 17:43:41.278372 [ 4 ] {cc763dc0-9100-49b9-b481-011ff5caffea} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002054 sec., 111489.77604673809 rows/sec., 9.75 MiB/sec. | ||
| 2897 | 2025.01.28 17:43:41.278596 [ 4 ] {cc763dc0-9100-49b9-b481-011ff5caffea} <Debug> TCPHandler: Processed in 0.002563288 sec. | ||
| 2898 | 2025.01.28 17:43:41.278776 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2899 | 2025.01.28 17:43:41.278915 [ 254 ] {eb9f54e7-e5d7-45a3-95d0-4518a73c53df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2900 | 2025.01.28 17:43:41.278974 [ 254 ] {eb9f54e7-e5d7-45a3-95d0-4518a73c53df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2901 | 2025.01.28 17:43:41.279629 [ 254 ] {eb9f54e7-e5d7-45a3-95d0-4518a73c53df} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2902 | 2025.01.28 17:43:41.279670 [ 254 ] {eb9f54e7-e5d7-45a3-95d0-4518a73c53df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2903 | 2025.01.28 17:43:41.280036 [ 254 ] {eb9f54e7-e5d7-45a3-95d0-4518a73c53df} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2904 | 2025.01.28 17:43:41.280290 [ 254 ] {eb9f54e7-e5d7-45a3-95d0-4518a73c53df} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2905 | 2025.01.28 17:43:41.280559 [ 254 ] {eb9f54e7-e5d7-45a3-95d0-4518a73c53df} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001667 sec., 11997.600479904018 rows/sec., 859.98 KiB/sec. | ||
| 2906 | 2025.01.28 17:43:41.280710 [ 254 ] {eb9f54e7-e5d7-45a3-95d0-4518a73c53df} <Debug> TCPHandler: Processed in 0.001995596 sec. | ||
| 2907 | 2025.01.28 17:43:41.280873 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2908 | 2025.01.28 17:43:41.281014 [ 4 ] {be8b1035-f023-4405-b851-f5a557115fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2909 | 2025.01.28 17:43:41.281072 [ 4 ] {be8b1035-f023-4405-b851-f5a557115fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2910 | 2025.01.28 17:43:41.281683 [ 4 ] {be8b1035-f023-4405-b851-f5a557115fcd} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2911 | 2025.01.28 17:43:41.281721 [ 4 ] {be8b1035-f023-4405-b851-f5a557115fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2912 | 2025.01.28 17:43:41.282083 [ 4 ] {be8b1035-f023-4405-b851-f5a557115fcd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2913 | 2025.01.28 17:43:41.282326 [ 4 ] {be8b1035-f023-4405-b851-f5a557115fcd} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2914 | 2025.01.28 17:43:41.282500 [ 4 ] {be8b1035-f023-4405-b851-f5a557115fcd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001519 sec., 9216.589861751152 rows/sec., 645.47 KiB/sec. | ||
| 2915 | 2025.01.28 17:43:41.282551 [ 4 ] {be8b1035-f023-4405-b851-f5a557115fcd} <Debug> TCPHandler: Processed in 0.001746972 sec. | ||
| 2916 | 2025.01.28 17:43:41.282688 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2917 | 2025.01.28 17:43:41.282805 [ 254 ] {1bcd311e-87a9-42cb-b04a-ebb7eaf42ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2918 | 2025.01.28 17:43:41.282854 [ 254 ] {1bcd311e-87a9-42cb-b04a-ebb7eaf42ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2919 | 2025.01.28 17:43:41.283440 [ 254 ] {1bcd311e-87a9-42cb-b04a-ebb7eaf42ba4} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2920 | 2025.01.28 17:43:41.283479 [ 254 ] {1bcd311e-87a9-42cb-b04a-ebb7eaf42ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2921 | 2025.01.28 17:43:41.283842 [ 254 ] {1bcd311e-87a9-42cb-b04a-ebb7eaf42ba4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2922 | 2025.01.28 17:43:41.284081 [ 254 ] {1bcd311e-87a9-42cb-b04a-ebb7eaf42ba4} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2923 | 2025.01.28 17:43:41.284370 [ 254 ] {1bcd311e-87a9-42cb-b04a-ebb7eaf42ba4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00157 sec., 8280.254777070064 rows/sec., 516.27 KiB/sec. | ||
| 2924 | 2025.01.28 17:43:41.284504 [ 254 ] {1bcd311e-87a9-42cb-b04a-ebb7eaf42ba4} <Debug> TCPHandler: Processed in 0.001871684 sec. | ||
| 2925 | 2025.01.28 17:43:41.284649 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2926 | 2025.01.28 17:43:41.284787 [ 4 ] {b3892a0d-5724-43ba-9335-bd70d40f8dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2927 | 2025.01.28 17:43:41.284844 [ 4 ] {b3892a0d-5724-43ba-9335-bd70d40f8dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2928 | 2025.01.28 17:43:41.285618 [ 4 ] {b3892a0d-5724-43ba-9335-bd70d40f8dcd} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2929 | 2025.01.28 17:43:41.285657 [ 4 ] {b3892a0d-5724-43ba-9335-bd70d40f8dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2930 | 2025.01.28 17:43:41.286041 [ 4 ] {b3892a0d-5724-43ba-9335-bd70d40f8dcd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2931 | 2025.01.28 17:43:41.286279 [ 4 ] {b3892a0d-5724-43ba-9335-bd70d40f8dcd} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2932 | 2025.01.28 17:43:41.286455 [ 4 ] {b3892a0d-5724-43ba-9335-bd70d40f8dcd} <Debug> executeQuery: Read 404 rows, 29.45 KiB in 0.0017 sec., 237647.05882352943 rows/sec., 16.92 MiB/sec. | ||
| 2933 | 2025.01.28 17:43:41.286507 [ 4 ] {b3892a0d-5724-43ba-9335-bd70d40f8dcd} <Debug> TCPHandler: Processed in 0.001923805 sec. | ||
| 2934 | 2025.01.28 17:43:41.286640 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2935 | 2025.01.28 17:43:41.286757 [ 254 ] {f670611e-98a6-4928-a369-165f7325c523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2936 | 2025.01.28 17:43:41.286809 [ 254 ] {f670611e-98a6-4928-a369-165f7325c523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2937 | 2025.01.28 17:43:41.287305 [ 254 ] {f670611e-98a6-4928-a369-165f7325c523} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2938 | 2025.01.28 17:43:41.287344 [ 254 ] {f670611e-98a6-4928-a369-165f7325c523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2939 | 2025.01.28 17:43:41.287712 [ 254 ] {f670611e-98a6-4928-a369-165f7325c523} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2940 | 2025.01.28 17:43:41.287959 [ 254 ] {f670611e-98a6-4928-a369-165f7325c523} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2941 | 2025.01.28 17:43:41.288259 [ 254 ] {f670611e-98a6-4928-a369-165f7325c523} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 208.71 KiB/sec. | ||
| 2942 | 2025.01.28 17:43:41.288392 [ 254 ] {f670611e-98a6-4928-a369-165f7325c523} <Debug> TCPHandler: Processed in 0.001806133 sec. | ||
| 2943 | 2025.01.28 17:43:41.288533 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2944 | 2025.01.28 17:43:41.288653 [ 4 ] {21ca7cc9-6469-4f89-872d-0f56952f3c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2945 | 2025.01.28 17:43:41.288705 [ 4 ] {21ca7cc9-6469-4f89-872d-0f56952f3c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2946 | 2025.01.28 17:43:41.289269 [ 4 ] {21ca7cc9-6469-4f89-872d-0f56952f3c05} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2947 | 2025.01.28 17:43:41.289306 [ 4 ] {21ca7cc9-6469-4f89-872d-0f56952f3c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2948 | 2025.01.28 17:43:41.289695 [ 4 ] {21ca7cc9-6469-4f89-872d-0f56952f3c05} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2949 | 2025.01.28 17:43:41.289935 [ 4 ] {21ca7cc9-6469-4f89-872d-0f56952f3c05} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2950 | 2025.01.28 17:43:41.290113 [ 4 ] {21ca7cc9-6469-4f89-872d-0f56952f3c05} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001487 sec., 159381.30464021518 rows/sec., 10.68 MiB/sec. | ||
| 2951 | 2025.01.28 17:43:41.290163 [ 4 ] {21ca7cc9-6469-4f89-872d-0f56952f3c05} <Debug> TCPHandler: Processed in 0.001689292 sec. | ||
| 2952 | 2025.01.28 17:43:41.290331 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2953 | 2025.01.28 17:43:41.290471 [ 254 ] {e0dc8688-1225-47a0-acc6-067ae32854e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2954 | 2025.01.28 17:43:41.290533 [ 254 ] {e0dc8688-1225-47a0-acc6-067ae32854e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2955 | 2025.01.28 17:43:41.291100 [ 254 ] {e0dc8688-1225-47a0-acc6-067ae32854e6} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2956 | 2025.01.28 17:43:41.291146 [ 254 ] {e0dc8688-1225-47a0-acc6-067ae32854e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2957 | 2025.01.28 17:43:41.291534 [ 254 ] {e0dc8688-1225-47a0-acc6-067ae32854e6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2958 | 2025.01.28 17:43:41.291785 [ 254 ] {e0dc8688-1225-47a0-acc6-067ae32854e6} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2959 | 2025.01.28 17:43:41.292012 [ 254 ] {e0dc8688-1225-47a0-acc6-067ae32854e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 42.89 KiB/sec. | ||
| 2960 | 2025.01.28 17:43:41.292093 [ 254 ] {e0dc8688-1225-47a0-acc6-067ae32854e6} <Debug> TCPHandler: Processed in 0.001821493 sec. | ||
| 2961 | 2025.01.28 17:43:41.292230 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2962 | 2025.01.28 17:43:41.292354 [ 4 ] {7eb3cef7-7987-45bf-8126-cd2a25f799eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2963 | 2025.01.28 17:43:41.292446 [ 4 ] {7eb3cef7-7987-45bf-8126-cd2a25f799eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2964 | 2025.01.28 17:43:41.293657 [ 4 ] {7eb3cef7-7987-45bf-8126-cd2a25f799eb} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2965 | 2025.01.28 17:43:41.293694 [ 4 ] {7eb3cef7-7987-45bf-8126-cd2a25f799eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2966 | 2025.01.28 17:43:41.294311 [ 4 ] {7eb3cef7-7987-45bf-8126-cd2a25f799eb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2967 | 2025.01.28 17:43:41.294561 [ 4 ] {7eb3cef7-7987-45bf-8126-cd2a25f799eb} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2968 | 2025.01.28 17:43:41.294789 [ 4 ] {7eb3cef7-7987-45bf-8126-cd2a25f799eb} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002462 sec., 5280.259951259139 rows/sec., 9.46 MiB/sec. | ||
| 2969 | 2025.01.28 17:43:41.294882 [ 4 ] {7eb3cef7-7987-45bf-8126-cd2a25f799eb} <Debug> TCPHandler: Processed in 0.00270848 sec. | ||
| 2970 | 2025.01.28 17:43:41.295028 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2971 | 2025.01.28 17:43:41.295143 [ 254 ] {4af68096-4824-46aa-9842-2b080d6c6415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2972 | 2025.01.28 17:43:41.295194 [ 254 ] {4af68096-4824-46aa-9842-2b080d6c6415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2973 | 2025.01.28 17:43:41.295674 [ 254 ] {4af68096-4824-46aa-9842-2b080d6c6415} <Trace> oximeter.measurements_i64 (949e5fcc-69bc-4fe7-a6e8-aedc41882bed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2974 | 2025.01.28 17:43:41.295713 [ 254 ] {4af68096-4824-46aa-9842-2b080d6c6415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2975 | 2025.01.28 17:43:41.296080 [ 254 ] {4af68096-4824-46aa-9842-2b080d6c6415} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2976 | 2025.01.28 17:43:41.296326 [ 254 ] {4af68096-4824-46aa-9842-2b080d6c6415} <Trace> oximeter.measurements_i64 (949e5fcc-69bc-4fe7-a6e8-aedc41882bed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2977 | 2025.01.28 17:43:41.296554 [ 254 ] {4af68096-4824-46aa-9842-2b080d6c6415} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001428 sec., 6302.5210084033615 rows/sec., 445.20 KiB/sec. | ||
| 2978 | 2025.01.28 17:43:41.296609 [ 254 ] {4af68096-4824-46aa-9842-2b080d6c6415} <Debug> TCPHandler: Processed in 0.00163702 sec. | ||
| 2979 | 2025.01.28 17:43:41.296757 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2980 | 2025.01.28 17:43:41.296899 [ 4 ] {6594eff2-37c4-4844-8dcb-2dcdd8959554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2981 | 2025.01.28 17:43:41.296957 [ 4 ] {6594eff2-37c4-4844-8dcb-2dcdd8959554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2982 | 2025.01.28 17:43:41.297482 [ 4 ] {6594eff2-37c4-4844-8dcb-2dcdd8959554} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2983 | 2025.01.28 17:43:41.297520 [ 4 ] {6594eff2-37c4-4844-8dcb-2dcdd8959554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2984 | 2025.01.28 17:43:41.297887 [ 4 ] {6594eff2-37c4-4844-8dcb-2dcdd8959554} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2985 | 2025.01.28 17:43:41.298120 [ 4 ] {6594eff2-37c4-4844-8dcb-2dcdd8959554} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2986 | 2025.01.28 17:43:41.298290 [ 4 ] {6594eff2-37c4-4844-8dcb-2dcdd8959554} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001425 sec., 57543.8596491228 rows/sec., 3.65 MiB/sec. | ||
| 2987 | 2025.01.28 17:43:41.298337 [ 4 ] {6594eff2-37c4-4844-8dcb-2dcdd8959554} <Debug> TCPHandler: Processed in 0.00164714 sec. | ||
| 2988 | 2025.01.28 17:43:46.269045 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2989 | 2025.01.28 17:43:46.269273 [ 254 ] {49e4ad3c-09af-4fa2-94bb-25ef45c16c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2990 | 2025.01.28 17:43:46.269356 [ 254 ] {49e4ad3c-09af-4fa2-94bb-25ef45c16c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2991 | 2025.01.28 17:43:46.270174 [ 254 ] {49e4ad3c-09af-4fa2-94bb-25ef45c16c8f} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2992 | 2025.01.28 17:43:46.270220 [ 254 ] {49e4ad3c-09af-4fa2-94bb-25ef45c16c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2993 | 2025.01.28 17:43:46.270650 [ 254 ] {49e4ad3c-09af-4fa2-94bb-25ef45c16c8f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2994 | 2025.01.28 17:43:46.270902 [ 254 ] {49e4ad3c-09af-4fa2-94bb-25ef45c16c8f} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2995 | 2025.01.28 17:43:46.271151 [ 254 ] {49e4ad3c-09af-4fa2-94bb-25ef45c16c8f} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001938 sec., 55727.55417956656 rows/sec., 4.66 MiB/sec. | ||
| 2996 | 2025.01.28 17:43:46.271210 [ 254 ] {49e4ad3c-09af-4fa2-94bb-25ef45c16c8f} <Debug> TCPHandler: Processed in 0.002302413 sec. | ||
| 2997 | 2025.01.28 17:43:46.271483 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2998 | 2025.01.28 17:43:46.271703 [ 4 ] {b6b8e61f-0bba-4baa-9824-540943efc6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2999 | 2025.01.28 17:43:46.271789 [ 4 ] {b6b8e61f-0bba-4baa-9824-540943efc6df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3000 | 2025.01.28 17:43:46.272626 [ 4 ] {b6b8e61f-0bba-4baa-9824-540943efc6df} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3001 | 2025.01.28 17:43:46.272679 [ 4 ] {b6b8e61f-0bba-4baa-9824-540943efc6df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3002 | 2025.01.28 17:43:46.273113 [ 4 ] {b6b8e61f-0bba-4baa-9824-540943efc6df} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3003 | 2025.01.28 17:43:46.273367 [ 4 ] {b6b8e61f-0bba-4baa-9824-540943efc6df} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3004 | 2025.01.28 17:43:46.273545 [ 49 ] {} <Debug> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3005 | 2025.01.28 17:43:46.273618 [ 4 ] {b6b8e61f-0bba-4baa-9824-540943efc6df} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001971 sec., 13191.273465246068 rows/sec., 991.92 KiB/sec. | ||
| 3006 | 2025.01.28 17:43:46.273670 [ 49 ] {} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3007 | 2025.01.28 17:43:46.273745 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3008 | 2025.01.28 17:43:46.273759 [ 4 ] {b6b8e61f-0bba-4baa-9824-540943efc6df} <Debug> TCPHandler: Processed in 0.002414584 sec. | ||
| 3009 | 2025.01.28 17:43:46.274018 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3010 | 2025.01.28 17:43:46.274312 [ 198 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 3011 | 2025.01.28 17:43:46.274347 [ 254 ] {b908053c-3397-4d94-84d0-21e95839191b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3012 | 2025.01.28 17:43:46.274441 [ 254 ] {b908053c-3397-4d94-84d0-21e95839191b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3013 | 2025.01.28 17:43:46.274723 [ 198 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3014 | 2025.01.28 17:43:46.274814 [ 198 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 15 rows starting from the beginning of the part | ||
| 3015 | 2025.01.28 17:43:46.275107 [ 198 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 3016 | 2025.01.28 17:43:46.275458 [ 198 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part | ||
| 3017 | 2025.01.28 17:43:46.275737 [ 198 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 3018 | 2025.01.28 17:43:46.276060 [ 198 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part | ||
| 3019 | 2025.01.28 17:43:46.276309 [ 198 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 3020 | 2025.01.28 17:43:46.277507 [ 254 ] {b908053c-3397-4d94-84d0-21e95839191b} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3021 | 2025.01.28 17:43:46.277581 [ 254 ] {b908053c-3397-4d94-84d0-21e95839191b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3022 | 2025.01.28 17:43:46.278689 [ 254 ] {b908053c-3397-4d94-84d0-21e95839191b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3023 | 2025.01.28 17:43:46.279115 [ 199 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 5 columns (5 merged, 0 gathered) in 0.005205916 sec., 26892.481553678546 rows/sec., 2.03 MiB/sec. | ||
| 3024 | 2025.01.28 17:43:46.279188 [ 254 ] {b908053c-3397-4d94-84d0-21e95839191b} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3025 | 2025.01.28 17:43:46.279283 [ 199 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3026 | 2025.01.28 17:43:46.279497 [ 254 ] {b908053c-3397-4d94-84d0-21e95839191b} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005229 sec., 17211.70395869191 rows/sec., 1.34 MiB/sec. | ||
| 3027 | 2025.01.28 17:43:46.279582 [ 254 ] {b908053c-3397-4d94-84d0-21e95839191b} <Debug> TCPHandler: Processed in 0.005702035 sec. | ||
| 3028 | 2025.01.28 17:43:46.279746 [ 196 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_10_2} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3029 | 2025.01.28 17:43:46.279768 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3030 | 2025.01.28 17:43:46.279878 [ 196 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_10_2} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3031 | 2025.01.28 17:43:46.279947 [ 4 ] {a6c9d18d-d71f-43d7-8b9b-95b941942af0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3032 | 2025.01.28 17:43:46.279998 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3033 | 2025.01.28 17:43:46.280041 [ 4 ] {a6c9d18d-d71f-43d7-8b9b-95b941942af0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3034 | 2025.01.28 17:43:46.280673 [ 4 ] {a6c9d18d-d71f-43d7-8b9b-95b941942af0} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3035 | 2025.01.28 17:43:46.280713 [ 4 ] {a6c9d18d-d71f-43d7-8b9b-95b941942af0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3036 | 2025.01.28 17:43:46.281118 [ 4 ] {a6c9d18d-d71f-43d7-8b9b-95b941942af0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3037 | 2025.01.28 17:43:46.281369 [ 4 ] {a6c9d18d-d71f-43d7-8b9b-95b941942af0} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3038 | 2025.01.28 17:43:46.281642 [ 4 ] {a6c9d18d-d71f-43d7-8b9b-95b941942af0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001744 sec., 91743.11926605504 rows/sec., 6.39 MiB/sec. | ||
| 3039 | 2025.01.28 17:43:46.281863 [ 4 ] {a6c9d18d-d71f-43d7-8b9b-95b941942af0} <Debug> TCPHandler: Processed in 0.00217137 sec. | ||
| 3040 | 2025.01.28 17:43:46.282014 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3041 | 2025.01.28 17:43:46.282135 [ 254 ] {392b898e-0e04-4a03-b249-a93f6ee32e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3042 | 2025.01.28 17:43:46.282216 [ 254 ] {392b898e-0e04-4a03-b249-a93f6ee32e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3043 | 2025.01.28 17:43:46.283385 [ 254 ] {392b898e-0e04-4a03-b249-a93f6ee32e02} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3044 | 2025.01.28 17:43:46.283424 [ 254 ] {392b898e-0e04-4a03-b249-a93f6ee32e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3045 | 2025.01.28 17:43:46.284090 [ 254 ] {392b898e-0e04-4a03-b249-a93f6ee32e02} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3046 | 2025.01.28 17:43:46.284354 [ 254 ] {392b898e-0e04-4a03-b249-a93f6ee32e02} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3047 | 2025.01.28 17:43:46.284646 [ 254 ] {392b898e-0e04-4a03-b249-a93f6ee32e02} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002531 sec., 10272.619517977086 rows/sec., 18.41 MiB/sec. | ||
| 3048 | 2025.01.28 17:43:46.284751 [ 254 ] {392b898e-0e04-4a03-b249-a93f6ee32e02} <Debug> TCPHandler: Processed in 0.002792451 sec. | ||
| 3049 | 2025.01.28 17:43:46.284903 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3050 | 2025.01.28 17:43:46.285027 [ 4 ] {05e8b90b-7d1f-4951-994c-a4454bb8b510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3051 | 2025.01.28 17:43:46.285082 [ 4 ] {05e8b90b-7d1f-4951-994c-a4454bb8b510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3052 | 2025.01.28 17:43:46.285579 [ 4 ] {05e8b90b-7d1f-4951-994c-a4454bb8b510} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3053 | 2025.01.28 17:43:46.285619 [ 4 ] {05e8b90b-7d1f-4951-994c-a4454bb8b510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3054 | 2025.01.28 17:43:46.286002 [ 4 ] {05e8b90b-7d1f-4951-994c-a4454bb8b510} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3055 | 2025.01.28 17:43:46.286243 [ 4 ] {05e8b90b-7d1f-4951-994c-a4454bb8b510} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3056 | 2025.01.28 17:43:46.286469 [ 4 ] {05e8b90b-7d1f-4951-994c-a4454bb8b510} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. | ||
| 3057 | 2025.01.28 17:43:46.286528 [ 4 ] {05e8b90b-7d1f-4951-994c-a4454bb8b510} <Debug> TCPHandler: Processed in 0.001681401 sec. | ||
| 3058 | 2025.01.28 17:43:47.914716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 3059 | 2025.01.28 17:43:47.915358 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3060 | 2025.01.28 17:43:47.915397 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3061 | 2025.01.28 17:43:47.915934 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3062 | 2025.01.28 17:43:47.916191 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3063 | 2025.01.28 17:43:47.916377 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3064 | 2025.01.28 17:43:48.294766 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3065 | 2025.01.28 17:43:48.316013 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3066 | 2025.01.28 17:43:48.316083 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3067 | 2025.01.28 17:43:48.323702 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3068 | 2025.01.28 17:43:48.324453 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3069 | 2025.01.28 17:43:48.327361 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3070 | 2025.01.28 17:43:50.430491 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 442 | ||
| 3071 | 2025.01.28 17:43:50.434479 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3072 | 2025.01.28 17:43:50.434539 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3073 | 2025.01.28 17:43:50.436045 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3074 | 2025.01.28 17:43:50.436370 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3075 | 2025.01.28 17:43:50.437195 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 442 | ||
| 3076 | 2025.01.28 17:43:51.272747 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3077 | 2025.01.28 17:43:51.272960 [ 254 ] {b86e40ce-c9ca-41f5-8e66-6a835b497797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3078 | 2025.01.28 17:43:51.273042 [ 254 ] {b86e40ce-c9ca-41f5-8e66-6a835b497797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3079 | 2025.01.28 17:43:51.273863 [ 254 ] {b86e40ce-c9ca-41f5-8e66-6a835b497797} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3080 | 2025.01.28 17:43:51.273909 [ 254 ] {b86e40ce-c9ca-41f5-8e66-6a835b497797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3081 | 2025.01.28 17:43:51.274346 [ 254 ] {b86e40ce-c9ca-41f5-8e66-6a835b497797} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3082 | 2025.01.28 17:43:51.274613 [ 254 ] {b86e40ce-c9ca-41f5-8e66-6a835b497797} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3083 | 2025.01.28 17:43:51.274877 [ 254 ] {b86e40ce-c9ca-41f5-8e66-6a835b497797} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001971 sec., 7102.9934043632675 rows/sec., 511.32 KiB/sec. | ||
| 3084 | 2025.01.28 17:43:51.274958 [ 254 ] {b86e40ce-c9ca-41f5-8e66-6a835b497797} <Debug> TCPHandler: Processed in 0.002347504 sec. | ||
| 3085 | 2025.01.28 17:43:51.275215 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3086 | 2025.01.28 17:43:51.275425 [ 4 ] {bc745782-3bc1-44f4-9a12-a9339c763975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3087 | 2025.01.28 17:43:51.275504 [ 4 ] {bc745782-3bc1-44f4-9a12-a9339c763975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3088 | 2025.01.28 17:43:51.276350 [ 4 ] {bc745782-3bc1-44f4-9a12-a9339c763975} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3089 | 2025.01.28 17:43:51.276393 [ 4 ] {bc745782-3bc1-44f4-9a12-a9339c763975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3090 | 2025.01.28 17:43:51.276845 [ 4 ] {bc745782-3bc1-44f4-9a12-a9339c763975} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3091 | 2025.01.28 17:43:51.277099 [ 4 ] {bc745782-3bc1-44f4-9a12-a9339c763975} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3092 | 2025.01.28 17:43:51.277331 [ 4 ] {bc745782-3bc1-44f4-9a12-a9339c763975} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001956 sec., 117075.6646216769 rows/sec., 10.24 MiB/sec. | ||
| 3093 | 2025.01.28 17:43:51.277447 [ 4 ] {bc745782-3bc1-44f4-9a12-a9339c763975} <Debug> TCPHandler: Processed in 0.002373093 sec. | ||
| 3094 | 2025.01.28 17:43:51.277588 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3095 | 2025.01.28 17:43:51.277725 [ 254 ] {c3eef510-df1c-42ab-ac33-180ebd0ac06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3096 | 2025.01.28 17:43:51.277784 [ 254 ] {c3eef510-df1c-42ab-ac33-180ebd0ac06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3097 | 2025.01.28 17:43:51.278498 [ 254 ] {c3eef510-df1c-42ab-ac33-180ebd0ac06b} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3098 | 2025.01.28 17:43:51.278546 [ 254 ] {c3eef510-df1c-42ab-ac33-180ebd0ac06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3099 | 2025.01.28 17:43:51.278933 [ 254 ] {c3eef510-df1c-42ab-ac33-180ebd0ac06b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3100 | 2025.01.28 17:43:51.279184 [ 254 ] {c3eef510-df1c-42ab-ac33-180ebd0ac06b} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3101 | 2025.01.28 17:43:51.279403 [ 254 ] {c3eef510-df1c-42ab-ac33-180ebd0ac06b} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.00171 sec., 11695.90643274854 rows/sec., 838.36 KiB/sec. | ||
| 3102 | 2025.01.28 17:43:51.279460 [ 254 ] {c3eef510-df1c-42ab-ac33-180ebd0ac06b} <Debug> TCPHandler: Processed in 0.001928686 sec. | ||
| 3103 | 2025.01.28 17:43:51.279601 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3104 | 2025.01.28 17:43:51.279752 [ 4 ] {f46abd75-d173-4dba-8be9-783f1943ecf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3105 | 2025.01.28 17:43:51.279813 [ 4 ] {f46abd75-d173-4dba-8be9-783f1943ecf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3106 | 2025.01.28 17:43:51.280504 [ 4 ] {f46abd75-d173-4dba-8be9-783f1943ecf2} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3107 | 2025.01.28 17:43:51.280551 [ 4 ] {f46abd75-d173-4dba-8be9-783f1943ecf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3108 | 2025.01.28 17:43:51.280946 [ 4 ] {f46abd75-d173-4dba-8be9-783f1943ecf2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3109 | 2025.01.28 17:43:51.281181 [ 4 ] {f46abd75-d173-4dba-8be9-783f1943ecf2} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3110 | 2025.01.28 17:43:51.281450 [ 4 ] {f46abd75-d173-4dba-8be9-783f1943ecf2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001708 sec., 8196.721311475409 rows/sec., 574.04 KiB/sec. | ||
| 3111 | 2025.01.28 17:43:51.281585 [ 4 ] {f46abd75-d173-4dba-8be9-783f1943ecf2} <Debug> TCPHandler: Processed in 0.002044298 sec. | ||
| 3112 | 2025.01.28 17:43:51.281715 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3113 | 2025.01.28 17:43:51.281832 [ 254 ] {0c07d4fe-18b7-4530-aceb-4dac79621452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3114 | 2025.01.28 17:43:51.281880 [ 254 ] {0c07d4fe-18b7-4530-aceb-4dac79621452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3115 | 2025.01.28 17:43:51.282466 [ 254 ] {0c07d4fe-18b7-4530-aceb-4dac79621452} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3116 | 2025.01.28 17:43:51.282505 [ 254 ] {0c07d4fe-18b7-4530-aceb-4dac79621452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3117 | 2025.01.28 17:43:51.282880 [ 254 ] {0c07d4fe-18b7-4530-aceb-4dac79621452} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3118 | 2025.01.28 17:43:51.283124 [ 254 ] {0c07d4fe-18b7-4530-aceb-4dac79621452} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3119 | 2025.01.28 17:43:51.283416 [ 254 ] {0c07d4fe-18b7-4530-aceb-4dac79621452} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 511.71 KiB/sec. | ||
| 3120 | 2025.01.28 17:43:51.283542 [ 254 ] {0c07d4fe-18b7-4530-aceb-4dac79621452} <Debug> TCPHandler: Processed in 0.001880605 sec. | ||
| 3121 | 2025.01.28 17:43:51.283683 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3122 | 2025.01.28 17:43:51.283803 [ 4 ] {dab0a193-b31e-4b72-b571-a72137be07e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3123 | 2025.01.28 17:43:51.283852 [ 4 ] {dab0a193-b31e-4b72-b571-a72137be07e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3124 | 2025.01.28 17:43:51.284531 [ 4 ] {dab0a193-b31e-4b72-b571-a72137be07e7} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3125 | 2025.01.28 17:43:51.284568 [ 4 ] {dab0a193-b31e-4b72-b571-a72137be07e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3126 | 2025.01.28 17:43:51.284942 [ 4 ] {dab0a193-b31e-4b72-b571-a72137be07e7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3127 | 2025.01.28 17:43:51.285176 [ 4 ] {dab0a193-b31e-4b72-b571-a72137be07e7} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3128 | 2025.01.28 17:43:51.285347 [ 4 ] {dab0a193-b31e-4b72-b571-a72137be07e7} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001569 sec., 251752.70873167622 rows/sec., 17.88 MiB/sec. | ||
| 3129 | 2025.01.28 17:43:51.285399 [ 4 ] {dab0a193-b31e-4b72-b571-a72137be07e7} <Debug> TCPHandler: Processed in 0.001774863 sec. | ||
| 3130 | 2025.01.28 17:43:51.285539 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3131 | 2025.01.28 17:43:51.285665 [ 254 ] {1fe0f0f2-24ae-4198-b770-459cc597fecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3132 | 2025.01.28 17:43:51.285726 [ 254 ] {1fe0f0f2-24ae-4198-b770-459cc597fecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3133 | 2025.01.28 17:43:51.286314 [ 254 ] {1fe0f0f2-24ae-4198-b770-459cc597fecb} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3134 | 2025.01.28 17:43:51.286360 [ 254 ] {1fe0f0f2-24ae-4198-b770-459cc597fecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3135 | 2025.01.28 17:43:51.286769 [ 254 ] {1fe0f0f2-24ae-4198-b770-459cc597fecb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3136 | 2025.01.28 17:43:51.287015 [ 254 ] {1fe0f0f2-24ae-4198-b770-459cc597fecb} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3137 | 2025.01.28 17:43:51.287306 [ 254 ] {1fe0f0f2-24ae-4198-b770-459cc597fecb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001643 sec., 3651.8563603164944 rows/sec., 190.80 KiB/sec. | ||
| 3138 | 2025.01.28 17:43:51.287432 [ 254 ] {1fe0f0f2-24ae-4198-b770-459cc597fecb} <Debug> TCPHandler: Processed in 0.001951016 sec. | ||
| 3139 | 2025.01.28 17:43:51.287579 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3140 | 2025.01.28 17:43:51.287715 [ 4 ] {f901429a-697f-48c0-8635-451983f96ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3141 | 2025.01.28 17:43:51.287779 [ 4 ] {f901429a-697f-48c0-8635-451983f96ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3142 | 2025.01.28 17:43:51.288439 [ 4 ] {f901429a-697f-48c0-8635-451983f96ec6} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3143 | 2025.01.28 17:43:51.288483 [ 4 ] {f901429a-697f-48c0-8635-451983f96ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3144 | 2025.01.28 17:43:51.288895 [ 4 ] {f901429a-697f-48c0-8635-451983f96ec6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3145 | 2025.01.28 17:43:51.289131 [ 4 ] {f901429a-697f-48c0-8635-451983f96ec6} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3146 | 2025.01.28 17:43:51.289335 [ 4 ] {f901429a-697f-48c0-8635-451983f96ec6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001646 sec., 143985.4191980559 rows/sec., 9.65 MiB/sec. | ||
| 3147 | 2025.01.28 17:43:51.289429 [ 4 ] {f901429a-697f-48c0-8635-451983f96ec6} <Debug> TCPHandler: Processed in 0.001903105 sec. | ||
| 3148 | 2025.01.28 17:43:51.289568 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3149 | 2025.01.28 17:43:51.289752 [ 254 ] {d95746e6-f17c-46c1-bdf3-c2ee9532effa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3150 | 2025.01.28 17:43:51.289850 [ 254 ] {d95746e6-f17c-46c1-bdf3-c2ee9532effa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3151 | 2025.01.28 17:43:51.290706 [ 254 ] {d95746e6-f17c-46c1-bdf3-c2ee9532effa} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3152 | 2025.01.28 17:43:51.290746 [ 254 ] {d95746e6-f17c-46c1-bdf3-c2ee9532effa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3153 | 2025.01.28 17:43:51.291105 [ 254 ] {d95746e6-f17c-46c1-bdf3-c2ee9532effa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3154 | 2025.01.28 17:43:51.291349 [ 254 ] {d95746e6-f17c-46c1-bdf3-c2ee9532effa} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3155 | 2025.01.28 17:43:51.291559 [ 254 ] {d95746e6-f17c-46c1-bdf3-c2ee9532effa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001867 sec., 535.6186395286556 rows/sec., 36.09 KiB/sec. | ||
| 3156 | 2025.01.28 17:43:51.291609 [ 254 ] {d95746e6-f17c-46c1-bdf3-c2ee9532effa} <Debug> TCPHandler: Processed in 0.002098358 sec. | ||
| 3157 | 2025.01.28 17:43:51.291767 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3158 | 2025.01.28 17:43:51.291885 [ 4 ] {763dfaab-4b59-4829-9d13-cb3fed643b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3159 | 2025.01.28 17:43:51.291967 [ 4 ] {763dfaab-4b59-4829-9d13-cb3fed643b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3160 | 2025.01.28 17:43:51.293083 [ 4 ] {763dfaab-4b59-4829-9d13-cb3fed643b56} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3161 | 2025.01.28 17:43:51.293121 [ 4 ] {763dfaab-4b59-4829-9d13-cb3fed643b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3162 | 2025.01.28 17:43:51.293734 [ 4 ] {763dfaab-4b59-4829-9d13-cb3fed643b56} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3163 | 2025.01.28 17:43:51.293995 [ 4 ] {763dfaab-4b59-4829-9d13-cb3fed643b56} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3164 | 2025.01.28 17:43:51.294123 [ 148 ] {} <Debug> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3165 | 2025.01.28 17:43:51.294168 [ 148 ] {} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3166 | 2025.01.28 17:43:51.294192 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3167 | 2025.01.28 17:43:51.294200 [ 4 ] {763dfaab-4b59-4829-9d13-cb3fed643b56} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002337 sec., 5562.687205819427 rows/sec., 9.97 MiB/sec. | ||
| 3168 | 2025.01.28 17:43:51.294717 [ 199 ] {b0b33775-16db-4412-97c6-62e4c39823c0::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 | ||
| 3169 | 2025.01.28 17:43:51.295031 [ 4 ] {763dfaab-4b59-4829-9d13-cb3fed643b56} <Debug> TCPHandler: Processed in 0.003319751 sec. | ||
| 3170 | 2025.01.28 17:43:51.295283 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3171 | 2025.01.28 17:43:51.295443 [ 199 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3172 | 2025.01.28 17:43:51.295455 [ 254 ] {62d2309d-8fcf-41be-ae5e-17c6ec1fe466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3173 | 2025.01.28 17:43:51.295527 [ 254 ] {62d2309d-8fcf-41be-ae5e-17c6ec1fe466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3174 | 2025.01.28 17:43:51.295530 [ 199 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 66 rows starting from the beginning of the part | ||
| 3175 | 2025.01.28 17:43:51.296260 [ 199 ] {b0b33775-16db-4412-97c6-62e4c39823c0::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 | ||
| 3176 | 2025.01.28 17:43:51.296821 [ 199 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 3177 | 2025.01.28 17:43:51.297395 [ 254 ] {62d2309d-8fcf-41be-ae5e-17c6ec1fe466} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3178 | 2025.01.28 17:43:51.297408 [ 199 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part | ||
| 3179 | 2025.01.28 17:43:51.297446 [ 254 ] {62d2309d-8fcf-41be-ae5e-17c6ec1fe466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3180 | 2025.01.28 17:43:51.298010 [ 199 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 3181 | 2025.01.28 17:43:51.298605 [ 199 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part | ||
| 3182 | 2025.01.28 17:43:51.298633 [ 254 ] {62d2309d-8fcf-41be-ae5e-17c6ec1fe466} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3183 | 2025.01.28 17:43:51.299233 [ 254 ] {62d2309d-8fcf-41be-ae5e-17c6ec1fe466} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3184 | 2025.01.28 17:43:51.299676 [ 254 ] {62d2309d-8fcf-41be-ae5e-17c6ec1fe466} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00423 sec., 19385.342789598108 rows/sec., 1.23 MiB/sec. | ||
| 3185 | 2025.01.28 17:43:51.300046 [ 254 ] {62d2309d-8fcf-41be-ae5e-17c6ec1fe466} <Debug> TCPHandler: Processed in 0.004894561 sec. | ||
| 3186 | 2025.01.28 17:43:51.302349 [ 196 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 152 rows, containing 19 columns (19 merged, 0 gathered) in 0.008051898 sec., 18877.53670004265 rows/sec., 33.83 MiB/sec. | ||
| 3187 | 2025.01.28 17:43:51.302918 [ 190 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3188 | 2025.01.28 17:43:51.303485 [ 190 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3189 | 2025.01.28 17:43:51.303598 [ 190 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3190 | 2025.01.28 17:43:51.303772 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 3191 | 2025.01.28 17:43:55.329933 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3192 | 2025.01.28 17:43:55.330008 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3193 | 2025.01.28 17:43:55.416495 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3194 | 2025.01.28 17:43:55.417185 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3195 | 2025.01.28 17:43:55.417234 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3196 | 2025.01.28 17:43:55.417796 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3197 | 2025.01.28 17:43:55.418058 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3198 | 2025.01.28 17:43:55.418340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3199 | 2025.01.28 17:43:55.827421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3200 | 2025.01.28 17:43:55.847310 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3201 | 2025.01.28 17:43:55.847355 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3202 | 2025.01.28 17:43:55.854784 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3203 | 2025.01.28 17:43:55.855545 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3204 | 2025.01.28 17:43:55.858099 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3205 | 2025.01.28 17:43:56.268700 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3206 | 2025.01.28 17:43:56.268913 [ 254 ] {7de2f887-bc13-4907-9eef-51af034cfa8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3207 | 2025.01.28 17:43:56.268997 [ 254 ] {7de2f887-bc13-4907-9eef-51af034cfa8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3208 | 2025.01.28 17:43:56.269911 [ 254 ] {7de2f887-bc13-4907-9eef-51af034cfa8c} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3209 | 2025.01.28 17:43:56.269962 [ 254 ] {7de2f887-bc13-4907-9eef-51af034cfa8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3210 | 2025.01.28 17:43:56.270418 [ 254 ] {7de2f887-bc13-4907-9eef-51af034cfa8c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3211 | 2025.01.28 17:43:56.270699 [ 254 ] {7de2f887-bc13-4907-9eef-51af034cfa8c} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3212 | 2025.01.28 17:43:56.271038 [ 254 ] {7de2f887-bc13-4907-9eef-51af034cfa8c} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002184 sec., 49450.54945054945 rows/sec., 4.13 MiB/sec. | ||
| 3213 | 2025.01.28 17:43:56.271122 [ 254 ] {7de2f887-bc13-4907-9eef-51af034cfa8c} <Debug> TCPHandler: Processed in 0.002560278 sec. | ||
| 3214 | 2025.01.28 17:43:56.271416 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3215 | 2025.01.28 17:43:56.271612 [ 4 ] {cdf9d365-7d99-485d-91cf-c8533f8c8fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3216 | 2025.01.28 17:43:56.271688 [ 4 ] {cdf9d365-7d99-485d-91cf-c8533f8c8fd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3217 | 2025.01.28 17:43:56.272441 [ 4 ] {cdf9d365-7d99-485d-91cf-c8533f8c8fd4} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3218 | 2025.01.28 17:43:56.272493 [ 4 ] {cdf9d365-7d99-485d-91cf-c8533f8c8fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3219 | 2025.01.28 17:43:56.272920 [ 4 ] {cdf9d365-7d99-485d-91cf-c8533f8c8fd4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3220 | 2025.01.28 17:43:56.273174 [ 4 ] {cdf9d365-7d99-485d-91cf-c8533f8c8fd4} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3221 | 2025.01.28 17:43:56.273426 [ 4 ] {cdf9d365-7d99-485d-91cf-c8533f8c8fd4} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001862 sec., 13963.480128893663 rows/sec., 1.03 MiB/sec. | ||
| 3222 | 2025.01.28 17:43:56.273620 [ 4 ] {cdf9d365-7d99-485d-91cf-c8533f8c8fd4} <Debug> TCPHandler: Processed in 0.002338112 sec. | ||
| 3223 | 2025.01.28 17:43:56.273838 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3224 | 2025.01.28 17:43:56.273982 [ 254 ] {8387c8ff-bce4-47c1-a932-3fe648a00e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3225 | 2025.01.28 17:43:56.274052 [ 254 ] {8387c8ff-bce4-47c1-a932-3fe648a00e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3226 | 2025.01.28 17:43:56.274858 [ 254 ] {8387c8ff-bce4-47c1-a932-3fe648a00e03} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3227 | 2025.01.28 17:43:56.274899 [ 254 ] {8387c8ff-bce4-47c1-a932-3fe648a00e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3228 | 2025.01.28 17:43:56.275282 [ 254 ] {8387c8ff-bce4-47c1-a932-3fe648a00e03} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3229 | 2025.01.28 17:43:56.275523 [ 254 ] {8387c8ff-bce4-47c1-a932-3fe648a00e03} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3230 | 2025.01.28 17:43:56.275753 [ 254 ] {8387c8ff-bce4-47c1-a932-3fe648a00e03} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001806 sec., 49833.88704318937 rows/sec., 3.89 MiB/sec. | ||
| 3231 | 2025.01.28 17:43:56.275808 [ 254 ] {8387c8ff-bce4-47c1-a932-3fe648a00e03} <Debug> TCPHandler: Processed in 0.002033387 sec. | ||
| 3232 | 2025.01.28 17:43:56.275966 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3233 | 2025.01.28 17:43:56.276099 [ 4 ] {d84c3a92-0767-401a-8595-385b58794864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3234 | 2025.01.28 17:43:56.276156 [ 4 ] {d84c3a92-0767-401a-8595-385b58794864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3235 | 2025.01.28 17:43:56.276766 [ 4 ] {d84c3a92-0767-401a-8595-385b58794864} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3236 | 2025.01.28 17:43:56.276806 [ 4 ] {d84c3a92-0767-401a-8595-385b58794864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3237 | 2025.01.28 17:43:56.277219 [ 4 ] {d84c3a92-0767-401a-8595-385b58794864} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3238 | 2025.01.28 17:43:56.277463 [ 4 ] {d84c3a92-0767-401a-8595-385b58794864} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3239 | 2025.01.28 17:43:56.277718 [ 4 ] {d84c3a92-0767-401a-8595-385b58794864} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001639 sec., 97620.50030506407 rows/sec., 6.80 MiB/sec. | ||
| 3240 | 2025.01.28 17:43:56.277932 [ 4 ] {d84c3a92-0767-401a-8595-385b58794864} <Debug> TCPHandler: Processed in 0.002022647 sec. | ||
| 3241 | 2025.01.28 17:43:56.278116 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3242 | 2025.01.28 17:43:56.278264 [ 254 ] {7ffd2544-591d-4257-be0a-c9d2d3867209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3243 | 2025.01.28 17:43:56.278359 [ 254 ] {7ffd2544-591d-4257-be0a-c9d2d3867209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3244 | 2025.01.28 17:43:56.279611 [ 254 ] {7ffd2544-591d-4257-be0a-c9d2d3867209} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3245 | 2025.01.28 17:43:56.279654 [ 254 ] {7ffd2544-591d-4257-be0a-c9d2d3867209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3246 | 2025.01.28 17:43:56.280321 [ 254 ] {7ffd2544-591d-4257-be0a-c9d2d3867209} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3247 | 2025.01.28 17:43:56.280586 [ 254 ] {7ffd2544-591d-4257-be0a-c9d2d3867209} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3248 | 2025.01.28 17:43:56.280833 [ 254 ] {7ffd2544-591d-4257-be0a-c9d2d3867209} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002603 sec., 9988.474836726855 rows/sec., 17.90 MiB/sec. | ||
| 3249 | 2025.01.28 17:43:56.280929 [ 254 ] {7ffd2544-591d-4257-be0a-c9d2d3867209} <Debug> TCPHandler: Processed in 0.002881763 sec. | ||
| 3250 | 2025.01.28 17:43:56.281094 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3251 | 2025.01.28 17:43:56.281236 [ 4 ] {4566b390-af10-430a-b22d-37da727cdd8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3252 | 2025.01.28 17:43:56.281299 [ 4 ] {4566b390-af10-430a-b22d-37da727cdd8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3253 | 2025.01.28 17:43:56.281864 [ 4 ] {4566b390-af10-430a-b22d-37da727cdd8b} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3254 | 2025.01.28 17:43:56.281904 [ 4 ] {4566b390-af10-430a-b22d-37da727cdd8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3255 | 2025.01.28 17:43:56.282279 [ 4 ] {4566b390-af10-430a-b22d-37da727cdd8b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3256 | 2025.01.28 17:43:56.282527 [ 4 ] {4566b390-af10-430a-b22d-37da727cdd8b} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3257 | 2025.01.28 17:43:56.282732 [ 4 ] {4566b390-af10-430a-b22d-37da727cdd8b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec. | ||
| 3258 | 2025.01.28 17:43:56.282783 [ 4 ] {4566b390-af10-430a-b22d-37da727cdd8b} <Debug> TCPHandler: Processed in 0.001756723 sec. | ||
| 3259 | 2025.01.28 17:43:56.693069 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3260 | 2025.01.28 17:43:56.693273 [ 254 ] {8457311f-534f-49db-887d-1eb85d5e85fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3261 | 2025.01.28 17:43:56.693355 [ 254 ] {8457311f-534f-49db-887d-1eb85d5e85fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3262 | 2025.01.28 17:43:56.694169 [ 254 ] {8457311f-534f-49db-887d-1eb85d5e85fc} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3263 | 2025.01.28 17:43:56.694220 [ 254 ] {8457311f-534f-49db-887d-1eb85d5e85fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3264 | 2025.01.28 17:43:56.694638 [ 254 ] {8457311f-534f-49db-887d-1eb85d5e85fc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3265 | 2025.01.28 17:43:56.694895 [ 254 ] {8457311f-534f-49db-887d-1eb85d5e85fc} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3266 | 2025.01.28 17:43:56.695087 [ 142 ] {} <Debug> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3267 | 2025.01.28 17:43:56.695151 [ 254 ] {8457311f-534f-49db-887d-1eb85d5e85fc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001934 sec., 7238.8831437435365 rows/sec., 521.10 KiB/sec. | ||
| 3268 | 2025.01.28 17:43:56.695178 [ 142 ] {} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3269 | 2025.01.28 17:43:56.695244 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3270 | 2025.01.28 17:43:56.695299 [ 254 ] {8457311f-534f-49db-887d-1eb85d5e85fc} <Debug> TCPHandler: Processed in 0.002366664 sec. | ||
| 3271 | 2025.01.28 17:43:56.695481 [ 196 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 3272 | 2025.01.28 17:43:56.695588 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3273 | 2025.01.28 17:43:56.695666 [ 196 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3274 | 2025.01.28 17:43:56.695718 [ 196 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 3275 | 2025.01.28 17:43:56.695774 [ 4 ] {9cdd39e5-b00c-4334-bd64-58f72f81472a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3276 | 2025.01.28 17:43:56.695823 [ 196 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 3277 | 2025.01.28 17:43:56.695864 [ 4 ] {9cdd39e5-b00c-4334-bd64-58f72f81472a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3278 | 2025.01.28 17:43:56.696106 [ 196 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 3279 | 2025.01.28 17:43:56.696327 [ 196 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 3280 | 2025.01.28 17:43:56.696513 [ 196 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 3281 | 2025.01.28 17:43:56.697959 [ 196 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002588037 sec., 27047.526754833874 rows/sec., 2.00 MiB/sec. | ||
| 3282 | 2025.01.28 17:43:56.698151 [ 190 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3283 | 2025.01.28 17:43:56.698414 [ 4 ] {9cdd39e5-b00c-4334-bd64-58f72f81472a} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3284 | 2025.01.28 17:43:56.698492 [ 4 ] {9cdd39e5-b00c-4334-bd64-58f72f81472a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3285 | 2025.01.28 17:43:56.698702 [ 190 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_9_2} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3286 | 2025.01.28 17:43:56.698909 [ 190 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_9_2} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3287 | 2025.01.28 17:43:56.699073 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3288 | 2025.01.28 17:43:56.699316 [ 4 ] {9cdd39e5-b00c-4334-bd64-58f72f81472a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3289 | 2025.01.28 17:43:56.699573 [ 4 ] {9cdd39e5-b00c-4334-bd64-58f72f81472a} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3290 | 2025.01.28 17:43:56.699736 [ 142 ] {} <Debug> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3291 | 2025.01.28 17:43:56.699799 [ 142 ] {} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3292 | 2025.01.28 17:43:56.699829 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3293 | 2025.01.28 17:43:56.699849 [ 4 ] {9cdd39e5-b00c-4334-bd64-58f72f81472a} <Debug> executeQuery: Read 1369 rows, 116.63 KiB in 0.004125 sec., 331878.78787878784 rows/sec., 27.61 MiB/sec. | ||
| 3294 | 2025.01.28 17:43:56.700091 [ 4 ] {9cdd39e5-b00c-4334-bd64-58f72f81472a} <Debug> TCPHandler: Processed in 0.004630605 sec. | ||
| 3295 | 2025.01.28 17:43:56.700121 [ 195 ] {61375398-9c48-4855-9de8-220e31c90150::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 | ||
| 3296 | 2025.01.28 17:43:56.700279 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3297 | 2025.01.28 17:43:56.700290 [ 195 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3298 | 2025.01.28 17:43:56.700334 [ 195 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1417 rows starting from the beginning of the part | ||
| 3299 | 2025.01.28 17:43:56.700490 [ 254 ] {a0433094-5420-47d7-a600-f4642d20139c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3300 | 2025.01.28 17:43:56.700536 [ 195 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 229 rows starting from the beginning of the part | ||
| 3301 | 2025.01.28 17:43:56.700630 [ 254 ] {a0433094-5420-47d7-a600-f4642d20139c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3302 | 2025.01.28 17:43:56.700877 [ 195 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 108 rows starting from the beginning of the part | ||
| 3303 | 2025.01.28 17:43:56.701243 [ 195 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 229 rows starting from the beginning of the part | ||
| 3304 | 2025.01.28 17:43:56.701590 [ 195 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 108 rows starting from the beginning of the part | ||
| 3305 | 2025.01.28 17:43:56.701960 [ 195 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1369 rows starting from the beginning of the part | ||
| 3306 | 2025.01.28 17:43:56.703065 [ 254 ] {a0433094-5420-47d7-a600-f4642d20139c} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3307 | 2025.01.28 17:43:56.703108 [ 254 ] {a0433094-5420-47d7-a600-f4642d20139c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3308 | 2025.01.28 17:43:56.703703 [ 254 ] {a0433094-5420-47d7-a600-f4642d20139c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3309 | 2025.01.28 17:43:56.703993 [ 254 ] {a0433094-5420-47d7-a600-f4642d20139c} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3310 | 2025.01.28 17:43:56.704235 [ 254 ] {a0433094-5420-47d7-a600-f4642d20139c} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.003848 sec., 5197.505197505197 rows/sec., 372.56 KiB/sec. | ||
| 3311 | 2025.01.28 17:43:56.704316 [ 254 ] {a0433094-5420-47d7-a600-f4642d20139c} <Debug> TCPHandler: Processed in 0.004109725 sec. | ||
| 3312 | 2025.01.28 17:43:56.704493 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3313 | 2025.01.28 17:43:56.704799 [ 4 ] {26289719-dc28-41f1-a63e-5a858798b96d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3314 | 2025.01.28 17:43:56.704812 [ 195 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3460 rows, containing 5 columns (5 merged, 0 gathered) in 0.004895991 sec., 706700.6454872977 rows/sec., 61.96 MiB/sec. | ||
| 3315 | 2025.01.28 17:43:56.704875 [ 4 ] {26289719-dc28-41f1-a63e-5a858798b96d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3316 | 2025.01.28 17:43:56.705070 [ 195 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3317 | 2025.01.28 17:43:56.705654 [ 195 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_21_4} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3318 | 2025.01.28 17:43:56.705849 [ 195 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_21_4} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3319 | 2025.01.28 17:43:56.706014 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 3320 | 2025.01.28 17:43:56.706220 [ 4 ] {26289719-dc28-41f1-a63e-5a858798b96d} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3321 | 2025.01.28 17:43:56.706265 [ 4 ] {26289719-dc28-41f1-a63e-5a858798b96d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3322 | 2025.01.28 17:43:56.706633 [ 4 ] {26289719-dc28-41f1-a63e-5a858798b96d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3323 | 2025.01.28 17:43:56.706869 [ 4 ] {26289719-dc28-41f1-a63e-5a858798b96d} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3324 | 2025.01.28 17:43:56.707097 [ 4 ] {26289719-dc28-41f1-a63e-5a858798b96d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002368 sec., 102195.94594594595 rows/sec., 6.92 MiB/sec. | ||
| 3325 | 2025.01.28 17:43:56.707196 [ 4 ] {26289719-dc28-41f1-a63e-5a858798b96d} <Debug> TCPHandler: Processed in 0.002786142 sec. | ||
| 3326 | 2025.01.28 17:43:56.707360 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3327 | 2025.01.28 17:43:56.707503 [ 254 ] {b42601aa-6614-4d80-b264-38b420eeb2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3328 | 2025.01.28 17:43:56.707563 [ 254 ] {b42601aa-6614-4d80-b264-38b420eeb2cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3329 | 2025.01.28 17:43:56.708202 [ 254 ] {b42601aa-6614-4d80-b264-38b420eeb2cc} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3330 | 2025.01.28 17:43:56.708243 [ 254 ] {b42601aa-6614-4d80-b264-38b420eeb2cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3331 | 2025.01.28 17:43:56.708605 [ 254 ] {b42601aa-6614-4d80-b264-38b420eeb2cc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3332 | 2025.01.28 17:43:56.708846 [ 254 ] {b42601aa-6614-4d80-b264-38b420eeb2cc} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3333 | 2025.01.28 17:43:56.709008 [ 142 ] {} <Debug> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3334 | 2025.01.28 17:43:56.709073 [ 142 ] {} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3335 | 2025.01.28 17:43:56.709112 [ 254 ] {b42601aa-6614-4d80-b264-38b420eeb2cc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001635 sec., 7951.070336391437 rows/sec., 495.75 KiB/sec. | ||
| 3336 | 2025.01.28 17:43:56.709122 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3337 | 2025.01.28 17:43:56.709339 [ 254 ] {b42601aa-6614-4d80-b264-38b420eeb2cc} <Debug> TCPHandler: Processed in 0.002032378 sec. | ||
| 3338 | 2025.01.28 17:43:56.709513 [ 195 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 3339 | 2025.01.28 17:43:56.709643 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3340 | 2025.01.28 17:43:56.709968 [ 195 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3341 | 2025.01.28 17:43:56.709976 [ 4 ] {56c9d2db-eab3-4992-a0a9-6dd704982553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3342 | 2025.01.28 17:43:56.710031 [ 195 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 3343 | 2025.01.28 17:43:56.710097 [ 4 ] {56c9d2db-eab3-4992-a0a9-6dd704982553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3344 | 2025.01.28 17:43:56.710364 [ 195 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 3345 | 2025.01.28 17:43:56.710754 [ 195 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 3346 | 2025.01.28 17:43:56.711106 [ 195 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 3347 | 2025.01.28 17:43:56.711486 [ 195 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 3348 | 2025.01.28 17:43:56.713548 [ 4 ] {56c9d2db-eab3-4992-a0a9-6dd704982553} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3349 | 2025.01.28 17:43:56.713558 [ 196 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00431013 sec., 15080.751624660974 rows/sec., 999.19 KiB/sec. | ||
| 3350 | 2025.01.28 17:43:56.713597 [ 4 ] {56c9d2db-eab3-4992-a0a9-6dd704982553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3351 | 2025.01.28 17:43:56.713771 [ 195 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3352 | 2025.01.28 17:43:56.714269 [ 195 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_9_2} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3353 | 2025.01.28 17:43:56.714393 [ 195 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_9_2} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3354 | 2025.01.28 17:43:56.714406 [ 4 ] {56c9d2db-eab3-4992-a0a9-6dd704982553} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3355 | 2025.01.28 17:43:56.714512 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 3356 | 2025.01.28 17:43:56.714760 [ 4 ] {56c9d2db-eab3-4992-a0a9-6dd704982553} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3357 | 2025.01.28 17:43:56.714925 [ 142 ] {} <Debug> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3358 | 2025.01.28 17:43:56.714988 [ 142 ] {} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3359 | 2025.01.28 17:43:56.715027 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3360 | 2025.01.28 17:43:56.715039 [ 4 ] {56c9d2db-eab3-4992-a0a9-6dd704982553} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.005153 sec., 165146.51659227637 rows/sec., 11.94 MiB/sec. | ||
| 3361 | 2025.01.28 17:43:56.715459 [ 4 ] {56c9d2db-eab3-4992-a0a9-6dd704982553} <Debug> TCPHandler: Processed in 0.005988761 sec. | ||
| 3362 | 2025.01.28 17:43:56.715490 [ 186 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::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 | ||
| 3363 | 2025.01.28 17:43:56.715852 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3364 | 2025.01.28 17:43:56.715926 [ 186 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3365 | 2025.01.28 17:43:56.715973 [ 186 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 894 rows starting from the beginning of the part | ||
| 3366 | 2025.01.28 17:43:56.716090 [ 254 ] {25134fa6-f6ea-4fe0-b654-b296f4870d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3367 | 2025.01.28 17:43:56.716237 [ 186 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 404 rows starting from the beginning of the part | ||
| 3368 | 2025.01.28 17:43:56.716357 [ 254 ] {25134fa6-f6ea-4fe0-b654-b296f4870d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3369 | 2025.01.28 17:43:56.716578 [ 186 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 90 rows starting from the beginning of the part | ||
| 3370 | 2025.01.28 17:43:56.716890 [ 186 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 395 rows starting from the beginning of the part | ||
| 3371 | 2025.01.28 17:43:56.717260 [ 186 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 90 rows starting from the beginning of the part | ||
| 3372 | 2025.01.28 17:43:56.717571 [ 186 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 851 rows starting from the beginning of the part | ||
| 3373 | 2025.01.28 17:43:56.718736 [ 254 ] {25134fa6-f6ea-4fe0-b654-b296f4870d4c} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3374 | 2025.01.28 17:43:56.718799 [ 254 ] {25134fa6-f6ea-4fe0-b654-b296f4870d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3375 | 2025.01.28 17:43:56.719826 [ 254 ] {25134fa6-f6ea-4fe0-b654-b296f4870d4c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3376 | 2025.01.28 17:43:56.720220 [ 254 ] {25134fa6-f6ea-4fe0-b654-b296f4870d4c} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3377 | 2025.01.28 17:43:56.720469 [ 254 ] {25134fa6-f6ea-4fe0-b654-b296f4870d4c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004439 sec., 1351.6557783284522 rows/sec., 70.62 KiB/sec. | ||
| 3378 | 2025.01.28 17:43:56.720634 [ 254 ] {25134fa6-f6ea-4fe0-b654-b296f4870d4c} <Debug> TCPHandler: Processed in 0.005042153 sec. | ||
| 3379 | 2025.01.28 17:43:56.720905 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3380 | 2025.01.28 17:43:56.721033 [ 195 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2724 rows, containing 5 columns (5 merged, 0 gathered) in 0.005915498 sec., 460485.3217767972 rows/sec., 35.11 MiB/sec. | ||
| 3381 | 2025.01.28 17:43:56.721126 [ 4 ] {32b5988b-7e2b-4442-ade4-a21620d31223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3382 | 2025.01.28 17:43:56.721229 [ 4 ] {32b5988b-7e2b-4442-ade4-a21620d31223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3383 | 2025.01.28 17:43:56.721332 [ 195 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3384 | 2025.01.28 17:43:56.721939 [ 195 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_21_4} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3385 | 2025.01.28 17:43:56.722018 [ 195 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_21_4} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3386 | 2025.01.28 17:43:56.722144 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3387 | 2025.01.28 17:43:56.722500 [ 4 ] {32b5988b-7e2b-4442-ade4-a21620d31223} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3388 | 2025.01.28 17:43:56.722544 [ 4 ] {32b5988b-7e2b-4442-ade4-a21620d31223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3389 | 2025.01.28 17:43:56.722993 [ 4 ] {32b5988b-7e2b-4442-ade4-a21620d31223} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3390 | 2025.01.28 17:43:56.723244 [ 4 ] {32b5988b-7e2b-4442-ade4-a21620d31223} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3391 | 2025.01.28 17:43:56.723400 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3392 | 2025.01.28 17:43:56.723463 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3393 | 2025.01.28 17:43:56.723502 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3394 | 2025.01.28 17:43:56.723509 [ 4 ] {32b5988b-7e2b-4442-ade4-a21620d31223} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.00243 sec., 393004.11522633745 rows/sec., 26.11 MiB/sec. | ||
| 3395 | 2025.01.28 17:43:56.723731 [ 4 ] {32b5988b-7e2b-4442-ade4-a21620d31223} <Debug> TCPHandler: Processed in 0.002987755 sec. | ||
| 3396 | 2025.01.28 17:43:56.723751 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 3397 | 2025.01.28 17:43:56.723945 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3398 | 2025.01.28 17:43:56.723995 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3399 | 2025.01.28 17:43:56.724015 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5490 rows starting from the beginning of the part | ||
| 3400 | 2025.01.28 17:43:56.724268 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 3401 | 2025.01.28 17:43:56.724632 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 3402 | 2025.01.28 17:43:56.724646 [ 254 ] {5bd504fb-121e-43bf-a22a-165fc3828d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3403 | 2025.01.28 17:43:56.724898 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 3404 | 2025.01.28 17:43:56.724940 [ 254 ] {5bd504fb-121e-43bf-a22a-165fc3828d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3405 | 2025.01.28 17:43:56.725189 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3406 | 2025.01.28 17:43:56.725497 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 955 rows starting from the beginning of the part | ||
| 3407 | 2025.01.28 17:43:56.726866 [ 254 ] {5bd504fb-121e-43bf-a22a-165fc3828d40} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3408 | 2025.01.28 17:43:56.726930 [ 254 ] {5bd504fb-121e-43bf-a22a-165fc3828d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3409 | 2025.01.28 17:43:56.727779 [ 254 ] {5bd504fb-121e-43bf-a22a-165fc3828d40} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3410 | 2025.01.28 17:43:56.728331 [ 254 ] {5bd504fb-121e-43bf-a22a-165fc3828d40} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3411 | 2025.01.28 17:43:56.728604 [ 254 ] {5bd504fb-121e-43bf-a22a-165fc3828d40} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004267 sec., 234.35669088352472 rows/sec., 15.79 KiB/sec. | ||
| 3412 | 2025.01.28 17:43:56.728666 [ 254 ] {5bd504fb-121e-43bf-a22a-165fc3828d40} <Debug> TCPHandler: Processed in 0.004826069 sec. | ||
| 3413 | 2025.01.28 17:43:56.728867 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3414 | 2025.01.28 17:43:56.729021 [ 4 ] {42f0514a-b52b-43d6-8d0b-758ef4d41e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3415 | 2025.01.28 17:43:56.729204 [ 4 ] {42f0514a-b52b-43d6-8d0b-758ef4d41e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3416 | 2025.01.28 17:43:56.730029 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7239 rows, containing 5 columns (5 merged, 0 gathered) in 0.006452339 sec., 1121918.7336561207 rows/sec., 75.63 MiB/sec. | ||
| 3417 | 2025.01.28 17:43:56.730658 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3418 | 2025.01.28 17:43:56.731255 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3419 | 2025.01.28 17:43:56.731528 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3420 | 2025.01.28 17:43:56.731749 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 3421 | 2025.01.28 17:43:56.731821 [ 4 ] {42f0514a-b52b-43d6-8d0b-758ef4d41e81} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3422 | 2025.01.28 17:43:56.731865 [ 4 ] {42f0514a-b52b-43d6-8d0b-758ef4d41e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3423 | 2025.01.28 17:43:56.732500 [ 4 ] {42f0514a-b52b-43d6-8d0b-758ef4d41e81} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3424 | 2025.01.28 17:43:56.732761 [ 4 ] {42f0514a-b52b-43d6-8d0b-758ef4d41e81} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3425 | 2025.01.28 17:43:56.732995 [ 4 ] {42f0514a-b52b-43d6-8d0b-758ef4d41e81} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004018 sec., 3235.440517670483 rows/sec., 5.80 MiB/sec. | ||
| 3426 | 2025.01.28 17:43:56.733103 [ 4 ] {42f0514a-b52b-43d6-8d0b-758ef4d41e81} <Debug> TCPHandler: Processed in 0.00433957 sec. | ||
| 3427 | 2025.01.28 17:43:56.733283 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3428 | 2025.01.28 17:43:56.733403 [ 254 ] {ec6d3426-d553-49ad-9c09-9ae6a31278e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3429 | 2025.01.28 17:43:56.733454 [ 254 ] {ec6d3426-d553-49ad-9c09-9ae6a31278e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3430 | 2025.01.28 17:43:56.733948 [ 254 ] {ec6d3426-d553-49ad-9c09-9ae6a31278e5} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3431 | 2025.01.28 17:43:56.733987 [ 254 ] {ec6d3426-d553-49ad-9c09-9ae6a31278e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3432 | 2025.01.28 17:43:56.734362 [ 254 ] {ec6d3426-d553-49ad-9c09-9ae6a31278e5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3433 | 2025.01.28 17:43:56.734606 [ 254 ] {ec6d3426-d553-49ad-9c09-9ae6a31278e5} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3434 | 2025.01.28 17:43:56.734778 [ 142 ] {} <Debug> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3435 | 2025.01.28 17:43:56.734830 [ 142 ] {} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3436 | 2025.01.28 17:43:56.734848 [ 254 ] {ec6d3426-d553-49ad-9c09-9ae6a31278e5} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001461 sec., 23271.73169062286 rows/sec., 1.35 MiB/sec. | ||
| 3437 | 2025.01.28 17:43:56.734865 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3438 | 2025.01.28 17:43:56.734986 [ 254 ] {ec6d3426-d553-49ad-9c09-9ae6a31278e5} <Debug> TCPHandler: Processed in 0.001757832 sec. | ||
| 3439 | 2025.01.28 17:43:56.735058 [ 195 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 3440 | 2025.01.28 17:43:56.735170 [ 195 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3441 | 2025.01.28 17:43:56.735202 [ 195 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 960 rows starting from the beginning of the part | ||
| 3442 | 2025.01.28 17:43:56.735385 [ 195 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3443 | 2025.01.28 17:43:56.735475 [ 195 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 3444 | 2025.01.28 17:43:56.735693 [ 195 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 3445 | 2025.01.28 17:43:56.735844 [ 195 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 3446 | 2025.01.28 17:43:56.736006 [ 195 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 3447 | 2025.01.28 17:43:56.737363 [ 191 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.002377094 sec., 537631.2421805784 rows/sec., 35.03 MiB/sec. | ||
| 3448 | 2025.01.28 17:43:56.737596 [ 192 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3449 | 2025.01.28 17:43:56.737927 [ 192 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_21_4} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3450 | 2025.01.28 17:43:56.738012 [ 192 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_21_4} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3451 | 2025.01.28 17:43:56.738100 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3452 | 2025.01.28 17:43:57.000223 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.67 MiB, peak 179.42 MiB, free memory in arenas 0.00 B, will set to 173.53 MiB (RSS), difference: -1.15 MiB | ||
| 3453 | 2025.01.28 17:44:00.437440 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 498 | ||
| 3454 | 2025.01.28 17:44:00.441065 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3455 | 2025.01.28 17:44:00.441118 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3456 | 2025.01.28 17:44:00.442639 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3457 | 2025.01.28 17:44:00.442950 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3458 | 2025.01.28 17:44:00.443965 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 498 | ||
| 3459 | 2025.01.28 17:44:01.266479 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3460 | 2025.01.28 17:44:01.266674 [ 254 ] {e74e0278-661d-42d5-ab03-694977678357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3461 | 2025.01.28 17:44:01.266747 [ 254 ] {e74e0278-661d-42d5-ab03-694977678357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3462 | 2025.01.28 17:44:01.267537 [ 254 ] {e74e0278-661d-42d5-ab03-694977678357} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3463 | 2025.01.28 17:44:01.267588 [ 254 ] {e74e0278-661d-42d5-ab03-694977678357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3464 | 2025.01.28 17:44:01.268024 [ 254 ] {e74e0278-661d-42d5-ab03-694977678357} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3465 | 2025.01.28 17:44:01.268277 [ 254 ] {e74e0278-661d-42d5-ab03-694977678357} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3466 | 2025.01.28 17:44:01.268510 [ 254 ] {e74e0278-661d-42d5-ab03-694977678357} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001892 sec., 29598.308668076108 rows/sec., 2.26 MiB/sec. | ||
| 3467 | 2025.01.28 17:44:01.268568 [ 254 ] {e74e0278-661d-42d5-ab03-694977678357} <Debug> TCPHandler: Processed in 0.002222051 sec. | ||
| 3468 | 2025.01.28 17:44:01.268828 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3469 | 2025.01.28 17:44:01.269025 [ 4 ] {9455ccd1-c5bd-42e0-bf29-6a2325cb8787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3470 | 2025.01.28 17:44:01.269103 [ 4 ] {9455ccd1-c5bd-42e0-bf29-6a2325cb8787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3471 | 2025.01.28 17:44:01.269902 [ 4 ] {9455ccd1-c5bd-42e0-bf29-6a2325cb8787} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3472 | 2025.01.28 17:44:01.269957 [ 4 ] {9455ccd1-c5bd-42e0-bf29-6a2325cb8787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3473 | 2025.01.28 17:44:01.270404 [ 4 ] {9455ccd1-c5bd-42e0-bf29-6a2325cb8787} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3474 | 2025.01.28 17:44:01.270665 [ 4 ] {9455ccd1-c5bd-42e0-bf29-6a2325cb8787} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3475 | 2025.01.28 17:44:01.270933 [ 4 ] {9455ccd1-c5bd-42e0-bf29-6a2325cb8787} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001958 sec., 32686.414708886616 rows/sec., 2.55 MiB/sec. | ||
| 3476 | 2025.01.28 17:44:01.271136 [ 4 ] {9455ccd1-c5bd-42e0-bf29-6a2325cb8787} <Debug> TCPHandler: Processed in 0.002439195 sec. | ||
| 3477 | 2025.01.28 17:44:01.271347 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3478 | 2025.01.28 17:44:01.271489 [ 254 ] {06c90a92-eba9-49a1-bbea-a7088bc1e0db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3479 | 2025.01.28 17:44:01.271554 [ 254 ] {06c90a92-eba9-49a1-bbea-a7088bc1e0db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3480 | 2025.01.28 17:44:01.272197 [ 254 ] {06c90a92-eba9-49a1-bbea-a7088bc1e0db} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3481 | 2025.01.28 17:44:01.272236 [ 254 ] {06c90a92-eba9-49a1-bbea-a7088bc1e0db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3482 | 2025.01.28 17:44:01.272639 [ 254 ] {06c90a92-eba9-49a1-bbea-a7088bc1e0db} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3483 | 2025.01.28 17:44:01.272880 [ 254 ] {06c90a92-eba9-49a1-bbea-a7088bc1e0db} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3484 | 2025.01.28 17:44:01.273126 [ 254 ] {06c90a92-eba9-49a1-bbea-a7088bc1e0db} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001663 sec., 76969.33253156945 rows/sec., 5.36 MiB/sec. | ||
| 3485 | 2025.01.28 17:44:01.273249 [ 254 ] {06c90a92-eba9-49a1-bbea-a7088bc1e0db} <Debug> TCPHandler: Processed in 0.001972067 sec. | ||
| 3486 | 2025.01.28 17:44:01.273493 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3487 | 2025.01.28 17:44:01.273627 [ 4 ] {6bd92068-b865-4d7d-b93c-276663696c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3488 | 2025.01.28 17:44:01.273687 [ 4 ] {6bd92068-b865-4d7d-b93c-276663696c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3489 | 2025.01.28 17:44:01.274297 [ 4 ] {6bd92068-b865-4d7d-b93c-276663696c03} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3490 | 2025.01.28 17:44:01.274340 [ 4 ] {6bd92068-b865-4d7d-b93c-276663696c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3491 | 2025.01.28 17:44:01.274757 [ 4 ] {6bd92068-b865-4d7d-b93c-276663696c03} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3492 | 2025.01.28 17:44:01.275005 [ 4 ] {6bd92068-b865-4d7d-b93c-276663696c03} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3493 | 2025.01.28 17:44:01.275216 [ 4 ] {6bd92068-b865-4d7d-b93c-276663696c03} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00162 sec., 29629.62962962963 rows/sec., 2.00 MiB/sec. | ||
| 3494 | 2025.01.28 17:44:01.275271 [ 4 ] {6bd92068-b865-4d7d-b93c-276663696c03} <Debug> TCPHandler: Processed in 0.001865824 sec. | ||
| 3495 | 2025.01.28 17:44:02.918453 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3496 | 2025.01.28 17:44:02.919094 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3497 | 2025.01.28 17:44:02.919134 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3498 | 2025.01.28 17:44:02.919657 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3499 | 2025.01.28 17:44:02.919914 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3500 | 2025.01.28 17:44:02.920169 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3501 | 2025.01.28 17:44:03.358159 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 3502 | 2025.01.28 17:44:03.379167 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3503 | 2025.01.28 17:44:03.379233 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3504 | 2025.01.28 17:44:03.386888 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3505 | 2025.01.28 17:44:03.387723 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3506 | 2025.01.28 17:44:03.391363 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 3507 | 2025.01.28 17:44:06.269297 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3508 | 2025.01.28 17:44:06.269594 [ 254 ] {7271dffd-55c7-4c9b-af05-77be53e949df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3509 | 2025.01.28 17:44:06.269709 [ 254 ] {7271dffd-55c7-4c9b-af05-77be53e949df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3510 | 2025.01.28 17:44:06.270670 [ 254 ] {7271dffd-55c7-4c9b-af05-77be53e949df} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3511 | 2025.01.28 17:44:06.270710 [ 254 ] {7271dffd-55c7-4c9b-af05-77be53e949df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3512 | 2025.01.28 17:44:06.271159 [ 254 ] {7271dffd-55c7-4c9b-af05-77be53e949df} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3513 | 2025.01.28 17:44:06.271406 [ 254 ] {7271dffd-55c7-4c9b-af05-77be53e949df} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3514 | 2025.01.28 17:44:06.271634 [ 254 ] {7271dffd-55c7-4c9b-af05-77be53e949df} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002124 sec., 50847.457627118645 rows/sec., 4.25 MiB/sec. | ||
| 3515 | 2025.01.28 17:44:06.271819 [ 254 ] {7271dffd-55c7-4c9b-af05-77be53e949df} <Debug> TCPHandler: Processed in 0.002704849 sec. | ||
| 3516 | 2025.01.28 17:44:06.272109 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3517 | 2025.01.28 17:44:06.272302 [ 4 ] {c4436540-a7fd-4e4b-8cbf-5ea520f2c104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3518 | 2025.01.28 17:44:06.272373 [ 4 ] {c4436540-a7fd-4e4b-8cbf-5ea520f2c104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3519 | 2025.01.28 17:44:06.273089 [ 4 ] {c4436540-a7fd-4e4b-8cbf-5ea520f2c104} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2025.01.28 17:44:06.273133 [ 4 ] {c4436540-a7fd-4e4b-8cbf-5ea520f2c104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3521 | 2025.01.28 17:44:06.273564 [ 4 ] {c4436540-a7fd-4e4b-8cbf-5ea520f2c104} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3522 | 2025.01.28 17:44:06.273819 [ 4 ] {c4436540-a7fd-4e4b-8cbf-5ea520f2c104} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3523 | 2025.01.28 17:44:06.274050 [ 4 ] {c4436540-a7fd-4e4b-8cbf-5ea520f2c104} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001801 sec., 14436.424208772904 rows/sec., 1.06 MiB/sec. | ||
| 3524 | 2025.01.28 17:44:06.274108 [ 4 ] {c4436540-a7fd-4e4b-8cbf-5ea520f2c104} <Debug> TCPHandler: Processed in 0.002138689 sec. | ||
| 3525 | 2025.01.28 17:44:06.274270 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3526 | 2025.01.28 17:44:06.274410 [ 254 ] {b4b70b10-9cc5-46c7-8e0c-b9f7846564fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3527 | 2025.01.28 17:44:06.274467 [ 254 ] {b4b70b10-9cc5-46c7-8e0c-b9f7846564fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3528 | 2025.01.28 17:44:06.275177 [ 254 ] {b4b70b10-9cc5-46c7-8e0c-b9f7846564fe} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3529 | 2025.01.28 17:44:06.275214 [ 254 ] {b4b70b10-9cc5-46c7-8e0c-b9f7846564fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3530 | 2025.01.28 17:44:06.275581 [ 254 ] {b4b70b10-9cc5-46c7-8e0c-b9f7846564fe} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3531 | 2025.01.28 17:44:06.275815 [ 254 ] {b4b70b10-9cc5-46c7-8e0c-b9f7846564fe} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3532 | 2025.01.28 17:44:06.276007 [ 254 ] {b4b70b10-9cc5-46c7-8e0c-b9f7846564fe} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001628 sec., 55282.55528255528 rows/sec., 4.32 MiB/sec. | ||
| 3533 | 2025.01.28 17:44:06.276058 [ 254 ] {b4b70b10-9cc5-46c7-8e0c-b9f7846564fe} <Debug> TCPHandler: Processed in 0.001853975 sec. | ||
| 3534 | 2025.01.28 17:44:06.276242 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3535 | 2025.01.28 17:44:06.276384 [ 4 ] {f931fef5-0144-48bf-8876-f798a0a49f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3536 | 2025.01.28 17:44:06.276449 [ 4 ] {f931fef5-0144-48bf-8876-f798a0a49f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3537 | 2025.01.28 17:44:06.277115 [ 4 ] {f931fef5-0144-48bf-8876-f798a0a49f32} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3538 | 2025.01.28 17:44:06.277154 [ 4 ] {f931fef5-0144-48bf-8876-f798a0a49f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3539 | 2025.01.28 17:44:06.277549 [ 4 ] {f931fef5-0144-48bf-8876-f798a0a49f32} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3540 | 2025.01.28 17:44:06.277791 [ 4 ] {f931fef5-0144-48bf-8876-f798a0a49f32} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3541 | 2025.01.28 17:44:06.277996 [ 4 ] {f931fef5-0144-48bf-8876-f798a0a49f32} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001644 sec., 97323.60097323601 rows/sec., 6.78 MiB/sec. | ||
| 3542 | 2025.01.28 17:44:06.278048 [ 4 ] {f931fef5-0144-48bf-8876-f798a0a49f32} <Debug> TCPHandler: Processed in 0.001876725 sec. | ||
| 3543 | 2025.01.28 17:44:06.278210 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3544 | 2025.01.28 17:44:06.278349 [ 254 ] {01c7548c-6b88-4a25-a91c-d27858fa22af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3545 | 2025.01.28 17:44:06.278442 [ 254 ] {01c7548c-6b88-4a25-a91c-d27858fa22af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3546 | 2025.01.28 17:44:06.279693 [ 254 ] {01c7548c-6b88-4a25-a91c-d27858fa22af} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3547 | 2025.01.28 17:44:06.279732 [ 254 ] {01c7548c-6b88-4a25-a91c-d27858fa22af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3548 | 2025.01.28 17:44:06.280377 [ 254 ] {01c7548c-6b88-4a25-a91c-d27858fa22af} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3549 | 2025.01.28 17:44:06.280632 [ 254 ] {01c7548c-6b88-4a25-a91c-d27858fa22af} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3550 | 2025.01.28 17:44:06.280896 [ 254 ] {01c7548c-6b88-4a25-a91c-d27858fa22af} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002576 sec., 10093.167701863353 rows/sec., 18.09 MiB/sec. | ||
| 3551 | 2025.01.28 17:44:06.281045 [ 254 ] {01c7548c-6b88-4a25-a91c-d27858fa22af} <Debug> TCPHandler: Processed in 0.002903153 sec. | ||
| 3552 | 2025.01.28 17:44:06.281213 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3553 | 2025.01.28 17:44:06.281352 [ 4 ] {2764ac4a-5d00-46f4-87cc-2e9a4dc16279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3554 | 2025.01.28 17:44:06.281414 [ 4 ] {2764ac4a-5d00-46f4-87cc-2e9a4dc16279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3555 | 2025.01.28 17:44:06.282007 [ 4 ] {2764ac4a-5d00-46f4-87cc-2e9a4dc16279} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3556 | 2025.01.28 17:44:06.282055 [ 4 ] {2764ac4a-5d00-46f4-87cc-2e9a4dc16279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3557 | 2025.01.28 17:44:06.282429 [ 4 ] {2764ac4a-5d00-46f4-87cc-2e9a4dc16279} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3558 | 2025.01.28 17:44:06.282685 [ 4 ] {2764ac4a-5d00-46f4-87cc-2e9a4dc16279} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3559 | 2025.01.28 17:44:06.282893 [ 4 ] {2764ac4a-5d00-46f4-87cc-2e9a4dc16279} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec. | ||
| 3560 | 2025.01.28 17:44:06.282943 [ 4 ] {2764ac4a-5d00-46f4-87cc-2e9a4dc16279} <Debug> TCPHandler: Processed in 0.001798903 sec. | ||
| 3561 | 2025.01.28 17:44:08.304361 [ 124 ] {} <Debug> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3562 | 2025.01.28 17:44:08.304435 [ 124 ] {} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3563 | 2025.01.28 17:44:08.304460 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3564 | 2025.01.28 17:44:08.304660 [ 195 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::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 | ||
| 3565 | 2025.01.28 17:44:08.304854 [ 195 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3566 | 2025.01.28 17:44:08.304894 [ 195 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3567 | 2025.01.28 17:44:08.304975 [ 195 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3568 | 2025.01.28 17:44:08.305202 [ 195 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3569 | 2025.01.28 17:44:08.305447 [ 195 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3570 | 2025.01.28 17:44:08.305596 [ 195 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3571 | 2025.01.28 17:44:08.306725 [ 194 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.00218079 sec., 4126.94482274772 rows/sec., 278.09 KiB/sec. | ||
| 3572 | 2025.01.28 17:44:08.306866 [ 195 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3573 | 2025.01.28 17:44:08.307140 [ 195 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_9_2} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3574 | 2025.01.28 17:44:08.307217 [ 195 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_9_2} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3575 | 2025.01.28 17:44:08.307291 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3576 | 2025.01.28 17:44:10.330055 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3577 | 2025.01.28 17:44:10.330135 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3578 | 2025.01.28 17:44:10.420291 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3579 | 2025.01.28 17:44:10.420951 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3580 | 2025.01.28 17:44:10.421003 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3581 | 2025.01.28 17:44:10.421572 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3582 | 2025.01.28 17:44:10.421834 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3583 | 2025.01.28 17:44:10.422045 [ 122 ] {} <Debug> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3584 | 2025.01.28 17:44:10.422102 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3585 | 2025.01.28 17:44:10.422130 [ 122 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3586 | 2025.01.28 17:44:10.422163 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3587 | 2025.01.28 17:44:10.422313 [ 191 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 3588 | 2025.01.28 17:44:10.422491 [ 191 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3589 | 2025.01.28 17:44:10.422541 [ 191 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 3590 | 2025.01.28 17:44:10.422631 [ 191 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 3591 | 2025.01.28 17:44:10.422886 [ 191 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 3592 | 2025.01.28 17:44:10.423097 [ 191 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 3593 | 2025.01.28 17:44:10.423232 [ 191 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 3594 | 2025.01.28 17:44:10.423426 [ 191 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 3595 | 2025.01.28 17:44:10.425240 [ 194 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003003375 sec., 2457568.568693553 rows/sec., 35.16 MiB/sec. | ||
| 3596 | 2025.01.28 17:44:10.425787 [ 194 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3597 | 2025.01.28 17:44:10.426167 [ 194 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_16_3} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3598 | 2025.01.28 17:44:10.426256 [ 194 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_16_3} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3599 | 2025.01.28 17:44:10.426361 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3600 | 2025.01.28 17:44:10.444210 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 518 | ||
| 3601 | 2025.01.28 17:44:10.447006 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3602 | 2025.01.28 17:44:10.447056 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3603 | 2025.01.28 17:44:10.448531 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3604 | 2025.01.28 17:44:10.448862 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3605 | 2025.01.28 17:44:10.449076 [ 122 ] {} <Debug> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3606 | 2025.01.28 17:44:10.449178 [ 122 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3607 | 2025.01.28 17:44:10.449248 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3608 | 2025.01.28 17:44:10.449622 [ 194 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::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 | ||
| 3609 | 2025.01.28 17:44:10.450724 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 518 | ||
| 3610 | 2025.01.28 17:44:10.451098 [ 194 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3611 | 2025.01.28 17:44:10.451267 [ 194 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 314 rows starting from the beginning of the part | ||
| 3612 | 2025.01.28 17:44:10.451909 [ 194 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 3613 | 2025.01.28 17:44:10.452485 [ 194 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part | ||
| 3614 | 2025.01.28 17:44:10.453035 [ 194 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 3615 | 2025.01.28 17:44:10.453605 [ 194 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
| 3616 | 2025.01.28 17:44:10.454191 [ 194 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3617 | 2025.01.28 17:44:10.461722 [ 191 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 72 columns (72 merged, 0 gathered) in 0.012357948 sec., 41916.34404028889 rows/sec., 37.76 MiB/sec. | ||
| 3618 | 2025.01.28 17:44:10.462859 [ 200 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3619 | 2025.01.28 17:44:10.463686 [ 200 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_11_2} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3620 | 2025.01.28 17:44:10.463784 [ 200 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_11_2} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3621 | 2025.01.28 17:44:10.464099 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. | ||
| 3622 | 2025.01.28 17:44:10.891428 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3623 | 2025.01.28 17:44:10.913635 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3624 | 2025.01.28 17:44:10.913697 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3625 | 2025.01.28 17:44:10.921353 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3626 | 2025.01.28 17:44:10.922130 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3627 | 2025.01.28 17:44:10.922437 [ 120 ] {} <Debug> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3628 | 2025.01.28 17:44:10.922519 [ 120 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3629 | 2025.01.28 17:44:10.922571 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3630 | 2025.01.28 17:44:10.922990 [ 194 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 3631 | 2025.01.28 17:44:10.938184 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3632 | 2025.01.28 17:44:10.939441 [ 194 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3633 | 2025.01.28 17:44:10.940612 [ 194 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 3634 | 2025.01.28 17:44:10.945622 [ 194 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 3635 | 2025.01.28 17:44:10.950984 [ 194 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 3636 | 2025.01.28 17:44:10.956163 [ 194 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 3637 | 2025.01.28 17:44:10.961749 [ 194 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3638 | 2025.01.28 17:44:10.966554 [ 194 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3639 | 2025.01.28 17:44:11.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.10 MiB, peak 185.10 MiB, free memory in arenas 0.00 B, will set to 177.30 MiB (RSS), difference: -7.80 MiB | ||
| 3640 | 2025.01.28 17:44:11.003790 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003161878 sec. | ||
| 3641 | 2025.01.28 17:44:11.027755 [ 191 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.105056805 sec., 1151.757851383354 rows/sec., 5.96 MiB/sec. | ||
| 3642 | 2025.01.28 17:44:11.030267 [ 188 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3643 | 2025.01.28 17:44:11.033057 [ 188 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_16_3} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3644 | 2025.01.28 17:44:11.033151 [ 188 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_16_3} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3645 | 2025.01.28 17:44:11.035312 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3646 | 2025.01.28 17:44:11.272304 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3647 | 2025.01.28 17:44:11.272495 [ 254 ] {8d5eae8d-a9f4-4907-b223-a3ea458950ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3648 | 2025.01.28 17:44:11.272568 [ 254 ] {8d5eae8d-a9f4-4907-b223-a3ea458950ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3649 | 2025.01.28 17:44:11.273312 [ 254 ] {8d5eae8d-a9f4-4907-b223-a3ea458950ca} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3650 | 2025.01.28 17:44:11.273360 [ 254 ] {8d5eae8d-a9f4-4907-b223-a3ea458950ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3651 | 2025.01.28 17:44:11.273798 [ 254 ] {8d5eae8d-a9f4-4907-b223-a3ea458950ca} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3652 | 2025.01.28 17:44:11.274087 [ 254 ] {8d5eae8d-a9f4-4907-b223-a3ea458950ca} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3653 | 2025.01.28 17:44:11.274351 [ 254 ] {8d5eae8d-a9f4-4907-b223-a3ea458950ca} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001904 sec., 7352.941176470588 rows/sec., 529.31 KiB/sec. | ||
| 3654 | 2025.01.28 17:44:11.274585 [ 254 ] {8d5eae8d-a9f4-4907-b223-a3ea458950ca} <Debug> TCPHandler: Processed in 0.002405294 sec. | ||
| 3655 | 2025.01.28 17:44:11.274842 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3656 | 2025.01.28 17:44:11.275028 [ 4 ] {5aada0b5-594a-4047-93bd-f7a8d0b19c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3657 | 2025.01.28 17:44:11.275102 [ 4 ] {5aada0b5-594a-4047-93bd-f7a8d0b19c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3658 | 2025.01.28 17:44:11.276049 [ 4 ] {5aada0b5-594a-4047-93bd-f7a8d0b19c60} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3659 | 2025.01.28 17:44:11.276096 [ 4 ] {5aada0b5-594a-4047-93bd-f7a8d0b19c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3660 | 2025.01.28 17:44:11.276563 [ 4 ] {5aada0b5-594a-4047-93bd-f7a8d0b19c60} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3661 | 2025.01.28 17:44:11.276835 [ 4 ] {5aada0b5-594a-4047-93bd-f7a8d0b19c60} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3662 | 2025.01.28 17:44:11.277048 [ 4 ] {5aada0b5-594a-4047-93bd-f7a8d0b19c60} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002047 sec., 111871.03077674644 rows/sec., 9.79 MiB/sec. | ||
| 3663 | 2025.01.28 17:44:11.277115 [ 4 ] {5aada0b5-594a-4047-93bd-f7a8d0b19c60} <Debug> TCPHandler: Processed in 0.002402424 sec. | ||
| 3664 | 2025.01.28 17:44:11.277314 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3665 | 2025.01.28 17:44:11.277458 [ 254 ] {8358eb56-8d35-4181-bd54-a804ca6208da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3666 | 2025.01.28 17:44:11.277518 [ 254 ] {8358eb56-8d35-4181-bd54-a804ca6208da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3667 | 2025.01.28 17:44:11.278220 [ 254 ] {8358eb56-8d35-4181-bd54-a804ca6208da} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3668 | 2025.01.28 17:44:11.278259 [ 254 ] {8358eb56-8d35-4181-bd54-a804ca6208da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3669 | 2025.01.28 17:44:11.278617 [ 254 ] {8358eb56-8d35-4181-bd54-a804ca6208da} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3670 | 2025.01.28 17:44:11.278857 [ 254 ] {8358eb56-8d35-4181-bd54-a804ca6208da} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3671 | 2025.01.28 17:44:11.279027 [ 120 ] {} <Debug> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 3672 | 2025.01.28 17:44:11.279089 [ 254 ] {8358eb56-8d35-4181-bd54-a804ca6208da} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001656 sec., 12077.294685990339 rows/sec., 865.70 KiB/sec. | ||
| 3673 | 2025.01.28 17:44:11.279099 [ 120 ] {} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3674 | 2025.01.28 17:44:11.279191 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3675 | 2025.01.28 17:44:11.279206 [ 254 ] {8358eb56-8d35-4181-bd54-a804ca6208da} <Debug> TCPHandler: Processed in 0.001958087 sec. | ||
| 3676 | 2025.01.28 17:44:11.279458 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3677 | 2025.01.28 17:44:11.279477 [ 193 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 3678 | 2025.01.28 17:44:11.279689 [ 4 ] {0d568664-282d-4e44-b149-6b41f1bab7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3679 | 2025.01.28 17:44:11.279736 [ 193 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3680 | 2025.01.28 17:44:11.279811 [ 193 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 58 rows starting from the beginning of the part | ||
| 3681 | 2025.01.28 17:44:11.279820 [ 4 ] {0d568664-282d-4e44-b149-6b41f1bab7f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3682 | 2025.01.28 17:44:11.280135 [ 193 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3683 | 2025.01.28 17:44:11.280466 [ 193 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 3684 | 2025.01.28 17:44:11.280786 [ 193 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part | ||
| 3685 | 2025.01.28 17:44:11.281171 [ 193 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 3686 | 2025.01.28 17:44:11.281516 [ 193 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part | ||
| 3687 | 2025.01.28 17:44:11.283003 [ 4 ] {0d568664-282d-4e44-b149-6b41f1bab7f9} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3688 | 2025.01.28 17:44:11.283096 [ 4 ] {0d568664-282d-4e44-b149-6b41f1bab7f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3689 | 2025.01.28 17:44:11.284327 [ 4 ] {0d568664-282d-4e44-b149-6b41f1bab7f9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3690 | 2025.01.28 17:44:11.284520 [ 193 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.005223766 sec., 32543.571055824475 rows/sec., 2.45 MiB/sec. | ||
| 3691 | 2025.01.28 17:44:11.284728 [ 193 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 3692 | 2025.01.28 17:44:11.284872 [ 4 ] {0d568664-282d-4e44-b149-6b41f1bab7f9} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3693 | 2025.01.28 17:44:11.285627 [ 4 ] {0d568664-282d-4e44-b149-6b41f1bab7f9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005965 sec., 2347.024308466052 rows/sec., 164.37 KiB/sec. | ||
| 3694 | 2025.01.28 17:44:11.285740 [ 193 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_15_3} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3695 | 2025.01.28 17:44:11.286028 [ 4 ] {0d568664-282d-4e44-b149-6b41f1bab7f9} <Debug> TCPHandler: Processed in 0.006693693 sec. | ||
| 3696 | 2025.01.28 17:44:11.286055 [ 193 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_15_3} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 3697 | 2025.01.28 17:44:11.286222 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3698 | 2025.01.28 17:44:11.286262 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3699 | 2025.01.28 17:44:11.286393 [ 254 ] {f439a3df-600c-412c-8bba-76a4a4526e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3700 | 2025.01.28 17:44:11.286445 [ 254 ] {f439a3df-600c-412c-8bba-76a4a4526e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3701 | 2025.01.28 17:44:11.287073 [ 254 ] {f439a3df-600c-412c-8bba-76a4a4526e21} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3702 | 2025.01.28 17:44:11.287112 [ 254 ] {f439a3df-600c-412c-8bba-76a4a4526e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3703 | 2025.01.28 17:44:11.287486 [ 254 ] {f439a3df-600c-412c-8bba-76a4a4526e21} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3704 | 2025.01.28 17:44:11.287731 [ 254 ] {f439a3df-600c-412c-8bba-76a4a4526e21} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3705 | 2025.01.28 17:44:11.288150 [ 254 ] {f439a3df-600c-412c-8bba-76a4a4526e21} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001691 sec., 7687.75872264932 rows/sec., 479.33 KiB/sec. | ||
| 3706 | 2025.01.28 17:44:11.288410 [ 254 ] {f439a3df-600c-412c-8bba-76a4a4526e21} <Debug> TCPHandler: Processed in 0.002268782 sec. | ||
| 3707 | 2025.01.28 17:44:11.288578 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3708 | 2025.01.28 17:44:11.288726 [ 4 ] {b55cf5e1-ca0c-4e1f-9dd6-afc981c75ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3709 | 2025.01.28 17:44:11.288788 [ 4 ] {b55cf5e1-ca0c-4e1f-9dd6-afc981c75ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3710 | 2025.01.28 17:44:11.289650 [ 4 ] {b55cf5e1-ca0c-4e1f-9dd6-afc981c75ad5} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3711 | 2025.01.28 17:44:11.289691 [ 4 ] {b55cf5e1-ca0c-4e1f-9dd6-afc981c75ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3712 | 2025.01.28 17:44:11.290110 [ 4 ] {b55cf5e1-ca0c-4e1f-9dd6-afc981c75ad5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3713 | 2025.01.28 17:44:11.290365 [ 4 ] {b55cf5e1-ca0c-4e1f-9dd6-afc981c75ad5} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3714 | 2025.01.28 17:44:11.290597 [ 4 ] {b55cf5e1-ca0c-4e1f-9dd6-afc981c75ad5} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001897 sec., 208223.51080653662 rows/sec., 14.79 MiB/sec. | ||
| 3715 | 2025.01.28 17:44:11.290802 [ 4 ] {b55cf5e1-ca0c-4e1f-9dd6-afc981c75ad5} <Debug> TCPHandler: Processed in 0.002289162 sec. | ||
| 3716 | 2025.01.28 17:44:11.290984 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3717 | 2025.01.28 17:44:11.291107 [ 254 ] {c5ffc240-ae56-4d84-a9af-bd362bee970f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3718 | 2025.01.28 17:44:11.291157 [ 254 ] {c5ffc240-ae56-4d84-a9af-bd362bee970f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3719 | 2025.01.28 17:44:11.291667 [ 254 ] {c5ffc240-ae56-4d84-a9af-bd362bee970f} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3720 | 2025.01.28 17:44:11.291705 [ 254 ] {c5ffc240-ae56-4d84-a9af-bd362bee970f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3721 | 2025.01.28 17:44:11.292076 [ 254 ] {c5ffc240-ae56-4d84-a9af-bd362bee970f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3722 | 2025.01.28 17:44:11.292313 [ 254 ] {c5ffc240-ae56-4d84-a9af-bd362bee970f} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3723 | 2025.01.28 17:44:11.292601 [ 254 ] {c5ffc240-ae56-4d84-a9af-bd362bee970f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00151 sec., 3973.5099337748343 rows/sec., 207.60 KiB/sec. | ||
| 3724 | 2025.01.28 17:44:11.292971 [ 254 ] {c5ffc240-ae56-4d84-a9af-bd362bee970f} <Debug> TCPHandler: Processed in 0.002045998 sec. | ||
| 3725 | 2025.01.28 17:44:11.293120 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3726 | 2025.01.28 17:44:11.293258 [ 4 ] {ea3f2c2e-1840-47f2-b92a-1712c59b50d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3727 | 2025.01.28 17:44:11.293327 [ 4 ] {ea3f2c2e-1840-47f2-b92a-1712c59b50d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3728 | 2025.01.28 17:44:11.293941 [ 4 ] {ea3f2c2e-1840-47f2-b92a-1712c59b50d8} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3729 | 2025.01.28 17:44:11.293981 [ 4 ] {ea3f2c2e-1840-47f2-b92a-1712c59b50d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3730 | 2025.01.28 17:44:11.294400 [ 4 ] {ea3f2c2e-1840-47f2-b92a-1712c59b50d8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3731 | 2025.01.28 17:44:11.294685 [ 4 ] {ea3f2c2e-1840-47f2-b92a-1712c59b50d8} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3732 | 2025.01.28 17:44:11.294911 [ 4 ] {ea3f2c2e-1840-47f2-b92a-1712c59b50d8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001695 sec., 139823.00884955752 rows/sec., 9.37 MiB/sec. | ||
| 3733 | 2025.01.28 17:44:11.295045 [ 4 ] {ea3f2c2e-1840-47f2-b92a-1712c59b50d8} <Debug> TCPHandler: Processed in 0.001981826 sec. | ||
| 3734 | 2025.01.28 17:44:11.295200 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3735 | 2025.01.28 17:44:11.295338 [ 254 ] {c4928d42-2c2b-49ee-9a4e-2bc7d58a633f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3736 | 2025.01.28 17:44:11.295399 [ 254 ] {c4928d42-2c2b-49ee-9a4e-2bc7d58a633f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3737 | 2025.01.28 17:44:11.295959 [ 254 ] {c4928d42-2c2b-49ee-9a4e-2bc7d58a633f} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3738 | 2025.01.28 17:44:11.296005 [ 254 ] {c4928d42-2c2b-49ee-9a4e-2bc7d58a633f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3739 | 2025.01.28 17:44:11.296400 [ 254 ] {c4928d42-2c2b-49ee-9a4e-2bc7d58a633f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3740 | 2025.01.28 17:44:11.296636 [ 254 ] {c4928d42-2c2b-49ee-9a4e-2bc7d58a633f} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2025.01.28 17:44:11.296886 [ 254 ] {c4928d42-2c2b-49ee-9a4e-2bc7d58a633f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00157 sec., 636.9426751592357 rows/sec., 42.92 KiB/sec. | ||
| 3742 | 2025.01.28 17:44:11.297028 [ 254 ] {c4928d42-2c2b-49ee-9a4e-2bc7d58a633f} <Debug> TCPHandler: Processed in 0.001888665 sec. | ||
| 3743 | 2025.01.28 17:44:11.297179 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3744 | 2025.01.28 17:44:11.297301 [ 4 ] {2b62cedf-99d6-4755-b478-f5f9cad17da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3745 | 2025.01.28 17:44:11.297381 [ 4 ] {2b62cedf-99d6-4755-b478-f5f9cad17da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3746 | 2025.01.28 17:44:11.298528 [ 4 ] {2b62cedf-99d6-4755-b478-f5f9cad17da9} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3747 | 2025.01.28 17:44:11.298571 [ 4 ] {2b62cedf-99d6-4755-b478-f5f9cad17da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3748 | 2025.01.28 17:44:11.299221 [ 4 ] {2b62cedf-99d6-4755-b478-f5f9cad17da9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3749 | 2025.01.28 17:44:11.299497 [ 4 ] {2b62cedf-99d6-4755-b478-f5f9cad17da9} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3750 | 2025.01.28 17:44:11.299794 [ 4 ] {2b62cedf-99d6-4755-b478-f5f9cad17da9} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002512 sec., 5175.15923566879 rows/sec., 9.27 MiB/sec. | ||
| 3751 | 2025.01.28 17:44:11.299895 [ 4 ] {2b62cedf-99d6-4755-b478-f5f9cad17da9} <Debug> TCPHandler: Processed in 0.00277338 sec. | ||
| 3752 | 2025.01.28 17:44:11.300064 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3753 | 2025.01.28 17:44:11.300201 [ 254 ] {71d30586-9c1f-4885-a2ac-1b69f1a2cddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3754 | 2025.01.28 17:44:11.300259 [ 254 ] {71d30586-9c1f-4885-a2ac-1b69f1a2cddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3755 | 2025.01.28 17:44:11.300844 [ 254 ] {71d30586-9c1f-4885-a2ac-1b69f1a2cddb} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3756 | 2025.01.28 17:44:11.300890 [ 254 ] {71d30586-9c1f-4885-a2ac-1b69f1a2cddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3757 | 2025.01.28 17:44:11.301313 [ 254 ] {71d30586-9c1f-4885-a2ac-1b69f1a2cddb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3758 | 2025.01.28 17:44:11.301549 [ 254 ] {71d30586-9c1f-4885-a2ac-1b69f1a2cddb} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3759 | 2025.01.28 17:44:11.301807 [ 254 ] {71d30586-9c1f-4885-a2ac-1b69f1a2cddb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00163 sec., 50306.74846625767 rows/sec., 3.20 MiB/sec. | ||
| 3760 | 2025.01.28 17:44:11.302007 [ 254 ] {71d30586-9c1f-4885-a2ac-1b69f1a2cddb} <Debug> TCPHandler: Processed in 0.002005687 sec. | ||
| 3761 | 2025.01.28 17:44:12.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.71 MiB, peak 185.10 MiB, free memory in arenas 0.00 B, will set to 177.72 MiB (RSS), difference: 9.01 MiB | ||
| 3762 | 2025.01.28 17:44:16.268763 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3763 | 2025.01.28 17:44:16.268993 [ 254 ] {a95e8c0b-5d63-418a-9ab1-209a252753e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3764 | 2025.01.28 17:44:16.269075 [ 254 ] {a95e8c0b-5d63-418a-9ab1-209a252753e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3765 | 2025.01.28 17:44:16.269857 [ 254 ] {a95e8c0b-5d63-418a-9ab1-209a252753e1} <Trace> oximeter.fields_ipaddr (a9d5056c-2678-40c1-be7d-615613b83ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3766 | 2025.01.28 17:44:16.269909 [ 254 ] {a95e8c0b-5d63-418a-9ab1-209a252753e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3767 | 2025.01.28 17:44:16.270326 [ 254 ] {a95e8c0b-5d63-418a-9ab1-209a252753e1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3768 | 2025.01.28 17:44:16.270576 [ 254 ] {a95e8c0b-5d63-418a-9ab1-209a252753e1} <Trace> oximeter.fields_ipaddr (a9d5056c-2678-40c1-be7d-615613b83ed0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3769 | 2025.01.28 17:44:16.270865 [ 254 ] {a95e8c0b-5d63-418a-9ab1-209a252753e1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00192 sec., 1041.6666666666667 rows/sec., 84.94 KiB/sec. | ||
| 3770 | 2025.01.28 17:44:16.270995 [ 254 ] {a95e8c0b-5d63-418a-9ab1-209a252753e1} <Debug> TCPHandler: Processed in 0.002377463 sec. | ||
| 3771 | 2025.01.28 17:44:16.271273 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3772 | 2025.01.28 17:44:16.271465 [ 4 ] {e51d2bb3-89f7-4a16-a115-73e01b322b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3773 | 2025.01.28 17:44:16.271539 [ 4 ] {e51d2bb3-89f7-4a16-a115-73e01b322b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3774 | 2025.01.28 17:44:16.272324 [ 4 ] {e51d2bb3-89f7-4a16-a115-73e01b322b8e} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3775 | 2025.01.28 17:44:16.272367 [ 4 ] {e51d2bb3-89f7-4a16-a115-73e01b322b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3776 | 2025.01.28 17:44:16.272829 [ 4 ] {e51d2bb3-89f7-4a16-a115-73e01b322b8e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3777 | 2025.01.28 17:44:16.273099 [ 4 ] {e51d2bb3-89f7-4a16-a115-73e01b322b8e} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2025.01.28 17:44:16.273339 [ 4 ] {e51d2bb3-89f7-4a16-a115-73e01b322b8e} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001922 sec., 56711.75858480749 rows/sec., 4.74 MiB/sec. | ||
| 3779 | 2025.01.28 17:44:16.273554 [ 4 ] {e51d2bb3-89f7-4a16-a115-73e01b322b8e} <Debug> TCPHandler: Processed in 0.002415574 sec. | ||
| 3780 | 2025.01.28 17:44:16.273724 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3781 | 2025.01.28 17:44:16.273845 [ 254 ] {bff00d29-9cfe-4b4a-8aa8-9404b1fd0e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3782 | 2025.01.28 17:44:16.273893 [ 254 ] {bff00d29-9cfe-4b4a-8aa8-9404b1fd0e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3783 | 2025.01.28 17:44:16.274483 [ 254 ] {bff00d29-9cfe-4b4a-8aa8-9404b1fd0e5e} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3784 | 2025.01.28 17:44:16.274522 [ 254 ] {bff00d29-9cfe-4b4a-8aa8-9404b1fd0e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3785 | 2025.01.28 17:44:16.274887 [ 254 ] {bff00d29-9cfe-4b4a-8aa8-9404b1fd0e5e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3786 | 2025.01.28 17:44:16.275119 [ 254 ] {bff00d29-9cfe-4b4a-8aa8-9404b1fd0e5e} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3787 | 2025.01.28 17:44:16.275335 [ 254 ] {bff00d29-9cfe-4b4a-8aa8-9404b1fd0e5e} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001513 sec., 18506.278916060804 rows/sec., 1.35 MiB/sec. | ||
| 3788 | 2025.01.28 17:44:16.275388 [ 254 ] {bff00d29-9cfe-4b4a-8aa8-9404b1fd0e5e} <Debug> TCPHandler: Processed in 0.001726422 sec. | ||
| 3789 | 2025.01.28 17:44:16.275536 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3790 | 2025.01.28 17:44:16.275679 [ 4 ] {05813aa2-89fc-47c8-8b3c-5842d8e90994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3791 | 2025.01.28 17:44:16.275737 [ 4 ] {05813aa2-89fc-47c8-8b3c-5842d8e90994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3792 | 2025.01.28 17:44:16.276448 [ 4 ] {05813aa2-89fc-47c8-8b3c-5842d8e90994} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3793 | 2025.01.28 17:44:16.276488 [ 4 ] {05813aa2-89fc-47c8-8b3c-5842d8e90994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3794 | 2025.01.28 17:44:16.276865 [ 4 ] {05813aa2-89fc-47c8-8b3c-5842d8e90994} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3795 | 2025.01.28 17:44:16.277112 [ 4 ] {05813aa2-89fc-47c8-8b3c-5842d8e90994} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3796 | 2025.01.28 17:44:16.277340 [ 4 ] {05813aa2-89fc-47c8-8b3c-5842d8e90994} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001687 sec., 54534.67694131595 rows/sec., 4.26 MiB/sec. | ||
| 3797 | 2025.01.28 17:44:16.277560 [ 4 ] {05813aa2-89fc-47c8-8b3c-5842d8e90994} <Debug> TCPHandler: Processed in 0.002088198 sec. | ||
| 3798 | 2025.01.28 17:44:16.277749 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3799 | 2025.01.28 17:44:16.277887 [ 254 ] {3b40715f-3756-4422-8b32-f2d82837dc4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3800 | 2025.01.28 17:44:16.277949 [ 254 ] {3b40715f-3756-4422-8b32-f2d82837dc4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3801 | 2025.01.28 17:44:16.278582 [ 254 ] {3b40715f-3756-4422-8b32-f2d82837dc4c} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3802 | 2025.01.28 17:44:16.278619 [ 254 ] {3b40715f-3756-4422-8b32-f2d82837dc4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3803 | 2025.01.28 17:44:16.279010 [ 254 ] {3b40715f-3756-4422-8b32-f2d82837dc4c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3804 | 2025.01.28 17:44:16.279241 [ 254 ] {3b40715f-3756-4422-8b32-f2d82837dc4c} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3805 | 2025.01.28 17:44:16.279503 [ 254 ] {3b40715f-3756-4422-8b32-f2d82837dc4c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001643 sec., 97991.47900182594 rows/sec., 6.82 MiB/sec. | ||
| 3806 | 2025.01.28 17:44:16.279688 [ 254 ] {3b40715f-3756-4422-8b32-f2d82837dc4c} <Debug> TCPHandler: Processed in 0.002010467 sec. | ||
| 3807 | 2025.01.28 17:44:16.279883 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3808 | 2025.01.28 17:44:16.280017 [ 4 ] {276714b1-0ef1-4cf9-a009-ac867b1c73ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3809 | 2025.01.28 17:44:16.280106 [ 4 ] {276714b1-0ef1-4cf9-a009-ac867b1c73ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3810 | 2025.01.28 17:44:16.281274 [ 4 ] {276714b1-0ef1-4cf9-a009-ac867b1c73ec} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3811 | 2025.01.28 17:44:16.281313 [ 4 ] {276714b1-0ef1-4cf9-a009-ac867b1c73ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3812 | 2025.01.28 17:44:16.281958 [ 4 ] {276714b1-0ef1-4cf9-a009-ac867b1c73ec} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3813 | 2025.01.28 17:44:16.282212 [ 4 ] {276714b1-0ef1-4cf9-a009-ac867b1c73ec} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3814 | 2025.01.28 17:44:16.282345 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3815 | 2025.01.28 17:44:16.282390 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3816 | 2025.01.28 17:44:16.282413 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3817 | 2025.01.28 17:44:16.282418 [ 4 ] {276714b1-0ef1-4cf9-a009-ac867b1c73ec} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002428 sec., 10708.40197693575 rows/sec., 19.19 MiB/sec. | ||
| 3818 | 2025.01.28 17:44:16.282759 [ 191 ] {b0b33775-16db-4412-97c6-62e4c39823c0::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 | ||
| 3819 | 2025.01.28 17:44:16.282790 [ 4 ] {276714b1-0ef1-4cf9-a009-ac867b1c73ec} <Debug> TCPHandler: Processed in 0.002993845 sec. | ||
| 3820 | 2025.01.28 17:44:16.283016 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3821 | 2025.01.28 17:44:16.283209 [ 254 ] {2dd31e23-2718-4d61-b172-4d65747f60c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3822 | 2025.01.28 17:44:16.283276 [ 191 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3823 | 2025.01.28 17:44:16.283289 [ 254 ] {2dd31e23-2718-4d61-b172-4d65747f60c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3824 | 2025.01.28 17:44:16.283407 [ 191 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 152 rows starting from the beginning of the part | ||
| 3825 | 2025.01.28 17:44:16.284078 [ 191 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 3826 | 2025.01.28 17:44:16.284741 [ 191 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part | ||
| 3827 | 2025.01.28 17:44:16.284824 [ 254 ] {2dd31e23-2718-4d61-b172-4d65747f60c1} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3828 | 2025.01.28 17:44:16.284891 [ 254 ] {2dd31e23-2718-4d61-b172-4d65747f60c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3829 | 2025.01.28 17:44:16.285303 [ 191 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 3830 | 2025.01.28 17:44:16.285851 [ 191 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 3831 | 2025.01.28 17:44:16.285992 [ 254 ] {2dd31e23-2718-4d61-b172-4d65747f60c1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3832 | 2025.01.28 17:44:16.286348 [ 191 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part | ||
| 3833 | 2025.01.28 17:44:16.286719 [ 254 ] {2dd31e23-2718-4d61-b172-4d65747f60c1} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3834 | 2025.01.28 17:44:16.287238 [ 254 ] {2dd31e23-2718-4d61-b172-4d65747f60c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004068 sec., 14749.262536873159 rows/sec., 1017.85 KiB/sec. | ||
| 3835 | 2025.01.28 17:44:16.287652 [ 254 ] {2dd31e23-2718-4d61-b172-4d65747f60c1} <Debug> TCPHandler: Processed in 0.004740257 sec. | ||
| 3836 | 2025.01.28 17:44:16.290811 [ 193 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 19 columns (19 merged, 0 gathered) in 0.008301093 sec., 30839.312365251175 rows/sec., 55.26 MiB/sec. | ||
| 3837 | 2025.01.28 17:44:16.291366 [ 193 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3838 | 2025.01.28 17:44:16.291832 [ 193 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2025.01.28 17:44:16.291924 [ 193 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3840 | 2025.01.28 17:44:16.292094 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 3841 | 2025.01.28 17:44:17.922229 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3842 | 2025.01.28 17:44:17.922897 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3843 | 2025.01.28 17:44:17.922942 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3844 | 2025.01.28 17:44:17.923477 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3845 | 2025.01.28 17:44:17.923741 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3846 | 2025.01.28 17:44:17.923999 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3847 | 2025.01.28 17:44:18.438266 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3848 | 2025.01.28 17:44:18.457091 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3849 | 2025.01.28 17:44:18.457145 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3850 | 2025.01.28 17:44:18.464365 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3851 | 2025.01.28 17:44:18.465097 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3852 | 2025.01.28 17:44:18.467942 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3853 | 2025.01.28 17:44:19.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.34 MiB, peak 185.10 MiB, free memory in arenas 0.00 B, will set to 179.61 MiB (RSS), difference: 1.27 MiB | ||
| 3854 | 2025.01.28 17:44:20.450895 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 554 | ||
| 3855 | 2025.01.28 17:44:20.454154 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3856 | 2025.01.28 17:44:20.454212 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3857 | 2025.01.28 17:44:20.455728 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3858 | 2025.01.28 17:44:20.456062 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3859 | 2025.01.28 17:44:20.456836 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 554 | ||
| 3860 | 2025.01.28 17:44:21.272993 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3861 | 2025.01.28 17:44:21.273207 [ 254 ] {08647892-a622-4029-a2e0-18cc787b3edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3862 | 2025.01.28 17:44:21.273287 [ 254 ] {08647892-a622-4029-a2e0-18cc787b3edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3863 | 2025.01.28 17:44:21.274072 [ 254 ] {08647892-a622-4029-a2e0-18cc787b3edb} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3864 | 2025.01.28 17:44:21.274118 [ 254 ] {08647892-a622-4029-a2e0-18cc787b3edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3865 | 2025.01.28 17:44:21.274544 [ 254 ] {08647892-a622-4029-a2e0-18cc787b3edb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3866 | 2025.01.28 17:44:21.274804 [ 254 ] {08647892-a622-4029-a2e0-18cc787b3edb} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3867 | 2025.01.28 17:44:21.275005 [ 254 ] {08647892-a622-4029-a2e0-18cc787b3edb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001861 sec., 7522.837184309511 rows/sec., 541.54 KiB/sec. | ||
| 3868 | 2025.01.28 17:44:21.275060 [ 254 ] {08647892-a622-4029-a2e0-18cc787b3edb} <Debug> TCPHandler: Processed in 0.00220613 sec. | ||
| 3869 | 2025.01.28 17:44:21.275342 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3870 | 2025.01.28 17:44:21.275554 [ 4 ] {cc7c83ed-ea26-4173-bb8c-ad951564b5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3871 | 2025.01.28 17:44:21.275636 [ 4 ] {cc7c83ed-ea26-4173-bb8c-ad951564b5c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3872 | 2025.01.28 17:44:21.276605 [ 4 ] {cc7c83ed-ea26-4173-bb8c-ad951564b5c5} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3873 | 2025.01.28 17:44:21.276657 [ 4 ] {cc7c83ed-ea26-4173-bb8c-ad951564b5c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3874 | 2025.01.28 17:44:21.277112 [ 4 ] {cc7c83ed-ea26-4173-bb8c-ad951564b5c5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3875 | 2025.01.28 17:44:21.277371 [ 4 ] {cc7c83ed-ea26-4173-bb8c-ad951564b5c5} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3876 | 2025.01.28 17:44:21.277547 [ 107 ] {} <Debug> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3877 | 2025.01.28 17:44:21.277622 [ 107 ] {} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3878 | 2025.01.28 17:44:21.277643 [ 4 ] {cc7c83ed-ea26-4173-bb8c-ad951564b5c5} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002141 sec., 106959.36478281177 rows/sec., 9.36 MiB/sec. | ||
| 3879 | 2025.01.28 17:44:21.277664 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3880 | 2025.01.28 17:44:21.277829 [ 4 ] {cc7c83ed-ea26-4173-bb8c-ad951564b5c5} <Debug> TCPHandler: Processed in 0.002632448 sec. | ||
| 3881 | 2025.01.28 17:44:21.277917 [ 191 ] {61375398-9c48-4855-9de8-220e31c90150::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 | ||
| 3882 | 2025.01.28 17:44:21.278051 [ 191 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3883 | 2025.01.28 17:44:21.278073 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3884 | 2025.01.28 17:44:21.278091 [ 191 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1427 rows starting from the beginning of the part | ||
| 3885 | 2025.01.28 17:44:21.278215 [ 191 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3886 | 2025.01.28 17:44:21.278367 [ 254 ] {1bfa7fa7-2201-4873-8ad0-7f2da486ab46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3887 | 2025.01.28 17:44:21.278622 [ 254 ] {1bfa7fa7-2201-4873-8ad0-7f2da486ab46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3888 | 2025.01.28 17:44:21.278647 [ 191 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 108 rows starting from the beginning of the part | ||
| 3889 | 2025.01.28 17:44:21.279011 [ 191 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 229 rows starting from the beginning of the part | ||
| 3890 | 2025.01.28 17:44:21.279372 [ 191 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 109 rows starting from the beginning of the part | ||
| 3891 | 2025.01.28 17:44:21.279781 [ 191 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 229 rows starting from the beginning of the part | ||
| 3892 | 2025.01.28 17:44:21.280928 [ 254 ] {1bfa7fa7-2201-4873-8ad0-7f2da486ab46} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3893 | 2025.01.28 17:44:21.280977 [ 254 ] {1bfa7fa7-2201-4873-8ad0-7f2da486ab46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3894 | 2025.01.28 17:44:21.281664 [ 254 ] {1bfa7fa7-2201-4873-8ad0-7f2da486ab46} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3895 | 2025.01.28 17:44:21.282018 [ 254 ] {1bfa7fa7-2201-4873-8ad0-7f2da486ab46} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3896 | 2025.01.28 17:44:21.282028 [ 191 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2158 rows, containing 5 columns (5 merged, 0 gathered) in 0.004248068 sec., 507995.6347214781 rows/sec., 44.67 MiB/sec. | ||
| 3897 | 2025.01.28 17:44:21.282231 [ 254 ] {1bfa7fa7-2201-4873-8ad0-7f2da486ab46} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.004001 sec., 4998.750312421895 rows/sec., 358.31 KiB/sec. | ||
| 3898 | 2025.01.28 17:44:21.282326 [ 254 ] {1bfa7fa7-2201-4873-8ad0-7f2da486ab46} <Debug> TCPHandler: Processed in 0.00432509 sec. | ||
| 3899 | 2025.01.28 17:44:21.282409 [ 193 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3900 | 2025.01.28 17:44:21.282521 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3901 | 2025.01.28 17:44:21.282738 [ 4 ] {b34b5427-662d-421a-bd77-1e233448530b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3902 | 2025.01.28 17:44:21.282840 [ 4 ] {b34b5427-662d-421a-bd77-1e233448530b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3903 | 2025.01.28 17:44:21.282893 [ 193 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_26_5} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3904 | 2025.01.28 17:44:21.283119 [ 193 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_26_5} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3905 | 2025.01.28 17:44:21.283301 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 3906 | 2025.01.28 17:44:21.283787 [ 4 ] {b34b5427-662d-421a-bd77-1e233448530b} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3907 | 2025.01.28 17:44:21.283832 [ 4 ] {b34b5427-662d-421a-bd77-1e233448530b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3908 | 2025.01.28 17:44:21.284199 [ 4 ] {b34b5427-662d-421a-bd77-1e233448530b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3909 | 2025.01.28 17:44:21.284443 [ 4 ] {b34b5427-662d-421a-bd77-1e233448530b} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3910 | 2025.01.28 17:44:21.284598 [ 107 ] {} <Debug> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3911 | 2025.01.28 17:44:21.284667 [ 107 ] {} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3912 | 2025.01.28 17:44:21.284711 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3913 | 2025.01.28 17:44:21.284718 [ 4 ] {b34b5427-662d-421a-bd77-1e233448530b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002039 sec., 6866.110838646396 rows/sec., 480.86 KiB/sec. | ||
| 3914 | 2025.01.28 17:44:21.285052 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::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 | ||
| 3915 | 2025.01.28 17:44:21.285112 [ 4 ] {b34b5427-662d-421a-bd77-1e233448530b} <Debug> TCPHandler: Processed in 0.002656229 sec. | ||
| 3916 | 2025.01.28 17:44:21.285412 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3917 | 2025.01.28 17:44:21.285433 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3918 | 2025.01.28 17:44:21.285469 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 3919 | 2025.01.28 17:44:21.285665 [ 254 ] {2611587c-9031-401a-8151-995c1bb5beb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3920 | 2025.01.28 17:44:21.285682 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::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 | ||
| 3921 | 2025.01.28 17:44:21.285829 [ 254 ] {2611587c-9031-401a-8151-995c1bb5beb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3922 | 2025.01.28 17:44:21.286028 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::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 | ||
| 3923 | 2025.01.28 17:44:21.286414 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::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 | ||
| 3924 | 2025.01.28 17:44:21.286713 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::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 | ||
| 3925 | 2025.01.28 17:44:21.287074 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::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 | ||
| 3926 | 2025.01.28 17:44:21.288185 [ 254 ] {2611587c-9031-401a-8151-995c1bb5beb8} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3927 | 2025.01.28 17:44:21.288233 [ 254 ] {2611587c-9031-401a-8151-995c1bb5beb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3928 | 2025.01.28 17:44:21.288790 [ 254 ] {2611587c-9031-401a-8151-995c1bb5beb8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3929 | 2025.01.28 17:44:21.288836 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004054735 sec., 133177.63059731398 rows/sec., 9.54 MiB/sec. | ||
| 3930 | 2025.01.28 17:44:21.288962 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3931 | 2025.01.28 17:44:21.289109 [ 254 ] {2611587c-9031-401a-8151-995c1bb5beb8} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3932 | 2025.01.28 17:44:21.289327 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::all_1_11_2} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3933 | 2025.01.28 17:44:21.289380 [ 254 ] {2611587c-9031-401a-8151-995c1bb5beb8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003841 sec., 3384.535277271544 rows/sec., 211.02 KiB/sec. | ||
| 3934 | 2025.01.28 17:44:21.289416 [ 191 ] {227051be-3f63-4a2c-8091-d3ef3ca4de51::all_1_11_2} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3935 | 2025.01.28 17:44:21.289460 [ 254 ] {2611587c-9031-401a-8151-995c1bb5beb8} <Debug> TCPHandler: Processed in 0.004177027 sec. | ||
| 3936 | 2025.01.28 17:44:21.289513 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 3937 | 2025.01.28 17:44:21.289653 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3938 | 2025.01.28 17:44:21.289807 [ 4 ] {29d1d5bf-1d24-404e-ac60-275f66ae982d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3939 | 2025.01.28 17:44:21.289868 [ 4 ] {29d1d5bf-1d24-404e-ac60-275f66ae982d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3940 | 2025.01.28 17:44:21.290723 [ 4 ] {29d1d5bf-1d24-404e-ac60-275f66ae982d} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3941 | 2025.01.28 17:44:21.290765 [ 4 ] {29d1d5bf-1d24-404e-ac60-275f66ae982d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3942 | 2025.01.28 17:44:21.291160 [ 4 ] {29d1d5bf-1d24-404e-ac60-275f66ae982d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3943 | 2025.01.28 17:44:21.291421 [ 4 ] {29d1d5bf-1d24-404e-ac60-275f66ae982d} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3944 | 2025.01.28 17:44:21.291586 [ 107 ] {} <Debug> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3945 | 2025.01.28 17:44:21.291651 [ 107 ] {} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3946 | 2025.01.28 17:44:21.291687 [ 4 ] {29d1d5bf-1d24-404e-ac60-275f66ae982d} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001912 sec., 206589.9581589958 rows/sec., 14.67 MiB/sec. | ||
| 3947 | 2025.01.28 17:44:21.291695 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3948 | 2025.01.28 17:44:21.291863 [ 4 ] {29d1d5bf-1d24-404e-ac60-275f66ae982d} <Debug> TCPHandler: Processed in 0.002278171 sec. | ||
| 3949 | 2025.01.28 17:44:21.291969 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::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 | ||
| 3950 | 2025.01.28 17:44:21.292045 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3951 | 2025.01.28 17:44:21.292208 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3952 | 2025.01.28 17:44:21.292257 [ 254 ] {2b7d941a-44c6-48f6-b342-0fa02bf26030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3953 | 2025.01.28 17:44:21.292280 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::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 | ||
| 3954 | 2025.01.28 17:44:21.292366 [ 254 ] {2b7d941a-44c6-48f6-b342-0fa02bf26030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3955 | 2025.01.28 17:44:21.292628 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3956 | 2025.01.28 17:44:21.292967 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 90 rows starting from the beginning of the part | ||
| 3957 | 2025.01.28 17:44:21.293291 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 395 rows starting from the beginning of the part | ||
| 3958 | 2025.01.28 17:44:21.293626 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 92 rows starting from the beginning of the part | ||
| 3959 | 2025.01.28 17:44:21.293936 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 395 rows starting from the beginning of the part | ||
| 3960 | 2025.01.28 17:44:21.294903 [ 254 ] {2b7d941a-44c6-48f6-b342-0fa02bf26030} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3961 | 2025.01.28 17:44:21.294980 [ 254 ] {2b7d941a-44c6-48f6-b342-0fa02bf26030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3962 | 2025.01.28 17:44:21.295953 [ 254 ] {2b7d941a-44c6-48f6-b342-0fa02bf26030} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3963 | 2025.01.28 17:44:21.296406 [ 254 ] {2b7d941a-44c6-48f6-b342-0fa02bf26030} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3964 | 2025.01.28 17:44:21.296617 [ 107 ] {} <Debug> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3965 | 2025.01.28 17:44:21.296725 [ 107 ] {} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3966 | 2025.01.28 17:44:21.296796 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3967 | 2025.01.28 17:44:21.296819 [ 254 ] {2b7d941a-44c6-48f6-b342-0fa02bf26030} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004623 sec., 1297.8585334198572 rows/sec., 67.81 KiB/sec. | ||
| 3968 | 2025.01.28 17:44:21.297193 [ 254 ] {2b7d941a-44c6-48f6-b342-0fa02bf26030} <Debug> TCPHandler: Processed in 0.005210416 sec. | ||
| 3969 | 2025.01.28 17:44:21.297316 [ 199 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 3970 | 2025.01.28 17:44:21.297520 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3971 | 2025.01.28 17:44:21.297794 [ 190 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.005934679 sec., 327397.65705946356 rows/sec., 25.05 MiB/sec. | ||
| 3972 | 2025.01.28 17:44:21.297833 [ 199 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3973 | 2025.01.28 17:44:21.297858 [ 4 ] {c0e9ca2f-d840-4f75-8774-5c19f4d7e4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3974 | 2025.01.28 17:44:21.297919 [ 199 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 3975 | 2025.01.28 17:44:21.298030 [ 4 ] {c0e9ca2f-d840-4f75-8774-5c19f4d7e4b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3976 | 2025.01.28 17:44:21.298231 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3977 | 2025.01.28 17:44:21.298519 [ 199 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 3978 | 2025.01.28 17:44:21.299232 [ 199 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 3979 | 2025.01.28 17:44:21.299470 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_26_5} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3980 | 2025.01.28 17:44:21.299871 [ 199 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 3981 | 2025.01.28 17:44:21.299942 [ 193 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_26_5} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3982 | 2025.01.28 17:44:21.300240 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3983 | 2025.01.28 17:44:21.300250 [ 199 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 3984 | 2025.01.28 17:44:21.300581 [ 199 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::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 | ||
| 3985 | 2025.01.28 17:44:21.301478 [ 4 ] {c0e9ca2f-d840-4f75-8774-5c19f4d7e4b3} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3986 | 2025.01.28 17:44:21.301564 [ 4 ] {c0e9ca2f-d840-4f75-8774-5c19f4d7e4b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3987 | 2025.01.28 17:44:21.302754 [ 4 ] {c0e9ca2f-d840-4f75-8774-5c19f4d7e4b3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3988 | 2025.01.28 17:44:21.303044 [ 199 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006110132 sec., 10801.730633642612 rows/sec., 564.35 KiB/sec. | ||
| 3989 | 2025.01.28 17:44:21.303210 [ 199 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3990 | 2025.01.28 17:44:21.303353 [ 4 ] {c0e9ca2f-d840-4f75-8774-5c19f4d7e4b3} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3991 | 2025.01.28 17:44:21.303615 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3992 | 2025.01.28 17:44:21.303715 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3993 | 2025.01.28 17:44:21.303787 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3994 | 2025.01.28 17:44:21.303939 [ 4 ] {c0e9ca2f-d840-4f75-8774-5c19f4d7e4b3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00616 sec., 38474.02597402598 rows/sec., 2.58 MiB/sec. | ||
| 3995 | 2025.01.28 17:44:21.304179 [ 193 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 3996 | 2025.01.28 17:44:21.304176 [ 190 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::all_1_11_2} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3997 | 2025.01.28 17:44:21.304219 [ 4 ] {c0e9ca2f-d840-4f75-8774-5c19f4d7e4b3} <Debug> TCPHandler: Processed in 0.006885507 sec. | ||
| 3998 | 2025.01.28 17:44:21.304558 [ 190 ] {124f273e-f4e5-4ff8-aab8-4f6a35264859::all_1_11_2} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3999 | 2025.01.28 17:44:21.304605 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4000 | 2025.01.28 17:44:21.304616 [ 193 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4001 | 2025.01.28 17:44:21.304756 [ 193 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7239 rows starting from the beginning of the part | ||
| 4002 | 2025.01.28 17:44:21.304830 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4003 | 2025.01.28 17:44:21.305073 [ 254 ] {88ba8dc1-0451-4976-9081-3143aa51ef5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4004 | 2025.01.28 17:44:21.305115 [ 193 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part | ||
| 4005 | 2025.01.28 17:44:21.305248 [ 254 ] {88ba8dc1-0451-4976-9081-3143aa51ef5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4006 | 2025.01.28 17:44:21.305471 [ 193 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 4007 | 2025.01.28 17:44:21.306052 [ 193 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 4008 | 2025.01.28 17:44:21.306434 [ 193 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
| 4009 | 2025.01.28 17:44:21.306724 [ 193 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 4010 | 2025.01.28 17:44:21.307825 [ 254 ] {88ba8dc1-0451-4976-9081-3143aa51ef5c} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4011 | 2025.01.28 17:44:21.307889 [ 254 ] {88ba8dc1-0451-4976-9081-3143aa51ef5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4012 | 2025.01.28 17:44:21.308386 [ 254 ] {88ba8dc1-0451-4976-9081-3143aa51ef5c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4013 | 2025.01.28 17:44:21.308977 [ 254 ] {88ba8dc1-0451-4976-9081-3143aa51ef5c} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4014 | 2025.01.28 17:44:21.309668 [ 254 ] {88ba8dc1-0451-4976-9081-3143aa51ef5c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004792 sec., 208.6811352253756 rows/sec., 14.06 KiB/sec. | ||
| 4015 | 2025.01.28 17:44:21.309836 [ 254 ] {88ba8dc1-0451-4976-9081-3143aa51ef5c} <Debug> TCPHandler: Processed in 0.005455881 sec. | ||
| 4016 | 2025.01.28 17:44:21.310058 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4017 | 2025.01.28 17:44:21.310216 [ 4 ] {701b1bec-8f4c-4b76-948f-08b92dc1fe66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4018 | 2025.01.28 17:44:21.310302 [ 4 ] {701b1bec-8f4c-4b76-948f-08b92dc1fe66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4019 | 2025.01.28 17:44:21.311431 [ 199 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8162 rows, containing 5 columns (5 merged, 0 gathered) in 0.007522129 sec., 1085065.1457851892 rows/sec., 73.26 MiB/sec. | ||
| 4020 | 2025.01.28 17:44:21.312199 [ 199 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4021 | 2025.01.28 17:44:21.312665 [ 4 ] {701b1bec-8f4c-4b76-948f-08b92dc1fe66} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4022 | 2025.01.28 17:44:21.312725 [ 4 ] {701b1bec-8f4c-4b76-948f-08b92dc1fe66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4023 | 2025.01.28 17:44:21.312877 [ 199 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4024 | 2025.01.28 17:44:21.313146 [ 199 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4025 | 2025.01.28 17:44:21.313332 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 4026 | 2025.01.28 17:44:21.313800 [ 4 ] {701b1bec-8f4c-4b76-948f-08b92dc1fe66} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4027 | 2025.01.28 17:44:21.314079 [ 4 ] {701b1bec-8f4c-4b76-948f-08b92dc1fe66} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4028 | 2025.01.28 17:44:21.314312 [ 4 ] {701b1bec-8f4c-4b76-948f-08b92dc1fe66} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004124 sec., 3152.2793404461686 rows/sec., 5.65 MiB/sec. | ||
| 4029 | 2025.01.28 17:44:21.314414 [ 4 ] {701b1bec-8f4c-4b76-948f-08b92dc1fe66} <Debug> TCPHandler: Processed in 0.004462542 sec. | ||
| 4030 | 2025.01.28 17:44:21.314568 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4031 | 2025.01.28 17:44:21.314694 [ 254 ] {9c41d795-309b-4584-8dfa-cc012c3ebe81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4032 | 2025.01.28 17:44:21.314745 [ 254 ] {9c41d795-309b-4584-8dfa-cc012c3ebe81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4033 | 2025.01.28 17:44:21.315247 [ 254 ] {9c41d795-309b-4584-8dfa-cc012c3ebe81} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4034 | 2025.01.28 17:44:21.315286 [ 254 ] {9c41d795-309b-4584-8dfa-cc012c3ebe81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4035 | 2025.01.28 17:44:21.315680 [ 254 ] {9c41d795-309b-4584-8dfa-cc012c3ebe81} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4036 | 2025.01.28 17:44:21.315921 [ 254 ] {9c41d795-309b-4584-8dfa-cc012c3ebe81} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4037 | 2025.01.28 17:44:21.316094 [ 98 ] {} <Debug> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4038 | 2025.01.28 17:44:21.316150 [ 98 ] {} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4039 | 2025.01.28 17:44:21.316188 [ 254 ] {9c41d795-309b-4584-8dfa-cc012c3ebe81} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00151 sec., 54304.6357615894 rows/sec., 3.45 MiB/sec. | ||
| 4040 | 2025.01.28 17:44:21.316196 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4041 | 2025.01.28 17:44:21.316360 [ 254 ] {9c41d795-309b-4584-8dfa-cc012c3ebe81} <Debug> TCPHandler: Processed in 0.001842754 sec. | ||
| 4042 | 2025.01.28 17:44:21.316698 [ 186 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 4043 | 2025.01.28 17:44:21.316925 [ 186 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4044 | 2025.01.28 17:44:21.316969 [ 186 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1278 rows starting from the beginning of the part | ||
| 4045 | 2025.01.28 17:44:21.317097 [ 186 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 4046 | 2025.01.28 17:44:21.317303 [ 186 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 4047 | 2025.01.28 17:44:21.317466 [ 186 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 4048 | 2025.01.28 17:44:21.317594 [ 186 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 4049 | 2025.01.28 17:44:21.317805 [ 186 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 4050 | 2025.01.28 17:44:21.319171 [ 199 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 4 columns (4 merged, 0 gathered) in 0.002827982 sec., 569310.5543104588 rows/sec., 37.13 MiB/sec. | ||
| 4051 | 2025.01.28 17:44:21.319402 [ 192 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4052 | 2025.01.28 17:44:21.319715 [ 192 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_26_5} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4053 | 2025.01.28 17:44:21.319796 [ 192 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_26_5} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4054 | 2025.01.28 17:44:21.319883 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 4055 | 2025.01.28 17:44:25.330387 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4056 | 2025.01.28 17:44:25.330461 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4057 | 2025.01.28 17:44:25.424108 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 4058 | 2025.01.28 17:44:25.424787 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4059 | 2025.01.28 17:44:25.424837 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4060 | 2025.01.28 17:44:25.425371 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4061 | 2025.01.28 17:44:25.425621 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4062 | 2025.01.28 17:44:25.425861 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4063 | 2025.01.28 17:44:25.968002 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4064 | 2025.01.28 17:44:25.988382 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4065 | 2025.01.28 17:44:25.988440 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4066 | 2025.01.28 17:44:25.995951 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4067 | 2025.01.28 17:44:25.996693 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4068 | 2025.01.28 17:44:25.999242 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4069 | 2025.01.28 17:44:26.269061 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4070 | 2025.01.28 17:44:26.269259 [ 254 ] {e1d2c9c8-8a4c-4698-8ecc-369f27871477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4071 | 2025.01.28 17:44:26.269333 [ 254 ] {e1d2c9c8-8a4c-4698-8ecc-369f27871477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4072 | 2025.01.28 17:44:26.270171 [ 254 ] {e1d2c9c8-8a4c-4698-8ecc-369f27871477} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4073 | 2025.01.28 17:44:26.270222 [ 254 ] {e1d2c9c8-8a4c-4698-8ecc-369f27871477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4074 | 2025.01.28 17:44:26.270678 [ 254 ] {e1d2c9c8-8a4c-4698-8ecc-369f27871477} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4075 | 2025.01.28 17:44:26.270938 [ 254 ] {e1d2c9c8-8a4c-4698-8ecc-369f27871477} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4076 | 2025.01.28 17:44:26.271198 [ 254 ] {e1d2c9c8-8a4c-4698-8ecc-369f27871477} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001994 sec., 54162.48746238716 rows/sec., 4.53 MiB/sec. | ||
| 4077 | 2025.01.28 17:44:26.271261 [ 254 ] {e1d2c9c8-8a4c-4698-8ecc-369f27871477} <Debug> TCPHandler: Processed in 0.002342313 sec. | ||
| 4078 | 2025.01.28 17:44:26.271513 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4079 | 2025.01.28 17:44:26.271697 [ 4 ] {6a7d9c5c-3f76-4a45-bc4d-0e9408b866a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4080 | 2025.01.28 17:44:26.271771 [ 4 ] {6a7d9c5c-3f76-4a45-bc4d-0e9408b866a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4081 | 2025.01.28 17:44:26.272570 [ 4 ] {6a7d9c5c-3f76-4a45-bc4d-0e9408b866a9} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4082 | 2025.01.28 17:44:26.272618 [ 4 ] {6a7d9c5c-3f76-4a45-bc4d-0e9408b866a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4083 | 2025.01.28 17:44:26.273034 [ 4 ] {6a7d9c5c-3f76-4a45-bc4d-0e9408b866a9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4084 | 2025.01.28 17:44:26.273277 [ 4 ] {6a7d9c5c-3f76-4a45-bc4d-0e9408b866a9} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4085 | 2025.01.28 17:44:26.273498 [ 4 ] {6a7d9c5c-3f76-4a45-bc4d-0e9408b866a9} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00185 sec., 14054.054054054053 rows/sec., 1.03 MiB/sec. | ||
| 4086 | 2025.01.28 17:44:26.273593 [ 4 ] {6a7d9c5c-3f76-4a45-bc4d-0e9408b866a9} <Debug> TCPHandler: Processed in 0.002208611 sec. | ||
| 4087 | 2025.01.28 17:44:26.273755 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4088 | 2025.01.28 17:44:26.273884 [ 254 ] {eeaf63f7-3c87-4666-b720-66164001c607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4089 | 2025.01.28 17:44:26.273935 [ 254 ] {eeaf63f7-3c87-4666-b720-66164001c607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4090 | 2025.01.28 17:44:26.274613 [ 254 ] {eeaf63f7-3c87-4666-b720-66164001c607} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4091 | 2025.01.28 17:44:26.274659 [ 254 ] {eeaf63f7-3c87-4666-b720-66164001c607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4092 | 2025.01.28 17:44:26.275048 [ 254 ] {eeaf63f7-3c87-4666-b720-66164001c607} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4093 | 2025.01.28 17:44:26.275295 [ 254 ] {eeaf63f7-3c87-4666-b720-66164001c607} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4094 | 2025.01.28 17:44:26.275512 [ 254 ] {eeaf63f7-3c87-4666-b720-66164001c607} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001657 sec., 54315.02715751358 rows/sec., 4.24 MiB/sec. | ||
| 4095 | 2025.01.28 17:44:26.275566 [ 254 ] {eeaf63f7-3c87-4666-b720-66164001c607} <Debug> TCPHandler: Processed in 0.001871914 sec. | ||
| 4096 | 2025.01.28 17:44:26.275742 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4097 | 2025.01.28 17:44:26.275883 [ 4 ] {4a5051c3-4f60-45ba-bfbd-2e02284078cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4098 | 2025.01.28 17:44:26.275945 [ 4 ] {4a5051c3-4f60-45ba-bfbd-2e02284078cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4099 | 2025.01.28 17:44:26.276622 [ 4 ] {4a5051c3-4f60-45ba-bfbd-2e02284078cd} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4100 | 2025.01.28 17:44:26.276662 [ 4 ] {4a5051c3-4f60-45ba-bfbd-2e02284078cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4101 | 2025.01.28 17:44:26.277055 [ 4 ] {4a5051c3-4f60-45ba-bfbd-2e02284078cd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4102 | 2025.01.28 17:44:26.277285 [ 4 ] {4a5051c3-4f60-45ba-bfbd-2e02284078cd} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4103 | 2025.01.28 17:44:26.277478 [ 4 ] {4a5051c3-4f60-45ba-bfbd-2e02284078cd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001626 sec., 98400.98400984009 rows/sec., 6.85 MiB/sec. | ||
| 4104 | 2025.01.28 17:44:26.277614 [ 4 ] {4a5051c3-4f60-45ba-bfbd-2e02284078cd} <Debug> TCPHandler: Processed in 0.001941056 sec. | ||
| 4105 | 2025.01.28 17:44:26.277787 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4106 | 2025.01.28 17:44:26.277927 [ 254 ] {ee3216bd-15c7-47fc-b77d-c45753aa6871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4107 | 2025.01.28 17:44:26.278022 [ 254 ] {ee3216bd-15c7-47fc-b77d-c45753aa6871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4108 | 2025.01.28 17:44:26.279292 [ 254 ] {ee3216bd-15c7-47fc-b77d-c45753aa6871} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4109 | 2025.01.28 17:44:26.279334 [ 254 ] {ee3216bd-15c7-47fc-b77d-c45753aa6871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4110 | 2025.01.28 17:44:26.279994 [ 254 ] {ee3216bd-15c7-47fc-b77d-c45753aa6871} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4111 | 2025.01.28 17:44:26.280250 [ 254 ] {ee3216bd-15c7-47fc-b77d-c45753aa6871} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4112 | 2025.01.28 17:44:26.280595 [ 254 ] {ee3216bd-15c7-47fc-b77d-c45753aa6871} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002674 sec., 9723.261032161556 rows/sec., 17.42 MiB/sec. | ||
| 4113 | 2025.01.28 17:44:26.280896 [ 254 ] {ee3216bd-15c7-47fc-b77d-c45753aa6871} <Debug> TCPHandler: Processed in 0.003176148 sec. | ||
| 4114 | 2025.01.28 17:44:26.281061 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4115 | 2025.01.28 17:44:26.281177 [ 4 ] {0b2efc84-9229-492a-82cf-3249c914065a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4116 | 2025.01.28 17:44:26.281229 [ 4 ] {0b2efc84-9229-492a-82cf-3249c914065a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4117 | 2025.01.28 17:44:26.281723 [ 4 ] {0b2efc84-9229-492a-82cf-3249c914065a} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4118 | 2025.01.28 17:44:26.281760 [ 4 ] {0b2efc84-9229-492a-82cf-3249c914065a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4119 | 2025.01.28 17:44:26.282127 [ 4 ] {0b2efc84-9229-492a-82cf-3249c914065a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4120 | 2025.01.28 17:44:26.282380 [ 4 ] {0b2efc84-9229-492a-82cf-3249c914065a} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4121 | 2025.01.28 17:44:26.282563 [ 4 ] {0b2efc84-9229-492a-82cf-3249c914065a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
| 4122 | 2025.01.28 17:44:26.282611 [ 4 ] {0b2efc84-9229-492a-82cf-3249c914065a} <Debug> TCPHandler: Processed in 0.00161057 sec. | ||
| 4123 | 2025.01.28 17:44:26.695693 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4124 | 2025.01.28 17:44:26.695997 [ 254 ] {42911f4b-9c8d-4d02-b389-5642dbdd82a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4125 | 2025.01.28 17:44:26.696112 [ 254 ] {42911f4b-9c8d-4d02-b389-5642dbdd82a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4126 | 2025.01.28 17:44:26.697139 [ 254 ] {42911f4b-9c8d-4d02-b389-5642dbdd82a1} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4127 | 2025.01.28 17:44:26.697180 [ 254 ] {42911f4b-9c8d-4d02-b389-5642dbdd82a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4128 | 2025.01.28 17:44:26.697595 [ 254 ] {42911f4b-9c8d-4d02-b389-5642dbdd82a1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4129 | 2025.01.28 17:44:26.697847 [ 254 ] {42911f4b-9c8d-4d02-b389-5642dbdd82a1} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4130 | 2025.01.28 17:44:26.698040 [ 254 ] {42911f4b-9c8d-4d02-b389-5642dbdd82a1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002129 sec., 6575.857209957727 rows/sec., 473.37 KiB/sec. | ||
| 4131 | 2025.01.28 17:44:26.698097 [ 254 ] {42911f4b-9c8d-4d02-b389-5642dbdd82a1} <Debug> TCPHandler: Processed in 0.002600108 sec. | ||
| 4132 | 2025.01.28 17:44:26.698434 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4133 | 2025.01.28 17:44:26.698653 [ 4 ] {c2a76f6f-5f61-4986-b8ae-ed541c104bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4134 | 2025.01.28 17:44:26.698726 [ 4 ] {c2a76f6f-5f61-4986-b8ae-ed541c104bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4135 | 2025.01.28 17:44:26.699475 [ 4 ] {c2a76f6f-5f61-4986-b8ae-ed541c104bad} <Trace> oximeter.fields_ipaddr (a9d5056c-2678-40c1-be7d-615613b83ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4136 | 2025.01.28 17:44:26.699529 [ 4 ] {c2a76f6f-5f61-4986-b8ae-ed541c104bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4137 | 2025.01.28 17:44:26.699937 [ 4 ] {c2a76f6f-5f61-4986-b8ae-ed541c104bad} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4138 | 2025.01.28 17:44:26.700187 [ 4 ] {c2a76f6f-5f61-4986-b8ae-ed541c104bad} <Trace> oximeter.fields_ipaddr (a9d5056c-2678-40c1-be7d-615613b83ed0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4139 | 2025.01.28 17:44:26.700463 [ 4 ] {c2a76f6f-5f61-4986-b8ae-ed541c104bad} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001862 sec., 8592.910848549947 rows/sec., 700.69 KiB/sec. | ||
| 4140 | 2025.01.28 17:44:26.700590 [ 4 ] {c2a76f6f-5f61-4986-b8ae-ed541c104bad} <Debug> TCPHandler: Processed in 0.002300963 sec. | ||
| 4141 | 2025.01.28 17:44:26.700759 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4142 | 2025.01.28 17:44:26.700879 [ 254 ] {58148e39-9539-438a-851d-17edd0793143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4143 | 2025.01.28 17:44:26.700931 [ 254 ] {58148e39-9539-438a-851d-17edd0793143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4144 | 2025.01.28 17:44:26.702078 [ 254 ] {58148e39-9539-438a-851d-17edd0793143} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4145 | 2025.01.28 17:44:26.702117 [ 254 ] {58148e39-9539-438a-851d-17edd0793143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4146 | 2025.01.28 17:44:26.702575 [ 254 ] {58148e39-9539-438a-851d-17edd0793143} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4147 | 2025.01.28 17:44:26.702821 [ 254 ] {58148e39-9539-438a-851d-17edd0793143} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4148 | 2025.01.28 17:44:26.703004 [ 254 ] {58148e39-9539-438a-851d-17edd0793143} <Debug> executeQuery: Read 1377 rows, 117.21 KiB in 0.002151 sec., 640167.3640167364 rows/sec., 53.22 MiB/sec. | ||
| 4149 | 2025.01.28 17:44:26.703058 [ 254 ] {58148e39-9539-438a-851d-17edd0793143} <Debug> TCPHandler: Processed in 0.002358494 sec. | ||
| 4150 | 2025.01.28 17:44:26.703214 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4151 | 2025.01.28 17:44:26.703341 [ 4 ] {a09080fc-6fab-46b9-abc0-46624e9d1529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4152 | 2025.01.28 17:44:26.703393 [ 4 ] {a09080fc-6fab-46b9-abc0-46624e9d1529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4153 | 2025.01.28 17:44:26.704009 [ 4 ] {a09080fc-6fab-46b9-abc0-46624e9d1529} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4154 | 2025.01.28 17:44:26.704051 [ 4 ] {a09080fc-6fab-46b9-abc0-46624e9d1529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4155 | 2025.01.28 17:44:26.704443 [ 4 ] {a09080fc-6fab-46b9-abc0-46624e9d1529} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4156 | 2025.01.28 17:44:26.704705 [ 4 ] {a09080fc-6fab-46b9-abc0-46624e9d1529} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4157 | 2025.01.28 17:44:26.704927 [ 4 ] {a09080fc-6fab-46b9-abc0-46624e9d1529} <Debug> executeQuery: Read 36 rows, 2.55 KiB in 0.001611 sec., 22346.368715083798 rows/sec., 1.55 MiB/sec. | ||
| 4158 | 2025.01.28 17:44:26.704989 [ 4 ] {a09080fc-6fab-46b9-abc0-46624e9d1529} <Debug> TCPHandler: Processed in 0.001834244 sec. | ||
| 4159 | 2025.01.28 17:44:26.705135 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4160 | 2025.01.28 17:44:26.705278 [ 254 ] {31c535b9-adec-4beb-ad36-36b2664b0c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4161 | 2025.01.28 17:44:26.705335 [ 254 ] {31c535b9-adec-4beb-ad36-36b2664b0c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4162 | 2025.01.28 17:44:26.706053 [ 254 ] {31c535b9-adec-4beb-ad36-36b2664b0c30} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4163 | 2025.01.28 17:44:26.706091 [ 254 ] {31c535b9-adec-4beb-ad36-36b2664b0c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4164 | 2025.01.28 17:44:26.706455 [ 254 ] {31c535b9-adec-4beb-ad36-36b2664b0c30} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4165 | 2025.01.28 17:44:26.706697 [ 254 ] {31c535b9-adec-4beb-ad36-36b2664b0c30} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4166 | 2025.01.28 17:44:26.706878 [ 254 ] {31c535b9-adec-4beb-ad36-36b2664b0c30} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001632 sec., 148284.3137254902 rows/sec., 10.05 MiB/sec. | ||
| 4167 | 2025.01.28 17:44:26.706929 [ 254 ] {31c535b9-adec-4beb-ad36-36b2664b0c30} <Debug> TCPHandler: Processed in 0.001863624 sec. | ||
| 4168 | 2025.01.28 17:44:26.707102 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4169 | 2025.01.28 17:44:26.707224 [ 4 ] {a52e9a5a-8bc8-4e3d-ade8-34b43f7f1bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4170 | 2025.01.28 17:44:26.707277 [ 4 ] {a52e9a5a-8bc8-4e3d-ade8-34b43f7f1bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4171 | 2025.01.28 17:44:26.707908 [ 4 ] {a52e9a5a-8bc8-4e3d-ade8-34b43f7f1bdb} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4172 | 2025.01.28 17:44:26.707951 [ 4 ] {a52e9a5a-8bc8-4e3d-ade8-34b43f7f1bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4173 | 2025.01.28 17:44:26.708329 [ 4 ] {a52e9a5a-8bc8-4e3d-ade8-34b43f7f1bdb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4174 | 2025.01.28 17:44:26.708582 [ 4 ] {a52e9a5a-8bc8-4e3d-ade8-34b43f7f1bdb} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4175 | 2025.01.28 17:44:26.708817 [ 4 ] {a52e9a5a-8bc8-4e3d-ade8-34b43f7f1bdb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001617 sec., 8039.579468150897 rows/sec., 501.27 KiB/sec. | ||
| 4176 | 2025.01.28 17:44:26.708880 [ 4 ] {a52e9a5a-8bc8-4e3d-ade8-34b43f7f1bdb} <Debug> TCPHandler: Processed in 0.001837054 sec. | ||
| 4177 | 2025.01.28 17:44:26.709022 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4178 | 2025.01.28 17:44:26.709143 [ 254 ] {14fa6244-e104-41d6-9fd0-96b2380b6c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4179 | 2025.01.28 17:44:26.709192 [ 254 ] {14fa6244-e104-41d6-9fd0-96b2380b6c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4180 | 2025.01.28 17:44:26.712446 [ 254 ] {14fa6244-e104-41d6-9fd0-96b2380b6c99} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4181 | 2025.01.28 17:44:26.712488 [ 254 ] {14fa6244-e104-41d6-9fd0-96b2380b6c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4182 | 2025.01.28 17:44:26.712917 [ 254 ] {14fa6244-e104-41d6-9fd0-96b2380b6c99} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4183 | 2025.01.28 17:44:26.713169 [ 254 ] {14fa6244-e104-41d6-9fd0-96b2380b6c99} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4184 | 2025.01.28 17:44:26.713403 [ 254 ] {14fa6244-e104-41d6-9fd0-96b2380b6c99} <Debug> executeQuery: Read 867 rows, 64.32 KiB in 0.004281 sec., 202522.77505255782 rows/sec., 14.67 MiB/sec. | ||
| 4185 | 2025.01.28 17:44:26.713638 [ 254 ] {14fa6244-e104-41d6-9fd0-96b2380b6c99} <Debug> TCPHandler: Processed in 0.004669906 sec. | ||
| 4186 | 2025.01.28 17:44:26.713840 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4187 | 2025.01.28 17:44:26.713965 [ 4 ] {0044e9ff-843f-4b2c-941c-61abb49d6aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4188 | 2025.01.28 17:44:26.714018 [ 4 ] {0044e9ff-843f-4b2c-941c-61abb49d6aba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4189 | 2025.01.28 17:44:26.714528 [ 4 ] {0044e9ff-843f-4b2c-941c-61abb49d6aba} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4190 | 2025.01.28 17:44:26.714569 [ 4 ] {0044e9ff-843f-4b2c-941c-61abb49d6aba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4191 | 2025.01.28 17:44:26.714958 [ 4 ] {0044e9ff-843f-4b2c-941c-61abb49d6aba} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4192 | 2025.01.28 17:44:26.715200 [ 4 ] {0044e9ff-843f-4b2c-941c-61abb49d6aba} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4193 | 2025.01.28 17:44:26.715418 [ 4 ] {0044e9ff-843f-4b2c-941c-61abb49d6aba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec. | ||
| 4194 | 2025.01.28 17:44:26.715476 [ 4 ] {0044e9ff-843f-4b2c-941c-61abb49d6aba} <Debug> TCPHandler: Processed in 0.001699552 sec. | ||
| 4195 | 2025.01.28 17:44:26.715631 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4196 | 2025.01.28 17:44:26.715752 [ 254 ] {c6eb7861-6cf2-4e7b-90a4-7505a56e3b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4197 | 2025.01.28 17:44:26.715804 [ 254 ] {c6eb7861-6cf2-4e7b-90a4-7505a56e3b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4198 | 2025.01.28 17:44:26.716605 [ 254 ] {c6eb7861-6cf2-4e7b-90a4-7505a56e3b1d} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4199 | 2025.01.28 17:44:26.716644 [ 254 ] {c6eb7861-6cf2-4e7b-90a4-7505a56e3b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4200 | 2025.01.28 17:44:26.717079 [ 254 ] {c6eb7861-6cf2-4e7b-90a4-7505a56e3b1d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4201 | 2025.01.28 17:44:26.717326 [ 254 ] {c6eb7861-6cf2-4e7b-90a4-7505a56e3b1d} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4202 | 2025.01.28 17:44:26.717520 [ 254 ] {c6eb7861-6cf2-4e7b-90a4-7505a56e3b1d} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001792 sec., 537388.3928571428 rows/sec., 35.71 MiB/sec. | ||
| 4203 | 2025.01.28 17:44:26.717589 [ 254 ] {c6eb7861-6cf2-4e7b-90a4-7505a56e3b1d} <Debug> TCPHandler: Processed in 0.002020917 sec. | ||
| 4204 | 2025.01.28 17:44:26.717772 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4205 | 2025.01.28 17:44:26.717912 [ 4 ] {c397058b-06f2-48e7-b2ef-bc109e3faae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4206 | 2025.01.28 17:44:26.717973 [ 4 ] {c397058b-06f2-48e7-b2ef-bc109e3faae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4207 | 2025.01.28 17:44:26.718531 [ 4 ] {c397058b-06f2-48e7-b2ef-bc109e3faae9} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4208 | 2025.01.28 17:44:26.718579 [ 4 ] {c397058b-06f2-48e7-b2ef-bc109e3faae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4209 | 2025.01.28 17:44:26.718946 [ 4 ] {c397058b-06f2-48e7-b2ef-bc109e3faae9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4210 | 2025.01.28 17:44:26.719190 [ 4 ] {c397058b-06f2-48e7-b2ef-bc109e3faae9} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4211 | 2025.01.28 17:44:26.719411 [ 4 ] {c397058b-06f2-48e7-b2ef-bc109e3faae9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00153 sec., 653.5947712418301 rows/sec., 44.04 KiB/sec. | ||
| 4212 | 2025.01.28 17:44:26.719468 [ 4 ] {c397058b-06f2-48e7-b2ef-bc109e3faae9} <Debug> TCPHandler: Processed in 0.001766503 sec. | ||
| 4213 | 2025.01.28 17:44:26.719616 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4214 | 2025.01.28 17:44:26.719736 [ 254 ] {1f40dd38-b622-4c4a-9ec5-813b59030a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4215 | 2025.01.28 17:44:26.719817 [ 254 ] {1f40dd38-b622-4c4a-9ec5-813b59030a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4216 | 2025.01.28 17:44:26.720945 [ 254 ] {1f40dd38-b622-4c4a-9ec5-813b59030a62} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4217 | 2025.01.28 17:44:26.720984 [ 254 ] {1f40dd38-b622-4c4a-9ec5-813b59030a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4218 | 2025.01.28 17:44:26.721598 [ 254 ] {1f40dd38-b622-4c4a-9ec5-813b59030a62} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4219 | 2025.01.28 17:44:26.721861 [ 254 ] {1f40dd38-b622-4c4a-9ec5-813b59030a62} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4220 | 2025.01.28 17:44:26.722058 [ 254 ] {1f40dd38-b622-4c4a-9ec5-813b59030a62} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002347 sec., 5538.98593949723 rows/sec., 9.93 MiB/sec. | ||
| 4221 | 2025.01.28 17:44:26.722150 [ 254 ] {1f40dd38-b622-4c4a-9ec5-813b59030a62} <Debug> TCPHandler: Processed in 0.002593408 sec. | ||
| 4222 | 2025.01.28 17:44:26.722318 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4223 | 2025.01.28 17:44:26.722499 [ 4 ] {d3f6059b-560b-44ee-b006-ec7866bc2603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4224 | 2025.01.28 17:44:26.722590 [ 4 ] {d3f6059b-560b-44ee-b006-ec7866bc2603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4225 | 2025.01.28 17:44:26.723117 [ 4 ] {d3f6059b-560b-44ee-b006-ec7866bc2603} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4226 | 2025.01.28 17:44:26.723156 [ 4 ] {d3f6059b-560b-44ee-b006-ec7866bc2603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4227 | 2025.01.28 17:44:26.723525 [ 4 ] {d3f6059b-560b-44ee-b006-ec7866bc2603} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4228 | 2025.01.28 17:44:26.723773 [ 4 ] {d3f6059b-560b-44ee-b006-ec7866bc2603} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4229 | 2025.01.28 17:44:26.724011 [ 4 ] {d3f6059b-560b-44ee-b006-ec7866bc2603} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00155 sec., 21935.483870967742 rows/sec., 1.27 MiB/sec. | ||
| 4230 | 2025.01.28 17:44:26.724095 [ 4 ] {d3f6059b-560b-44ee-b006-ec7866bc2603} <Debug> TCPHandler: Processed in 0.001848834 sec. | ||
| 4231 | 2025.01.28 17:44:27.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.64 MiB, peak 185.10 MiB, free memory in arenas 0.00 B, will set to 180.38 MiB (RSS), difference: -1.27 MiB | ||
| 4232 | 2025.01.28 17:44:30.457037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 612 | ||
| 4233 | 2025.01.28 17:44:30.460646 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4234 | 2025.01.28 17:44:30.460691 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4235 | 2025.01.28 17:44:30.462191 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4236 | 2025.01.28 17:44:30.462504 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4237 | 2025.01.28 17:44:30.463030 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 612 | ||
| 4238 | 2025.01.28 17:44:31.266236 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4239 | 2025.01.28 17:44:31.266454 [ 254 ] {0f2cf488-3b8f-461d-82c5-b73c5b98050d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4240 | 2025.01.28 17:44:31.266536 [ 254 ] {0f2cf488-3b8f-461d-82c5-b73c5b98050d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4241 | 2025.01.28 17:44:31.267370 [ 254 ] {0f2cf488-3b8f-461d-82c5-b73c5b98050d} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4242 | 2025.01.28 17:44:31.267422 [ 254 ] {0f2cf488-3b8f-461d-82c5-b73c5b98050d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4243 | 2025.01.28 17:44:31.267865 [ 254 ] {0f2cf488-3b8f-461d-82c5-b73c5b98050d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4244 | 2025.01.28 17:44:31.268133 [ 254 ] {0f2cf488-3b8f-461d-82c5-b73c5b98050d} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4245 | 2025.01.28 17:44:31.268374 [ 254 ] {0f2cf488-3b8f-461d-82c5-b73c5b98050d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00198 sec., 28282.828282828283 rows/sec., 2.16 MiB/sec. | ||
| 4246 | 2025.01.28 17:44:31.268442 [ 254 ] {0f2cf488-3b8f-461d-82c5-b73c5b98050d} <Debug> TCPHandler: Processed in 0.002347883 sec. | ||
| 4247 | 2025.01.28 17:44:31.268708 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4248 | 2025.01.28 17:44:31.268923 [ 4 ] {12b7b507-28b5-4551-9877-5332555d2010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4249 | 2025.01.28 17:44:31.269006 [ 4 ] {12b7b507-28b5-4551-9877-5332555d2010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4250 | 2025.01.28 17:44:31.269860 [ 4 ] {12b7b507-28b5-4551-9877-5332555d2010} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4251 | 2025.01.28 17:44:31.269908 [ 4 ] {12b7b507-28b5-4551-9877-5332555d2010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4252 | 2025.01.28 17:44:31.270354 [ 4 ] {12b7b507-28b5-4551-9877-5332555d2010} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4253 | 2025.01.28 17:44:31.270624 [ 4 ] {12b7b507-28b5-4551-9877-5332555d2010} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4254 | 2025.01.28 17:44:31.270818 [ 4 ] {12b7b507-28b5-4551-9877-5332555d2010} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001956 sec., 32719.836400818 rows/sec., 2.55 MiB/sec. | ||
| 4255 | 2025.01.28 17:44:31.270875 [ 4 ] {12b7b507-28b5-4551-9877-5332555d2010} <Debug> TCPHandler: Processed in 0.002303643 sec. | ||
| 4256 | 2025.01.28 17:44:31.271036 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4257 | 2025.01.28 17:44:31.271172 [ 254 ] {415a83a5-7faa-402e-be24-3e0bcc45cbb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4258 | 2025.01.28 17:44:31.271228 [ 254 ] {415a83a5-7faa-402e-be24-3e0bcc45cbb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4259 | 2025.01.28 17:44:31.271823 [ 254 ] {415a83a5-7faa-402e-be24-3e0bcc45cbb4} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4260 | 2025.01.28 17:44:31.271866 [ 254 ] {415a83a5-7faa-402e-be24-3e0bcc45cbb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4261 | 2025.01.28 17:44:31.272273 [ 254 ] {415a83a5-7faa-402e-be24-3e0bcc45cbb4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4262 | 2025.01.28 17:44:31.272520 [ 254 ] {415a83a5-7faa-402e-be24-3e0bcc45cbb4} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4263 | 2025.01.28 17:44:31.272750 [ 254 ] {415a83a5-7faa-402e-be24-3e0bcc45cbb4} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00161 sec., 79503.1055900621 rows/sec., 5.54 MiB/sec. | ||
| 4264 | 2025.01.28 17:44:31.272813 [ 254 ] {415a83a5-7faa-402e-be24-3e0bcc45cbb4} <Debug> TCPHandler: Processed in 0.001837904 sec. | ||
| 4265 | 2025.01.28 17:44:31.272981 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4266 | 2025.01.28 17:44:31.273104 [ 4 ] {14ce16d0-f973-415d-8134-911700d39bbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4267 | 2025.01.28 17:44:31.273159 [ 4 ] {14ce16d0-f973-415d-8134-911700d39bbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4268 | 2025.01.28 17:44:31.273671 [ 4 ] {14ce16d0-f973-415d-8134-911700d39bbe} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4269 | 2025.01.28 17:44:31.273709 [ 4 ] {14ce16d0-f973-415d-8134-911700d39bbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4270 | 2025.01.28 17:44:31.274084 [ 4 ] {14ce16d0-f973-415d-8134-911700d39bbe} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4271 | 2025.01.28 17:44:31.274331 [ 4 ] {14ce16d0-f973-415d-8134-911700d39bbe} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4272 | 2025.01.28 17:44:31.274507 [ 4 ] {14ce16d0-f973-415d-8134-911700d39bbe} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00143 sec., 33566.43356643357 rows/sec., 2.26 MiB/sec. | ||
| 4273 | 2025.01.28 17:44:31.274556 [ 4 ] {14ce16d0-f973-415d-8134-911700d39bbe} <Debug> TCPHandler: Processed in 0.00163566 sec. | ||
| 4274 | 2025.01.28 17:44:32.925972 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4275 | 2025.01.28 17:44:32.926633 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4276 | 2025.01.28 17:44:32.926687 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4277 | 2025.01.28 17:44:32.927299 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4278 | 2025.01.28 17:44:32.927555 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4279 | 2025.01.28 17:44:32.927795 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4280 | 2025.01.28 17:44:33.499290 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4281 | 2025.01.28 17:44:33.520200 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4282 | 2025.01.28 17:44:33.520263 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4283 | 2025.01.28 17:44:33.527873 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4284 | 2025.01.28 17:44:33.528687 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4285 | 2025.01.28 17:44:33.532003 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4286 | 2025.01.28 17:44:36.269180 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4287 | 2025.01.28 17:44:36.269389 [ 254 ] {06d4ea49-02b7-4dab-9cee-b94b5676d600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4288 | 2025.01.28 17:44:36.269468 [ 254 ] {06d4ea49-02b7-4dab-9cee-b94b5676d600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4289 | 2025.01.28 17:44:36.270296 [ 254 ] {06d4ea49-02b7-4dab-9cee-b94b5676d600} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4290 | 2025.01.28 17:44:36.270347 [ 254 ] {06d4ea49-02b7-4dab-9cee-b94b5676d600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4291 | 2025.01.28 17:44:36.270827 [ 254 ] {06d4ea49-02b7-4dab-9cee-b94b5676d600} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4292 | 2025.01.28 17:44:36.271090 [ 254 ] {06d4ea49-02b7-4dab-9cee-b94b5676d600} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4293 | 2025.01.28 17:44:36.271367 [ 254 ] {06d4ea49-02b7-4dab-9cee-b94b5676d600} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002034 sec., 53097.345132743365 rows/sec., 4.44 MiB/sec. | ||
| 4294 | 2025.01.28 17:44:36.271475 [ 254 ] {06d4ea49-02b7-4dab-9cee-b94b5676d600} <Debug> TCPHandler: Processed in 0.002442095 sec. | ||
| 4295 | 2025.01.28 17:44:36.271756 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4296 | 2025.01.28 17:44:36.271969 [ 4 ] {d6043bf1-63d2-4848-a0af-46bcf6d62384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4297 | 2025.01.28 17:44:36.272043 [ 4 ] {d6043bf1-63d2-4848-a0af-46bcf6d62384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4298 | 2025.01.28 17:44:36.272798 [ 4 ] {d6043bf1-63d2-4848-a0af-46bcf6d62384} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4299 | 2025.01.28 17:44:36.272843 [ 4 ] {d6043bf1-63d2-4848-a0af-46bcf6d62384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4300 | 2025.01.28 17:44:36.273281 [ 4 ] {d6043bf1-63d2-4848-a0af-46bcf6d62384} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4301 | 2025.01.28 17:44:36.273549 [ 4 ] {d6043bf1-63d2-4848-a0af-46bcf6d62384} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4302 | 2025.01.28 17:44:36.273698 [ 88 ] {} <Debug> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 4303 | 2025.01.28 17:44:36.273742 [ 88 ] {} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4304 | 2025.01.28 17:44:36.273766 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4305 | 2025.01.28 17:44:36.273765 [ 4 ] {d6043bf1-63d2-4848-a0af-46bcf6d62384} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001849 sec., 14061.654948620877 rows/sec., 1.03 MiB/sec. | ||
| 4306 | 2025.01.28 17:44:36.274003 [ 4 ] {d6043bf1-63d2-4848-a0af-46bcf6d62384} <Debug> TCPHandler: Processed in 0.002388893 sec. | ||
| 4307 | 2025.01.28 17:44:36.274137 [ 186 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 4308 | 2025.01.28 17:44:36.274334 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4309 | 2025.01.28 17:44:36.274612 [ 186 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4310 | 2025.01.28 17:44:36.274645 [ 254 ] {66ba2675-4042-424a-807f-5ac9e57d7007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4311 | 2025.01.28 17:44:36.274686 [ 186 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 58 rows starting from the beginning of the part | ||
| 4312 | 2025.01.28 17:44:36.274742 [ 254 ] {66ba2675-4042-424a-807f-5ac9e57d7007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4313 | 2025.01.28 17:44:36.275007 [ 186 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 28 rows starting from the beginning of the part | ||
| 4314 | 2025.01.28 17:44:36.275323 [ 186 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 4315 | 2025.01.28 17:44:36.275600 [ 186 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 4316 | 2025.01.28 17:44:36.275863 [ 186 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
| 4317 | 2025.01.28 17:44:36.276180 [ 186 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 4318 | 2025.01.28 17:44:36.277702 [ 254 ] {66ba2675-4042-424a-807f-5ac9e57d7007} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4319 | 2025.01.28 17:44:36.277767 [ 254 ] {66ba2675-4042-424a-807f-5ac9e57d7007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4320 | 2025.01.28 17:44:36.278899 [ 254 ] {66ba2675-4042-424a-807f-5ac9e57d7007} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4321 | 2025.01.28 17:44:36.279196 [ 199 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.005309168 sec., 36540.56530138055 rows/sec., 2.75 MiB/sec. | ||
| 4322 | 2025.01.28 17:44:36.279331 [ 254 ] {66ba2675-4042-424a-807f-5ac9e57d7007} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4323 | 2025.01.28 17:44:36.279368 [ 199 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 4324 | 2025.01.28 17:44:36.279657 [ 254 ] {66ba2675-4042-424a-807f-5ac9e57d7007} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005076 sec., 17730.49645390071 rows/sec., 1.38 MiB/sec. | ||
| 4325 | 2025.01.28 17:44:36.279750 [ 254 ] {66ba2675-4042-424a-807f-5ac9e57d7007} <Debug> TCPHandler: Processed in 0.005605154 sec. | ||
| 4326 | 2025.01.28 17:44:36.279854 [ 199 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_20_4} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4327 | 2025.01.28 17:44:36.279939 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4328 | 2025.01.28 17:44:36.279978 [ 199 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_20_4} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 4329 | 2025.01.28 17:44:36.280148 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4330 | 2025.01.28 17:44:36.280173 [ 4 ] {6b5bb710-7e18-40a9-a1ff-c5594441ba2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4331 | 2025.01.28 17:44:36.280246 [ 4 ] {6b5bb710-7e18-40a9-a1ff-c5594441ba2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4332 | 2025.01.28 17:44:36.280830 [ 4 ] {6b5bb710-7e18-40a9-a1ff-c5594441ba2a} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4333 | 2025.01.28 17:44:36.280870 [ 4 ] {6b5bb710-7e18-40a9-a1ff-c5594441ba2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4334 | 2025.01.28 17:44:36.281282 [ 4 ] {6b5bb710-7e18-40a9-a1ff-c5594441ba2a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4335 | 2025.01.28 17:44:36.281546 [ 4 ] {6b5bb710-7e18-40a9-a1ff-c5594441ba2a} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4336 | 2025.01.28 17:44:36.281738 [ 4 ] {6b5bb710-7e18-40a9-a1ff-c5594441ba2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
| 4337 | 2025.01.28 17:44:36.281796 [ 4 ] {6b5bb710-7e18-40a9-a1ff-c5594441ba2a} <Debug> TCPHandler: Processed in 0.001954646 sec. | ||
| 4338 | 2025.01.28 17:44:36.281959 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4339 | 2025.01.28 17:44:36.282101 [ 254 ] {b1413bcc-f543-4020-86ed-f600233c20a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4340 | 2025.01.28 17:44:36.282194 [ 254 ] {b1413bcc-f543-4020-86ed-f600233c20a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4341 | 2025.01.28 17:44:36.283473 [ 254 ] {b1413bcc-f543-4020-86ed-f600233c20a6} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4342 | 2025.01.28 17:44:36.283513 [ 254 ] {b1413bcc-f543-4020-86ed-f600233c20a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4343 | 2025.01.28 17:44:36.284151 [ 254 ] {b1413bcc-f543-4020-86ed-f600233c20a6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4344 | 2025.01.28 17:44:36.284409 [ 254 ] {b1413bcc-f543-4020-86ed-f600233c20a6} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4345 | 2025.01.28 17:44:36.284670 [ 254 ] {b1413bcc-f543-4020-86ed-f600233c20a6} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.0026 sec., 10000 rows/sec., 17.92 MiB/sec. | ||
| 4346 | 2025.01.28 17:44:36.284899 [ 254 ] {b1413bcc-f543-4020-86ed-f600233c20a6} <Debug> TCPHandler: Processed in 0.003009335 sec. | ||
| 4347 | 2025.01.28 17:44:36.285057 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4348 | 2025.01.28 17:44:36.285180 [ 4 ] {e0f2b716-8525-4a47-beb9-713e7c58ab86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4349 | 2025.01.28 17:44:36.285234 [ 4 ] {e0f2b716-8525-4a47-beb9-713e7c58ab86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4350 | 2025.01.28 17:44:36.285749 [ 4 ] {e0f2b716-8525-4a47-beb9-713e7c58ab86} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4351 | 2025.01.28 17:44:36.285787 [ 4 ] {e0f2b716-8525-4a47-beb9-713e7c58ab86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4352 | 2025.01.28 17:44:36.286165 [ 4 ] {e0f2b716-8525-4a47-beb9-713e7c58ab86} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4353 | 2025.01.28 17:44:36.286413 [ 4 ] {e0f2b716-8525-4a47-beb9-713e7c58ab86} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4354 | 2025.01.28 17:44:36.286601 [ 4 ] {e0f2b716-8525-4a47-beb9-713e7c58ab86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec. | ||
| 4355 | 2025.01.28 17:44:36.286658 [ 4 ] {e0f2b716-8525-4a47-beb9-713e7c58ab86} <Debug> TCPHandler: Processed in 0.001658431 sec. | ||
| 4356 | 2025.01.28 17:44:40.330497 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4357 | 2025.01.28 17:44:40.330561 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4358 | 2025.01.28 17:44:40.427910 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4359 | 2025.01.28 17:44:40.428810 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4360 | 2025.01.28 17:44:40.428873 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4361 | 2025.01.28 17:44:40.429572 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4362 | 2025.01.28 17:44:40.429820 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4363 | 2025.01.28 17:44:40.430076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4364 | 2025.01.28 17:44:40.463297 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 632 | ||
| 4365 | 2025.01.28 17:44:40.466279 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4366 | 2025.01.28 17:44:40.466343 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4367 | 2025.01.28 17:44:40.467828 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4368 | 2025.01.28 17:44:40.468159 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4369 | 2025.01.28 17:44:40.468824 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 632 | ||
| 4370 | 2025.01.28 17:44:41.032071 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4371 | 2025.01.28 17:44:41.053851 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4372 | 2025.01.28 17:44:41.053907 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4373 | 2025.01.28 17:44:41.061875 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4374 | 2025.01.28 17:44:41.062687 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4375 | 2025.01.28 17:44:41.066396 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4376 | 2025.01.28 17:44:41.273068 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4377 | 2025.01.28 17:44:41.273257 [ 254 ] {f0a7c2c2-eab8-431c-a0e0-967c63888d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4378 | 2025.01.28 17:44:41.273328 [ 254 ] {f0a7c2c2-eab8-431c-a0e0-967c63888d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4379 | 2025.01.28 17:44:41.274093 [ 254 ] {f0a7c2c2-eab8-431c-a0e0-967c63888d70} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4380 | 2025.01.28 17:44:41.274162 [ 254 ] {f0a7c2c2-eab8-431c-a0e0-967c63888d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4381 | 2025.01.28 17:44:41.274616 [ 254 ] {f0a7c2c2-eab8-431c-a0e0-967c63888d70} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4382 | 2025.01.28 17:44:41.274885 [ 254 ] {f0a7c2c2-eab8-431c-a0e0-967c63888d70} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4383 | 2025.01.28 17:44:41.275029 [ 79 ] {} <Debug> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4384 | 2025.01.28 17:44:41.275081 [ 79 ] {} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4385 | 2025.01.28 17:44:41.275089 [ 254 ] {f0a7c2c2-eab8-431c-a0e0-967c63888d70} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001883 sec., 7434.944237918216 rows/sec., 535.22 KiB/sec. | ||
| 4386 | 2025.01.28 17:44:41.275105 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4387 | 2025.01.28 17:44:41.275209 [ 254 ] {f0a7c2c2-eab8-431c-a0e0-967c63888d70} <Debug> TCPHandler: Processed in 0.002256432 sec. | ||
| 4388 | 2025.01.28 17:44:41.275483 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 4389 | 2025.01.28 17:44:41.275700 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4390 | 2025.01.28 17:44:41.275730 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4391 | 2025.01.28 17:44:41.275807 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 4392 | 2025.01.28 17:44:41.276082 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 4393 | 2025.01.28 17:44:41.276263 [ 4 ] {764094de-5da1-4725-adbb-150b3923a3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4394 | 2025.01.28 17:44:41.276471 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 4395 | 2025.01.28 17:44:41.276492 [ 4 ] {764094de-5da1-4725-adbb-150b3923a3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4396 | 2025.01.28 17:44:41.276827 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 4397 | 2025.01.28 17:44:41.277161 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::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 | ||
| 4398 | 2025.01.28 17:44:41.279350 [ 4 ] {764094de-5da1-4725-adbb-150b3923a3f3} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4399 | 2025.01.28 17:44:41.279451 [ 4 ] {764094de-5da1-4725-adbb-150b3923a3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4400 | 2025.01.28 17:44:41.279633 [ 195 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004452762 sec., 15720.579721080983 rows/sec., 1.17 MiB/sec. | ||
| 4401 | 2025.01.28 17:44:41.279897 [ 186 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4402 | 2025.01.28 17:44:41.280314 [ 4 ] {764094de-5da1-4725-adbb-150b3923a3f3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4403 | 2025.01.28 17:44:41.280582 [ 186 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_13_3} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4404 | 2025.01.28 17:44:41.280793 [ 186 ] {288a306d-0763-4f55-abcd-f7877450cd5b::all_1_13_3} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4405 | 2025.01.28 17:44:41.280802 [ 4 ] {764094de-5da1-4725-adbb-150b3923a3f3} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4406 | 2025.01.28 17:44:41.280957 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4407 | 2025.01.28 17:44:41.281105 [ 79 ] {} <Debug> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4408 | 2025.01.28 17:44:41.281183 [ 79 ] {} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4409 | 2025.01.28 17:44:41.281212 [ 4 ] {764094de-5da1-4725-adbb-150b3923a3f3} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.005108 sec., 44831.63664839468 rows/sec., 3.92 MiB/sec. | ||
| 4410 | 2025.01.28 17:44:41.281239 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4411 | 2025.01.28 17:44:41.281409 [ 4 ] {764094de-5da1-4725-adbb-150b3923a3f3} <Debug> TCPHandler: Processed in 0.006010691 sec. | ||
| 4412 | 2025.01.28 17:44:41.281496 [ 202 ] {61375398-9c48-4855-9de8-220e31c90150::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 | ||
| 4413 | 2025.01.28 17:44:41.281605 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4414 | 2025.01.28 17:44:41.281676 [ 202 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4415 | 2025.01.28 17:44:41.281745 [ 202 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1428 rows starting from the beginning of the part | ||
| 4416 | 2025.01.28 17:44:41.281842 [ 254 ] {102d89b3-f458-4d3c-bd66-a17c03aa363b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4417 | 2025.01.28 17:44:41.281996 [ 202 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 108 rows starting from the beginning of the part | ||
| 4418 | 2025.01.28 17:44:41.282087 [ 254 ] {102d89b3-f458-4d3c-bd66-a17c03aa363b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4419 | 2025.01.28 17:44:41.282305 [ 202 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1377 rows starting from the beginning of the part | ||
| 4420 | 2025.01.28 17:44:41.282613 [ 202 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4421 | 2025.01.28 17:44:41.282902 [ 202 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 108 rows starting from the beginning of the part | ||
| 4422 | 2025.01.28 17:44:41.283186 [ 202 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 229 rows starting from the beginning of the part | ||
| 4423 | 2025.01.28 17:44:41.284867 [ 254 ] {102d89b3-f458-4d3c-bd66-a17c03aa363b} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4424 | 2025.01.28 17:44:41.284947 [ 254 ] {102d89b3-f458-4d3c-bd66-a17c03aa363b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4425 | 2025.01.28 17:44:41.285861 [ 254 ] {102d89b3-f458-4d3c-bd66-a17c03aa363b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4426 | 2025.01.28 17:44:41.286142 [ 254 ] {102d89b3-f458-4d3c-bd66-a17c03aa363b} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4427 | 2025.01.28 17:44:41.286708 [ 254 ] {102d89b3-f458-4d3c-bd66-a17c03aa363b} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.004884 sec., 4095.004095004095 rows/sec., 293.53 KiB/sec. | ||
| 4428 | 2025.01.28 17:44:41.287170 [ 254 ] {102d89b3-f458-4d3c-bd66-a17c03aa363b} <Debug> TCPHandler: Processed in 0.005640274 sec. | ||
| 4429 | 2025.01.28 17:44:41.287236 [ 186 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.005837108 sec., 566376.3630893929 rows/sec., 49.44 MiB/sec. | ||
| 4430 | 2025.01.28 17:44:41.287433 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4431 | 2025.01.28 17:44:41.287570 [ 186 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4432 | 2025.01.28 17:44:41.287693 [ 4 ] {41ab770f-3b0f-4479-b6fe-4831c98d82eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4433 | 2025.01.28 17:44:41.287792 [ 4 ] {41ab770f-3b0f-4479-b6fe-4831c98d82eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4434 | 2025.01.28 17:44:41.288115 [ 186 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_31_6} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4435 | 2025.01.28 17:44:41.288336 [ 186 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_31_6} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4436 | 2025.01.28 17:44:41.288505 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 4437 | 2025.01.28 17:44:41.288857 [ 4 ] {41ab770f-3b0f-4479-b6fe-4831c98d82eb} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4438 | 2025.01.28 17:44:41.288903 [ 4 ] {41ab770f-3b0f-4479-b6fe-4831c98d82eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4439 | 2025.01.28 17:44:41.289272 [ 4 ] {41ab770f-3b0f-4479-b6fe-4831c98d82eb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4440 | 2025.01.28 17:44:41.289528 [ 4 ] {41ab770f-3b0f-4479-b6fe-4831c98d82eb} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4441 | 2025.01.28 17:44:41.289738 [ 4 ] {41ab770f-3b0f-4479-b6fe-4831c98d82eb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002141 sec., 6539.000467071462 rows/sec., 457.95 KiB/sec. | ||
| 4442 | 2025.01.28 17:44:41.289796 [ 4 ] {41ab770f-3b0f-4479-b6fe-4831c98d82eb} <Debug> TCPHandler: Processed in 0.002500316 sec. | ||
| 4443 | 2025.01.28 17:44:41.289949 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4444 | 2025.01.28 17:44:41.290091 [ 254 ] {29f68c60-8886-4412-b594-140a17b592a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4445 | 2025.01.28 17:44:41.290148 [ 254 ] {29f68c60-8886-4412-b594-140a17b592a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4446 | 2025.01.28 17:44:41.290841 [ 254 ] {29f68c60-8886-4412-b594-140a17b592a5} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4447 | 2025.01.28 17:44:41.290886 [ 254 ] {29f68c60-8886-4412-b594-140a17b592a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4448 | 2025.01.28 17:44:41.291268 [ 254 ] {29f68c60-8886-4412-b594-140a17b592a5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4449 | 2025.01.28 17:44:41.291510 [ 254 ] {29f68c60-8886-4412-b594-140a17b592a5} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4450 | 2025.01.28 17:44:41.291630 [ 79 ] {} <Debug> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4451 | 2025.01.28 17:44:41.291670 [ 79 ] {} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4452 | 2025.01.28 17:44:41.291695 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4453 | 2025.01.28 17:44:41.291701 [ 254 ] {29f68c60-8886-4412-b594-140a17b592a5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001639 sec., 7931.665649786455 rows/sec., 494.54 KiB/sec. | ||
| 4454 | 2025.01.28 17:44:41.291893 [ 254 ] {29f68c60-8886-4412-b594-140a17b592a5} <Debug> TCPHandler: Processed in 0.002002287 sec. | ||
| 4455 | 2025.01.28 17:44:41.291966 [ 200 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 4456 | 2025.01.28 17:44:41.292066 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4457 | 2025.01.28 17:44:41.292117 [ 200 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4458 | 2025.01.28 17:44:41.292153 [ 200 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 4459 | 2025.01.28 17:44:41.292243 [ 4 ] {1ade586e-93e8-44e2-935d-83df1a624197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4460 | 2025.01.28 17:44:41.292297 [ 200 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 4461 | 2025.01.28 17:44:41.292360 [ 4 ] {1ade586e-93e8-44e2-935d-83df1a624197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4462 | 2025.01.28 17:44:41.292456 [ 200 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 4463 | 2025.01.28 17:44:41.292726 [ 200 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 4464 | 2025.01.28 17:44:41.292923 [ 200 ] {5151ce1d-080e-43be-b3c3-92970430fa44::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 | ||
| 4465 | 2025.01.28 17:44:41.294074 [ 4 ] {1ade586e-93e8-44e2-935d-83df1a624197} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4466 | 2025.01.28 17:44:41.294123 [ 4 ] {1ade586e-93e8-44e2-935d-83df1a624197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4467 | 2025.01.28 17:44:41.294361 [ 188 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002584187 sec., 25152.97848027252 rows/sec., 1.63 MiB/sec. | ||
| 4468 | 2025.01.28 17:44:41.294484 [ 188 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4469 | 2025.01.28 17:44:41.294678 [ 4 ] {1ade586e-93e8-44e2-935d-83df1a624197} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4470 | 2025.01.28 17:44:41.294822 [ 188 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_13_3} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4471 | 2025.01.28 17:44:41.294916 [ 188 ] {5151ce1d-080e-43be-b3c3-92970430fa44::all_1_13_3} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4472 | 2025.01.28 17:44:41.294997 [ 4 ] {1ade586e-93e8-44e2-935d-83df1a624197} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4473 | 2025.01.28 17:44:41.295008 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4474 | 2025.01.28 17:44:41.295199 [ 79 ] {} <Debug> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4475 | 2025.01.28 17:44:41.295277 [ 4 ] {1ade586e-93e8-44e2-935d-83df1a624197} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.003088 sec., 127914.50777202072 rows/sec., 9.08 MiB/sec. | ||
| 4476 | 2025.01.28 17:44:41.295296 [ 79 ] {} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4477 | 2025.01.28 17:44:41.295401 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4478 | 2025.01.28 17:44:41.295441 [ 4 ] {1ade586e-93e8-44e2-935d-83df1a624197} <Debug> TCPHandler: Processed in 0.003439583 sec. | ||
| 4479 | 2025.01.28 17:44:41.295697 [ 200 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::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 | ||
| 4480 | 2025.01.28 17:44:41.295787 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4481 | 2025.01.28 17:44:41.295839 [ 200 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4482 | 2025.01.28 17:44:41.295892 [ 200 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4483 | 2025.01.28 17:44:41.296083 [ 200 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part | ||
| 4484 | 2025.01.28 17:44:41.296285 [ 254 ] {0d596144-5ec0-4cf9-bc8d-46a6eb70ea11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4485 | 2025.01.28 17:44:41.296474 [ 200 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 867 rows starting from the beginning of the part | ||
| 4486 | 2025.01.28 17:44:41.296501 [ 254 ] {0d596144-5ec0-4cf9-bc8d-46a6eb70ea11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4487 | 2025.01.28 17:44:41.296855 [ 200 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4488 | 2025.01.28 17:44:41.297281 [ 200 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 90 rows starting from the beginning of the part | ||
| 4489 | 2025.01.28 17:44:41.297688 [ 200 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 395 rows starting from the beginning of the part | ||
| 4490 | 2025.01.28 17:44:41.298745 [ 254 ] {0d596144-5ec0-4cf9-bc8d-46a6eb70ea11} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4491 | 2025.01.28 17:44:41.298798 [ 254 ] {0d596144-5ec0-4cf9-bc8d-46a6eb70ea11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4492 | 2025.01.28 17:44:41.299807 [ 254 ] {0d596144-5ec0-4cf9-bc8d-46a6eb70ea11} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4493 | 2025.01.28 17:44:41.300190 [ 254 ] {0d596144-5ec0-4cf9-bc8d-46a6eb70ea11} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4494 | 2025.01.28 17:44:41.300653 [ 254 ] {0d596144-5ec0-4cf9-bc8d-46a6eb70ea11} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004506 sec., 1331.5579227696405 rows/sec., 69.57 KiB/sec. | ||
| 4495 | 2025.01.28 17:44:41.300759 [ 200 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.005242877 sec., 460624.95839593414 rows/sec., 35.33 MiB/sec. | ||
| 4496 | 2025.01.28 17:44:41.300792 [ 254 ] {0d596144-5ec0-4cf9-bc8d-46a6eb70ea11} <Debug> TCPHandler: Processed in 0.005236077 sec. | ||
| 4497 | 2025.01.28 17:44:41.300991 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4498 | 2025.01.28 17:44:41.301119 [ 186 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4499 | 2025.01.28 17:44:41.301190 [ 4 ] {58c2264f-5909-4cda-a5db-529abad02843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4500 | 2025.01.28 17:44:41.301288 [ 4 ] {58c2264f-5909-4cda-a5db-529abad02843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4501 | 2025.01.28 17:44:41.301679 [ 186 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_31_6} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4502 | 2025.01.28 17:44:41.301881 [ 186 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_31_6} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4503 | 2025.01.28 17:44:41.301974 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4504 | 2025.01.28 17:44:41.302281 [ 4 ] {58c2264f-5909-4cda-a5db-529abad02843} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4505 | 2025.01.28 17:44:41.302325 [ 4 ] {58c2264f-5909-4cda-a5db-529abad02843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4506 | 2025.01.28 17:44:41.302731 [ 4 ] {58c2264f-5909-4cda-a5db-529abad02843} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4507 | 2025.01.28 17:44:41.302976 [ 4 ] {58c2264f-5909-4cda-a5db-529abad02843} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4508 | 2025.01.28 17:44:41.303133 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4509 | 2025.01.28 17:44:41.303193 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4510 | 2025.01.28 17:44:41.303222 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4511 | 2025.01.28 17:44:41.303237 [ 4 ] {58c2264f-5909-4cda-a5db-529abad02843} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002112 sec., 112215.90909090909 rows/sec., 7.52 MiB/sec. | ||
| 4512 | 2025.01.28 17:44:41.303556 [ 4 ] {58c2264f-5909-4cda-a5db-529abad02843} <Debug> TCPHandler: Processed in 0.002646848 sec. | ||
| 4513 | 2025.01.28 17:44:41.303617 [ 194 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 4514 | 2025.01.28 17:44:41.304090 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4515 | 2025.01.28 17:44:41.304121 [ 194 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4516 | 2025.01.28 17:44:41.304237 [ 194 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8162 rows starting from the beginning of the part | ||
| 4517 | 2025.01.28 17:44:41.304525 [ 194 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4518 | 2025.01.28 17:44:41.304543 [ 254 ] {51edf246-44b2-44ad-a575-5ccfe71f0326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4519 | 2025.01.28 17:44:41.304777 [ 194 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 963 rows starting from the beginning of the part | ||
| 4520 | 2025.01.28 17:44:41.304796 [ 254 ] {51edf246-44b2-44ad-a575-5ccfe71f0326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4521 | 2025.01.28 17:44:41.305103 [ 194 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part | ||
| 4522 | 2025.01.28 17:44:41.305393 [ 194 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4523 | 2025.01.28 17:44:41.305664 [ 194 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 4524 | 2025.01.28 17:44:41.306997 [ 254 ] {51edf246-44b2-44ad-a575-5ccfe71f0326} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4525 | 2025.01.28 17:44:41.307041 [ 254 ] {51edf246-44b2-44ad-a575-5ccfe71f0326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4526 | 2025.01.28 17:44:41.307675 [ 254 ] {51edf246-44b2-44ad-a575-5ccfe71f0326} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4527 | 2025.01.28 17:44:41.308207 [ 254 ] {51edf246-44b2-44ad-a575-5ccfe71f0326} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4528 | 2025.01.28 17:44:41.308688 [ 254 ] {51edf246-44b2-44ad-a575-5ccfe71f0326} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004365 sec., 229.0950744558992 rows/sec., 15.44 KiB/sec. | ||
| 4529 | 2025.01.28 17:44:41.308766 [ 254 ] {51edf246-44b2-44ad-a575-5ccfe71f0326} <Debug> TCPHandler: Processed in 0.005080634 sec. | ||
| 4530 | 2025.01.28 17:44:41.308921 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4531 | 2025.01.28 17:44:41.309219 [ 4 ] {12eda74e-30a3-4a4d-ac5a-a75c90a83163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4532 | 2025.01.28 17:44:41.309319 [ 4 ] {12eda74e-30a3-4a4d-ac5a-a75c90a83163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4533 | 2025.01.28 17:44:41.311160 [ 189 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9810 rows, containing 5 columns (5 merged, 0 gathered) in 0.007838334 sec., 1251541.462764919 rows/sec., 84.47 MiB/sec. | ||
| 4534 | 2025.01.28 17:44:41.311284 [ 4 ] {12eda74e-30a3-4a4d-ac5a-a75c90a83163} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4535 | 2025.01.28 17:44:41.311332 [ 4 ] {12eda74e-30a3-4a4d-ac5a-a75c90a83163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4536 | 2025.01.28 17:44:41.311549 [ 189 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4537 | 2025.01.28 17:44:41.312191 [ 189 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4538 | 2025.01.28 17:44:41.312424 [ 189 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4539 | 2025.01.28 17:44:41.312619 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. | ||
| 4540 | 2025.01.28 17:44:41.312647 [ 4 ] {12eda74e-30a3-4a4d-ac5a-a75c90a83163} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4541 | 2025.01.28 17:44:41.312936 [ 4 ] {12eda74e-30a3-4a4d-ac5a-a75c90a83163} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4542 | 2025.01.28 17:44:41.313131 [ 79 ] {} <Debug> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4543 | 2025.01.28 17:44:41.313213 [ 79 ] {} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4544 | 2025.01.28 17:44:41.313252 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4545 | 2025.01.28 17:44:41.313266 [ 4 ] {12eda74e-30a3-4a4d-ac5a-a75c90a83163} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004068 sec., 3195.673549655851 rows/sec., 5.73 MiB/sec. | ||
| 4546 | 2025.01.28 17:44:41.313603 [ 197 ] {b0b33775-16db-4412-97c6-62e4c39823c0::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 | ||
| 4547 | 2025.01.28 17:44:41.313694 [ 4 ] {12eda74e-30a3-4a4d-ac5a-a75c90a83163} <Debug> TCPHandler: Processed in 0.004833629 sec. | ||
| 4548 | 2025.01.28 17:44:41.313946 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4549 | 2025.01.28 17:44:41.314248 [ 254 ] {4718043a-b3bc-448b-a635-ed623d539565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4550 | 2025.01.28 17:44:41.314282 [ 197 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4551 | 2025.01.28 17:44:41.314384 [ 254 ] {4718043a-b3bc-448b-a635-ed623d539565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4552 | 2025.01.28 17:44:41.314458 [ 197 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 256 rows starting from the beginning of the part | ||
| 4553 | 2025.01.28 17:44:41.315365 [ 197 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 4554 | 2025.01.28 17:44:41.316019 [ 197 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 4555 | 2025.01.28 17:44:41.316795 [ 197 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 4556 | 2025.01.28 17:44:41.316894 [ 254 ] {4718043a-b3bc-448b-a635-ed623d539565} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4557 | 2025.01.28 17:44:41.316987 [ 254 ] {4718043a-b3bc-448b-a635-ed623d539565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4558 | 2025.01.28 17:44:41.317322 [ 197 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 4559 | 2025.01.28 17:44:41.317912 [ 197 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 4560 | 2025.01.28 17:44:41.319059 [ 254 ] {4718043a-b3bc-448b-a635-ed623d539565} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4561 | 2025.01.28 17:44:41.319555 [ 254 ] {4718043a-b3bc-448b-a635-ed623d539565} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4562 | 2025.01.28 17:44:41.319870 [ 79 ] {} <Debug> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4563 | 2025.01.28 17:44:41.319961 [ 79 ] {} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4564 | 2025.01.28 17:44:41.320030 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4565 | 2025.01.28 17:44:41.320162 [ 254 ] {4718043a-b3bc-448b-a635-ed623d539565} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006004 sec., 13657.561625582945 rows/sec., 888.24 KiB/sec. | ||
| 4566 | 2025.01.28 17:44:41.320300 [ 200 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 4567 | 2025.01.28 17:44:41.320405 [ 254 ] {4718043a-b3bc-448b-a635-ed623d539565} <Debug> TCPHandler: Processed in 0.006606212 sec. | ||
| 4568 | 2025.01.28 17:44:41.320738 [ 200 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4569 | 2025.01.28 17:44:41.320815 [ 200 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1610 rows starting from the beginning of the part | ||
| 4570 | 2025.01.28 17:44:41.321144 [ 200 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 4571 | 2025.01.28 17:44:41.321488 [ 200 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 4572 | 2025.01.28 17:44:41.321834 [ 200 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part | ||
| 4573 | 2025.01.28 17:44:41.322226 [ 200 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4574 | 2025.01.28 17:44:41.322583 [ 200 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4575 | 2025.01.28 17:44:41.326262 [ 191 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 4 columns (4 merged, 0 gathered) in 0.006015851 sec., 314834.92526659986 rows/sec., 20.53 MiB/sec. | ||
| 4576 | 2025.01.28 17:44:41.326740 [ 191 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4577 | 2025.01.28 17:44:41.327354 [ 191 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_31_6} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4578 | 2025.01.28 17:44:41.327610 [ 191 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_31_6} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4579 | 2025.01.28 17:44:41.327993 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4580 | 2025.01.28 17:44:41.328169 [ 187 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 19 columns (19 merged, 0 gathered) in 0.014815203 sec., 23421.886288024536 rows/sec., 41.97 MiB/sec. | ||
| 4581 | 2025.01.28 17:44:41.328932 [ 187 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4582 | 2025.01.28 17:44:41.329373 [ 187 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4583 | 2025.01.28 17:44:41.329452 [ 187 ] {b0b33775-16db-4412-97c6-62e4c39823c0::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4584 | 2025.01.28 17:44:41.329593 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 4585 | 2025.01.28 17:44:46.269429 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4586 | 2025.01.28 17:44:46.269657 [ 254 ] {4874012f-6c4a-44a1-91b3-9c3b7d3152c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4587 | 2025.01.28 17:44:46.269742 [ 254 ] {4874012f-6c4a-44a1-91b3-9c3b7d3152c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4588 | 2025.01.28 17:44:46.270575 [ 254 ] {4874012f-6c4a-44a1-91b3-9c3b7d3152c4} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4589 | 2025.01.28 17:44:46.270621 [ 254 ] {4874012f-6c4a-44a1-91b3-9c3b7d3152c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4590 | 2025.01.28 17:44:46.271072 [ 254 ] {4874012f-6c4a-44a1-91b3-9c3b7d3152c4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4591 | 2025.01.28 17:44:46.271340 [ 254 ] {4874012f-6c4a-44a1-91b3-9c3b7d3152c4} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4592 | 2025.01.28 17:44:46.271544 [ 254 ] {4874012f-6c4a-44a1-91b3-9c3b7d3152c4} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001948 sec., 55441.478439425046 rows/sec., 4.64 MiB/sec. | ||
| 4593 | 2025.01.28 17:44:46.271602 [ 254 ] {4874012f-6c4a-44a1-91b3-9c3b7d3152c4} <Debug> TCPHandler: Processed in 0.002312602 sec. | ||
| 4594 | 2025.01.28 17:44:46.271853 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4595 | 2025.01.28 17:44:46.272064 [ 4 ] {1a7d75d9-46fb-4020-877a-165df9108b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4596 | 2025.01.28 17:44:46.272148 [ 4 ] {1a7d75d9-46fb-4020-877a-165df9108b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4597 | 2025.01.28 17:44:46.272900 [ 4 ] {1a7d75d9-46fb-4020-877a-165df9108b27} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4598 | 2025.01.28 17:44:46.272956 [ 4 ] {1a7d75d9-46fb-4020-877a-165df9108b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4599 | 2025.01.28 17:44:46.273391 [ 4 ] {1a7d75d9-46fb-4020-877a-165df9108b27} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4600 | 2025.01.28 17:44:46.273689 [ 4 ] {1a7d75d9-46fb-4020-877a-165df9108b27} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4601 | 2025.01.28 17:44:46.274211 [ 4 ] {1a7d75d9-46fb-4020-877a-165df9108b27} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.0022 sec., 11818.181818181818 rows/sec., 888.67 KiB/sec. | ||
| 4602 | 2025.01.28 17:44:46.274282 [ 4 ] {1a7d75d9-46fb-4020-877a-165df9108b27} <Debug> TCPHandler: Processed in 0.002574497 sec. | ||
| 4603 | 2025.01.28 17:44:46.274428 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4604 | 2025.01.28 17:44:46.274548 [ 254 ] {56c7889d-ef38-4791-a1d0-b7af5e94356c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4605 | 2025.01.28 17:44:46.274598 [ 254 ] {56c7889d-ef38-4791-a1d0-b7af5e94356c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4606 | 2025.01.28 17:44:46.275214 [ 254 ] {56c7889d-ef38-4791-a1d0-b7af5e94356c} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4607 | 2025.01.28 17:44:46.275253 [ 254 ] {56c7889d-ef38-4791-a1d0-b7af5e94356c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4608 | 2025.01.28 17:44:46.275618 [ 254 ] {56c7889d-ef38-4791-a1d0-b7af5e94356c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4609 | 2025.01.28 17:44:46.275872 [ 254 ] {56c7889d-ef38-4791-a1d0-b7af5e94356c} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4610 | 2025.01.28 17:44:46.276052 [ 254 ] {56c7889d-ef38-4791-a1d0-b7af5e94356c} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001528 sec., 58900.523560209425 rows/sec., 4.60 MiB/sec. | ||
| 4611 | 2025.01.28 17:44:46.276105 [ 254 ] {56c7889d-ef38-4791-a1d0-b7af5e94356c} <Debug> TCPHandler: Processed in 0.001732012 sec. | ||
| 4612 | 2025.01.28 17:44:46.276254 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4613 | 2025.01.28 17:44:46.276401 [ 4 ] {67907ba7-1eda-4acf-95ac-5e26da8bd3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4614 | 2025.01.28 17:44:46.276475 [ 4 ] {67907ba7-1eda-4acf-95ac-5e26da8bd3bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4615 | 2025.01.28 17:44:46.277143 [ 4 ] {67907ba7-1eda-4acf-95ac-5e26da8bd3bd} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4616 | 2025.01.28 17:44:46.277192 [ 4 ] {67907ba7-1eda-4acf-95ac-5e26da8bd3bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4617 | 2025.01.28 17:44:46.277598 [ 4 ] {67907ba7-1eda-4acf-95ac-5e26da8bd3bd} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4618 | 2025.01.28 17:44:46.277841 [ 4 ] {67907ba7-1eda-4acf-95ac-5e26da8bd3bd} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4619 | 2025.01.28 17:44:46.278053 [ 4 ] {67907ba7-1eda-4acf-95ac-5e26da8bd3bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001688 sec., 94786.7298578199 rows/sec., 6.60 MiB/sec. | ||
| 4620 | 2025.01.28 17:44:46.278109 [ 4 ] {67907ba7-1eda-4acf-95ac-5e26da8bd3bd} <Debug> TCPHandler: Processed in 0.001922605 sec. | ||
| 4621 | 2025.01.28 17:44:46.278253 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4622 | 2025.01.28 17:44:46.278393 [ 254 ] {086dc94e-34c4-4c14-993b-7404a4b1ccdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4623 | 2025.01.28 17:44:46.278488 [ 254 ] {086dc94e-34c4-4c14-993b-7404a4b1ccdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4624 | 2025.01.28 17:44:46.279747 [ 254 ] {086dc94e-34c4-4c14-993b-7404a4b1ccdf} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4625 | 2025.01.28 17:44:46.279785 [ 254 ] {086dc94e-34c4-4c14-993b-7404a4b1ccdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4626 | 2025.01.28 17:44:46.280436 [ 254 ] {086dc94e-34c4-4c14-993b-7404a4b1ccdf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4627 | 2025.01.28 17:44:46.280706 [ 254 ] {086dc94e-34c4-4c14-993b-7404a4b1ccdf} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4628 | 2025.01.28 17:44:46.280898 [ 254 ] {086dc94e-34c4-4c14-993b-7404a4b1ccdf} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002537 sec., 10248.324793062671 rows/sec., 18.36 MiB/sec. | ||
| 4629 | 2025.01.28 17:44:46.280990 [ 254 ] {086dc94e-34c4-4c14-993b-7404a4b1ccdf} <Debug> TCPHandler: Processed in 0.002805202 sec. | ||
| 4630 | 2025.01.28 17:44:46.281139 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4631 | 2025.01.28 17:44:46.281280 [ 4 ] {9213bf62-5b5a-4b7e-8fda-cff913742feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4632 | 2025.01.28 17:44:46.281341 [ 4 ] {9213bf62-5b5a-4b7e-8fda-cff913742feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4633 | 2025.01.28 17:44:46.281912 [ 4 ] {9213bf62-5b5a-4b7e-8fda-cff913742feb} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4634 | 2025.01.28 17:44:46.281958 [ 4 ] {9213bf62-5b5a-4b7e-8fda-cff913742feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4635 | 2025.01.28 17:44:46.282374 [ 4 ] {9213bf62-5b5a-4b7e-8fda-cff913742feb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4636 | 2025.01.28 17:44:46.282618 [ 4 ] {9213bf62-5b5a-4b7e-8fda-cff913742feb} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4637 | 2025.01.28 17:44:46.282826 [ 4 ] {9213bf62-5b5a-4b7e-8fda-cff913742feb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001579 sec., 37998.73337555415 rows/sec., 2.56 MiB/sec. | ||
| 4638 | 2025.01.28 17:44:46.282879 [ 4 ] {9213bf62-5b5a-4b7e-8fda-cff913742feb} <Debug> TCPHandler: Processed in 0.001807053 sec. | ||
| 4639 | 2025.01.28 17:44:47.930190 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4640 | 2025.01.28 17:44:47.930852 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4641 | 2025.01.28 17:44:47.930897 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4642 | 2025.01.28 17:44:47.931433 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4643 | 2025.01.28 17:44:47.931685 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4644 | 2025.01.28 17:44:47.931897 [ 72 ] {} <Debug> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4645 | 2025.01.28 17:44:47.931931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4646 | 2025.01.28 17:44:47.931980 [ 72 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4647 | 2025.01.28 17:44:47.932008 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4648 | 2025.01.28 17:44:47.932125 [ 197 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 4649 | 2025.01.28 17:44:47.932230 [ 197 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4650 | 2025.01.28 17:44:47.932265 [ 197 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 4651 | 2025.01.28 17:44:47.932337 [ 197 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 4652 | 2025.01.28 17:44:47.932553 [ 197 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 4653 | 2025.01.28 17:44:47.932757 [ 197 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 4654 | 2025.01.28 17:44:47.932924 [ 197 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 4655 | 2025.01.28 17:44:47.933077 [ 197 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::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 | ||
| 4656 | 2025.01.28 17:44:47.935055 [ 200 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.002982266 sec., 3231770.7407722855 rows/sec., 46.23 MiB/sec. | ||
| 4657 | 2025.01.28 17:44:47.935326 [ 200 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4658 | 2025.01.28 17:44:47.935642 [ 200 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_21_4} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4659 | 2025.01.28 17:44:47.935729 [ 200 ] {c0116e2e-4984-44ae-aae9-4c32203760ee::all_1_21_4} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4660 | 2025.01.28 17:44:47.935841 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4661 | 2025.01.28 17:44:48.566443 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4662 | 2025.01.28 17:44:48.588117 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4663 | 2025.01.28 17:44:48.588170 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4664 | 2025.01.28 17:44:48.595874 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4665 | 2025.01.28 17:44:48.596670 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4666 | 2025.01.28 17:44:48.597113 [ 70 ] {} <Debug> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4667 | 2025.01.28 17:44:48.597280 [ 70 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4668 | 2025.01.28 17:44:48.597357 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4669 | 2025.01.28 17:44:48.597626 [ 200 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 4670 | 2025.01.28 17:44:48.607214 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4671 | 2025.01.28 17:44:48.608495 [ 200 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4672 | 2025.01.28 17:44:48.609382 [ 200 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 4673 | 2025.01.28 17:44:48.613648 [ 200 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 4674 | 2025.01.28 17:44:48.618053 [ 200 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 4675 | 2025.01.28 17:44:48.622807 [ 200 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 4676 | 2025.01.28 17:44:48.627759 [ 200 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 4677 | 2025.01.28 17:44:48.632029 [ 200 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::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 | ||
| 4678 | 2025.01.28 17:44:48.690698 [ 197 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.093220766 sec., 1705.6285506171448 rows/sec., 8.82 MiB/sec. | ||
| 4679 | 2025.01.28 17:44:48.693477 [ 197 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4680 | 2025.01.28 17:44:48.696439 [ 197 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_21_4} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4681 | 2025.01.28 17:44:48.696565 [ 197 ] {eb36e12f-6e15-4d22-80d2-bb2f59f89cf4::all_1_21_4} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4682 | 2025.01.28 17:44:48.699000 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4683 | 2025.01.28 17:44:49.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.65 MiB, peak 194.20 MiB, free memory in arenas 0.00 B, will set to 186.03 MiB (RSS), difference: 2.38 MiB | ||
| 4684 | 2025.01.28 17:44:50.468992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 666 | ||
| 4685 | 2025.01.28 17:44:50.472137 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4686 | 2025.01.28 17:44:50.472196 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4687 | 2025.01.28 17:44:50.473668 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4688 | 2025.01.28 17:44:50.474004 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4689 | 2025.01.28 17:44:50.475387 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 666 | ||
| 4690 | 2025.01.28 17:44:51.272933 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4691 | 2025.01.28 17:44:51.273159 [ 254 ] {b588c82c-de95-4c10-a278-6d33aed204e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4692 | 2025.01.28 17:44:51.273243 [ 254 ] {b588c82c-de95-4c10-a278-6d33aed204e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4693 | 2025.01.28 17:44:51.274013 [ 254 ] {b588c82c-de95-4c10-a278-6d33aed204e7} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4694 | 2025.01.28 17:44:51.274070 [ 254 ] {b588c82c-de95-4c10-a278-6d33aed204e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4695 | 2025.01.28 17:44:51.274528 [ 254 ] {b588c82c-de95-4c10-a278-6d33aed204e7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4696 | 2025.01.28 17:44:51.274799 [ 254 ] {b588c82c-de95-4c10-a278-6d33aed204e7} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4697 | 2025.01.28 17:44:51.275045 [ 254 ] {b588c82c-de95-4c10-a278-6d33aed204e7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00195 sec., 7179.48717948718 rows/sec., 516.83 KiB/sec. | ||
| 4698 | 2025.01.28 17:44:51.275115 [ 254 ] {b588c82c-de95-4c10-a278-6d33aed204e7} <Debug> TCPHandler: Processed in 0.002324993 sec. | ||
| 4699 | 2025.01.28 17:44:51.275361 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4700 | 2025.01.28 17:44:51.275574 [ 4 ] {acb06747-5881-47be-8a2a-258dc58eb902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4701 | 2025.01.28 17:44:51.275655 [ 4 ] {acb06747-5881-47be-8a2a-258dc58eb902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4702 | 2025.01.28 17:44:51.276556 [ 4 ] {acb06747-5881-47be-8a2a-258dc58eb902} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4703 | 2025.01.28 17:44:51.276598 [ 4 ] {acb06747-5881-47be-8a2a-258dc58eb902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4704 | 2025.01.28 17:44:51.277050 [ 4 ] {acb06747-5881-47be-8a2a-258dc58eb902} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4705 | 2025.01.28 17:44:51.277304 [ 4 ] {acb06747-5881-47be-8a2a-258dc58eb902} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4706 | 2025.01.28 17:44:51.277510 [ 4 ] {acb06747-5881-47be-8a2a-258dc58eb902} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001995 sec., 114786.96741854638 rows/sec., 10.04 MiB/sec. | ||
| 4707 | 2025.01.28 17:44:51.277577 [ 4 ] {acb06747-5881-47be-8a2a-258dc58eb902} <Debug> TCPHandler: Processed in 0.002357163 sec. | ||
| 4708 | 2025.01.28 17:44:51.277725 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4709 | 2025.01.28 17:44:51.277875 [ 254 ] {5a9c8945-39c4-4e6c-aac6-21af4de0396f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4710 | 2025.01.28 17:44:51.277937 [ 254 ] {5a9c8945-39c4-4e6c-aac6-21af4de0396f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4711 | 2025.01.28 17:44:51.278601 [ 254 ] {5a9c8945-39c4-4e6c-aac6-21af4de0396f} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4712 | 2025.01.28 17:44:51.278644 [ 254 ] {5a9c8945-39c4-4e6c-aac6-21af4de0396f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4713 | 2025.01.28 17:44:51.279027 [ 254 ] {5a9c8945-39c4-4e6c-aac6-21af4de0396f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4714 | 2025.01.28 17:44:51.279272 [ 254 ] {5a9c8945-39c4-4e6c-aac6-21af4de0396f} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4715 | 2025.01.28 17:44:51.279493 [ 254 ] {5a9c8945-39c4-4e6c-aac6-21af4de0396f} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001651 sec., 12113.870381586918 rows/sec., 868.32 KiB/sec. | ||
| 4716 | 2025.01.28 17:44:51.279594 [ 254 ] {5a9c8945-39c4-4e6c-aac6-21af4de0396f} <Debug> TCPHandler: Processed in 0.001935455 sec. | ||
| 4717 | 2025.01.28 17:44:51.279760 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4718 | 2025.01.28 17:44:51.279906 [ 4 ] {e2a581c3-cc70-4528-b020-5faa938dffc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4719 | 2025.01.28 17:44:51.279967 [ 4 ] {e2a581c3-cc70-4528-b020-5faa938dffc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4720 | 2025.01.28 17:44:51.280609 [ 4 ] {e2a581c3-cc70-4528-b020-5faa938dffc4} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4721 | 2025.01.28 17:44:51.280649 [ 4 ] {e2a581c3-cc70-4528-b020-5faa938dffc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4722 | 2025.01.28 17:44:51.281005 [ 4 ] {e2a581c3-cc70-4528-b020-5faa938dffc4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4723 | 2025.01.28 17:44:51.281248 [ 4 ] {e2a581c3-cc70-4528-b020-5faa938dffc4} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4724 | 2025.01.28 17:44:51.281446 [ 4 ] {e2a581c3-cc70-4528-b020-5faa938dffc4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001574 sec., 8894.53621346887 rows/sec., 622.92 KiB/sec. | ||
| 4725 | 2025.01.28 17:44:51.281539 [ 4 ] {e2a581c3-cc70-4528-b020-5faa938dffc4} <Debug> TCPHandler: Processed in 0.001846904 sec. | ||
| 4726 | 2025.01.28 17:44:51.281689 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4727 | 2025.01.28 17:44:51.281831 [ 254 ] {a1600435-9319-49f3-a23a-2f34172507d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4728 | 2025.01.28 17:44:51.281889 [ 254 ] {a1600435-9319-49f3-a23a-2f34172507d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4729 | 2025.01.28 17:44:51.282546 [ 254 ] {a1600435-9319-49f3-a23a-2f34172507d7} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4730 | 2025.01.28 17:44:51.282585 [ 254 ] {a1600435-9319-49f3-a23a-2f34172507d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4731 | 2025.01.28 17:44:51.282950 [ 254 ] {a1600435-9319-49f3-a23a-2f34172507d7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4732 | 2025.01.28 17:44:51.283194 [ 254 ] {a1600435-9319-49f3-a23a-2f34172507d7} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4733 | 2025.01.28 17:44:51.283440 [ 254 ] {a1600435-9319-49f3-a23a-2f34172507d7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001631 sec., 7970.570202329859 rows/sec., 496.96 KiB/sec. | ||
| 4734 | 2025.01.28 17:44:51.283518 [ 254 ] {a1600435-9319-49f3-a23a-2f34172507d7} <Debug> TCPHandler: Processed in 0.001900635 sec. | ||
| 4735 | 2025.01.28 17:44:51.283655 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4736 | 2025.01.28 17:44:51.283771 [ 4 ] {96cf65ea-4f46-4c28-99c7-4a5694d05f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4737 | 2025.01.28 17:44:51.283819 [ 4 ] {96cf65ea-4f46-4c28-99c7-4a5694d05f38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4738 | 2025.01.28 17:44:51.284523 [ 4 ] {96cf65ea-4f46-4c28-99c7-4a5694d05f38} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4739 | 2025.01.28 17:44:51.284561 [ 4 ] {96cf65ea-4f46-4c28-99c7-4a5694d05f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4740 | 2025.01.28 17:44:51.284934 [ 4 ] {96cf65ea-4f46-4c28-99c7-4a5694d05f38} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4741 | 2025.01.28 17:44:51.285173 [ 4 ] {96cf65ea-4f46-4c28-99c7-4a5694d05f38} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4742 | 2025.01.28 17:44:51.285352 [ 4 ] {96cf65ea-4f46-4c28-99c7-4a5694d05f38} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001604 sec., 246259.35162094765 rows/sec., 17.49 MiB/sec. | ||
| 4743 | 2025.01.28 17:44:51.285402 [ 4 ] {96cf65ea-4f46-4c28-99c7-4a5694d05f38} <Debug> TCPHandler: Processed in 0.001801783 sec. | ||
| 4744 | 2025.01.28 17:44:51.285555 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4745 | 2025.01.28 17:44:51.285702 [ 254 ] {9739298e-db4e-4d1e-9567-85a08563d665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4746 | 2025.01.28 17:44:51.285764 [ 254 ] {9739298e-db4e-4d1e-9567-85a08563d665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4747 | 2025.01.28 17:44:51.286342 [ 254 ] {9739298e-db4e-4d1e-9567-85a08563d665} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4748 | 2025.01.28 17:44:51.286382 [ 254 ] {9739298e-db4e-4d1e-9567-85a08563d665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4749 | 2025.01.28 17:44:51.286752 [ 254 ] {9739298e-db4e-4d1e-9567-85a08563d665} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4750 | 2025.01.28 17:44:51.286993 [ 254 ] {9739298e-db4e-4d1e-9567-85a08563d665} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4751 | 2025.01.28 17:44:51.287318 [ 254 ] {9739298e-db4e-4d1e-9567-85a08563d665} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001614 sec., 3717.472118959108 rows/sec., 194.22 KiB/sec. | ||
| 4752 | 2025.01.28 17:44:51.287468 [ 254 ] {9739298e-db4e-4d1e-9567-85a08563d665} <Debug> TCPHandler: Processed in 0.001980296 sec. | ||
| 4753 | 2025.01.28 17:44:51.287624 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4754 | 2025.01.28 17:44:51.287771 [ 4 ] {313c8499-52eb-4547-a2cf-33bf0c6d0e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4755 | 2025.01.28 17:44:51.287834 [ 4 ] {313c8499-52eb-4547-a2cf-33bf0c6d0e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4756 | 2025.01.28 17:44:51.288471 [ 4 ] {313c8499-52eb-4547-a2cf-33bf0c6d0e49} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4757 | 2025.01.28 17:44:51.288507 [ 4 ] {313c8499-52eb-4547-a2cf-33bf0c6d0e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4758 | 2025.01.28 17:44:51.288899 [ 4 ] {313c8499-52eb-4547-a2cf-33bf0c6d0e49} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4759 | 2025.01.28 17:44:51.289133 [ 4 ] {313c8499-52eb-4547-a2cf-33bf0c6d0e49} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4760 | 2025.01.28 17:44:51.289347 [ 4 ] {313c8499-52eb-4547-a2cf-33bf0c6d0e49} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001609 sec., 147296.45742697327 rows/sec., 9.87 MiB/sec. | ||
| 4761 | 2025.01.28 17:44:51.289562 [ 4 ] {313c8499-52eb-4547-a2cf-33bf0c6d0e49} <Debug> TCPHandler: Processed in 0.002001237 sec. | ||
| 4762 | 2025.01.28 17:44:51.289750 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4763 | 2025.01.28 17:44:51.289888 [ 254 ] {2b30903c-d640-42cf-8b75-f88a79b003d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4764 | 2025.01.28 17:44:51.289947 [ 254 ] {2b30903c-d640-42cf-8b75-f88a79b003d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4765 | 2025.01.28 17:44:51.290453 [ 254 ] {2b30903c-d640-42cf-8b75-f88a79b003d6} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4766 | 2025.01.28 17:44:51.290492 [ 254 ] {2b30903c-d640-42cf-8b75-f88a79b003d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4767 | 2025.01.28 17:44:51.290914 [ 254 ] {2b30903c-d640-42cf-8b75-f88a79b003d6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4768 | 2025.01.28 17:44:51.291154 [ 254 ] {2b30903c-d640-42cf-8b75-f88a79b003d6} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4769 | 2025.01.28 17:44:51.291327 [ 68 ] {} <Debug> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4770 | 2025.01.28 17:44:51.291400 [ 254 ] {2b30903c-d640-42cf-8b75-f88a79b003d6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001536 sec., 651.0416666666666 rows/sec., 43.87 KiB/sec. | ||
| 4771 | 2025.01.28 17:44:51.291407 [ 68 ] {} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4772 | 2025.01.28 17:44:51.291490 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4773 | 2025.01.28 17:44:51.291518 [ 254 ] {2b30903c-d640-42cf-8b75-f88a79b003d6} <Debug> TCPHandler: Processed in 0.001856494 sec. | ||
| 4774 | 2025.01.28 17:44:51.291762 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4775 | 2025.01.28 17:44:51.292186 [ 4 ] {b787568b-65c4-4687-b2dc-9ee28f329b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4776 | 2025.01.28 17:44:51.292225 [ 193 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 4777 | 2025.01.28 17:44:51.292326 [ 4 ] {b787568b-65c4-4687-b2dc-9ee28f329b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4778 | 2025.01.28 17:44:51.292711 [ 193 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4779 | 2025.01.28 17:44:51.292811 [ 193 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 4780 | 2025.01.28 17:44:51.293137 [ 193 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4781 | 2025.01.28 17:44:51.293487 [ 193 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4782 | 2025.01.28 17:44:51.293800 [ 193 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4783 | 2025.01.28 17:44:51.294208 [ 193 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4784 | 2025.01.28 17:44:51.294568 [ 193 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4785 | 2025.01.28 17:44:51.298435 [ 4 ] {b787568b-65c4-4687-b2dc-9ee28f329b45} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4786 | 2025.01.28 17:44:51.298449 [ 190 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.006794295 sec., 2060.5522721636316 rows/sec., 138.85 KiB/sec. | ||
| 4787 | 2025.01.28 17:44:51.298483 [ 4 ] {b787568b-65c4-4687-b2dc-9ee28f329b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4788 | 2025.01.28 17:44:51.298710 [ 190 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4789 | 2025.01.28 17:44:51.299479 [ 190 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_14_3} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4790 | 2025.01.28 17:44:51.299720 [ 190 ] {d0acee47-8369-4834-8f60-02fc4f2b1584::all_1_14_3} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4791 | 2025.01.28 17:44:51.299888 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4792 | 2025.01.28 17:44:51.300021 [ 4 ] {b787568b-65c4-4687-b2dc-9ee28f329b45} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4793 | 2025.01.28 17:44:51.300306 [ 4 ] {b787568b-65c4-4687-b2dc-9ee28f329b45} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4794 | 2025.01.28 17:44:51.300509 [ 4 ] {b787568b-65c4-4687-b2dc-9ee28f329b45} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008473 sec., 1534.2853770801369 rows/sec., 2.75 MiB/sec. | ||
| 4795 | 2025.01.28 17:44:51.300613 [ 4 ] {b787568b-65c4-4687-b2dc-9ee28f329b45} <Debug> TCPHandler: Processed in 0.009008197 sec. | ||
| 4796 | 2025.01.28 17:44:51.300832 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4797 | 2025.01.28 17:44:51.301058 [ 254 ] {e5990ed0-3e76-48c9-b8fd-889e80c8ab27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4798 | 2025.01.28 17:44:51.301151 [ 254 ] {e5990ed0-3e76-48c9-b8fd-889e80c8ab27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4799 | 2025.01.28 17:44:51.301792 [ 254 ] {e5990ed0-3e76-48c9-b8fd-889e80c8ab27} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4800 | 2025.01.28 17:44:51.301832 [ 254 ] {e5990ed0-3e76-48c9-b8fd-889e80c8ab27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4801 | 2025.01.28 17:44:51.302211 [ 254 ] {e5990ed0-3e76-48c9-b8fd-889e80c8ab27} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4802 | 2025.01.28 17:44:51.302457 [ 254 ] {e5990ed0-3e76-48c9-b8fd-889e80c8ab27} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4803 | 2025.01.28 17:44:51.302673 [ 254 ] {e5990ed0-3e76-48c9-b8fd-889e80c8ab27} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001669 sec., 49131.21629718394 rows/sec., 3.12 MiB/sec. | ||
| 4804 | 2025.01.28 17:44:51.302725 [ 254 ] {e5990ed0-3e76-48c9-b8fd-889e80c8ab27} <Debug> TCPHandler: Processed in 0.002006607 sec. | ||
| 4805 | 2025.01.28 17:44:55.330607 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4806 | 2025.01.28 17:44:55.330709 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4807 | 2025.01.28 17:44:55.432055 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4808 | 2025.01.28 17:44:55.432722 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4809 | 2025.01.28 17:44:55.432770 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4810 | 2025.01.28 17:44:55.433297 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4811 | 2025.01.28 17:44:55.433561 [ 244 ] {} <Trace> system.asynchronous_metric_log (c0116e2e-4984-44ae-aae9-4c32203760ee): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4812 | 2025.01.28 17:44:55.433854 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4813 | 2025.01.28 17:44:56.107279 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4814 | 2025.01.28 17:44:56.126140 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4815 | 2025.01.28 17:44:56.126193 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4816 | 2025.01.28 17:44:56.133962 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4817 | 2025.01.28 17:44:56.134703 [ 243 ] {} <Trace> system.metric_log (eb36e12f-6e15-4d22-80d2-bb2f59f89cf4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4818 | 2025.01.28 17:44:56.137203 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4819 | 2025.01.28 17:44:56.268376 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4820 | 2025.01.28 17:44:56.268579 [ 254 ] {f432cdb1-50f5-4139-8ddb-2314240717d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4821 | 2025.01.28 17:44:56.268661 [ 254 ] {f432cdb1-50f5-4139-8ddb-2314240717d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4822 | 2025.01.28 17:44:56.269560 [ 254 ] {f432cdb1-50f5-4139-8ddb-2314240717d7} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4823 | 2025.01.28 17:44:56.269604 [ 254 ] {f432cdb1-50f5-4139-8ddb-2314240717d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4824 | 2025.01.28 17:44:56.270074 [ 254 ] {f432cdb1-50f5-4139-8ddb-2314240717d7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4825 | 2025.01.28 17:44:56.270345 [ 254 ] {f432cdb1-50f5-4139-8ddb-2314240717d7} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4826 | 2025.01.28 17:44:56.270552 [ 254 ] {f432cdb1-50f5-4139-8ddb-2314240717d7} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002033 sec., 53123.46286276438 rows/sec., 4.44 MiB/sec. | ||
| 4827 | 2025.01.28 17:44:56.270618 [ 254 ] {f432cdb1-50f5-4139-8ddb-2314240717d7} <Debug> TCPHandler: Processed in 0.002368964 sec. | ||
| 4828 | 2025.01.28 17:44:56.270861 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4829 | 2025.01.28 17:44:56.271041 [ 4 ] {1a36a83e-f190-4680-b33e-29101d24acb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4830 | 2025.01.28 17:44:56.271112 [ 4 ] {1a36a83e-f190-4680-b33e-29101d24acb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4831 | 2025.01.28 17:44:56.271815 [ 4 ] {1a36a83e-f190-4680-b33e-29101d24acb4} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4832 | 2025.01.28 17:44:56.271863 [ 4 ] {1a36a83e-f190-4680-b33e-29101d24acb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4833 | 2025.01.28 17:44:56.272275 [ 4 ] {1a36a83e-f190-4680-b33e-29101d24acb4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4834 | 2025.01.28 17:44:56.272524 [ 4 ] {1a36a83e-f190-4680-b33e-29101d24acb4} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4835 | 2025.01.28 17:44:56.272766 [ 4 ] {1a36a83e-f190-4680-b33e-29101d24acb4} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00178 sec., 14606.741573033709 rows/sec., 1.07 MiB/sec. | ||
| 4836 | 2025.01.28 17:44:56.272830 [ 4 ] {1a36a83e-f190-4680-b33e-29101d24acb4} <Debug> TCPHandler: Processed in 0.002095409 sec. | ||
| 4837 | 2025.01.28 17:44:56.272985 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4838 | 2025.01.28 17:44:56.273132 [ 254 ] {648a32fe-d2ac-4ec7-a0f4-fdaf552db827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4839 | 2025.01.28 17:44:56.273194 [ 254 ] {648a32fe-d2ac-4ec7-a0f4-fdaf552db827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4840 | 2025.01.28 17:44:56.273875 [ 254 ] {648a32fe-d2ac-4ec7-a0f4-fdaf552db827} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4841 | 2025.01.28 17:44:56.273915 [ 254 ] {648a32fe-d2ac-4ec7-a0f4-fdaf552db827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4842 | 2025.01.28 17:44:56.274298 [ 254 ] {648a32fe-d2ac-4ec7-a0f4-fdaf552db827} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4843 | 2025.01.28 17:44:56.274554 [ 254 ] {648a32fe-d2ac-4ec7-a0f4-fdaf552db827} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4844 | 2025.01.28 17:44:56.274781 [ 254 ] {648a32fe-d2ac-4ec7-a0f4-fdaf552db827} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001682 sec., 53507.728894173604 rows/sec., 4.18 MiB/sec. | ||
| 4845 | 2025.01.28 17:44:56.274934 [ 254 ] {648a32fe-d2ac-4ec7-a0f4-fdaf552db827} <Debug> TCPHandler: Processed in 0.002011668 sec. | ||
| 4846 | 2025.01.28 17:44:56.275144 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4847 | 2025.01.28 17:44:56.275284 [ 4 ] {097921c8-fb22-4093-aa2b-d781efeb0035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4848 | 2025.01.28 17:44:56.275342 [ 4 ] {097921c8-fb22-4093-aa2b-d781efeb0035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4849 | 2025.01.28 17:44:56.275949 [ 4 ] {097921c8-fb22-4093-aa2b-d781efeb0035} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4850 | 2025.01.28 17:44:56.275989 [ 4 ] {097921c8-fb22-4093-aa2b-d781efeb0035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4851 | 2025.01.28 17:44:56.276397 [ 4 ] {097921c8-fb22-4093-aa2b-d781efeb0035} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4852 | 2025.01.28 17:44:56.276647 [ 4 ] {097921c8-fb22-4093-aa2b-d781efeb0035} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4853 | 2025.01.28 17:44:56.276866 [ 4 ] {097921c8-fb22-4093-aa2b-d781efeb0035} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00161 sec., 99378.88198757764 rows/sec., 6.92 MiB/sec. | ||
| 4854 | 2025.01.28 17:44:56.276921 [ 4 ] {097921c8-fb22-4093-aa2b-d781efeb0035} <Debug> TCPHandler: Processed in 0.001887484 sec. | ||
| 4855 | 2025.01.28 17:44:56.277083 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4856 | 2025.01.28 17:44:56.277205 [ 254 ] {562e922e-cf59-4f41-ac3e-9ad46927e305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4857 | 2025.01.28 17:44:56.277288 [ 254 ] {562e922e-cf59-4f41-ac3e-9ad46927e305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4858 | 2025.01.28 17:44:56.278505 [ 254 ] {562e922e-cf59-4f41-ac3e-9ad46927e305} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4859 | 2025.01.28 17:44:56.278543 [ 254 ] {562e922e-cf59-4f41-ac3e-9ad46927e305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4860 | 2025.01.28 17:44:56.279218 [ 254 ] {562e922e-cf59-4f41-ac3e-9ad46927e305} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4861 | 2025.01.28 17:44:56.279483 [ 254 ] {562e922e-cf59-4f41-ac3e-9ad46927e305} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4862 | 2025.01.28 17:44:56.279707 [ 254 ] {562e922e-cf59-4f41-ac3e-9ad46927e305} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002526 sec., 10292.953285827394 rows/sec., 18.44 MiB/sec. | ||
| 4863 | 2025.01.28 17:44:56.279955 [ 254 ] {562e922e-cf59-4f41-ac3e-9ad46927e305} <Debug> TCPHandler: Processed in 0.002930434 sec. | ||
| 4864 | 2025.01.28 17:44:56.280128 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4865 | 2025.01.28 17:44:56.280271 [ 4 ] {97a066de-fdc6-4eda-b69c-a4d81f567e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4866 | 2025.01.28 17:44:56.280332 [ 4 ] {97a066de-fdc6-4eda-b69c-a4d81f567e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4867 | 2025.01.28 17:44:56.280848 [ 4 ] {97a066de-fdc6-4eda-b69c-a4d81f567e9a} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4868 | 2025.01.28 17:44:56.280888 [ 4 ] {97a066de-fdc6-4eda-b69c-a4d81f567e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4869 | 2025.01.28 17:44:56.281262 [ 4 ] {97a066de-fdc6-4eda-b69c-a4d81f567e9a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4870 | 2025.01.28 17:44:56.281504 [ 4 ] {97a066de-fdc6-4eda-b69c-a4d81f567e9a} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4871 | 2025.01.28 17:44:56.281718 [ 4 ] {97a066de-fdc6-4eda-b69c-a4d81f567e9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001479 sec., 40567.951318458414 rows/sec., 2.73 MiB/sec. | ||
| 4872 | 2025.01.28 17:44:56.281769 [ 4 ] {97a066de-fdc6-4eda-b69c-a4d81f567e9a} <Debug> TCPHandler: Processed in 0.001706931 sec. | ||
| 4873 | 2025.01.28 17:44:56.695755 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4874 | 2025.01.28 17:44:56.695973 [ 254 ] {bec3abac-739a-4529-9fcc-81fceb5b34fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4875 | 2025.01.28 17:44:56.696058 [ 254 ] {bec3abac-739a-4529-9fcc-81fceb5b34fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4876 | 2025.01.28 17:44:56.696908 [ 254 ] {bec3abac-739a-4529-9fcc-81fceb5b34fd} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4877 | 2025.01.28 17:44:56.696962 [ 254 ] {bec3abac-739a-4529-9fcc-81fceb5b34fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4878 | 2025.01.28 17:44:56.697398 [ 254 ] {bec3abac-739a-4529-9fcc-81fceb5b34fd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4879 | 2025.01.28 17:44:56.697659 [ 254 ] {bec3abac-739a-4529-9fcc-81fceb5b34fd} <Trace> oximeter.fields_i16 (288a306d-0763-4f55-abcd-f7877450cd5b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4880 | 2025.01.28 17:44:56.697907 [ 254 ] {bec3abac-739a-4529-9fcc-81fceb5b34fd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001992 sec., 7028.112449799198 rows/sec., 505.93 KiB/sec. | ||
| 4881 | 2025.01.28 17:44:56.698040 [ 254 ] {bec3abac-739a-4529-9fcc-81fceb5b34fd} <Debug> TCPHandler: Processed in 0.002435005 sec. | ||
| 4882 | 2025.01.28 17:44:56.698334 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4883 | 2025.01.28 17:44:56.698527 [ 4 ] {601c2ad7-d6d7-4373-919d-4c2864f1756f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4884 | 2025.01.28 17:44:56.698601 [ 4 ] {601c2ad7-d6d7-4373-919d-4c2864f1756f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4885 | 2025.01.28 17:44:56.699949 [ 4 ] {601c2ad7-d6d7-4373-919d-4c2864f1756f} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4886 | 2025.01.28 17:44:56.699999 [ 4 ] {601c2ad7-d6d7-4373-919d-4c2864f1756f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4887 | 2025.01.28 17:44:56.700523 [ 4 ] {601c2ad7-d6d7-4373-919d-4c2864f1756f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4888 | 2025.01.28 17:44:56.700777 [ 4 ] {601c2ad7-d6d7-4373-919d-4c2864f1756f} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4889 | 2025.01.28 17:44:56.701015 [ 4 ] {601c2ad7-d6d7-4373-919d-4c2864f1756f} <Debug> executeQuery: Read 1369 rows, 116.63 KiB in 0.002541 sec., 538764.2660369934 rows/sec., 44.82 MiB/sec. | ||
| 4890 | 2025.01.28 17:44:56.701071 [ 4 ] {601c2ad7-d6d7-4373-919d-4c2864f1756f} <Debug> TCPHandler: Processed in 0.002884454 sec. | ||
| 4891 | 2025.01.28 17:44:56.701223 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4892 | 2025.01.28 17:44:56.701372 [ 254 ] {dd94759d-0fdc-4a02-886c-0968d13ca176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4893 | 2025.01.28 17:44:56.701435 [ 254 ] {dd94759d-0fdc-4a02-886c-0968d13ca176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4894 | 2025.01.28 17:44:56.702059 [ 254 ] {dd94759d-0fdc-4a02-886c-0968d13ca176} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4895 | 2025.01.28 17:44:56.702101 [ 254 ] {dd94759d-0fdc-4a02-886c-0968d13ca176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4896 | 2025.01.28 17:44:56.702470 [ 254 ] {dd94759d-0fdc-4a02-886c-0968d13ca176} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4897 | 2025.01.28 17:44:56.702722 [ 254 ] {dd94759d-0fdc-4a02-886c-0968d13ca176} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4898 | 2025.01.28 17:44:56.702898 [ 57 ] {} <Debug> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 4899 | 2025.01.28 17:44:56.702962 [ 254 ] {dd94759d-0fdc-4a02-886c-0968d13ca176} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001626 sec., 12300.123001230011 rows/sec., 881.67 KiB/sec. | ||
| 4900 | 2025.01.28 17:44:56.702985 [ 57 ] {} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4901 | 2025.01.28 17:44:56.703054 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4902 | 2025.01.28 17:44:56.703100 [ 254 ] {dd94759d-0fdc-4a02-886c-0968d13ca176} <Debug> TCPHandler: Processed in 0.001944066 sec. | ||
| 4903 | 2025.01.28 17:44:56.703303 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4904 | 2025.01.28 17:44:56.703314 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 4905 | 2025.01.28 17:44:56.703443 [ 4 ] {6c8069c3-72c4-4271-bed9-29e708a27f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4906 | 2025.01.28 17:44:56.703464 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4907 | 2025.01.28 17:44:56.703505 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 64 rows starting from the beginning of the part | ||
| 4908 | 2025.01.28 17:44:56.703505 [ 4 ] {6c8069c3-72c4-4271-bed9-29e708a27f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4909 | 2025.01.28 17:44:56.703684 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part | ||
| 4910 | 2025.01.28 17:44:56.703930 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 4911 | 2025.01.28 17:44:56.704148 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 4912 | 2025.01.28 17:44:56.704413 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 4913 | 2025.01.28 17:44:56.704645 [ 192 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part | ||
| 4914 | 2025.01.28 17:44:56.705584 [ 4 ] {6c8069c3-72c4-4271-bed9-29e708a27f95} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4915 | 2025.01.28 17:44:56.705630 [ 4 ] {6c8069c3-72c4-4271-bed9-29e708a27f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4916 | 2025.01.28 17:44:56.706265 [ 4 ] {6c8069c3-72c4-4271-bed9-29e708a27f95} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4917 | 2025.01.28 17:44:56.706318 [ 190 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.003140978 sec., 56033.50294080379 rows/sec., 4.21 MiB/sec. | ||
| 4918 | 2025.01.28 17:44:56.706581 [ 190 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 4919 | 2025.01.28 17:44:56.706647 [ 4 ] {6c8069c3-72c4-4271-bed9-29e708a27f95} <Trace> oximeter.fields_u32 (227051be-3f63-4a2c-8091-d3ef3ca4de51): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4920 | 2025.01.28 17:44:56.707107 [ 4 ] {6c8069c3-72c4-4271-bed9-29e708a27f95} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003681 sec., 65743.00461831024 rows/sec., 4.45 MiB/sec. | ||
| 4921 | 2025.01.28 17:44:56.707284 [ 4 ] {6c8069c3-72c4-4271-bed9-29e708a27f95} <Debug> TCPHandler: Processed in 0.004071315 sec. | ||
| 4922 | 2025.01.28 17:44:56.707295 [ 190 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_25_5} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4923 | 2025.01.28 17:44:56.707451 [ 190 ] {ad1ea820-48cb-4264-a75a-691d65133764::all_1_25_5} <Trace> oximeter.fields_u16 (ad1ea820-48cb-4264-a75a-691d65133764) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 4924 | 2025.01.28 17:44:56.707471 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4925 | 2025.01.28 17:44:56.707592 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4926 | 2025.01.28 17:44:56.707677 [ 254 ] {1408c71a-7c85-44c9-b56d-1dbbe0f382fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4927 | 2025.01.28 17:44:56.707740 [ 254 ] {1408c71a-7c85-44c9-b56d-1dbbe0f382fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4928 | 2025.01.28 17:44:56.708438 [ 254 ] {1408c71a-7c85-44c9-b56d-1dbbe0f382fe} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4929 | 2025.01.28 17:44:56.708484 [ 254 ] {1408c71a-7c85-44c9-b56d-1dbbe0f382fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4930 | 2025.01.28 17:44:56.708850 [ 254 ] {1408c71a-7c85-44c9-b56d-1dbbe0f382fe} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4931 | 2025.01.28 17:44:56.709093 [ 254 ] {1408c71a-7c85-44c9-b56d-1dbbe0f382fe} <Trace> oximeter.fields_u8 (5151ce1d-080e-43be-b3c3-92970430fa44): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4932 | 2025.01.28 17:44:56.709300 [ 254 ] {1408c71a-7c85-44c9-b56d-1dbbe0f382fe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001676 sec., 7756.5632458233895 rows/sec., 483.62 KiB/sec. | ||
| 4933 | 2025.01.28 17:44:56.709357 [ 254 ] {1408c71a-7c85-44c9-b56d-1dbbe0f382fe} <Debug> TCPHandler: Processed in 0.001976936 sec. | ||
| 4934 | 2025.01.28 17:44:56.709507 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4935 | 2025.01.28 17:44:56.709646 [ 4 ] {c217915a-e467-465e-ac05-40550a55cca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4936 | 2025.01.28 17:44:56.709703 [ 4 ] {c217915a-e467-465e-ac05-40550a55cca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4937 | 2025.01.28 17:44:56.710677 [ 4 ] {c217915a-e467-465e-ac05-40550a55cca3} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4938 | 2025.01.28 17:44:56.710715 [ 4 ] {c217915a-e467-465e-ac05-40550a55cca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4939 | 2025.01.28 17:44:56.711103 [ 4 ] {c217915a-e467-465e-ac05-40550a55cca3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4940 | 2025.01.28 17:44:56.711341 [ 4 ] {c217915a-e467-465e-ac05-40550a55cca3} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4941 | 2025.01.28 17:44:56.711552 [ 4 ] {c217915a-e467-465e-ac05-40550a55cca3} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.001937 sec., 439339.18430562725 rows/sec., 31.77 MiB/sec. | ||
| 4942 | 2025.01.28 17:44:56.711604 [ 4 ] {c217915a-e467-465e-ac05-40550a55cca3} <Debug> TCPHandler: Processed in 0.002156799 sec. | ||
| 4943 | 2025.01.28 17:44:56.711753 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4944 | 2025.01.28 17:44:56.711894 [ 254 ] {38f56c26-c12d-467c-b151-4117f6fa4b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4945 | 2025.01.28 17:44:56.711954 [ 254 ] {38f56c26-c12d-467c-b151-4117f6fa4b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4946 | 2025.01.28 17:44:56.712516 [ 254 ] {38f56c26-c12d-467c-b151-4117f6fa4b58} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4947 | 2025.01.28 17:44:56.712553 [ 254 ] {38f56c26-c12d-467c-b151-4117f6fa4b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4948 | 2025.01.28 17:44:56.712921 [ 254 ] {38f56c26-c12d-467c-b151-4117f6fa4b58} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4949 | 2025.01.28 17:44:56.713164 [ 254 ] {38f56c26-c12d-467c-b151-4117f6fa4b58} <Trace> oximeter.measurements_bool (124f273e-f4e5-4ff8-aab8-4f6a35264859): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4950 | 2025.01.28 17:44:56.713385 [ 254 ] {38f56c26-c12d-467c-b151-4117f6fa4b58} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 4951 | 2025.01.28 17:44:56.713438 [ 254 ] {38f56c26-c12d-467c-b151-4117f6fa4b58} <Debug> TCPHandler: Processed in 0.001754422 sec. | ||
| 4952 | 2025.01.28 17:44:56.713582 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4953 | 2025.01.28 17:44:56.713729 [ 4 ] {82d8f890-f978-4e44-8228-4b9b1733af56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4954 | 2025.01.28 17:44:56.713793 [ 4 ] {82d8f890-f978-4e44-8228-4b9b1733af56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4955 | 2025.01.28 17:44:56.714618 [ 4 ] {82d8f890-f978-4e44-8228-4b9b1733af56} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4956 | 2025.01.28 17:44:56.714656 [ 4 ] {82d8f890-f978-4e44-8228-4b9b1733af56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4957 | 2025.01.28 17:44:56.715094 [ 4 ] {82d8f890-f978-4e44-8228-4b9b1733af56} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4958 | 2025.01.28 17:44:56.715331 [ 4 ] {82d8f890-f978-4e44-8228-4b9b1733af56} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4959 | 2025.01.28 17:44:56.715535 [ 4 ] {82d8f890-f978-4e44-8228-4b9b1733af56} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001838 sec., 519586.5070729053 rows/sec., 34.52 MiB/sec. | ||
| 4960 | 2025.01.28 17:44:56.715586 [ 4 ] {82d8f890-f978-4e44-8228-4b9b1733af56} <Debug> TCPHandler: Processed in 0.002068458 sec. | ||
| 4961 | 2025.01.28 17:44:56.715752 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4962 | 2025.01.28 17:44:56.715923 [ 254 ] {9f54e594-0a64-409c-9f0c-64257643b821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4963 | 2025.01.28 17:44:56.715995 [ 254 ] {9f54e594-0a64-409c-9f0c-64257643b821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4964 | 2025.01.28 17:44:56.716613 [ 254 ] {9f54e594-0a64-409c-9f0c-64257643b821} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4965 | 2025.01.28 17:44:56.716652 [ 254 ] {9f54e594-0a64-409c-9f0c-64257643b821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4966 | 2025.01.28 17:44:56.717012 [ 254 ] {9f54e594-0a64-409c-9f0c-64257643b821} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4967 | 2025.01.28 17:44:56.717261 [ 254 ] {9f54e594-0a64-409c-9f0c-64257643b821} <Trace> oximeter.measurements_f64 (d0acee47-8369-4834-8f60-02fc4f2b1584): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4968 | 2025.01.28 17:44:56.717468 [ 254 ] {9f54e594-0a64-409c-9f0c-64257643b821} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001586 sec., 630.517023959647 rows/sec., 42.49 KiB/sec. | ||
| 4969 | 2025.01.28 17:44:56.717520 [ 254 ] {9f54e594-0a64-409c-9f0c-64257643b821} <Debug> TCPHandler: Processed in 0.001854895 sec. | ||
| 4970 | 2025.01.28 17:44:56.717668 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4971 | 2025.01.28 17:44:56.717809 [ 4 ] {9b63fafa-a973-40e3-b1bc-b0cdd4ecf116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4972 | 2025.01.28 17:44:56.717903 [ 4 ] {9b63fafa-a973-40e3-b1bc-b0cdd4ecf116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4973 | 2025.01.28 17:44:56.719064 [ 4 ] {9b63fafa-a973-40e3-b1bc-b0cdd4ecf116} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4974 | 2025.01.28 17:44:56.719102 [ 4 ] {9b63fafa-a973-40e3-b1bc-b0cdd4ecf116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4975 | 2025.01.28 17:44:56.719700 [ 4 ] {9b63fafa-a973-40e3-b1bc-b0cdd4ecf116} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4976 | 2025.01.28 17:44:56.719950 [ 4 ] {9b63fafa-a973-40e3-b1bc-b0cdd4ecf116} <Trace> oximeter.measurements_histogramu64 (b0b33775-16db-4412-97c6-62e4c39823c0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4977 | 2025.01.28 17:44:56.720195 [ 4 ] {9b63fafa-a973-40e3-b1bc-b0cdd4ecf116} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002417 sec., 5378.568473314026 rows/sec., 9.64 MiB/sec. | ||
| 4978 | 2025.01.28 17:44:56.720287 [ 4 ] {9b63fafa-a973-40e3-b1bc-b0cdd4ecf116} <Debug> TCPHandler: Processed in 0.002687289 sec. | ||
| 4979 | 2025.01.28 17:44:56.720434 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4980 | 2025.01.28 17:44:56.720597 [ 254 ] {e0d84694-5bf2-497a-84d9-963bce27e479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4981 | 2025.01.28 17:44:56.720670 [ 254 ] {e0d84694-5bf2-497a-84d9-963bce27e479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4982 | 2025.01.28 17:44:56.721348 [ 254 ] {e0d84694-5bf2-497a-84d9-963bce27e479} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4983 | 2025.01.28 17:44:56.721406 [ 254 ] {e0d84694-5bf2-497a-84d9-963bce27e479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4984 | 2025.01.28 17:44:56.721812 [ 254 ] {e0d84694-5bf2-497a-84d9-963bce27e479} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4985 | 2025.01.28 17:44:56.722047 [ 254 ] {e0d84694-5bf2-497a-84d9-963bce27e479} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4986 | 2025.01.28 17:44:56.722264 [ 254 ] {e0d84694-5bf2-497a-84d9-963bce27e479} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001707 sec., 19917.984768599883 rows/sec., 1.16 MiB/sec. | ||
| 4987 | 2025.01.28 17:44:56.722314 [ 254 ] {e0d84694-5bf2-497a-84d9-963bce27e479} <Debug> TCPHandler: Processed in 0.001949426 sec. | ||
| 4988 | 2025.01.28 17:45:00.475623 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 722 | ||
| 4989 | 2025.01.28 17:45:00.479354 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4990 | 2025.01.28 17:45:00.479410 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4991 | 2025.01.28 17:45:00.480955 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4992 | 2025.01.28 17:45:00.481278 [ 242 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4993 | 2025.01.28 17:45:00.481519 [ 52 ] {} <Debug> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4994 | 2025.01.28 17:45:00.481642 [ 52 ] {} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4995 | 2025.01.28 17:45:00.481736 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4996 | 2025.01.28 17:45:00.482052 [ 199 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::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 | ||
| 4997 | 2025.01.28 17:45:00.482368 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 722 | ||
| 4998 | 2025.01.28 17:45:00.482785 [ 199 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4999 | 2025.01.28 17:45:00.482919 [ 199 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 518 rows starting from the beginning of the part | ||
| 5000 | 2025.01.28 17:45:00.483639 [ 199 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
| 5001 | 2025.01.28 17:45:00.484441 [ 199 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part | ||
| 5002 | 2025.01.28 17:45:00.485449 [ 199 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part | ||
| 5003 | 2025.01.28 17:45:00.485971 [ 199 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::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 | ||
| 5004 | 2025.01.28 17:45:00.486925 [ 199 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 5005 | 2025.01.28 17:45:00.495907 [ 192 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 722 rows, containing 72 columns (72 merged, 0 gathered) in 0.014020298 sec., 51496.76561796333 rows/sec., 43.57 MiB/sec. | ||
| 5006 | 2025.01.28 17:45:00.497339 [ 202 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5007 | 2025.01.28 17:45:00.498223 [ 202 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_16_3} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5008 | 2025.01.28 17:45:00.498323 [ 202 ] {54cdbae9-5c52-4916-9700-3ba281b49df4::all_1_16_3} <Trace> system.query_log (54cdbae9-5c52-4916-9700-3ba281b49df4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5009 | 2025.01.28 17:45:00.498678 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
| 5010 | 2025.01.28 17:45:01.268013 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5011 | 2025.01.28 17:45:01.268211 [ 254 ] {b441269c-4d64-4419-8e7b-faab29500818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5012 | 2025.01.28 17:45:01.268289 [ 254 ] {b441269c-4d64-4419-8e7b-faab29500818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5013 | 2025.01.28 17:45:01.269174 [ 254 ] {b441269c-4d64-4419-8e7b-faab29500818} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5014 | 2025.01.28 17:45:01.269228 [ 254 ] {b441269c-4d64-4419-8e7b-faab29500818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5015 | 2025.01.28 17:45:01.269689 [ 254 ] {b441269c-4d64-4419-8e7b-faab29500818} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5016 | 2025.01.28 17:45:01.269994 [ 254 ] {b441269c-4d64-4419-8e7b-faab29500818} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5017 | 2025.01.28 17:45:01.270202 [ 50 ] {} <Debug> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5018 | 2025.01.28 17:45:01.270249 [ 254 ] {b441269c-4d64-4419-8e7b-faab29500818} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002086 sec., 26845.637583892614 rows/sec., 2.05 MiB/sec. | ||
| 5019 | 2025.01.28 17:45:01.270303 [ 50 ] {} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5020 | 2025.01.28 17:45:01.270380 [ 254 ] {b441269c-4d64-4419-8e7b-faab29500818} <Debug> TCPHandler: Processed in 0.002499837 sec. | ||
| 5021 | 2025.01.28 17:45:01.270387 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5022 | 2025.01.28 17:45:01.270712 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::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 | ||
| 5023 | 2025.01.28 17:45:01.270827 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5024 | 2025.01.28 17:45:01.271039 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5025 | 2025.01.28 17:45:01.271084 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1430 rows starting from the beginning of the part | ||
| 5026 | 2025.01.28 17:45:01.271112 [ 4 ] {6cb6f3ec-ad12-47a5-91a7-c2943086bf56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5027 | 2025.01.28 17:45:01.271208 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 108 rows starting from the beginning of the part | ||
| 5028 | 2025.01.28 17:45:01.271240 [ 4 ] {6cb6f3ec-ad12-47a5-91a7-c2943086bf56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5029 | 2025.01.28 17:45:01.271424 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 229 rows starting from the beginning of the part | ||
| 5030 | 2025.01.28 17:45:01.271659 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 108 rows starting from the beginning of the part | ||
| 5031 | 2025.01.28 17:45:01.271789 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1369 rows starting from the beginning of the part | ||
| 5032 | 2025.01.28 17:45:01.271966 [ 188 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 5033 | 2025.01.28 17:45:01.273136 [ 4 ] {6cb6f3ec-ad12-47a5-91a7-c2943086bf56} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5034 | 2025.01.28 17:45:01.273192 [ 4 ] {6cb6f3ec-ad12-47a5-91a7-c2943086bf56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 5035 | 2025.01.28 17:45:01.273808 [ 4 ] {6cb6f3ec-ad12-47a5-91a7-c2943086bf56} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5036 | 2025.01.28 17:45:01.274123 [ 4 ] {6cb6f3ec-ad12-47a5-91a7-c2943086bf56} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5037 | 2025.01.28 17:45:01.274438 [ 50 ] {} <Debug> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5038 | 2025.01.28 17:45:01.274596 [ 50 ] {} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5039 | 2025.01.28 17:45:01.274656 [ 192 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 5 columns (5 merged, 0 gathered) in 0.004119976 sec., 800975.5396633379 rows/sec., 69.94 MiB/sec. | ||
| 5040 | 2025.01.28 17:45:01.274689 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 5041 | 2025.01.28 17:45:01.274737 [ 4 ] {6cb6f3ec-ad12-47a5-91a7-c2943086bf56} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003696 sec., 17316.017316017314 rows/sec., 1.35 MiB/sec. | ||
| 5042 | 2025.01.28 17:45:01.275131 [ 4 ] {6cb6f3ec-ad12-47a5-91a7-c2943086bf56} <Debug> TCPHandler: Processed in 0.004567264 sec. | ||
| 5043 | 2025.01.28 17:45:01.275150 [ 192 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5044 | 2025.01.28 17:45:01.275222 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::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 | ||
| 5045 | 2025.01.28 17:45:01.275470 [ 254 ] {} <Trace> TCP-Session: ea8a989d-f69c-4ec6-970a-d3b877bf9e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5046 | 2025.01.28 17:45:01.275793 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5047 | 2025.01.28 17:45:01.275836 [ 254 ] {605a5322-35dd-407c-8c4c-a47bf83d635c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59587) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5048 | 2025.01.28 17:45:01.275935 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::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 | ||
| 5049 | 2025.01.28 17:45:01.276035 [ 254 ] {605a5322-35dd-407c-8c4c-a47bf83d635c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5050 | 2025.01.28 17:45:01.276078 [ 192 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_36_7} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5051 | 2025.01.28 17:45:01.276518 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 90 rows starting from the beginning of the part | ||
| 5052 | 2025.01.28 17:45:01.276565 [ 192 ] {61375398-9c48-4855-9de8-220e31c90150::all_1_36_7} <Trace> oximeter.fields_string (61375398-9c48-4855-9de8-220e31c90150) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5053 | 2025.01.28 17:45:01.276926 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 5054 | 2025.01.28 17:45:01.277011 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 395 rows starting from the beginning of the part | ||
| 5055 | 2025.01.28 17:45:01.277382 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 90 rows starting from the beginning of the part | ||
| 5056 | 2025.01.28 17:45:01.277715 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 851 rows starting from the beginning of the part | ||
| 5057 | 2025.01.28 17:45:01.278049 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 5058 | 2025.01.28 17:45:01.279216 [ 254 ] {605a5322-35dd-407c-8c4c-a47bf83d635c} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5059 | 2025.01.28 17:45:01.279273 [ 254 ] {605a5322-35dd-407c-8c4c-a47bf83d635c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 5060 | 2025.01.28 17:45:01.280332 [ 254 ] {605a5322-35dd-407c-8c4c-a47bf83d635c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5061 | 2025.01.28 17:45:01.280744 [ 254 ] {605a5322-35dd-407c-8c4c-a47bf83d635c} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5062 | 2025.01.28 17:45:01.280983 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5063 | 2025.01.28 17:45:01.281106 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5064 | 2025.01.28 17:45:01.281188 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 5065 | 2025.01.28 17:45:01.281454 [ 254 ] {605a5322-35dd-407c-8c4c-a47bf83d635c} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005655 sec., 22634.836427939874 rows/sec., 1.58 MiB/sec. | ||
| 5066 | 2025.01.28 17:45:01.281595 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.006732434 sec., 356928.861092437 rows/sec., 27.36 MiB/sec. | ||
| 5067 | 2025.01.28 17:45:01.281657 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 5068 | 2025.01.28 17:45:01.281773 [ 254 ] {605a5322-35dd-407c-8c4c-a47bf83d635c} <Debug> TCPHandler: Processed in 0.00648062 sec. | ||
| 5069 | 2025.01.28 17:45:01.282028 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5070 | 2025.01.28 17:45:01.282078 [ 4 ] {} <Trace> TCP-Session: 7489fb5f-1ef6-48f1-bb83-925d7ff734b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5071 | 2025.01.28 17:45:01.282151 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5072 | 2025.01.28 17:45:01.282268 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9810 rows starting from the beginning of the part | ||
| 5073 | 2025.01.28 17:45:01.282490 [ 4 ] {bd4c081e-c8de-40ae-b709-fe8855252cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5074 | 2025.01.28 17:45:01.282711 [ 4 ] {bd4c081e-c8de-40ae-b709-fe8855252cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5075 | 2025.01.28 17:45:01.282706 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 5076 | 2025.01.28 17:45:01.283159 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::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 | ||
| 5077 | 2025.01.28 17:45:01.283619 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 5078 | 2025.01.28 17:45:01.284162 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 955 rows starting from the beginning of the part | ||
| 5079 | 2025.01.28 17:45:01.284272 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_36_7} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5080 | 2025.01.28 17:45:01.284775 [ 186 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 128 rows starting from the beginning of the part | ||
| 5081 | 2025.01.28 17:45:01.284865 [ 189 ] {94dadb6f-6ea8-4212-8d6b-6ce00a449c67::all_1_36_7} <Trace> oximeter.fields_uuid (94dadb6f-6ea8-4212-8d6b-6ce00a449c67) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5082 | 2025.01.28 17:45:01.285463 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5083 | 2025.01.28 17:45:01.285798 [ 4 ] {bd4c081e-c8de-40ae-b709-fe8855252cf3} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5084 | 2025.01.28 17:45:01.285855 [ 4 ] {bd4c081e-c8de-40ae-b709-fe8855252cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 5085 | 2025.01.28 17:45:01.286674 [ 4 ] {bd4c081e-c8de-40ae-b709-fe8855252cf3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5086 | 2025.01.28 17:45:01.287054 [ 4 ] {bd4c081e-c8de-40ae-b709-fe8855252cf3} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5087 | 2025.01.28 17:45:01.287323 [ 50 ] {} <Debug> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5088 | 2025.01.28 17:45:01.287413 [ 50 ] {} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5089 | 2025.01.28 17:45:01.287487 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 5090 | 2025.01.28 17:45:01.287779 [ 4 ] {bd4c081e-c8de-40ae-b709-fe8855252cf3} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005364 sec., 8948.54586129754 rows/sec., 617.54 KiB/sec. | ||
| 5091 | 2025.01.28 17:45:01.288037 [ 194 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 5092 | 2025.01.28 17:45:01.288193 [ 4 ] {bd4c081e-c8de-40ae-b709-fe8855252cf3} <Debug> TCPHandler: Processed in 0.006275196 sec. | ||
| 5093 | 2025.01.28 17:45:01.288727 [ 194 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5094 | 2025.01.28 17:45:01.288879 [ 194 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1894 rows starting from the beginning of the part | ||
| 5095 | 2025.01.28 17:45:01.289366 [ 194 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 5096 | 2025.01.28 17:45:01.289898 [ 194 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 5097 | 2025.01.28 17:45:01.290312 [ 194 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::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 | ||
| 5098 | 2025.01.28 17:45:01.290390 [ 194 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 5099 | 2025.01.28 17:45:01.290739 [ 194 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part | ||
| 5100 | 2025.01.28 17:45:01.292834 [ 191 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 4 columns (4 merged, 0 gathered) in 0.005201065 sec., 418760.3884973558 rows/sec., 27.30 MiB/sec. | ||
| 5101 | 2025.01.28 17:45:01.293184 [ 191 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5102 | 2025.01.28 17:45:01.293619 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11450 rows, containing 5 columns (5 merged, 0 gathered) in 0.012269056 sec., 933242.1337061302 rows/sec., 62.98 MiB/sec. | ||
| 5103 | 2025.01.28 17:45:01.293879 [ 191 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_36_7} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5104 | 2025.01.28 17:45:01.294022 [ 191 ] {f2cc7f00-ae75-4e36-98af-fbb78089537a::all_1_36_7} <Trace> oximeter.measurements_u64 (f2cc7f00-ae75-4e36-98af-fbb78089537a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5105 | 2025.01.28 17:45:01.294171 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5106 | 2025.01.28 17:45:01.294183 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 5107 | 2025.01.28 17:45:01.294648 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5108 | 2025.01.28 17:45:01.294761 [ 196 ] {4a7dfd52-79c7-4d97-b8a3-6641af986614::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4a7dfd52-79c7-4d97-b8a3-6641af986614) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5109 | 2025.01.28 17:45:01.294864 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||